{"info":{"_postman_id":"c07e2e88-5ed6-d460-b012-25c36799a48a","name":"Services","description":"<html><head></head><body><p><b>This collection is intended to document all the resources available in all il2000 APIs. &nbsp;This is the official documentation and will reflect the current stable release.</b></p>\n\n<h3><b>Important notes about field ordering, field additions, and Content-type.</b></h3>\n\n<p>Changes to field order can occur and additional fields may be added.</p>\n\n<ul><li><div>Field order is not guaranteed, so do not access fields by integer position.</div></li></ul>\n\n<p>Additional content types may be added to existing URIs.</p>\n\n<ul><li><div>Client applications should be Content-Type aware via Accept and Content-type headers.</div></li></ul></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"803581","collectionId":"c07e2e88-5ed6-d460-b012-25c36799a48a","publishedId":"6Z2QsUf","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-07-12T17:33:50.000Z"},"item":[{"name":"Nsync","item":[{"name":"Create Shipment","event":[{"listen":"test","script":{"id":"794f1e98-cc49-438e-b8a4-66532b64beba","exec":["tests[\"Successful POST request\"] = responseCode.code === 201;"],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"14a65e8e-a0fd-4e96-a566-41986df213e5","exec":["var date = new Date();","var year = date.getFullYear();","var month = date.getMonth();","var day = date.getDate();","","postman.setGlobalVariable(\"todaysDate\", year + \"-\" + (month + 1) + \"-\" + day);"],"type":"text/javascript","packages":{}}}],"id":"c13e64c0-9685-0ab8-dd09-2258b261aef6","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[{"key":"Authorization","value":"ILToken {{token}}","disabled":false}],"body":{"mode":"raw","raw":"{\r\n    \"shipmentType\": \"LTL\",\r\n    \"plantId\": 7,\r\n    \"bolNumber\": null,\r\n    \"poNumber\": null,\r\n    \"proNumber\": null,\r\n    \"terms\": \"CP\",\r\n    \"consignee\":\r\n    {\r\n        \"careOf\": \"IL2000\",\r\n        \"postalCode\": \"21223\",\r\n        \"customerPlantIdentifier\": null,\r\n        \"name\": \"Elite Office Installations\",\r\n        \"address\": \"Attn: Connections Academy\",\r\n        \"address2\": \"4206 Shannon Drive\",\r\n        \"address3\": null,\r\n        \"city\": \"Baltimore\",\r\n        \"stateOrProvince\": \"MD\",\r\n        \"contact\": null,\r\n        \"country\": \"USA\"\r\n    },\r\n    \"shipper\":\r\n    {\r\n        \"careOf\": \"IL2000\",\r\n        \"postalCode\": \"23234\",\r\n        \"customerPlantIdentifier\": null,\r\n        \"name\": \"Open Plan Systems\",\r\n        \"address\": \"4700 Deepwater Terminal RD\",\r\n        \"address2\": null,\r\n        \"address3\": null,\r\n        \"city\": \"Richmond\",\r\n        \"stateOrProvince\": \"VA\",\r\n        \"contact\": null,\r\n        \"country\": \"USA\"\r\n    },\r\n    \"billTo\":\r\n    {\r\n        \"careOf\": \"IL2000\",\r\n        \"postalCode\": \"23234\",\r\n        \"customerPlantIdentifier\": null,\r\n        \"name\": \"Open Plan Systems\",\r\n        \"address\": \"4700 Deepwater Terminal RD\",\r\n        \"address2\": null,\r\n        \"address3\": null,\r\n        \"city\": \"Richmond\",\r\n        \"stateOrProvince\": \"VA\",\r\n        \"contact\": null,\r\n        \"country\": \"USA\"\r\n    },\r\n    \"carrierScac\": null,\r\n    \"quoteID\": null,\r\n    \"totalHandlingUnits\": 0,\r\n    \"specialInstructions\": null,\r\n    \"shipmentCost\": 0,\r\n    \"customerCost\": 0,\r\n    \"shipmentValue\": 0,\r\n    \"lineItems\":\r\n    [\r\n        {\r\n            \"isFee\": false,\r\n            \"nmfc\": null,\r\n            \"nmfcClass\": 55.0,\r\n            \"isHazmat\": false,\r\n            \"numberHandlingUnitsInLineItem\": 0,\r\n            \"handlingUnitType\": null,\r\n            \"numberOfPieces\": 1,\r\n            \"weight\": 1.0,\r\n            \"serialNumber\": null,\r\n            \"poNumberOfLineItem\": null,\r\n            \"length\": 0,\r\n            \"width\": 0,\r\n            \"height\": 0,\r\n            \"isStackable\": false,\r\n            \"productCode\": \"ZZZ\",\r\n            \"description\": \"REPLACE ME\"\r\n        }\r\n    ],\r\n    \"shipDate\": \"2024-10-29\",\r\n    \"referenceFields\":\r\n    [],\r\n   \"shipmentNotifications\": [\r\n      {\r\n        \"firstName\": \"Jane\",\r\n        \"lastName\": \"Doe\",\r\n        \"emailAddress\": \"jane.doe@acme.com\",\r\n        \"moblePhone\": \"888-555-1212\",\r\n        \"notifyOn\": {\r\n            \"booked\": true,\r\n            \"delivered\": false\r\n        }\r\n      },\r\n      {\r\n        \"firstName\": \"Doug\",\r\n        \"lastName\": \"Quaid\",\r\n        \"emailAddress\": \"dquid@mmmars.com\",\r\n        \"moblePhone\": \"null\",\r\n        \"notifyOn\": {\r\n            \"booked\": true,\r\n            \"delivered\": true\r\n        }\r\n      }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/nsync/shipments","description":"<p>This resource is used to create a shipment with information provided via HTTP POST. The results are a shipment id which should be used to request a shipment status.</p>\n","urlObject":{"path":["nsync","shipments"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"22b61b5a-cde2-5573-4ef8-eaab4752d19a","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"ILToken {{token}}","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n  \"shipmentType\": \"LTL\",\r\n  \"plantId\": {{plantID}},\r\n  \"bolNumber\": null,\r\n  \"poNumber\": \"VERBAL\",\r\n  \"proNumber\": {{proNumber}},\r\n  \"terms\": \"PP\",\r\n  \"consignee\": {\r\n    \"careOf\": null,\r\n    \"postalCode\": \"28358\",\r\n    \"customerPlantIdentifier\": \"LUMBERTON\",\r\n    \"name\": \"ROBESON GLASS & MIRROR\",\r\n    \"address\": \"310 NORTH CHIPPEWA\",\r\n    \"address2\": null,\r\n    \"address3\": null,\r\n    \"city\": \"LUMBERTON\",\r\n    \"stateOrProvince\": \"NC\",\r\n    \"contact\": \"RANDI\",\r\n    \"country\": \"USA\"\r\n  },\r\n  \"shipper\": {\r\n    \"careOf\": null,\r\n    \"postalCode\": \"28269\",\r\n    \"phone\": null,\r\n    \"customerPlantIdentifier\": null,\r\n    \"name\": \"Piedmont Plastics #001\",\r\n    \"address\": \"5010 West W.T. Harris Blvd\",\r\n    \"address2\": null,\r\n    \"city\": \"Charlotte\",\r\n    \"stateOrProvince\": \"NC\",\r\n    \"contact\": null,\r\n    \"country\": \"USA\"\r\n  },\r\n  \"billTo\": {\r\n    \"careOf\": null,\r\n    \"postalCode\": \"23450\",\r\n    \"phone\": null,\r\n    \"customerPlantIdentifier\": \"Virginia Beach\",\r\n    \"name\": \"IL2000\",\r\n    \"address\": \"PO Box 2545\",\r\n    \"address2\": null,\r\n    \"city\": \"Virginia Beach\",\r\n    \"stateOrProvince\": \"VA\",\r\n    \"contact\": null,\r\n    \"country\": \"USA\"\r\n  },\r\n  \"carrierScac\": \"SEFL\",\r\n  \"quoteId\": null,\r\n  \"totalHandlingUnits\": 1,\r\n  \"specialInstructions\": null,\r\n  \"shipmentCost\": 0,\r\n  \"customerCost\": 0,\r\n  \"shipmentValue\": 0,\r\n  \"lineItems\": [\r\n    {\r\n      \"isFee\": false,\r\n      \"nmfc\": null,\r\n      \"nmfcClass\": 55,\r\n      \"isHazmat\": false,\r\n      \"numberHandlingUnitsInLineItem\": 1,\r\n      \"handlingUnitType\": null,\r\n      \"numberOfPieces\": 1,\r\n      \"weight\": 1,\r\n      \"serialNumber\": null,\r\n      \"poNumberOfLineItem\": null,\r\n      \"length\":1,\r\n      \"width\":1,\r\n      \"height\":1,\r\n      \"isStackable\": false,\r\n      \"productCode\": \"ZZZ\",\r\n      \"description\": \"REPLACE ME\"\r\n    }\r\n  ],\r\n  \"shipDate\": \"2016-05-11\",\r\n  \"referenceFields\": [\r\n    {\r\n      \"name\": \"Customer PO\",\r\n      \"value\": \"29265388\"\r\n    },\r\n    {\r\n      \"name\": \"Freight Ready by (time)\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"name\": \"Pick-up by (latest Time)\",\r\n      \"value\": \"18:35\"\r\n    },\r\n    {\r\n      \"name\": \"Customer PO\\/Reference\",\r\n      \"value\": \"04979-008\"\r\n    }\r\n  ]\r\n}"},"url":"/nsync/shipments"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"103","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 07 Feb 2018 21:01:22 GMT","name":"Date","description":""},{"key":"X-Local-RequestId","value":"b2d3ffb9-5c04-4175-807b-f4652ffa56d5","name":"X-Local-RequestId","description":""},{"key":"X-Origin-RequestId","value":"016733ac-fd68-44b5-ac4a-74f704a198c0","name":"X-Origin-RequestId","description":""},{"key":"X-Rate-Limit-Limit","value":"500","name":"X-Rate-Limit-Limit","description":""},{"key":"X-Rate-Limit-Remaining","value":"498","name":"X-Rate-Limit-Remaining","description":""},{"key":"X-Rate-Limit-Reset","value":"2018-02-07T21:08:23","name":"X-Rate-Limit-Reset","description":""}],"cookie":[],"responseTime":"235","body":"{\n  \"status\" : 401,\n  \"code\" : null,\n  \"message\" : \"Invalid authorization token\",\n  \"moreInfo\" : null\n}"},{"id":"81c60813-45ba-4ca4-ad00-b53f7ec57fc8","name":"Create Shipment","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"ILToken {{token}}","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{  \r\n   \"shipmentType\":1,\r\n   \"plantId\":370,\r\n   \"bolNumber\":\"ML29676152R0\",\r\n   \"poNumber\":\"TESTING\",\r\n   \"proNumber\":\"testingCpp\",\r\n   \"terms\":\"CC\",\r\n   \"consignee\":{  \r\n      \"careOf\":null,\r\n      \"postalCode\":\"H4S1Y5\",\r\n      \"phone\":\"704-969-5340\",\r\n      \"customerPlantIdentifier\":null,\r\n      \"name\":\"NICK SCHLEPP\",\r\n      \"address\":\"5860 RUE CYPIHOT\",\r\n      \"address2\":null,\r\n      \"city\":\"SAINT-LAURENT\",\r\n      \"stateOrProvince\":\"QC\",\r\n      \"contact\":\"IT-NICK\",\r\n      \"country\":\"CAN\"\r\n   },\r\n   \"shipper\":{  \r\n      \"careOf\":null,\r\n      \"postalCode\":\"H4S1Y5\",\r\n      \"phone\":null,\r\n      \"customerPlantIdentifier\":null,\r\n      \"name\":\"Piedmont Plastics #807\",\r\n      \"address\":\"5860 Rue Cypihot\",\r\n      \"address2\":null,\r\n      \"city\":\"Saint-Laurent\",\r\n      \"stateOrProvince\":\"QC\",\r\n      \"contact\":null,\r\n      \"country\":\"CAN\"\r\n   },\r\n   \"billTo\":{  \r\n      \"careOf\":null,\r\n      \"postalCode\":\"H4S1Y5\",\r\n      \"phone\":null,\r\n      \"customerPlantIdentifier\":null,\r\n      \"name\":\"NICK SCHLEPP\",\r\n      \"address\":\"5860 RUE CYPIHOT\",\r\n      \"address2\":null,\r\n      \"city\":\"SAINT-LAURENT\",\r\n      \"stateOrProvince\":\"QC\",\r\n      \"contact\":null,\r\n      \"country\":\"CAN\"\r\n   },\r\n   \"carrierScac\":\"DCMN\",\r\n   \"quoteId\":null,\r\n   \"totalHandlingUnits\":0,\r\n   \"shipmentCost\":null,\r\n   \"customerCost\":null,\r\n   \"shipmentValue\":null,\r\n   \"lineItems\":[  \r\n\r\n   ],\r\n   \"shipDate\":\"2019-07-11\",\r\n   \"shipmentNotifications\": [\r\n    {\r\n        \"firstName\": \"John\",\r\n        \"lastName\": \"Doe\",\r\n        \"emailAddress\": \"john.doe@example.com\",\r\n        \"mobilePhone\": \"1234567890\",\r\n        \"notifyOn\": {\r\n            \"booked\": true,\r\n            \"delivered\": false\r\n        }\r\n    }\r\n   ],\r\n   \"referenceFields\":[  \r\n      {  \r\n         \"name\":\"2. Order #\",\r\n         \"value\":\"29676152\"\r\n      },\r\n      {  \r\n         \"name\":\"Order/Release #\",\r\n         \"value\":\"0\"\r\n      },\r\n      {  \r\n         \"name\":\"3. Transfer (Y/N)\",\r\n         \"value\":\"N\"\r\n      },\r\n      {  \r\n         \"name\":\"Branch Billed\",\r\n         \"value\":\"-\"\r\n      }\r\n   ],\r\n   \"specialInstructions\":\"***MUST USE LONG FORKS***\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/nsync/shipments"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 11 Jul 2019 14:27:12 GMT"},{"key":"Location","value":"http://nsync.services.il2000.com/nsync/shipments/132472441"},{"key":"vary","value":"Origin"},{"key":"X-Local-RequestId","value":"55a7174b-2f95-4c25-85d8-c0e3c36786bc"},{"key":"X-Origin-RequestId","value":"cf1407dc-ecfe-47b1-bfd0-c577fce86dbd"},{"key":"X-Rate-Limit-Limit","value":"500"},{"key":"X-Rate-Limit-Remaining","value":"389"},{"key":"X-Rate-Limit-Reset","value":"2019-07-11T14:30:04"},{"key":"Content-Length","value":"2684"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 132472441,\n    \"group\": \"PEM-MONTREAL (ML)\",\n    \"pronumber\": \"testingCpp\",\n    \"ponumber\": \"TESTING\",\n    \"bolnumber\": \"ML29676152R0\",\n    \"quoteid\": null,\n    \"shipdate\": \"2019-07-11T00:00\",\n    \"iscorrectedbol\": false,\n    \"dateCreated\": \"2019-07-11T14:27\",\n    \"lastModified\": \"2019-07-11T14:27\",\n    \"specialInstructions\": \"***MUST USE LONG FORKS***\",\n    \"quotedcost\": null,\n    \"isspotrate\": false,\n    \"customerCost\": null,\n    \"customerrate\": null,\n    \"mergedShipmentId\": null,\n    \"mode\": null,\n    \"terms\": \"Collect\",\n    \"shipmentState\": \"Pending\",\n    \"createdBy\": {\n        \"userName\": \"bolimporter\",\n        \"groupName\": \"PEM-MONTREAL (ML)\",\n        \"email\": \"it@il2000.com\"\n    },\n    \"lastModifiedBy\": {\n        \"userName\": null,\n        \"groupName\": null,\n        \"email\": null\n    },\n    \"shipper\": {\n        \"companyName\": \"Piedmont Plastics #807\",\n        \"address\": {\n            \"name\": \"Piedmont Plastics #807\",\n            \"streetAddress\": \"5860 Rue Cypihot\",\n            \"address2\": null,\n            \"address3\": null,\n            \"city\": \"Saint-Laurent\",\n            \"state\": \"QC\",\n            \"zip\": \"H4S1Y5\",\n            \"country\": \"USA\"\n        },\n        \"moniker\": null,\n        \"contact\": {\n            \"name\": null,\n            \"phone\": null\n        }\n    },\n    \"consignee\": {\n        \"companyName\": \"NICK SCHLEPP\",\n        \"address\": {\n            \"name\": \"NICK SCHLEPP\",\n            \"streetAddress\": \"5860 RUE CYPIHOT\",\n            \"address2\": null,\n            \"address3\": null,\n            \"city\": \"SAINT-LAURENT\",\n            \"state\": \"QC\",\n            \"zip\": \"H4S1Y5\",\n            \"country\": \"USA\"\n        },\n        \"contact\": {\n            \"name\": \"IT-NICK\",\n            \"phone\": \"704-969-5340\"\n        },\n        \"moniker\": null\n    },\n    \"billto\": {\n        \"name\": \"NICK SCHLEPP\",\n        \"streetAddress\": \"5860 RUE CYPIHOT\",\n        \"address2\": null,\n        \"address3\": null,\n        \"city\": \"SAINT-LAURENT\",\n        \"state\": \"QC\",\n        \"zip\": \"H4S1Y5\",\n        \"country\": \"USA\"\n    },\n    \"cod\": {\n        \"address\": {\n            \"name\": null,\n            \"streetAddress\": null,\n            \"address2\": null,\n            \"address3\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": null,\n            \"country\": null\n        },\n        \"terms\": null,\n        \"currency\": null,\n        \"ammount\": null\n    },\n    \"carrier\": {\n        \"id\": 7428,\n        \"tiberID\": 14264,\n        \"name\": \"Dicom Transportation Group\",\n        \"microserviceEndpoint\": null,\n        \"trackingAPIEnabled\": false,\n        \"available\": true,\n        \"scac\": \"DCMN\"\n    },\n    \"accessorials\": [],\n    \"references\": [\n        {\n            \"name\": \"2. Order #\",\n            \"value\": \"29676152\"\n        },\n        {\n            \"name\": \"Order/Release #\",\n            \"value\": \"0\"\n        },\n        {\n            \"name\": \"3. Transfer (Y/N)\",\n            \"value\": \"N\"\n        },\n        {\n            \"name\": \"Branch Billed\",\n            \"value\": \"None\"\n        }\n    ],\n    \"lineitems\": [],\n    \"totalWeight\": 0,\n    \"totalHU\": 0\n}"},{"id":"a203ca3e-8482-6c0a-2449-39ed7889e265","name":"415 Unsupported Media Type","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"ILToken {{token}}","disabled":false},{"key":"Content-Type","value":"application/jsonn","disabled":false}],"body":{"mode":"raw","raw":"{\r\n  \"shipmentType\": \"LTL\",\r\n  \"plantId\": {{plantID}},\r\n  \"bolNumber\": null,\r\n  \"poNumber\": \"VERBAL\",\r\n  \"proNumber\": {{proNumber}},\r\n  \"terms\": \"PP\",\r\n  \"consignee\": {\r\n    \"careOf\": null,\r\n    \"postalCode\": \"28358\",\r\n    \"customerPlantIdentifier\": \"LUMBERTON\",\r\n    \"name\": \"ROBESON GLASS & MIRROR\",\r\n    \"address\": \"310 NORTH CHIPPEWA\",\r\n    \"address2\": null,\r\n    \"address3\": null,\r\n    \"city\": \"LUMBERTON\",\r\n    \"stateOrProvince\": \"NC\",\r\n    \"contact\": \"RANDI\",\r\n    \"country\": \"USA\"\r\n  },\r\n  \"shipper\": {\r\n    \"careOf\": null,\r\n    \"postalCode\": \"28269\",\r\n    \"phone\": null,\r\n    \"customerPlantIdentifier\": null,\r\n    \"name\": \"Piedmont Plastics #001\",\r\n    \"address\": \"5010 West W.T. Harris Blvd\",\r\n    \"address2\": null,\r\n    \"city\": \"Charlotte\",\r\n    \"stateOrProvince\": \"NC\",\r\n    \"contact\": null,\r\n    \"country\": \"USA\"\r\n  },\r\n  \"billTo\": {\r\n    \"careOf\": null,\r\n    \"postalCode\": \"23450\",\r\n    \"phone\": null,\r\n    \"customerPlantIdentifier\": \"Virginia Beach\",\r\n    \"name\": \"IL2000\",\r\n    \"address\": \"PO Box 2545\",\r\n    \"address2\": null,\r\n    \"city\": \"Virginia Beach\",\r\n    \"stateOrProvince\": \"VA\",\r\n    \"contact\": null,\r\n    \"country\": \"USA\"\r\n  },\r\n  \"carrierScac\": \"SEFL\",\r\n  \"quoteId\": null,\r\n  \"totalHandlingUnits\": 1,\r\n  \"specialInstructions\": null,\r\n  \"shipmentCost\": 0,\r\n  \"customerCost\": 0,\r\n  \"shipmentValue\": 0,\r\n  \"lineItems\": [\r\n    {\r\n      \"isFee\": false,\r\n      \"nmfc\": null,\r\n      \"nmfcClass\": 55,\r\n      \"isHazmat\": false,\r\n      \"numberHandlingUnitsInLineItem\": 1,\r\n      \"handlingUnitType\": null,\r\n      \"numberOfPieces\": 1,\r\n      \"weight\": 1,\r\n      \"serialNumber\": null,\r\n      \"poNumberOfLineItem\": null,\r\n      \"length\":1,\r\n      \"width\":1,\r\n      \"height\":1,\r\n      \"isStackable\": false,\r\n      \"productCode\": \"ZZZ\",\r\n      \"description\": \"REPLACE ME\"\r\n    }\r\n  ],\r\n  \"shipDate\": \"2016-05-11\",\r\n  \"referenceFields\": [\r\n    {\r\n      \"name\": \"Customer PO\",\r\n      \"value\": \"29265388\"\r\n    },\r\n    {\r\n      \"name\": \"Freight Ready by (time)\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"name\": \"Pick-up by (latest Time)\",\r\n      \"value\": \"18:35\"\r\n    },\r\n    {\r\n      \"name\": \"Customer PO\\/Reference\",\r\n      \"value\": \"04979-008\"\r\n    }\r\n  ]\r\n}"},"url":"/nsync/shipments"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"107","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 07 Feb 2018 21:03:04 GMT","name":"Date","description":""},{"key":"X-Local-RequestId","value":"ebdfbf5a-9b23-4a8e-ad0f-afd81e1e003a","name":"X-Local-RequestId","description":""},{"key":"X-Origin-RequestId","value":"902ba54c-224b-4eeb-b14a-8a33bcc1e43e","name":"X-Origin-RequestId","description":""},{"key":"X-Rate-Limit-Limit","value":"500","name":"X-Rate-Limit-Limit","description":""},{"key":"X-Rate-Limit-Remaining","value":"490","name":"X-Rate-Limit-Remaining","description":""},{"key":"X-Rate-Limit-Reset","value":"2018-02-07T21:05:07","name":"X-Rate-Limit-Reset","description":""}],"cookie":[],"responseTime":"56","body":"{\n  \"status\" : 415,\n  \"code\" : null,\n  \"message\" : \"HTTP 415 Unsupported Media Type\",\n  \"moreInfo\" : null\n}"},{"id":"b6eea9e2-4b4d-3c3f-10fd-2cbb87ef67c2","name":"201 Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"ILToken {{token}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"shipmentType\": \"LTL\",\r\n  \"plantId\": {{plantID}},\r\n  \"bolNumber\": null,\r\n  \"poNumber\": \"VERBAL\",\r\n  \"proNumber\": {{proNumber}},\r\n  \"terms\": \"PP\",\r\n  \"consignee\": {\r\n    \"careOf\": null,\r\n    \"postalCode\": \"28358\",\r\n    \"customerPlantIdentifier\": \"LUMBERTON\",\r\n    \"name\": \"ROBESON GLASS & MIRROR\",\r\n    \"address\": \"310 NORTH CHIPPEWA\",\r\n    \"address2\": null,\r\n    \"address3\": null,\r\n    \"city\": \"LUMBERTON\",\r\n    \"stateOrProvince\": \"NC\",\r\n    \"contact\": \"RANDI\",\r\n    \"country\": \"USA\"\r\n  },\r\n  \"shipper\": {\r\n    \"careOf\": null,\r\n    \"postalCode\": \"28269\",\r\n    \"phone\": null,\r\n    \"customerPlantIdentifier\": null,\r\n    \"name\": \"Piedmont Plastics #001\",\r\n    \"address\": \"5010 West W.T. Harris Blvd\",\r\n    \"address2\": null,\r\n    \"city\": \"Charlotte\",\r\n    \"stateOrProvince\": \"NC\",\r\n    \"contact\": null,\r\n    \"country\": \"USA\"\r\n  },\r\n  \"billTo\": {\r\n    \"careOf\": null,\r\n    \"postalCode\": \"23450\",\r\n    \"phone\": null,\r\n    \"customerPlantIdentifier\": \"Virginia Beach\",\r\n    \"name\": \"IL2000\",\r\n    \"address\": \"PO Box 2545\",\r\n    \"address2\": null,\r\n    \"city\": \"Virginia Beach\",\r\n    \"stateOrProvince\": \"VA\",\r\n    \"contact\": null,\r\n    \"country\": \"USA\"\r\n  },\r\n  \"carrierScac\": \"SEFL\",\r\n  \"quoteId\": null,\r\n  \"totalHandlingUnits\": 1,\r\n  \"specialInstructions\": null,\r\n  \"shipmentCost\": 0,\r\n  \"customerCost\": 0,\r\n  \"shipmentValue\": 0,\r\n  \"lineItems\": [\r\n    {\r\n      \"isFee\": false,\r\n      \"nmfc\": null,\r\n      \"nmfcClass\": 55,\r\n      \"isHazmat\": false,\r\n      \"numberHandlingUnitsInLineItem\": 1,\r\n      \"handlingUnitType\": null,\r\n      \"numberOfPieces\": 1,\r\n      \"weight\": 1,\r\n      \"serialNumber\": null,\r\n      \"poNumberOfLineItem\": null,\r\n      \"length\":1,\r\n      \"width\":1,\r\n      \"height\":1,\r\n      \"isStackable\": false,\r\n      \"productCode\": \"ZZZ\",\r\n      \"description\": \"REPLACE ME\"\r\n    }\r\n  ],\r\n  \"shipDate\": \"2016-05-11\",\r\n  \"referenceFields\": [\r\n    {\r\n      \"name\": \"Customer PO\",\r\n      \"value\": \"29265388\"\r\n    },\r\n    {\r\n      \"name\": \"Freight Ready by (time)\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"name\": \"Pick-up by (latest Time)\",\r\n      \"value\": \"18:35\"\r\n    },\r\n    {\r\n      \"name\": \"Customer PO\\/Reference\",\r\n      \"value\": \"04979-008\"\r\n    }\r\n  ],\"shipmentNotifications\": [\r\n      {\r\n        \"firstName\": \"Jane\",\r\n        \"lastName\": \"Doe\",\r\n        \"emailAddress\": \"jane.doe@acme.com\",\r\n        \"moblePhone\": \"888-555-1212\",\r\n        \"notifyOn\": \"all\"\r\n      },\r\n      {\r\n        \"firstName\": \"Doug\",\r\n        \"lastName\": \"Quaid\",\r\n        \"emailAddress\": \"dquid@mmmars.com\",\r\n        \"moblePhone\": \"null\",\r\n        \"notifyOn\": \"shipped\"\r\n      }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/nsync/shipments"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","description":""},{"key":"Content-Length","value":"2897","description":""},{"key":"Content-Type","value":"application/json","description":""},{"key":"Date","value":"Wed, 07 Feb 2018 17:05:24 GMT","description":""},{"key":"Location","value":"http://test-nsync.services.il2000.com/nsync/shipments/131890465","description":""},{"key":"X-Local-RequestId","value":"7b40083c-0804-479b-8cf9-8e08a22a8e35","description":""},{"key":"X-Origin-RequestId","value":"cc014f75-eb4c-4067-bd37-188773bcb0b0","description":""},{"key":"X-Rate-Limit-Limit","value":"500","description":""},{"key":"X-Rate-Limit-Remaining","value":"499","description":""},{"key":"X-Rate-Limit-Reset","value":"2018-02-07T17:20:24","description":""}],"cookie":[],"responseTime":"280","body":"{\n  \"id\" : 131890465,\n  \"group\" : \"ADS - Vendor\",\n  \"pronumber\" : \"ADS-testEnv\",\n  \"ponumber\" : \"VERBAL\",\n  \"bolnumber\" : \"131890465\",\n  \"quoteid\" : null,\n  \"shipdate\" : \"2016-05-11T00:00\",\n  \"iscorrectedbol\" : false,\n  \"dateCreated\" : \"2018-02-07T17:05\",\n  \"lastModified\" : \"2018-02-07T17:05\",\n  \"quotedcost\" : 0.00,\n  \"isspotrate\" : false,\n  \"customerCost\" : 0.00,\n  \"customerrate\" : null,\n  \"mergedShipmentId\" : null,\n  \"mode\" : \"LTL\",\n  \"terms\" : \"Prepaid\",\n  \"shipmentState\" : \"Pending\",\n  \"createdBy\" : {\n    \"userName\" : \"bolimporter\",\n    \"groupName\" : \"ADS - Vendor\",\n    \"email\" : \"it@il2000.com\"\n  },\n  \"lastModifiedBy\" : {\n    \"userName\" : null,\n    \"groupName\" : null,\n    \"email\" : null\n  },\n  \"shipper\" : {\n    \"address\" : {\n      \"name\" : \"Piedmont Plastics #001\",\n      \"streetAddress\" : \"5010 West W.T. Harris Blvd\",\n      \"address2\" : null,\n      \"address3\" : null,\n      \"city\" : \"Charlotte\",\n      \"state\" : \"NC\",\n      \"zip\" : \"28269\",\n      \"country\" : \"USA\"\n    },\n    \"moniker\" : null,\n    \"contact\" : {\n      \"name\" : null,\n      \"phone\" : null\n    }\n  },\n  \"consignee\" : {\n    \"address\" : {\n      \"name\" : \"ROBESON GLASS & MIRROR\",\n      \"streetAddress\" : \"310 NORTH CHIPPEWA\",\n      \"address2\" : null,\n      \"address3\" : null,\n      \"city\" : \"LUMBERTON\",\n      \"state\" : \"NC\",\n      \"zip\" : \"28358\",\n      \"country\" : \"USA\"\n    },\n    \"contact\" : {\n      \"name\" : \"RANDI\",\n      \"phone\" : null\n    },\n    \"moniker\" : \"LUMBERTON\"\n  },\n  \"billto\" : {\n    \"name\" : \"IL2000\",\n    \"streetAddress\" : \"PO Box 2545\",\n    \"address2\" : null,\n    \"address3\" : null,\n    \"city\" : \"Virginia Beach\",\n    \"state\" : \"VA\",\n    \"zip\" : \"23450\",\n    \"country\" : \"USA\"\n  },\n  \"cod\" : {\n    \"address\" : {\n      \"name\" : null,\n      \"streetAddress\" : null,\n      \"address2\" : null,\n      \"address3\" : null,\n      \"city\" : null,\n      \"state\" : null,\n      \"zip\" : null,\n      \"country\" : null\n    },\n    \"terms\" : null,\n    \"currency\" : null,\n    \"ammount\" : null\n  },\n  \"carrier\" : {\n    \"id\" : 719,\n    \"tiberID\" : 18,\n    \"name\" : \"SOUTHEASTERN FREIGHT LINES\",\n    \"trackingAPIEnabled\" : false,\n    \"available\" : true,\n    \"scac\" : \"SEFL\"\n  },\n  \"accessorials\" : [ ],\n  \"references\" : [ {\n    \"name\" : \"Customer PO\",\n    \"value\" : \"29265388\"\n  }, {\n    \"name\" : \"Freight Ready by (time)\",\n    \"value\" : \"0\"\n  }, {\n    \"name\" : \"Pick-up by (latest time)\",\n    \"value\" : \"18:35\"\n  }, {\n    \"name\" : \"Customer PO/Reference\",\n    \"value\" : \"04979-008\"\n  } ],\n  \"lineitems\" : [ {\n    \"purchaseOrderRef\" : null,\n    \"packaging\" : null,\n    \"handlingUnitCount\" : 1,\n    \"handlingUnitType\" : null,\n    \"length\" : 1,\n    \"height\" : 1,\n    \"width\" : 1,\n    \"weight\" : 1.0,\n    \"description\" : \"REPLACE ME\",\n    \"freightClass\" : \"55\",\n    \"isHazmat\" : false,\n    \"productCode\" : \"ZZZ\",\n    \"numberOfPieces\" : 1,\n    \"nmfc\" : null,\n    \"nmfcsub\" : null\n  } ],\n  \"totalWeight\" : 1.0,\n  \"totalHU\" : 1\n}"},{"id":"f231a227-9385-9a66-8af5-adc23b923605","name":"405 Method Not Allowed","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"ILToken {{token}}","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n  \"shipmentType\": \"LTL\",\r\n  \"plantId\": {{plantID}},\r\n  \"bolNumber\": null,\r\n  \"poNumber\": \"VERBAL\",\r\n  \"proNumber\": {{proNumber}},\r\n  \"terms\": \"PP\",\r\n  \"consignee\": {\r\n    \"careOf\": null,\r\n    \"postalCode\": \"28358\",\r\n    \"customerPlantIdentifier\": \"LUMBERTON\",\r\n    \"name\": \"ROBESON GLASS & MIRROR\",\r\n    \"address\": \"310 NORTH CHIPPEWA\",\r\n    \"address2\": null,\r\n    \"address3\": null,\r\n    \"city\": \"LUMBERTON\",\r\n    \"stateOrProvince\": \"NC\",\r\n    \"contact\": \"RANDI\",\r\n    \"country\": \"USA\"\r\n  },\r\n  \"shipper\": {\r\n    \"careOf\": null,\r\n    \"postalCode\": \"28269\",\r\n    \"phone\": null,\r\n    \"customerPlantIdentifier\": null,\r\n    \"name\": \"Piedmont Plastics #001\",\r\n    \"address\": \"5010 West W.T. Harris Blvd\",\r\n    \"address2\": null,\r\n    \"city\": \"Charlotte\",\r\n    \"stateOrProvince\": \"NC\",\r\n    \"contact\": null,\r\n    \"country\": \"USA\"\r\n  },\r\n  \"billTo\": {\r\n    \"careOf\": null,\r\n    \"postalCode\": \"23450\",\r\n    \"phone\": null,\r\n    \"customerPlantIdentifier\": \"Virginia Beach\",\r\n    \"name\": \"IL2000\",\r\n    \"address\": \"PO Box 2545\",\r\n    \"address2\": null,\r\n    \"city\": \"Virginia Beach\",\r\n    \"stateOrProvince\": \"VA\",\r\n    \"contact\": null,\r\n    \"country\": \"USA\"\r\n  },\r\n  \"carrierScac\": \"SEFL\",\r\n  \"quoteId\": null,\r\n  \"totalHandlingUnits\": 1,\r\n  \"specialInstructions\": null,\r\n  \"shipmentCost\": 0,\r\n  \"customerCost\": 0,\r\n  \"shipmentValue\": 0,\r\n  \"lineItems\": [\r\n    {\r\n      \"isFee\": false,\r\n      \"nmfc\": null,\r\n      \"nmfcClass\": 55,\r\n      \"isHazmat\": false,\r\n      \"numberHandlingUnitsInLineItem\": 1,\r\n      \"handlingUnitType\": null,\r\n      \"numberOfPieces\": 1,\r\n      \"weight\": 1,\r\n      \"serialNumber\": null,\r\n      \"poNumberOfLineItem\": null,\r\n      \"length\":1,\r\n      \"width\":1,\r\n      \"height\":1,\r\n      \"isStackable\": false,\r\n      \"productCode\": \"ZZZ\",\r\n      \"description\": \"REPLACE ME\"\r\n    }\r\n  ],\r\n  \"shipDate\": \"2016-05-11\",\r\n  \"referenceFields\": [\r\n    {\r\n      \"name\": \"Customer PO\",\r\n      \"value\": \"29265388\"\r\n    },\r\n    {\r\n      \"name\": \"Freight Ready by (time)\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"name\": \"Pick-up by (latest Time)\",\r\n      \"value\": \"18:35\"\r\n    },\r\n    {\r\n      \"name\": \"Customer PO\\/Reference\",\r\n      \"value\": \"04979-008\"\r\n    }\r\n  ]\r\n}"},"url":"/nsync/shipments"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"plain","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"103","name":"Content-Length","description":""},{"key":"Date","value":"Wed, 07 Feb 2018 21:02:34 GMT","name":"Date","description":""},{"key":"X-Local-RequestId","value":"8ad4c9b4-dcae-4a6f-931e-bb1af27f5541","name":"X-Local-RequestId","description":""},{"key":"X-Origin-RequestId","value":"967dc278-c9d5-4df9-846a-d02fa60a0a1c","name":"X-Origin-RequestId","description":""},{"key":"X-Rate-Limit-Limit","value":"500","name":"X-Rate-Limit-Limit","description":""},{"key":"X-Rate-Limit-Remaining","value":"491","name":"X-Rate-Limit-Remaining","description":""},{"key":"X-Rate-Limit-Reset","value":"2018-02-07T21:05:07","name":"X-Rate-Limit-Reset","description":""}],"cookie":[],"responseTime":"51","body":"{\n  \"status\" : 405,\n  \"code\" : null,\n  \"message\" : \"HTTP 405 Method Not Allowed\",\n  \"moreInfo\" : null\n}"},{"id":"f36fb23f-c395-00e7-f6d5-50517ab2c653","name":"500 Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"ILToken","disabled":false},{"key":"Content-Type","value":"application/jsonn","disabled":false}],"body":{"mode":"raw","raw":"{\r\n  \"shipmentType\": \"LTL\",\r\n  \"plantId\": {{plantID}},\r\n  \"bolNumber\": null,\r\n  \"poNumber\": \"VERBAL\",\r\n  \"proNumber\": {{proNumber}},\r\n  \"terms\": \"PP\",\r\n  \"consignee\": {\r\n    \"careOf\": null,\r\n    \"postalCode\": \"28358\",\r\n    \"customerPlantIdentifier\": \"LUMBERTON\",\r\n    \"name\": \"ROBESON GLASS & MIRROR\",\r\n    \"address\": \"310 NORTH CHIPPEWA\",\r\n    \"address2\": null,\r\n    \"address3\": null,\r\n    \"city\": \"LUMBERTON\",\r\n    \"stateOrProvince\": \"NC\",\r\n    \"contact\": \"RANDI\",\r\n    \"country\": \"USA\"\r\n  },\r\n  \"shipper\": {\r\n    \"careOf\": null,\r\n    \"postalCode\": \"28269\",\r\n    \"phone\": null,\r\n    \"customerPlantIdentifier\": null,\r\n    \"name\": \"Piedmont Plastics #001\",\r\n    \"address\": \"5010 West W.T. Harris Blvd\",\r\n    \"address2\": null,\r\n    \"city\": \"Charlotte\",\r\n    \"stateOrProvince\": \"NC\",\r\n    \"contact\": null,\r\n    \"country\": \"USA\"\r\n  },\r\n  \"billTo\": {\r\n    \"careOf\": null,\r\n    \"postalCode\": \"23450\",\r\n    \"phone\": null,\r\n    \"customerPlantIdentifier\": \"Virginia Beach\",\r\n    \"name\": \"IL2000\",\r\n    \"address\": \"PO Box 2545\",\r\n    \"address2\": null,\r\n    \"city\": \"Virginia Beach\",\r\n    \"stateOrProvince\": \"VA\",\r\n    \"contact\": null,\r\n    \"country\": \"USA\"\r\n  },\r\n  \"carrierScac\": \"SEFL\",\r\n  \"quoteId\": null,\r\n  \"totalHandlingUnits\": 1,\r\n  \"specialInstructions\": null,\r\n  \"shipmentCost\": 0,\r\n  \"customerCost\": 0,\r\n  \"shipmentValue\": 0,\r\n  \"lineItems\": [\r\n    {\r\n      \"isFee\": false,\r\n      \"nmfc\": null,\r\n      \"nmfcClass\": 55,\r\n      \"isHazmat\": false,\r\n      \"numberHandlingUnitsInLineItem\": 1,\r\n      \"handlingUnitType\": null,\r\n      \"numberOfPieces\": 1,\r\n      \"weight\": 1,\r\n      \"serialNumber\": null,\r\n      \"poNumberOfLineItem\": null,\r\n      \"length\":1,\r\n      \"width\":1,\r\n      \"height\":1,\r\n      \"isStackable\": false,\r\n      \"productCode\": \"ZZZ\",\r\n      \"description\": \"REPLACE ME\"\r\n    }\r\n  ],\r\n  \"shipDate\": \"2016-05-11\",\r\n  \"referenceFields\": [\r\n    {\r\n      \"name\": \"Customer PO\",\r\n      \"value\": \"29265388\"\r\n    },\r\n    {\r\n      \"name\": \"Freight Ready by (time)\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"name\": \"Pick-up by (latest Time)\",\r\n      \"value\": \"18:35\"\r\n    },\r\n    {\r\n      \"name\": \"Customer PO\\/Reference\",\r\n      \"value\": \"04979-008\"\r\n    }\r\n  ]\r\n}"},"url":"/nsync/shipments"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Language","value":"en","name":"Content-Language","description":""},{"key":"Content-Length","value":"1410","name":"Content-Length","description":""},{"key":"Content-Type","value":"text/html;charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 07 Feb 2018 21:03:31 GMT","name":"Date","description":""}],"cookie":[],"responseTime":"74","body":"<!doctype html><html lang=\"en\"><head><title>HTTP Status 500 – Internal Server Error</title><style type=\"text/css\">h1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} h2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} h3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} body {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} b {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} p {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;} a {color:black;} a.name {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 500 – Internal Server Error</h1><hr class=\"line\" /><p><b>Type</b> Exception Report</p><p><b>Message</b> 1</p><p><b>Description</b> The server encountered an unexpected condition that prevented it from fulfilling the request.</p><p><b>Exception</b></p><pre>java.lang.ArrayIndexOutOfBoundsException: 1\n\tcom.il2000.nsync.rest.RateLimitingFilter.extractAuthTokenFromRequest(RateLimitingFilter.java:148)\n\tcom.il2000.nsync.rest.RateLimitingFilter.doFilter(RateLimitingFilter.java:56)\n</pre><p><b>Note</b> The full stack trace of the root cause is available in the server logs.</p><hr class=\"line\" /><h3>Apache Tomcat/8.5.23</h3></body></html>"},{"id":"f92bcdd7-013b-15ab-7d5f-7561d2bdb38c","name":"400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"ILToken {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"shipmentType\": \"LTL\",\r\n  \r\n  \"bolNumber\": null,\r\n  \"poNumber\": \"VERBAL\",\r\n  \"proNumber\": {{proNumber}},\r\n  \"terms\": \"PP\",\r\n  \"consignee\": {\r\n    \"careOf\": null,\r\n    \"postalCode\": \"28358\",\r\n    \"customerPlantIdentifier\": \"LUMBERTON\",\r\n    \"name\": \"ROBESON GLASS & MIRROR\",\r\n    \"address\": \"310 NORTH CHIPPEWA\",\r\n    \"address2\": null,\r\n    \"address3\": null,\r\n    \"city\": \"LUMBERTON\",\r\n    \"stateOrProvince\": \"NC\",\r\n    \"contact\": \"RANDI\",\r\n    \"country\": \"USA\"\r\n  },\r\n  \"shipper\": {\r\n    \"careOf\": null,\r\n    \"postalCode\": \"28269\",\r\n    \"phone\": null,\r\n    \"customerPlantIdentifier\": null,\r\n    \"name\": \"Piedmont Plastics #001\",\r\n    \"address\": \"5010 West W.T. Harris Blvd\",\r\n    \"address2\": null,\r\n    \"city\": \"Charlotte\",\r\n    \"stateOrProvince\": \"NC\",\r\n    \"contact\": null,\r\n    \"country\": \"USA\"\r\n  },\r\n  \"billTo\": {\r\n    \"careOf\": null,\r\n    \"postalCode\": \"23450\",\r\n    \"phone\": null,\r\n    \"customerPlantIdentifier\": \"Virginia Beach\",\r\n    \"name\": \"IL2000\",\r\n    \"address\": \"PO Box 2545\",\r\n    \"address2\": null,\r\n    \"city\": \"Virginia Beach\",\r\n    \"stateOrProvince\": \"VA\",\r\n    \"contact\": null,\r\n    \"country\": \"USA\"\r\n  },\r\n  \"carrierScac\": \"SEFL\",\r\n  \"quoteId\": null,\r\n  \"totalHandlingUnits\": 1,\r\n  \"specialInstructions\": null,\r\n  \"shipmentCost\": 0,\r\n  \"customerCost\": 0,\r\n  \"shipmentValue\": 0,\r\n  \"lineItems\": [\r\n    {\r\n      \"isFee\": false,\r\n      \"nmfc\": null,\r\n      \"nmfcClass\": 55,\r\n      \"isHazmat\": false,\r\n      \"numberHandlingUnitsInLineItem\": 1,\r\n      \"handlingUnitType\": null,\r\n      \"numberOfPieces\": 1,\r\n      \"weight\": 1,\r\n      \"serialNumber\": null,\r\n      \"poNumberOfLineItem\": null,\r\n      \"length\":1,\r\n      \"width\":1,\r\n      \"height\":1,\r\n      \"isStackable\": false,\r\n      \"productCode\": \"ZZZ\",\r\n      \"description\": \"REPLACE ME\"\r\n    }\r\n  ],\r\n  \"shipDate\": \"2016-05-11\",\r\n  \"referenceFields\": [\r\n    {\r\n      \"name\": \"Customer PO\",\r\n      \"value\": \"29265388\"\r\n    },\r\n    {\r\n      \"name\": \"Freight Ready by (time)\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"name\": \"Pick-up by (latest Time)\",\r\n      \"value\": \"18:35\"\r\n    },\r\n    {\r\n      \"name\": \"Customer PO\\/Reference\",\r\n      \"value\": \"04979-008\"\r\n    }\r\n  ]\r\n}"},"url":"/nsync/shipments"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"112","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 07 Feb 2018 19:50:15 GMT","name":"Date","description":""},{"key":"X-Local-RequestId","value":"7a66f5ae-1111-4e40-b335-b3bc8f143724","name":"X-Local-RequestId","description":""},{"key":"X-Origin-RequestId","value":"f635ea68-25a5-4750-ba10-efd49a701229","name":"X-Origin-RequestId","description":""},{"key":"X-Rate-Limit-Limit","value":"500","name":"X-Rate-Limit-Limit","description":""},{"key":"X-Rate-Limit-Remaining","value":"493","name":"X-Rate-Limit-Remaining","description":""},{"key":"X-Rate-Limit-Reset","value":"2018-02-07T19:59:06","name":"X-Rate-Limit-Reset","description":""}],"cookie":[],"responseTime":"222","body":"{\n  \"status\" : 400,\n  \"code\" : null,\n  \"message\" : \"Validation error: Missing plant id; \",\n  \"moreInfo\" : null\n}"},{"id":"fc43e11d-ef5d-886a-2018-ce0a4ac9907d","name":"404 Not Found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"ILToken {{token}}","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n  \"shipmentType\": \"LTL\",\r\n  \"plantId\": {{plantID}},\r\n  \"bolNumber\": null,\r\n  \"poNumber\": \"VERBAL\",\r\n  \"proNumber\": {{proNumber}},\r\n  \"terms\": \"PP\",\r\n  \"consignee\": {\r\n    \"careOf\": null,\r\n    \"postalCode\": \"28358\",\r\n    \"customerPlantIdentifier\": \"LUMBERTON\",\r\n    \"name\": \"ROBESON GLASS & MIRROR\",\r\n    \"address\": \"310 NORTH CHIPPEWA\",\r\n    \"address2\": null,\r\n    \"address3\": null,\r\n    \"city\": \"LUMBERTON\",\r\n    \"stateOrProvince\": \"NC\",\r\n    \"contact\": \"RANDI\",\r\n    \"country\": \"USA\"\r\n  },\r\n  \"shipper\": {\r\n    \"careOf\": null,\r\n    \"postalCode\": \"28269\",\r\n    \"phone\": null,\r\n    \"customerPlantIdentifier\": null,\r\n    \"name\": \"Piedmont Plastics #001\",\r\n    \"address\": \"5010 West W.T. Harris Blvd\",\r\n    \"address2\": null,\r\n    \"city\": \"Charlotte\",\r\n    \"stateOrProvince\": \"NC\",\r\n    \"contact\": null,\r\n    \"country\": \"USA\"\r\n  },\r\n  \"billTo\": {\r\n    \"careOf\": null,\r\n    \"postalCode\": \"23450\",\r\n    \"phone\": null,\r\n    \"customerPlantIdentifier\": \"Virginia Beach\",\r\n    \"name\": \"IL2000\",\r\n    \"address\": \"PO Box 2545\",\r\n    \"address2\": null,\r\n    \"city\": \"Virginia Beach\",\r\n    \"stateOrProvince\": \"VA\",\r\n    \"contact\": null,\r\n    \"country\": \"USA\"\r\n  },\r\n  \"carrierScac\": \"SEFL\",\r\n  \"quoteId\": null,\r\n  \"totalHandlingUnits\": 1,\r\n  \"specialInstructions\": null,\r\n  \"shipmentCost\": 0,\r\n  \"customerCost\": 0,\r\n  \"shipmentValue\": 0,\r\n  \"lineItems\": [\r\n    {\r\n      \"isFee\": false,\r\n      \"nmfc\": null,\r\n      \"nmfcClass\": 55,\r\n      \"isHazmat\": false,\r\n      \"numberHandlingUnitsInLineItem\": 1,\r\n      \"handlingUnitType\": null,\r\n      \"numberOfPieces\": 1,\r\n      \"weight\": 1,\r\n      \"serialNumber\": null,\r\n      \"poNumberOfLineItem\": null,\r\n      \"length\":1,\r\n      \"width\":1,\r\n      \"height\":1,\r\n      \"isStackable\": false,\r\n      \"productCode\": \"ZZZ\",\r\n      \"description\": \"REPLACE ME\"\r\n    }\r\n  ],\r\n  \"shipDate\": \"2016-05-11\",\r\n  \"referenceFields\": [\r\n    {\r\n      \"name\": \"Customer PO\",\r\n      \"value\": \"29265388\"\r\n    },\r\n    {\r\n      \"name\": \"Freight Ready by (time)\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"name\": \"Pick-up by (latest Time)\",\r\n      \"value\": \"18:35\"\r\n    },\r\n    {\r\n      \"name\": \"Customer PO\\/Reference\",\r\n      \"value\": \"04979-008\"\r\n    }\r\n  ]\r\n}"},"url":"/nsync/shipment"},"status":"Not Found","code":404,"_postman_previewlanguage":"plain","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"94","name":"Content-Length","description":""},{"key":"Date","value":"Wed, 07 Feb 2018 21:01:58 GMT","name":"Date","description":""},{"key":"X-Local-RequestId","value":"e55a7947-d8d3-44af-a9d4-4605d5a7544e","name":"X-Local-RequestId","description":""},{"key":"X-Origin-RequestId","value":"bfff1b42-685e-412b-a455-6f1dc4edcab2","name":"X-Origin-RequestId","description":""},{"key":"X-Rate-Limit-Limit","value":"500","name":"X-Rate-Limit-Limit","description":""},{"key":"X-Rate-Limit-Remaining","value":"492","name":"X-Rate-Limit-Remaining","description":""},{"key":"X-Rate-Limit-Reset","value":"2018-02-07T21:05:07","name":"X-Rate-Limit-Reset","description":""}],"cookie":[],"responseTime":"46","body":"{\n  \"status\" : 404,\n  \"code\" : null,\n  \"message\" : \"HTTP 404 Not Found\",\n  \"moreInfo\" : null\n}"}],"_postman_id":"c13e64c0-9685-0ab8-dd09-2258b261aef6"},{"name":"Create Smallpack Shipment","event":[{"listen":"test","script":{"id":"794f1e98-cc49-438e-b8a4-66532b64beba","exec":["tests[\"Successful POST request\"] = responseCode.code === 201;"],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"14a65e8e-a0fd-4e96-a566-41986df213e5","exec":["var date = new Date();","var year = date.getFullYear();","var month = date.getMonth();","var day = date.getDate();","","postman.setGlobalVariable(\"todaysDate\", year + \"-\" + (month + 1) + \"-\" + day);"],"type":"text/javascript"}}],"id":"38e5351b-1dff-66cd-8d61-eaf841eb2774","request":{"method":"POST","header":[{"disabled":false,"key":"Authorization","value":"ILToken {{token}}"},{"disabled":false,"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"shipmentType\": \"LTL\",\r\n  \"plantId\": {{plantID}},\r\n  \"vendor\": null,\r\n  \"bolNumber\": null,\r\n  \"poNumber\": \"VERBAL\",\r\n  \"proNumber\": {{proNumber}},\r\n  \"terms\": \"PP\",\r\n  \"consignee\": {\r\n    \"careOf\": null,\r\n    \"postalCode\": \"28358\",\r\n    \"customerPlantIdentifier\": \"LUMBERTON\",\r\n    \"name\": \"ROBESON GLASS & MIRROR\",\r\n    \"address\": \"310 NORTH CHIPPEWA\",\r\n    \"address2\": null,\r\n    \"address3\": null,\r\n    \"city\": \"LUMBERTON\",\r\n    \"stateOrProvince\": \"NC\",\r\n    \"contact\": \"RANDI\",\r\n    \"country\": \"USA\"\r\n  },\r\n  \"shipper\": {\r\n    \"careOf\": null,\r\n    \"postalCode\": \"28269\",\r\n    \"phone\": null,\r\n    \"customerPlantIdentifier\": null,\r\n    \"name\": \"Piedmont Plastics #001\",\r\n    \"address\": \"5010 West W.T. Harris Blvd\",\r\n    \"address2\": \"address2\",\r\n    \"address3\": \"address3\",\r\n    \"city\": \"Charlotte\",\r\n    \"stateOrProvince\": \"NC\",\r\n    \"contact\": null,\r\n    \"country\": \"USA\"\r\n  },\r\n  \"billTo\": {\r\n    \"careOf\": null,\r\n    \"postalCode\": \"23450\",\r\n    \"phone\": null,\r\n    \"customerPlantIdentifier\": \"Virginia Beach\",\r\n    \"name\": \"IL2000\",\r\n    \"address\": \"PO Box 2545\",\r\n    \"address2\": null,\r\n    \"city\": \"Virginia Beach\",\r\n    \"stateOrProvince\": \"VA\",\r\n    \"contact\": null,\r\n    \"country\": \"USA\"\r\n  },\r\n  \"carrierScac\": \"SEFL\",\r\n  \"quoteId\": null,\r\n  \"totalHandlingUnits\": 1,\r\n  \"specialInstructions\": null,\r\n  \"shipmentCost\": 0,\r\n  \"customerCost\": 0,\r\n  \"shipmentValue\": 0,\r\n  \"lineItems\": [\r\n    {\r\n      \"isFee\": false,\r\n      \"nmfc\": null,\r\n      \"nmfcClass\": 55,\r\n      \"isHazmat\": false,\r\n      \"numberHandlingUnitsInLineItem\": 1,\r\n      \"handlingUnitType\": null,\r\n      \"numberOfPieces\": 1,\r\n      \"weight\": 1,\r\n      \"serialNumber\": null,\r\n      \"poNumberOfLineItem\": null,\r\n      \"length\":1,\r\n      \"width\":1,\r\n      \"height\":1,\r\n      \"isStackable\": false,\r\n      \"productCode\": \"ZZZ\",\r\n      \"description\": \"REPLACE ME\"\r\n    }\r\n  ],\r\n  \"shipDate\": \"{{todaysDate}}\",\r\n  \"referenceFields\": [\r\n    {\r\n      \"name\": \"Customer PO\",\r\n      \"value\": \"29265388\"\r\n    }\r\n  ]\r\n}"},"url":"/nsync/shipments","description":"<p>This resource is used to create a small pack shipment with information provided via HTTP POST.  The \"SMALLPACKAGE\" identifier is passed into the shipmentType field, which designates it as a small package shipment.  The results are a shipment id which should be used to request a shipment status.</p>\n","urlObject":{"path":["nsync","shipments"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"164fcf8c-8632-c7f8-a9b5-712075556ea3","name":"415 Unsupported Media Type","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"ILToken {{token}}","disabled":false},{"key":"Content-Type","value":"application/jsonn","disabled":false}],"body":{"mode":"raw","raw":"{  \r\n   \"shipmentType\":\"SMALLPACKAGE\",\r\n   \"plantId\":{{plantID}},\r\n   \"bolNumber\":\"CH29265388R0_Craig\",\r\n   \"poNumber\":\"VERBAL\",\r\n   \"proNumber\":\"TESTINGPRO\",\r\n   \"terms\":\"TP\",\r\n   \"consignee\":{  \r\n      \"careOf\": null ,\r\n      \"postalCode\":\"49426\",\r\n      \"customerPlantIdentifier\":null,\r\n      \"name\":\"Kristin Cullen\",\r\n      \"address\":\"4514 BALDWIN ST\",\r\n      \"address2\":\"foo\",\r\n      \"city\":\"HUDSONVILLE\",\r\n      \"stateOrProvince\":\"MI\",\r\n      \"contact\":\"Kristin\",\r\n      \"country\":\"USA\"\r\n   },\r\n   \"shipper\":{  \r\n      \"careOf\":\"Tarynn McKeage\",\r\n      \"postalCode\":\"23451\",\r\n      \"phone\":\"757-498-1895\",\r\n      \"customerPlantIdentifier\":null,\r\n      \"name\":\"IL2000\",\r\n      \"address\":\"4007 ATLANTIC AVE STE 101\",\r\n      \"address2\":null,\r\n      \"city\":\"VIRGINIA BEACH\",\r\n      \"stateOrProvince\":\"VA\",\r\n      \"contact\":\"Tarynn\",\r\n      \"country\":\"USA\"\r\n   },\r\n   \"billTo\":{  \r\n      \"careOf\":null,\r\n      \"postalCode\":\"23452\",\r\n      \"phone\":null,\r\n      \"customerPlantIdentifier\":\"Virginia Beach\",\r\n      \"name\":\"ADS\",\r\n      \"address\":\"621 LYNNHAVEN PKWY RM 400\",\r\n      \"address2\":null,\r\n      \"city\":\"Virginia Beach\",\r\n      \"stateOrProvince\":\"VA\",\r\n      \"contact\":null,\r\n      \"country\":\"USA\"\r\n   },\r\n   \"carrierScac\":null,\r\n   \"quoteId\":null,\r\n   \"totalHandlingUnits\":1,\r\n   \"specialInstructions\":null,\r\n   \"shipmentCost\":0.0,\r\n   \"customerCost\":0.0,\r\n   \"shipmentValue\":0.0,\r\n   \"lineItems\":[  \r\n      {  \r\n         \"isFee\":false,\r\n         \"nmfc\":null,\r\n         \"nmfcClass\":70,\r\n         \"isHazmat\":false,\r\n         \"numberHandlingUnitsInLineItem\":1,\r\n         \"handlingUnitType\":\"BOX\",\r\n         \"numberOfPieces\":1,\r\n         \"weight\":3.0,\r\n         \"serialNumber\":null,\r\n         \"poNumberOfLineItem\":null,\r\n         \"length\":10,\r\n         \"width\":7,\r\n         \"height\":5,\r\n         \"isStackable\":false,\r\n         \"productCode\":\"ZZZ\",\r\n         \"description\":\"REPLACE ME\"\r\n      }\r\n   ],\r\n   \"shipDate\":\"2016-07-13\",\r\n   \"referenceFields\":[  \r\n      {  \r\n         \"name\":\"Customer PO\",\r\n         \"value\":\"29265388\"\r\n      },\r\n      {  \r\n         \"name\":\"Freight Ready by (time)\",\r\n         \"value\":\"0\"\r\n      },\r\n      {  \r\n         \"name\":\"Pick-up by (latest Time)\",\r\n         \"value\":\"18:35\"\r\n      },\r\n      {  \r\n         \"name\":\"Customer PO/Reference\",\r\n         \"value\":\"04979-008\"\r\n      }\r\n   ]\r\n}"},"url":"/nsync/shipments"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"107","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 07 Feb 2018 20:55:46 GMT","name":"Date","description":""},{"key":"X-Local-RequestId","value":"85aac979-0f0c-46aa-aa02-a29ee03c86fc","name":"X-Local-RequestId","description":""},{"key":"X-Origin-RequestId","value":"4c7b78ac-229e-4e08-a262-436e6cba546e","name":"X-Origin-RequestId","description":""},{"key":"X-Rate-Limit-Limit","value":"500","name":"X-Rate-Limit-Limit","description":""},{"key":"X-Rate-Limit-Remaining","value":"493","name":"X-Rate-Limit-Remaining","description":""},{"key":"X-Rate-Limit-Reset","value":"2018-02-07T21:05:07","name":"X-Rate-Limit-Reset","description":""}],"cookie":[],"responseTime":"36","body":"{\n  \"status\" : 415,\n  \"code\" : null,\n  \"message\" : \"HTTP 415 Unsupported Media Type\",\n  \"moreInfo\" : null\n}"},{"id":"26524baf-4778-19e8-5377-2b61933bf044","name":"201 Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"ILToken {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{  \r\n   \"shipmentType\":\"SMALLPACKAGE\",\r\n   \"plantId\":{{plantID}},\r\n   \"bolNumber\":\"CH29265388R0_Craig\",\r\n   \"poNumber\":\"VERBAL\",\r\n   \"proNumber\":\"TESTINGPRO\",\r\n   \"terms\":\"TP\",\r\n   \"consignee\":{  \r\n      \"careOf\": null ,\r\n      \"postalCode\":\"49426\",\r\n      \"customerPlantIdentifier\":null,\r\n      \"name\":\"Kristin Cullen\",\r\n      \"address\":\"4514 BALDWIN ST\",\r\n      \"address2\":\"foo\",\r\n      \"city\":\"HUDSONVILLE\",\r\n      \"stateOrProvince\":\"MI\",\r\n      \"contact\":\"Kristin\",\r\n      \"country\":\"USA\"\r\n   },\r\n   \"shipper\":{  \r\n      \"careOf\":\"Tarynn McKeage\",\r\n      \"postalCode\":\"23451\",\r\n      \"phone\":\"757-498-1895\",\r\n      \"customerPlantIdentifier\":null,\r\n      \"name\":\"IL2000\",\r\n      \"address\":\"4007 ATLANTIC AVE STE 101\",\r\n      \"address2\":null,\r\n      \"city\":\"VIRGINIA BEACH\",\r\n      \"stateOrProvince\":\"VA\",\r\n      \"contact\":\"Tarynn\",\r\n      \"country\":\"USA\"\r\n   },\r\n   \"billTo\":{  \r\n      \"careOf\":null,\r\n      \"postalCode\":\"23452\",\r\n      \"phone\":null,\r\n      \"customerPlantIdentifier\":\"Virginia Beach\",\r\n      \"name\":\"ADS\",\r\n      \"address\":\"621 LYNNHAVEN PKWY RM 400\",\r\n      \"address2\":null,\r\n      \"city\":\"Virginia Beach\",\r\n      \"stateOrProvince\":\"VA\",\r\n      \"contact\":null,\r\n      \"country\":\"USA\"\r\n   },\r\n   \"carrierScac\":null,\r\n   \"quoteId\":null,\r\n   \"totalHandlingUnits\":1,\r\n   \"specialInstructions\":null,\r\n   \"shipmentCost\":0.0,\r\n   \"customerCost\":0.0,\r\n   \"shipmentValue\":0.0,\r\n   \"lineItems\":[  \r\n      {  \r\n         \"isFee\":false,\r\n         \"nmfc\":null,\r\n         \"nmfcClass\":70,\r\n         \"isHazmat\":false,\r\n         \"numberHandlingUnitsInLineItem\":1,\r\n         \"handlingUnitType\":\"BOX\",\r\n         \"numberOfPieces\":1,\r\n         \"weight\":3.0,\r\n         \"serialNumber\":null,\r\n         \"poNumberOfLineItem\":null,\r\n         \"length\":10,\r\n         \"width\":7,\r\n         \"height\":5,\r\n         \"isStackable\":false,\r\n         \"productCode\":\"ZZZ\",\r\n         \"description\":\"REPLACE ME\"\r\n      }\r\n   ],\r\n   \"shipDate\":\"2016-07-13\",\r\n   \"referenceFields\":[  \r\n      {  \r\n         \"name\":\"Customer PO\",\r\n         \"value\":\"29265388\"\r\n      },\r\n      {  \r\n         \"name\":\"Freight Ready by (time)\",\r\n         \"value\":\"0\"\r\n      },\r\n      {  \r\n         \"name\":\"Pick-up by (latest Time)\",\r\n         \"value\":\"18:35\"\r\n      },\r\n      {  \r\n         \"name\":\"Customer PO/Reference\",\r\n         \"value\":\"04979-008\"\r\n      }\r\n   ]\r\n}"},"url":"/nsync/shipments"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"2904","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 07 Feb 2018 17:23:09 GMT","name":"Date","description":""},{"key":"Location","value":"http://test-nsync.services.il2000.com/nsync/shipments/131890468","name":"Location","description":""},{"key":"X-Local-RequestId","value":"e89aa46d-bd4c-4f38-8f3d-d545e75021e6","name":"X-Local-RequestId","description":""},{"key":"X-Origin-RequestId","value":"15494cbe-54ec-41d4-a487-f83f6e7a3860","name":"X-Origin-RequestId","description":""},{"key":"X-Rate-Limit-Limit","value":"500","name":"X-Rate-Limit-Limit","description":""},{"key":"X-Rate-Limit-Remaining","value":"499","name":"X-Rate-Limit-Remaining","description":""},{"key":"X-Rate-Limit-Reset","value":"2018-02-07T17:38:09","name":"X-Rate-Limit-Reset","description":""}],"cookie":[],"responseTime":"310","body":"{\n  \"id\" : 131890468,\n  \"group\" : \"ADS - Vendor\",\n  \"pronumber\" : \"TESTINGPRO\",\n  \"ponumber\" : \"VERBAL\",\n  \"bolnumber\" : \"CH29265388R0_Craig\",\n  \"quoteid\" : null,\n  \"shipdate\" : \"2016-07-13T00:00\",\n  \"iscorrectedbol\" : false,\n  \"dateCreated\" : \"2018-02-07T17:23\",\n  \"lastModified\" : \"2018-02-07T17:23\",\n  \"quotedcost\" : 0.00,\n  \"isspotrate\" : false,\n  \"customerCost\" : 0.00,\n  \"customerrate\" : null,\n  \"mergedShipmentId\" : null,\n  \"mode\" : \"SMALLPACKAGE\",\n  \"terms\" : \"Third Party\",\n  \"shipmentState\" : \"Pending\",\n  \"createdBy\" : {\n    \"userName\" : \"bolimporter\",\n    \"groupName\" : \"ADS - Vendor\",\n    \"email\" : \"it@il2000.com\"\n  },\n  \"lastModifiedBy\" : {\n    \"userName\" : null,\n    \"groupName\" : null,\n    \"email\" : null\n  },\n  \"shipper\" : {\n    \"address\" : {\n      \"name\" : \"IL2000\",\n      \"streetAddress\" : \"4007 ATLANTIC AVE STE 101\",\n      \"address2\" : null,\n      \"address3\" : null,\n      \"city\" : \"VIRGINIA BEACH\",\n      \"state\" : \"VA\",\n      \"zip\" : \"23451\",\n      \"country\" : \"USA\"\n    },\n    \"moniker\" : null,\n    \"contact\" : {\n      \"name\" : \"Tarynn\",\n      \"phone\" : \"757-498-1895\"\n    }\n  },\n  \"consignee\" : {\n    \"address\" : {\n      \"name\" : \"Kristin Cullen\",\n      \"streetAddress\" : \"4514 BALDWIN ST foo\",\n      \"address2\" : null,\n      \"address3\" : null,\n      \"city\" : \"HUDSONVILLE\",\n      \"state\" : \"MI\",\n      \"zip\" : \"49426\",\n      \"country\" : \"USA\"\n    },\n    \"contact\" : {\n      \"name\" : \"Kristin\",\n      \"phone\" : null\n    },\n    \"moniker\" : null\n  },\n  \"billto\" : {\n    \"name\" : \"ADS\",\n    \"streetAddress\" : \"621 LYNNHAVEN PKWY RM 400\",\n    \"address2\" : null,\n    \"address3\" : null,\n    \"city\" : \"Virginia Beach\",\n    \"state\" : \"VA\",\n    \"zip\" : \"23452\",\n    \"country\" : \"USA\"\n  },\n  \"cod\" : {\n    \"address\" : {\n      \"name\" : null,\n      \"streetAddress\" : null,\n      \"address2\" : null,\n      \"address3\" : null,\n      \"city\" : null,\n      \"state\" : null,\n      \"zip\" : null,\n      \"country\" : null\n    },\n    \"terms\" : null,\n    \"currency\" : null,\n    \"ammount\" : null\n  },\n  \"carrier\" : {\n    \"id\" : null,\n    \"tiberID\" : null,\n    \"name\" : \"UPS\",\n    \"trackingAPIEnabled\" : false,\n    \"available\" : false,\n    \"scac\" : \"UPSN\"\n  },\n  \"accessorials\" : [ ],\n  \"references\" : [ {\n    \"name\" : \"Customer PO\",\n    \"value\" : \"29265388\"\n  }, {\n    \"name\" : \"Freight Ready by (time)\",\n    \"value\" : \"0\"\n  }, {\n    \"name\" : \"Pick-up by (latest time)\",\n    \"value\" : \"18:35\"\n  }, {\n    \"name\" : \"Customer PO/Reference\",\n    \"value\" : \"04979-008\"\n  } ],\n  \"lineitems\" : [ {\n    \"purchaseOrderRef\" : null,\n    \"packaging\" : null,\n    \"handlingUnitCount\" : 1,\n    \"handlingUnitType\" : \"BOX\",\n    \"length\" : 10,\n    \"height\" : 5,\n    \"width\" : 7,\n    \"weight\" : 3.0,\n    \"description\" : \"REPLACE ME\",\n    \"freightClass\" : \"70\",\n    \"isHazmat\" : false,\n    \"productCode\" : \"ZZZ\",\n    \"numberOfPieces\" : 1,\n    \"nmfc\" : null,\n    \"nmfcsub\" : null\n  } ],\n  \"totalWeight\" : 3.0,\n  \"totalHU\" : 1\n}"},{"id":"32dc7c8f-2281-1506-1a0b-ab557d807459","name":"500 Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"ILToken ","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{  \r\n   \"shipmentType\":\"SMALLPACKAGE\",\r\n   \"plantId\":{{plantID}},\r\n   \"bolNumber\":\"CH29265388R0_Craig\",\r\n   \"poNumber\":\"VERBAL\",\r\n   \"proNumber\":\"TESTINGPRO\",\r\n   \"terms\":\"TP\",\r\n   \"consignee\":{  \r\n      \"careOf\": null ,\r\n      \"postalCode\":\"49426\",\r\n      \"customerPlantIdentifier\":null,\r\n      \"name\":\"Kristin Cullen\",\r\n      \"address\":\"4514 BALDWIN ST\",\r\n      \"address2\":\"foo\",\r\n      \"city\":\"HUDSONVILLE\",\r\n      \"stateOrProvince\":\"MI\",\r\n      \"contact\":\"Kristin\",\r\n      \"country\":\"USA\"\r\n   },\r\n   \"shipper\":{  \r\n      \"careOf\":\"Tarynn McKeage\",\r\n      \"postalCode\":\"23451\",\r\n      \"phone\":\"757-498-1895\",\r\n      \"customerPlantIdentifier\":null,\r\n      \"name\":\"IL2000\",\r\n      \"address\":\"4007 ATLANTIC AVE STE 101\",\r\n      \"address2\":null,\r\n      \"city\":\"VIRGINIA BEACH\",\r\n      \"stateOrProvince\":\"VA\",\r\n      \"contact\":\"Tarynn\",\r\n      \"country\":\"USA\"\r\n   },\r\n   \"billTo\":{  \r\n      \"careOf\":null,\r\n      \"postalCode\":\"23452\",\r\n      \"phone\":null,\r\n      \"customerPlantIdentifier\":\"Virginia Beach\",\r\n      \"name\":\"ADS\",\r\n      \"address\":\"621 LYNNHAVEN PKWY RM 400\",\r\n      \"address2\":null,\r\n      \"city\":\"Virginia Beach\",\r\n      \"stateOrProvince\":\"VA\",\r\n      \"contact\":null,\r\n      \"country\":\"USA\"\r\n   },\r\n   \"carrierScac\":null,\r\n   \"quoteId\":null,\r\n   \"totalHandlingUnits\":1,\r\n   \"specialInstructions\":null,\r\n   \"shipmentCost\":0.0,\r\n   \"customerCost\":0.0,\r\n   \"shipmentValue\":0.0,\r\n   \"lineItems\":[  \r\n      {  \r\n         \"isFee\":false,\r\n         \"nmfc\":null,\r\n         \"nmfcClass\":70,\r\n         \"isHazmat\":false,\r\n         \"numberHandlingUnitsInLineItem\":1,\r\n         \"handlingUnitType\":\"BOX\",\r\n         \"numberOfPieces\":1,\r\n         \"weight\":3.0,\r\n         \"serialNumber\":null,\r\n         \"poNumberOfLineItem\":null,\r\n         \"length\":10,\r\n         \"width\":7,\r\n         \"height\":5,\r\n         \"isStackable\":false,\r\n         \"productCode\":\"ZZZ\",\r\n         \"description\":\"REPLACE ME\"\r\n      }\r\n   ],\r\n   \"shipDate\":\"2016-07-13\",\r\n   \"referenceFields\":[  \r\n      {  \r\n         \"name\":\"Customer PO\",\r\n         \"value\":\"29265388\"\r\n      },\r\n      {  \r\n         \"name\":\"Freight Ready by (time)\",\r\n         \"value\":\"0\"\r\n      },\r\n      {  \r\n         \"name\":\"Pick-up by (latest Time)\",\r\n         \"value\":\"18:35\"\r\n      },\r\n      {  \r\n         \"name\":\"Customer PO/Reference\",\r\n         \"value\":\"04979-008\"\r\n      }\r\n   ]\r\n}"},"url":"/nsync/shipments"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Language","value":"en","name":"Content-Language","description":""},{"key":"Content-Length","value":"1410","name":"Content-Length","description":""},{"key":"Content-Type","value":"text/html;charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 07 Feb 2018 20:56:39 GMT","name":"Date","description":""}],"cookie":[],"responseTime":"42","body":"<!doctype html><html lang=\"en\"><head><title>HTTP Status 500 – Internal Server Error</title><style type=\"text/css\">h1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} h2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} h3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} body {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} b {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} p {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;} a {color:black;} a.name {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 500 – Internal Server Error</h1><hr class=\"line\" /><p><b>Type</b> Exception Report</p><p><b>Message</b> 1</p><p><b>Description</b> The server encountered an unexpected condition that prevented it from fulfilling the request.</p><p><b>Exception</b></p><pre>java.lang.ArrayIndexOutOfBoundsException: 1\n\tcom.il2000.nsync.rest.RateLimitingFilter.extractAuthTokenFromRequest(RateLimitingFilter.java:148)\n\tcom.il2000.nsync.rest.RateLimitingFilter.doFilter(RateLimitingFilter.java:56)\n</pre><p><b>Note</b> The full stack trace of the root cause is available in the server logs.</p><hr class=\"line\" /><h3>Apache Tomcat/8.5.23</h3></body></html>"},{"id":"89222968-6a8b-6bff-72e2-aeea03289af3","name":"405 Method Not Allowed","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"ILToken {{token}}","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{  \r\n   \"shipmentType\":\"SMALLPACKAGE\",\r\n   \"plantId\":{{plantID}},\r\n   \"bolNumber\":\"CH29265388R0_Craig\",\r\n   \"poNumber\":\"VERBAL\",\r\n   \"proNumber\":\"TESTINGPRO\",\r\n   \"terms\":\"TP\",\r\n   \"consignee\":{  \r\n      \"careOf\": null ,\r\n      \"postalCode\":\"49426\",\r\n      \"customerPlantIdentifier\":null,\r\n      \"name\":\"Kristin Cullen\",\r\n      \"address\":\"4514 BALDWIN ST\",\r\n      \"address2\":\"foo\",\r\n      \"city\":\"HUDSONVILLE\",\r\n      \"stateOrProvince\":\"MI\",\r\n      \"contact\":\"Kristin\",\r\n      \"country\":\"USA\"\r\n   },\r\n   \"shipper\":{  \r\n      \"careOf\":\"Tarynn McKeage\",\r\n      \"postalCode\":\"23451\",\r\n      \"phone\":\"757-498-1895\",\r\n      \"customerPlantIdentifier\":null,\r\n      \"name\":\"IL2000\",\r\n      \"address\":\"4007 ATLANTIC AVE STE 101\",\r\n      \"address2\":null,\r\n      \"city\":\"VIRGINIA BEACH\",\r\n      \"stateOrProvince\":\"VA\",\r\n      \"contact\":\"Tarynn\",\r\n      \"country\":\"USA\"\r\n   },\r\n   \"billTo\":{  \r\n      \"careOf\":null,\r\n      \"postalCode\":\"23452\",\r\n      \"phone\":null,\r\n      \"customerPlantIdentifier\":\"Virginia Beach\",\r\n      \"name\":\"ADS\",\r\n      \"address\":\"621 LYNNHAVEN PKWY RM 400\",\r\n      \"address2\":null,\r\n      \"city\":\"Virginia Beach\",\r\n      \"stateOrProvince\":\"VA\",\r\n      \"contact\":null,\r\n      \"country\":\"USA\"\r\n   },\r\n   \"carrierScac\":null,\r\n   \"quoteId\":null,\r\n   \"totalHandlingUnits\":1,\r\n   \"specialInstructions\":null,\r\n   \"shipmentCost\":0.0,\r\n   \"customerCost\":0.0,\r\n   \"shipmentValue\":0.0,\r\n   \"lineItems\":[  \r\n      {  \r\n         \"isFee\":false,\r\n         \"nmfc\":null,\r\n         \"nmfcClass\":70,\r\n         \"isHazmat\":false,\r\n         \"numberHandlingUnitsInLineItem\":1,\r\n         \"handlingUnitType\":\"BOX\",\r\n         \"numberOfPieces\":1,\r\n         \"weight\":3.0,\r\n         \"serialNumber\":null,\r\n         \"poNumberOfLineItem\":null,\r\n         \"length\":10,\r\n         \"width\":7,\r\n         \"height\":5,\r\n         \"isStackable\":false,\r\n         \"productCode\":\"ZZZ\",\r\n         \"description\":\"REPLACE ME\"\r\n      }\r\n   ],\r\n   \"shipDate\":\"2016-07-13\",\r\n   \"referenceFields\":[  \r\n      {  \r\n         \"name\":\"Customer PO\",\r\n         \"value\":\"29265388\"\r\n      },\r\n      {  \r\n         \"name\":\"Freight Ready by (time)\",\r\n         \"value\":\"0\"\r\n      },\r\n      {  \r\n         \"name\":\"Pick-up by (latest Time)\",\r\n         \"value\":\"18:35\"\r\n      },\r\n      {  \r\n         \"name\":\"Customer PO/Reference\",\r\n         \"value\":\"04979-008\"\r\n      }\r\n   ]\r\n}"},"url":"/nsync/shipments"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"plain","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"103","name":"Content-Length","description":""},{"key":"Date","value":"Wed, 07 Feb 2018 20:54:28 GMT","name":"Date","description":""},{"key":"X-Local-RequestId","value":"b2efdb7c-fdc6-4ddb-b7f1-b8bb00ba536b","name":"X-Local-RequestId","description":""},{"key":"X-Origin-RequestId","value":"7d0c005b-0bb7-41bb-b23e-fab6b10cd095","name":"X-Origin-RequestId","description":""},{"key":"X-Rate-Limit-Limit","value":"500","name":"X-Rate-Limit-Limit","description":""},{"key":"X-Rate-Limit-Remaining","value":"495","name":"X-Rate-Limit-Remaining","description":""},{"key":"X-Rate-Limit-Reset","value":"2018-02-07T21:05:07","name":"X-Rate-Limit-Reset","description":""}],"cookie":[],"responseTime":"45","body":"{\n  \"status\" : 405,\n  \"code\" : null,\n  \"message\" : \"HTTP 405 Method Not Allowed\",\n  \"moreInfo\" : null\n}"},{"id":"8dd6fc67-0523-2811-ac22-3c18bd207059","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"ILToken {{token}}","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{  \r\n   \"shipmentType\":\"SMALLPACKAGE\",\r\n   \"plantId\":{{plantID}},\r\n   \"bolNumber\":\"CH29265388R0_Craig\",\r\n   \"poNumber\":\"VERBAL\",\r\n   \"proNumber\":\"TESTINGPRO\",\r\n   \"terms\":\"TP\",\r\n   \"consignee\":{  \r\n      \"careOf\": null ,\r\n      \"postalCode\":\"49426\",\r\n      \"customerPlantIdentifier\":null,\r\n      \"name\":\"Kristin Cullen\",\r\n      \"address\":\"4514 BALDWIN ST\",\r\n      \"address2\":\"foo\",\r\n      \"city\":\"HUDSONVILLE\",\r\n      \"stateOrProvince\":\"MI\",\r\n      \"contact\":\"Kristin\",\r\n      \"country\":\"USA\"\r\n   },\r\n   \"shipper\":{  \r\n      \"careOf\":\"Tarynn McKeage\",\r\n      \"postalCode\":\"23451\",\r\n      \"phone\":\"757-498-1895\",\r\n      \"customerPlantIdentifier\":null,\r\n      \"name\":\"IL2000\",\r\n      \"address\":\"4007 ATLANTIC AVE STE 101\",\r\n      \"address2\":null,\r\n      \"city\":\"VIRGINIA BEACH\",\r\n      \"stateOrProvince\":\"VA\",\r\n      \"contact\":\"Tarynn\",\r\n      \"country\":\"USA\"\r\n   },\r\n   \"billTo\":{  \r\n      \"careOf\":null,\r\n      \"postalCode\":\"23452\",\r\n      \"phone\":null,\r\n      \"customerPlantIdentifier\":\"Virginia Beach\",\r\n      \"name\":\"ADS\",\r\n      \"address\":\"621 LYNNHAVEN PKWY RM 400\",\r\n      \"address2\":null,\r\n      \"city\":\"Virginia Beach\",\r\n      \"stateOrProvince\":\"VA\",\r\n      \"contact\":null,\r\n      \"country\":\"USA\"\r\n   },\r\n   \"carrierScac\":null,\r\n   \"quoteId\":null,\r\n   \"totalHandlingUnits\":1,\r\n   \"specialInstructions\":null,\r\n   \"shipmentCost\":0.0,\r\n   \"customerCost\":0.0,\r\n   \"shipmentValue\":0.0,\r\n   \"lineItems\":[  \r\n      {  \r\n         \"isFee\":false,\r\n         \"nmfc\":null,\r\n         \"nmfcClass\":70,\r\n         \"isHazmat\":false,\r\n         \"numberHandlingUnitsInLineItem\":1,\r\n         \"handlingUnitType\":\"BOX\",\r\n         \"numberOfPieces\":1,\r\n         \"weight\":3.0,\r\n         \"serialNumber\":null,\r\n         \"poNumberOfLineItem\":null,\r\n         \"length\":10,\r\n         \"width\":7,\r\n         \"height\":5,\r\n         \"isStackable\":false,\r\n         \"productCode\":\"ZZZ\",\r\n         \"description\":\"REPLACE ME\"\r\n      }\r\n   ],\r\n   \"shipDate\":\"2016-07-13\",\r\n   \"referenceFields\":[  \r\n      {  \r\n         \"name\":\"Customer PO\",\r\n         \"value\":\"29265388\"\r\n      },\r\n      {  \r\n         \"name\":\"Freight Ready by (time)\",\r\n         \"value\":\"0\"\r\n      },\r\n      {  \r\n         \"name\":\"Pick-up by (latest Time)\",\r\n         \"value\":\"18:35\"\r\n      },\r\n      {  \r\n         \"name\":\"Customer PO/Reference\",\r\n         \"value\":\"04979-008\"\r\n      }\r\n   ]\r\n}"},"url":"/nsync/shipments"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"103","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 07 Feb 2018 20:53:23 GMT","name":"Date","description":""},{"key":"X-Local-RequestId","value":"60029b1d-320d-429f-8e3a-4027daf86108","name":"X-Local-RequestId","description":""},{"key":"X-Origin-RequestId","value":"dc3561ec-9da7-4bdc-9cc2-dd321dfdc970","name":"X-Origin-RequestId","description":""},{"key":"X-Rate-Limit-Limit","value":"500","name":"X-Rate-Limit-Limit","description":""},{"key":"X-Rate-Limit-Remaining","value":"499","name":"X-Rate-Limit-Remaining","description":""},{"key":"X-Rate-Limit-Reset","value":"2018-02-07T21:08:23","name":"X-Rate-Limit-Reset","description":""}],"cookie":[],"responseTime":"185","body":"{\n  \"status\" : 401,\n  \"code\" : null,\n  \"message\" : \"Invalid authorization token\",\n  \"moreInfo\" : null\n}"},{"id":"e84b54c7-c72e-0946-7fd0-8a3805809193","name":"400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"ILToken {{token}}","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{  \r\n   \"shipmentType\":\"SMALLPACKAGE\",\r\n   \r\n   \"bolNumber\":\"CH29265388R0_Craig\",\r\n   \"poNumber\":\"VERBAL\",\r\n   \"proNumber\":\"TESTINGPRO\",\r\n   \"terms\":\"TP\",\r\n   \"consignee\":{  \r\n      \"careOf\": null ,\r\n      \"postalCode\":\"49426\",\r\n      \"customerPlantIdentifier\":null,\r\n      \"name\":\"Kristin Cullen\",\r\n      \"address\":\"4514 BALDWIN ST\",\r\n      \"address2\":\"foo\",\r\n      \"city\":\"HUDSONVILLE\",\r\n      \"stateOrProvince\":\"MI\",\r\n      \"contact\":\"Kristin\",\r\n      \"country\":\"USA\"\r\n   },\r\n   \"shipper\":{  \r\n      \"careOf\":\"Tarynn McKeage\",\r\n      \"postalCode\":\"23451\",\r\n      \"phone\":\"757-498-1895\",\r\n      \"customerPlantIdentifier\":null,\r\n      \"name\":\"IL2000\",\r\n      \"address\":\"4007 ATLANTIC AVE STE 101\",\r\n      \"address2\":null,\r\n      \"city\":\"VIRGINIA BEACH\",\r\n      \"stateOrProvince\":\"VA\",\r\n      \"contact\":\"Tarynn\",\r\n      \"country\":\"USA\"\r\n   },\r\n   \"billTo\":{  \r\n      \"careOf\":null,\r\n      \"postalCode\":\"23452\",\r\n      \"phone\":null,\r\n      \"customerPlantIdentifier\":\"Virginia Beach\",\r\n      \"name\":\"ADS\",\r\n      \"address\":\"621 LYNNHAVEN PKWY RM 400\",\r\n      \"address2\":null,\r\n      \"city\":\"Virginia Beach\",\r\n      \"stateOrProvince\":\"VA\",\r\n      \"contact\":null,\r\n      \"country\":\"USA\"\r\n   },\r\n   \"carrierScac\":null,\r\n   \"quoteId\":null,\r\n   \"totalHandlingUnits\":1,\r\n   \"specialInstructions\":null,\r\n   \"shipmentCost\":0.0,\r\n   \"customerCost\":0.0,\r\n   \"shipmentValue\":0.0,\r\n   \"lineItems\":[  \r\n      {  \r\n         \"isFee\":false,\r\n         \"nmfc\":null,\r\n         \"nmfcClass\":70,\r\n         \"isHazmat\":false,\r\n         \"numberHandlingUnitsInLineItem\":1,\r\n         \"handlingUnitType\":\"BOX\",\r\n         \"numberOfPieces\":1,\r\n         \"weight\":3.0,\r\n         \"serialNumber\":null,\r\n         \"poNumberOfLineItem\":null,\r\n         \"length\":10,\r\n         \"width\":7,\r\n         \"height\":5,\r\n         \"isStackable\":false,\r\n         \"productCode\":\"ZZZ\",\r\n         \"description\":\"REPLACE ME\"\r\n      }\r\n   ],\r\n   \"shipDate\":\"2016-07-13\",\r\n   \"referenceFields\":[  \r\n      {  \r\n         \"name\":\"Customer PO\",\r\n         \"value\":\"29265388\"\r\n      },\r\n      {  \r\n         \"name\":\"Freight Ready by (time)\",\r\n         \"value\":\"0\"\r\n      },\r\n      {  \r\n         \"name\":\"Pick-up by (latest Time)\",\r\n         \"value\":\"18:35\"\r\n      },\r\n      {  \r\n         \"name\":\"Customer PO/Reference\",\r\n         \"value\":\"04979-008\"\r\n      }\r\n   ]\r\n}"},"url":"/nsync/shipments"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"112","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 07 Feb 2018 20:51:34 GMT","name":"Date","description":""},{"key":"X-Local-RequestId","value":"2414fec3-2355-4628-8e04-4327c082e1e9","name":"X-Local-RequestId","description":""},{"key":"X-Origin-RequestId","value":"e98d1556-8b06-4f12-8377-1dc139033715","name":"X-Origin-RequestId","description":""},{"key":"X-Rate-Limit-Limit","value":"500","name":"X-Rate-Limit-Limit","description":""},{"key":"X-Rate-Limit-Remaining","value":"498","name":"X-Rate-Limit-Remaining","description":""},{"key":"X-Rate-Limit-Reset","value":"2018-02-07T21:05:07","name":"X-Rate-Limit-Reset","description":""}],"cookie":[],"responseTime":"346","body":"{\n  \"status\" : 400,\n  \"code\" : null,\n  \"message\" : \"Validation error: Missing plant id; \",\n  \"moreInfo\" : null\n}"},{"id":"e93c92b2-7682-cc30-22a5-f1e6dea2af9a","name":"404 Not Found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"ILToken {{token}}","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{  \r\n   \"shipmentType\":\"SMALLPACKAGE\",\r\n   \"plantId\":{{plantID}},\r\n   \"bolNumber\":\"CH29265388R0_Craig\",\r\n   \"poNumber\":\"VERBAL\",\r\n   \"proNumber\":\"TESTINGPRO\",\r\n   \"terms\":\"TP\",\r\n   \"consignee\":{  \r\n      \"careOf\": null ,\r\n      \"postalCode\":\"49426\",\r\n      \"customerPlantIdentifier\":null,\r\n      \"name\":\"Kristin Cullen\",\r\n      \"address\":\"4514 BALDWIN ST\",\r\n      \"address2\":\"foo\",\r\n      \"city\":\"HUDSONVILLE\",\r\n      \"stateOrProvince\":\"MI\",\r\n      \"contact\":\"Kristin\",\r\n      \"country\":\"USA\"\r\n   },\r\n   \"shipper\":{  \r\n      \"careOf\":\"Tarynn McKeage\",\r\n      \"postalCode\":\"23451\",\r\n      \"phone\":\"757-498-1895\",\r\n      \"customerPlantIdentifier\":null,\r\n      \"name\":\"IL2000\",\r\n      \"address\":\"4007 ATLANTIC AVE STE 101\",\r\n      \"address2\":null,\r\n      \"city\":\"VIRGINIA BEACH\",\r\n      \"stateOrProvince\":\"VA\",\r\n      \"contact\":\"Tarynn\",\r\n      \"country\":\"USA\"\r\n   },\r\n   \"billTo\":{  \r\n      \"careOf\":null,\r\n      \"postalCode\":\"23452\",\r\n      \"phone\":null,\r\n      \"customerPlantIdentifier\":\"Virginia Beach\",\r\n      \"name\":\"ADS\",\r\n      \"address\":\"621 LYNNHAVEN PKWY RM 400\",\r\n      \"address2\":null,\r\n      \"city\":\"Virginia Beach\",\r\n      \"stateOrProvince\":\"VA\",\r\n      \"contact\":null,\r\n      \"country\":\"USA\"\r\n   },\r\n   \"carrierScac\":null,\r\n   \"quoteId\":null,\r\n   \"totalHandlingUnits\":1,\r\n   \"specialInstructions\":null,\r\n   \"shipmentCost\":0.0,\r\n   \"customerCost\":0.0,\r\n   \"shipmentValue\":0.0,\r\n   \"lineItems\":[  \r\n      {  \r\n         \"isFee\":false,\r\n         \"nmfc\":null,\r\n         \"nmfcClass\":70,\r\n         \"isHazmat\":false,\r\n         \"numberHandlingUnitsInLineItem\":1,\r\n         \"handlingUnitType\":\"BOX\",\r\n         \"numberOfPieces\":1,\r\n         \"weight\":3.0,\r\n         \"serialNumber\":null,\r\n         \"poNumberOfLineItem\":null,\r\n         \"length\":10,\r\n         \"width\":7,\r\n         \"height\":5,\r\n         \"isStackable\":false,\r\n         \"productCode\":\"ZZZ\",\r\n         \"description\":\"REPLACE ME\"\r\n      }\r\n   ],\r\n   \"shipDate\":\"2016-07-13\",\r\n   \"referenceFields\":[  \r\n      {  \r\n         \"name\":\"Customer PO\",\r\n         \"value\":\"29265388\"\r\n      },\r\n      {  \r\n         \"name\":\"Freight Ready by (time)\",\r\n         \"value\":\"0\"\r\n      },\r\n      {  \r\n         \"name\":\"Pick-up by (latest Time)\",\r\n         \"value\":\"18:35\"\r\n      },\r\n      {  \r\n         \"name\":\"Customer PO/Reference\",\r\n         \"value\":\"04979-008\"\r\n      }\r\n   ]\r\n}"},"url":"/nsync/shipment"},"status":"Not Found","code":404,"_postman_previewlanguage":"plain","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"94","name":"Content-Length","description":""},{"key":"Date","value":"Wed, 07 Feb 2018 20:54:03 GMT","name":"Date","description":""},{"key":"X-Local-RequestId","value":"09891f73-7d49-4ea2-b089-f15bbbfb5dd5","name":"X-Local-RequestId","description":""},{"key":"X-Origin-RequestId","value":"d05ab888-b3cf-41ee-9e3a-110a59fe358a","name":"X-Origin-RequestId","description":""},{"key":"X-Rate-Limit-Limit","value":"500","name":"X-Rate-Limit-Limit","description":""},{"key":"X-Rate-Limit-Remaining","value":"496","name":"X-Rate-Limit-Remaining","description":""},{"key":"X-Rate-Limit-Reset","value":"2018-02-07T21:05:07","name":"X-Rate-Limit-Reset","description":""}],"cookie":[],"responseTime":"47","body":"{\n  \"status\" : 404,\n  \"code\" : null,\n  \"message\" : \"HTTP 404 Not Found\",\n  \"moreInfo\" : null\n}"}],"_postman_id":"38e5351b-1dff-66cd-8d61-eaf841eb2774"},{"name":"Address Service Request","id":"dc9f4915-d3b5-5872-85d6-7c89343eec51","request":{"method":"GET","header":[],"url":"/nsync/validate?addressee=Integrated logistics 2000&addressline=\"4007 Atlantic Ave\"&secondaryline=Suite 101&city=\"virginia beach\"&state=\"va\"&zip=\"23451\"","urlObject":{"path":["nsync","validate"],"host":[""],"query":[{"key":"addressee","value":"Integrated logistics 2000"},{"key":"addressline","value":"\"4007 Atlantic Ave\""},{"key":"secondaryline","value":"Suite 101"},{"key":"city","value":"\"virginia beach\""},{"key":"state","value":"\"va\""},{"key":"zip","value":"\"23451\""}],"variable":[]}},"response":[{"id":"0a50b218-8659-59a1-a926-48d0338e326f","name":"400 Bad Request","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"/nsync/validate?addressline=\"addressee=Integrated logistics 2000&4007 Atlantic Ave\"&secondaryline=Suite 101&city=\"virginia beach\"&state=\"va\"&zip=\"23451\"","host":[""],"path":["nsync","validate"],"query":[{"key":"addressline","value":"\"addressee=Integrated logistics 2000"},{"key":"4007 Atlantic Ave\"","value":null},{"key":"secondaryline","value":"Suite 101"},{"key":"city","value":"\"virginia beach\""},{"key":"state","value":"\"va\""},{"key":"zip","value":"\"23451\""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"100","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 07 Feb 2018 20:01:01 GMT","name":"Date","description":""},{"key":"X-Local-RequestId","value":"8df5c818-c6ff-4941-a3c2-f63cbd1618d9","name":"X-Local-RequestId","description":""},{"key":"X-Origin-RequestId","value":"b361bddd-4ad7-4670-aca3-2c5d9caefdd0","name":"X-Origin-RequestId","description":""}],"cookie":[],"responseTime":"169","body":"{\n  \"status\" : 400,\n  \"code\" : null,\n  \"message\" : \"Request processing error\",\n  \"moreInfo\" : null\n}"},{"id":"214fdc5f-06a2-89ee-b920-5517f337fb39","name":"200 OK","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"/nsync/validate?addressee=Integrated logistics 2000&addressline=\"4007 Atlantic Ave\"&secondaryline=Suite 101&city=\"virginia beach\"&state=\"va\"&zip=\"23451\"","host":[""],"path":["nsync","validate"],"query":[{"key":"addressee","value":"Integrated logistics 2000"},{"key":"addressline","value":"\"4007 Atlantic Ave\""},{"key":"secondaryline","value":"Suite 101"},{"key":"city","value":"\"virginia beach\""},{"key":"state","value":"\"va\""},{"key":"zip","value":"\"23451\""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"302","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 07 Feb 2018 17:50:47 GMT","name":"Date","description":""},{"key":"X-Local-RequestId","value":"c6c8759b-bfb8-4643-9ca1-42614aefab05","name":"X-Local-RequestId","description":""},{"key":"X-Origin-RequestId","value":"fcff9176-bdd1-43c7-9b80-f3f25a71f601","name":"X-Origin-RequestId","description":""}],"cookie":[],"responseTime":"347","body":"{\n  \"hasBasicValidation\" : true,\n  \"needsSecondary\" : false,\n  \"extraneousSecondary\" : false,\n  \"addressee\" : \"Integrated logistics 2000\",\n  \"streetLine\" : \"4007 Atlantic Ave Ste 101\",\n  \"city\" : \"Virginia Beach\",\n  \"state\" : \"VA\",\n  \"zipCode\" : \"23451\",\n  \"lastLine\" : \"Virginia Beach VA 23451-2658\"\n}"}],"_postman_id":"dc9f4915-d3b5-5872-85d6-7c89343eec51"},{"name":"Retrieve Smallpack Label","event":[{"listen":"test","script":{"id":"67e3fcfc-7d25-4d0d-ba7f-41348d1cd413","exec":["tests[\"Body matches string\"] = responseBody.has(\"https://s3.amazonaws.com/\");"],"type":"text/javascript"}}],"id":"2d1d2a96-ce26-7b9f-1edd-bd0ada6ac51f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"ILToken {{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"/nsync/shipments/134134948/documents/label","description":"<p>Retrieves a label for a previously POSTed smallpackage shipment.</p>\n<p>To bypass address validation (not advised) pass a URL Query parameter like so:</p>\n<p>/nsync/shipments/{shipmentID}/documents/label?bypass_validation=true</p>\n","urlObject":{"path":["nsync","shipments","134134948","documents","label"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"5fbea4e6-de1a-0256-a2b0-e54e0b23de69","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"ILToken {{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"/nsync/shipments/131889500/documents/label"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"532","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 07 Feb 2018 18:44:12 GMT","name":"Date","description":""},{"key":"X-Local-RequestId","value":"75b03c80-bbce-4b10-908f-cc45c1120d82","name":"X-Local-RequestId","description":""},{"key":"X-Origin-RequestId","value":"f2fd2ddf-27b6-4afb-be6f-906fca0fe02e","name":"X-Origin-RequestId","description":""},{"key":"X-Rate-Limit-Limit","value":"500","name":"X-Rate-Limit-Limit","description":""},{"key":"X-Rate-Limit-Remaining","value":"497","name":"X-Rate-Limit-Remaining","description":""},{"key":"X-Rate-Limit-Reset","value":"2018-02-07T18:47:28","name":"X-Rate-Limit-Reset","description":""}],"cookie":[],"responseTime":"353","body":"{\n  \"smallPackages\" : [ {\n    \"id\" : 3955491,\n    \"weight\" : 3.0,\n    \"height\" : 5,\n    \"width\" : 7,\n    \"length\" : 10,\n    \"labelURL\" : \"https://s3.amazonaws.com/il_system_images/GeneratedSmallPackLabels/owGuS3bxrwdYl41I37Oj.gif\",\n    \"trackingID\" : \"1Z23WA900398351304\"\n  }, {\n    \"id\" : 3955492,\n    \"weight\" : 3.0,\n    \"height\" : 5,\n    \"width\" : 7,\n    \"length\" : 10,\n    \"labelURL\" : \"https://s3.amazonaws.com/il_system_images/GeneratedSmallPackLabels/owGuS3bxrwdYl41I37Oj.gif\",\n    \"trackingID\" : \"1Z23WA900398351304\"\n  } ]\n}"}],"_postman_id":"2d1d2a96-ce26-7b9f-1edd-bd0ada6ac51f"},{"name":"Choose Cheapest Carrier","event":[{"listen":"test","script":{"id":"be06e1e6-e779-4d86-a723-51db941ed9b7","exec":["tests[\"Successfully Processed\"] = responseCode.code === 202;"],"type":"text/javascript","packages":{}}}],"id":"90efdbcc-415e-3917-a270-2d0ee39254d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"ILToken {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"processType\" : \"CHEAPEST_CARRIER\"\r\n}"},"url":"/nsync/shipments/{{shipmentID}}/carrier","description":"<p>This end point requires a SetCarrierRequest object that consists of two properties.</p>\n<p>processType (should always be \"CHEAPEST_CARRIER\")\nexcludeCarriers (array of carrier ID's for carriers that should not be selected)</p>\n<p>it will look like:</p>\n<p>{\n\"processType\" : \"CHEAPEST_CARRIER\",\n\"excludeCarriers\" : [ x,y,z]\n}</p>\n","urlObject":{"path":["nsync","shipments","{{shipmentID}}","carrier"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"2aee41a0-1c79-483f-b4d8-82b356f8dfd7","name":"202 Accepted","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"ILToken {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"processType\" : \"CHEAPEST_CARRIER\"\r\n}"},"url":"/nsync/shipments/{{shipmentID}}/carrier"},"status":"Accepted","code":202,"_postman_previewlanguage":"plain","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"0","name":"Content-Length","description":""},{"key":"Date","value":"Wed, 07 Feb 2018 18:51:04 GMT","name":"Date","description":""},{"key":"X-Local-RequestId","value":"c00d61a9-5717-4612-a3f7-6cdd106a462a","name":"X-Local-RequestId","description":""},{"key":"X-Origin-RequestId","value":"31886e01-8fb7-4240-a5a5-febc46bd8729","name":"X-Origin-RequestId","description":""},{"key":"X-Rate-Limit-Limit","value":"500","name":"X-Rate-Limit-Limit","description":""},{"key":"X-Rate-Limit-Remaining","value":"499","name":"X-Rate-Limit-Remaining","description":""},{"key":"X-Rate-Limit-Reset","value":"2018-02-07T19:06:03","name":"X-Rate-Limit-Reset","description":""}],"cookie":[],"responseTime":"1279","body":""},{"id":"71fb14ec-0d1f-3788-e430-3213b614acf4","name":"500 Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"ILToken","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n\"processType\" : \"CHEAPEST_CARRIER\"\r\n}"},"url":"/nsync/shipments/{{shipmentID}}/carrier"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Language","value":"en","name":"Content-Language","description":""},{"key":"Content-Length","value":"1410","name":"Content-Length","description":""},{"key":"Content-Type","value":"text/html;charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 07 Feb 2018 20:14:55 GMT","name":"Date","description":""}],"cookie":[],"responseTime":"44","body":"<!doctype html><html lang=\"en\"><head><title>HTTP Status 500 – Internal Server Error</title><style type=\"text/css\">h1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} h2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} h3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} body {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} b {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} p {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;} a {color:black;} a.name {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 500 – Internal Server Error</h1><hr class=\"line\" /><p><b>Type</b> Exception Report</p><p><b>Message</b> 1</p><p><b>Description</b> The server encountered an unexpected condition that prevented it from fulfilling the request.</p><p><b>Exception</b></p><pre>java.lang.ArrayIndexOutOfBoundsException: 1\n\tcom.il2000.nsync.rest.RateLimitingFilter.extractAuthTokenFromRequest(RateLimitingFilter.java:148)\n\tcom.il2000.nsync.rest.RateLimitingFilter.doFilter(RateLimitingFilter.java:56)\n</pre><p><b>Note</b> The full stack trace of the root cause is available in the server logs.</p><hr class=\"line\" /><h3>Apache Tomcat/8.5.23</h3></body></html>"},{"id":"ab22f82a-b64e-710a-9196-8190ad55dc41","name":"400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"ILToken {{token}}","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n\"processType\" : \"CHEAPEST_CARRIE\"\r\n}"},"url":"/nsync/shipments/{{shipmentID}}/carrier"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"125","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 07 Feb 2018 20:14:00 GMT","name":"Date","description":""},{"key":"X-Local-RequestId","value":"daedaf72-3f59-482d-af44-2a466d49fe59","name":"X-Local-RequestId","description":""},{"key":"X-Origin-RequestId","value":"fb29ce70-d387-460c-b5c9-69ba858d4581","name":"X-Origin-RequestId","description":""},{"key":"X-Rate-Limit-Limit","value":"500","name":"X-Rate-Limit-Limit","description":""},{"key":"X-Rate-Limit-Remaining","value":"495","name":"X-Rate-Limit-Remaining","description":""},{"key":"X-Rate-Limit-Reset","value":"2018-02-07T20:25:33","name":"X-Rate-Limit-Reset","description":""}],"cookie":[],"responseTime":"59","body":"{\n  \"status\" : 400,\n  \"code\" : null,\n  \"message\" : \"Unable to parse message. Confirm format is valid.\",\n  \"moreInfo\" : null\n}"}],"_postman_id":"90efdbcc-415e-3917-a270-2d0ee39254d5"},{"name":"Fetch Rates","event":[{"listen":"test","script":{"id":"be06e1e6-e779-4d86-a723-51db941ed9b7","exec":["tests[\"Successfully Processed\"] = responseCode.code === 202;"],"type":"text/javascript","packages":{}}}],"id":"3426221c-770f-4302-83ba-72b3475762a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"ILToken {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"clientPlantID\": 1009,\r\n    \"fromZip\": \"K8N5T5\",\r\n    \"toZip\": \"L1W4C1\",\r\n    \"fees\": [],\r\n    \"lineItems\": [{\r\n      \"handlingUnits\": 1,\r\n      \"weight\": 500,\r\n      \"freightClass\": 77,\r\n      \"length\": 40,\r\n      \"width\": 48,\r\n      \"height\": 48\r\n    }],\r\n    \"shipDate\": \"2025-02-20\",\r\n    \"doubleChecked\": [\r\n      false,\r\n      false,\r\n      false\r\n    ]\r\n}"},"url":"https://nsync.services.il2000.com/nsync/rategen","description":"<p>This end point requires a Rate request object</p>\n<p>Valid classes are: <strong>50,55,60,65,70,77,85,92,</strong></p>\n<p><strong>100,110,125,150,175,200,250,300,400,500</strong></p>\n","urlObject":{"protocol":"https","path":["nsync","rategen"],"host":["nsync","services","il2000","com"],"query":[],"variable":[]}},"response":[{"id":"4f82eb93-5c49-4619-97ce-cf375f6dc6df","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"ILToken {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"clientPlantID\": 4539,\r\n    \"fromZip\": \"38611\",\r\n    \"toZip\": \"08831\",\r\n    \"fees\": [],\r\n    \"lineItems\": [{\r\n      \"handlingUnits\": 2,\r\n      \"weight\": 312,\r\n      \"freightClass\": 100,\r\n      \"length\": 48,\r\n      \"width\": 40,\r\n      \"height\": 45\r\n    }],\r\n    \"shipDate\": \"2024-10-04\",\r\n    \"doubleChecked\": [\r\n      false,\r\n      false,\r\n      false\r\n    ]\r\n}"},"url":"/nsync/rategen"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 19 Sep 2024 14:09:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin"},{"key":"X-Rate-Limit-Limit","value":"2000"},{"key":"X-Rate-Limit-Remaining","value":"1979"},{"key":"X-Rate-Limit-Reset","value":"2024-09-19T14:16:28"},{"key":"X-Local-RequestId","value":"8d39e3af-04cc-458a-900d-54b0ff851916"},{"key":"X-Origin-RequestId","value":"186ec278-14ed-4f43-bb72-c87c59946c83"}],"cookie":[],"responseTime":null,"body":"{\n    \"terms\": \"Prepaid\",\n    \"primaryRoutedCarrier\": null,\n    \"secondaryRoutedCarrier\": null,\n    \"rates\": [\n        {\n            \"carrierID\": 2241,\n            \"carrierName\": \"ArcBest\",\n            \"transitTime\": \"3\",\n            \"unaccountedFees\": null,\n            \"accountedFees\": null,\n            \"negotiationType\": \"0\",\n            \"pointType\": 0,\n            \"quoteNoProcessing\": \"210.37\",\n            \"isExceedsMaxWeight\": false,\n            \"exceededMaxWeightMessage\": null,\n            \"carrierScac\": \"ABFS\",\n            \"transitTimeText\": \"3 days\",\n            \"mileage\": 1085,\n            \"processingFee\": null,\n            \"overrideProcessingFee\": null,\n            \"feesMap\": {},\n            \"weightBreak\": null,\n            \"volumeRate\": false,\n            \"quoteID\": null,\n            \"carrierQuote\": null,\n            \"clientQuote\": {\n                \"text\": \"$210.37\",\n                \"quote\": \"210.37\",\n                \"rateScheme\": \"Czarlite 2012 FAK 50(50-150) 85(175-250) \",\n                \"grossCharge\": \"362.70\",\n                \"discountPct\": \"50\",\n                \"discount\": \"181.35\",\n                \"min\": \"125.00\",\n                \"fuel\": \"29.02\",\n                \"fuelPct\": \"16\",\n                \"fees\": \"0.00\",\n                \"quoteNoProcessing\": null,\n                \"additionalInsurance\": \"0\",\n                \"floatQuote\": 210.37\n            },\n            \"customQuote\": null,\n            \"exceedsCubicCapacity\": false,\n            \"exceedsLinearFoot\": false,\n            \"exceedsMaxWeight\": false\n        },\n        {\n            \"carrierID\": 12,\n            \"carrierName\": \"Estes Express\",\n            \"transitTime\": \"3\",\n            \"unaccountedFees\": null,\n            \"accountedFees\": null,\n            \"negotiationType\": \"0\",\n            \"pointType\": 0,\n            \"quoteNoProcessing\": \"281.30\",\n            \"isExceedsMaxWeight\": false,\n            \"exceededMaxWeightMessage\": null,\n            \"carrierScac\": \"EXLA\",\n            \"transitTimeText\": \"3 days\",\n            \"mileage\": 1085,\n            \"processingFee\": null,\n            \"overrideProcessingFee\": null,\n            \"feesMap\": {},\n            \"weightBreak\": null,\n            \"volumeRate\": false,\n            \"quoteID\": null,\n            \"carrierQuote\": null,\n            \"clientQuote\": {\n                \"text\": \"$281.30\",\n                \"quote\": \"281.30\",\n                \"rateScheme\": \"Czarlite 2012 FAK 50(55-150) 85(175-250) \",\n                \"grossCharge\": \"362.70\",\n                \"discountPct\": \"34.3\",\n                \"discount\": \"120.20\",\n                \"min\": \"242.50\",\n                \"fuel\": \"38.80\",\n                \"fuelPct\": \"16\",\n                \"fees\": \"0.00\",\n                \"quoteNoProcessing\": null,\n                \"additionalInsurance\": \"0\",\n                \"floatQuote\": 281.3\n            },\n            \"customQuote\": null,\n            \"exceedsCubicCapacity\": false,\n            \"exceedsLinearFoot\": false,\n            \"exceedsMaxWeight\": false\n        },\n        {\n            \"carrierID\": 14,\n            \"carrierName\": \"Old Dominion\",\n            \"transitTime\": \"3\",\n            \"unaccountedFees\": null,\n            \"accountedFees\": null,\n            \"negotiationType\": \"0\",\n            \"pointType\": 0,\n            \"quoteNoProcessing\": \"347.11\",\n            \"isExceedsMaxWeight\": false,\n            \"exceededMaxWeightMessage\": null,\n            \"carrierScac\": \"ODFL\",\n            \"transitTimeText\": \"3 days\",\n            \"mileage\": 1085,\n            \"processingFee\": null,\n            \"overrideProcessingFee\": null,\n            \"feesMap\": {},\n            \"weightBreak\": null,\n            \"volumeRate\": false,\n            \"quoteID\": null,\n            \"carrierQuote\": null,\n            \"clientQuote\": {\n                \"text\": \"$347.11\",\n                \"quote\": \"347.11\",\n                \"rateScheme\": \"Czarlite 2012 FAK 50(50-150) 85(175-250) \",\n                \"grossCharge\": \"362.70\",\n                \"discountPct\": \"17.5\",\n                \"discount\": \"63.47\",\n                \"min\": \"168.75\",\n                \"fuel\": \"47.88\",\n                \"fuelPct\": \"16\",\n                \"fees\": \"0.00\",\n                \"quoteNoProcessing\": null,\n                \"additionalInsurance\": \"0\",\n                \"floatQuote\": 347.11\n            },\n            \"customQuote\": null,\n            \"exceedsCubicCapacity\": false,\n            \"exceedsLinearFoot\": false,\n            \"exceedsMaxWeight\": false\n        },\n        {\n            \"carrierID\": 20,\n            \"carrierName\": \"AAA Cooper\",\n            \"transitTime\": \"5\",\n            \"unaccountedFees\": null,\n            \"accountedFees\": null,\n            \"negotiationType\": \"0\",\n            \"pointType\": 0,\n            \"quoteNoProcessing\": null,\n            \"isExceedsMaxWeight\": false,\n            \"exceededMaxWeightMessage\": null,\n            \"carrierScac\": \"AACT\",\n            \"transitTimeText\": \"5 days\",\n            \"mileage\": 1085,\n            \"processingFee\": null,\n            \"overrideProcessingFee\": null,\n            \"feesMap\": {},\n            \"weightBreak\": null,\n            \"volumeRate\": false,\n            \"quoteID\": null,\n            \"carrierQuote\": null,\n            \"clientQuote\": {\n                \"text\": \"None/Flat at 9% and $0.00 min FAK 50(55-150) 85(175-250) \",\n                \"quote\": null,\n                \"rateScheme\": \"None/Flat FAK 50(55-150) 85(175-250) \",\n                \"grossCharge\": null,\n                \"discountPct\": \"9\",\n                \"discount\": null,\n                \"min\": \"0.00\",\n                \"fuel\": null,\n                \"fuelPct\": \"16\",\n                \"fees\": \"0.00\",\n                \"quoteNoProcessing\": null,\n                \"additionalInsurance\": \"0\",\n                \"floatQuote\": null\n            },\n            \"customQuote\": null,\n            \"exceedsCubicCapacity\": false,\n            \"exceedsLinearFoot\": false,\n            \"exceedsMaxWeight\": false\n        },\n        {\n            \"carrierID\": 13,\n            \"carrierName\": \"FedEx Freight Economy\",\n            \"transitTime\": \"5\",\n            \"unaccountedFees\": null,\n            \"accountedFees\": null,\n            \"negotiationType\": \"0\",\n            \"pointType\": 0,\n            \"quoteNoProcessing\": null,\n            \"isExceedsMaxWeight\": false,\n            \"exceededMaxWeightMessage\": null,\n            \"carrierScac\": \"FXNL\",\n            \"transitTimeText\": \"5 days\",\n            \"mileage\": 1085,\n            \"processingFee\": null,\n            \"overrideProcessingFee\": null,\n            \"feesMap\": {},\n            \"weightBreak\": null,\n            \"volumeRate\": false,\n            \"quoteID\": null,\n            \"carrierQuote\": null,\n            \"clientQuote\": {\n                \"text\": \"None/Flat at 9% and $0.00 min\",\n                \"quote\": null,\n                \"rateScheme\": \"None/Flat\",\n                \"grossCharge\": null,\n                \"discountPct\": \"9\",\n                \"discount\": null,\n                \"min\": \"0.00\",\n                \"fuel\": null,\n                \"fuelPct\": \"16\",\n                \"fees\": \"0.00\",\n                \"quoteNoProcessing\": null,\n                \"additionalInsurance\": \"0\",\n                \"floatQuote\": null\n            },\n            \"customQuote\": null,\n            \"exceedsCubicCapacity\": false,\n            \"exceedsLinearFoot\": false,\n            \"exceedsMaxWeight\": false\n        },\n        {\n            \"carrierID\": 24,\n            \"carrierName\": \"FedEx Freight Priority\",\n            \"transitTime\": \"2\",\n            \"unaccountedFees\": null,\n            \"accountedFees\": null,\n            \"negotiationType\": \"0\",\n            \"pointType\": 0,\n            \"quoteNoProcessing\": null,\n            \"isExceedsMaxWeight\": false,\n            \"exceededMaxWeightMessage\": null,\n            \"carrierScac\": \"FXFE\",\n            \"transitTimeText\": \"2 days\",\n            \"mileage\": 1085,\n            \"processingFee\": null,\n            \"overrideProcessingFee\": null,\n            \"feesMap\": {},\n            \"weightBreak\": null,\n            \"volumeRate\": false,\n            \"quoteID\": null,\n            \"carrierQuote\": null,\n            \"clientQuote\": {\n                \"text\": \"None/Flat at 9% and $0.00 min\",\n                \"quote\": null,\n                \"rateScheme\": \"None/Flat\",\n                \"grossCharge\": null,\n                \"discountPct\": \"9\",\n                \"discount\": null,\n                \"min\": \"0.00\",\n                \"fuel\": null,\n                \"fuelPct\": \"16\",\n                \"fees\": \"0.00\",\n                \"quoteNoProcessing\": null,\n                \"additionalInsurance\": \"0\",\n                \"floatQuote\": null\n            },\n            \"customQuote\": null,\n            \"exceedsCubicCapacity\": false,\n            \"exceedsLinearFoot\": false,\n            \"exceedsMaxWeight\": false\n        },\n        {\n            \"carrierID\": 15,\n            \"carrierName\": \"R&L\",\n            \"transitTime\": \"3\",\n            \"unaccountedFees\": null,\n            \"accountedFees\": null,\n            \"negotiationType\": \"0\",\n            \"pointType\": 0,\n            \"quoteNoProcessing\": null,\n            \"isExceedsMaxWeight\": false,\n            \"exceededMaxWeightMessage\": null,\n            \"carrierScac\": \"RNLO\",\n            \"transitTimeText\": \"3 days\",\n            \"mileage\": 1085,\n            \"processingFee\": null,\n            \"overrideProcessingFee\": null,\n            \"feesMap\": {},\n            \"weightBreak\": null,\n            \"volumeRate\": false,\n            \"quoteID\": null,\n            \"carrierQuote\": null,\n            \"clientQuote\": {\n                \"text\": \"None/Flat at 9% and $0.00 min\",\n                \"quote\": null,\n                \"rateScheme\": \"None/Flat\",\n                \"grossCharge\": null,\n                \"discountPct\": \"9\",\n                \"discount\": null,\n                \"min\": \"0.00\",\n                \"fuel\": null,\n                \"fuelPct\": \"16\",\n                \"fees\": \"0.00\",\n                \"quoteNoProcessing\": null,\n                \"additionalInsurance\": \"0\",\n                \"floatQuote\": null\n            },\n            \"customQuote\": null,\n            \"exceedsCubicCapacity\": false,\n            \"exceedsLinearFoot\": false,\n            \"exceedsMaxWeight\": false\n        },\n        {\n            \"carrierID\": 31,\n            \"carrierName\": \"Saia Motor Freight\",\n            \"transitTime\": \"2\",\n            \"unaccountedFees\": null,\n            \"accountedFees\": null,\n            \"negotiationType\": \"0\",\n            \"pointType\": 0,\n            \"quoteNoProcessing\": null,\n            \"isExceedsMaxWeight\": false,\n            \"exceededMaxWeightMessage\": null,\n            \"carrierScac\": \"SAIA\",\n            \"transitTimeText\": \"2 days\",\n            \"mileage\": 1085,\n            \"processingFee\": null,\n            \"overrideProcessingFee\": null,\n            \"feesMap\": {},\n            \"weightBreak\": null,\n            \"volumeRate\": false,\n            \"quoteID\": null,\n            \"carrierQuote\": null,\n            \"clientQuote\": {\n                \"text\": \"None/Flat at 9% and $0.00 min FAK 50(50-150) 85(175-250) \",\n                \"quote\": null,\n                \"rateScheme\": \"None/Flat FAK 50(50-150) 85(175-250) \",\n                \"grossCharge\": null,\n                \"discountPct\": \"9\",\n                \"discount\": null,\n                \"min\": \"0.00\",\n                \"fuel\": null,\n                \"fuelPct\": \"16\",\n                \"fees\": \"0.00\",\n                \"quoteNoProcessing\": null,\n                \"additionalInsurance\": \"0\",\n                \"floatQuote\": null\n            },\n            \"customQuote\": null,\n            \"exceedsCubicCapacity\": false,\n            \"exceedsLinearFoot\": false,\n            \"exceedsMaxWeight\": false\n        },\n        {\n            \"carrierID\": 18,\n            \"carrierName\": \"Southeastern Freight Lines, Inc.\",\n            \"transitTime\": \"4\",\n            \"unaccountedFees\": null,\n            \"accountedFees\": null,\n            \"negotiationType\": \"0\",\n            \"pointType\": 2,\n            \"quoteNoProcessing\": null,\n            \"isExceedsMaxWeight\": false,\n            \"exceededMaxWeightMessage\": null,\n            \"carrierScac\": \"SEFL\",\n            \"transitTimeText\": \"4 days\",\n            \"mileage\": 1085,\n            \"processingFee\": null,\n            \"overrideProcessingFee\": null,\n            \"feesMap\": {},\n            \"weightBreak\": null,\n            \"volumeRate\": false,\n            \"quoteID\": null,\n            \"carrierQuote\": null,\n            \"clientQuote\": {\n                \"text\": \"None/Flat at 9% and $0.00 min FAK 50(50-150) 85(175-250) \",\n                \"quote\": null,\n                \"rateScheme\": \"None/Flat FAK 50(50-150) 85(175-250) \",\n                \"grossCharge\": null,\n                \"discountPct\": \"9\",\n                \"discount\": null,\n                \"min\": \"0.00\",\n                \"fuel\": null,\n                \"fuelPct\": \"16\",\n                \"fees\": \"0.00\",\n                \"quoteNoProcessing\": null,\n                \"additionalInsurance\": \"0\",\n                \"floatQuote\": null\n            },\n            \"customQuote\": null,\n            \"exceedsCubicCapacity\": false,\n            \"exceedsLinearFoot\": false,\n            \"exceedsMaxWeight\": false\n        },\n        {\n            \"carrierID\": 2938,\n            \"carrierName\": \"T Force Freight\",\n            \"transitTime\": \"2\",\n            \"unaccountedFees\": null,\n            \"accountedFees\": null,\n            \"negotiationType\": \"0\",\n            \"pointType\": 0,\n            \"quoteNoProcessing\": null,\n            \"isExceedsMaxWeight\": false,\n            \"exceededMaxWeightMessage\": null,\n            \"carrierScac\": \"TFIN\",\n            \"transitTimeText\": \"2 days\",\n            \"mileage\": 1085,\n            \"processingFee\": null,\n            \"overrideProcessingFee\": null,\n            \"feesMap\": {},\n            \"weightBreak\": null,\n            \"volumeRate\": false,\n            \"quoteID\": null,\n            \"carrierQuote\": null,\n            \"clientQuote\": {\n                \"text\": \"None/Flat at 9% and $0.00 min FAK 50(50-150) 85(175-250) \",\n                \"quote\": null,\n                \"rateScheme\": \"None/Flat FAK 50(50-150) 85(175-250) \",\n                \"grossCharge\": null,\n                \"discountPct\": \"9\",\n                \"discount\": null,\n                \"min\": \"0.00\",\n                \"fuel\": null,\n                \"fuelPct\": \"16\",\n                \"fees\": \"0.00\",\n                \"quoteNoProcessing\": null,\n                \"additionalInsurance\": \"0\",\n                \"floatQuote\": null\n            },\n            \"customQuote\": null,\n            \"exceedsCubicCapacity\": false,\n            \"exceedsLinearFoot\": false,\n            \"exceedsMaxWeight\": false\n        },\n        {\n            \"carrierID\": 19,\n            \"carrierName\": \"Xpo Logistics\",\n            \"transitTime\": \"2\",\n            \"unaccountedFees\": null,\n            \"accountedFees\": null,\n            \"negotiationType\": \"0\",\n            \"pointType\": 0,\n            \"quoteNoProcessing\": null,\n            \"isExceedsMaxWeight\": false,\n            \"exceededMaxWeightMessage\": null,\n            \"carrierScac\": \"CNWY\",\n            \"transitTimeText\": \"2 days\",\n            \"mileage\": 1085,\n            \"processingFee\": null,\n            \"overrideProcessingFee\": null,\n            \"feesMap\": {},\n            \"weightBreak\": null,\n            \"volumeRate\": false,\n            \"quoteID\": null,\n            \"carrierQuote\": null,\n            \"clientQuote\": {\n                \"text\": \"None/Flat at 9% and $0.00 min FAK 50(50-110) 125(125-250) \",\n                \"quote\": null,\n                \"rateScheme\": \"None/Flat FAK 50(50-110) 125(125-250) \",\n                \"grossCharge\": null,\n                \"discountPct\": \"9\",\n                \"discount\": null,\n                \"min\": \"0.00\",\n                \"fuel\": null,\n                \"fuelPct\": \"16\",\n                \"fees\": \"0.00\",\n                \"quoteNoProcessing\": null,\n                \"additionalInsurance\": \"0\",\n                \"floatQuote\": null\n            },\n            \"customQuote\": null,\n            \"exceedsCubicCapacity\": false,\n            \"exceedsLinearFoot\": false,\n            \"exceedsMaxWeight\": false\n        }\n    ]\n}"},{"id":"e93d6d9d-ef23-498d-a26b-6f764fc8c175","name":"400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"ILToken {{token}}","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n\"processType\" : \"CHEAPEST_CARRIE\"\r\n}"},"url":"/nsync/shipments/{{shipmentID}}/carrier"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"125","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 07 Feb 2018 20:14:00 GMT","name":"Date","description":""},{"key":"X-Local-RequestId","value":"daedaf72-3f59-482d-af44-2a466d49fe59","name":"X-Local-RequestId","description":""},{"key":"X-Origin-RequestId","value":"fb29ce70-d387-460c-b5c9-69ba858d4581","name":"X-Origin-RequestId","description":""},{"key":"X-Rate-Limit-Limit","value":"500","name":"X-Rate-Limit-Limit","description":""},{"key":"X-Rate-Limit-Remaining","value":"495","name":"X-Rate-Limit-Remaining","description":""},{"key":"X-Rate-Limit-Reset","value":"2018-02-07T20:25:33","name":"X-Rate-Limit-Reset","description":""}],"cookie":[],"responseTime":"59","body":"{\n  \"status\" : 400,\n  \"code\" : null,\n  \"message\" : \"Unable to parse message. Confirm format is valid.\",\n  \"moreInfo\" : null\n}"},{"id":"a685f665-345a-4cca-8912-2242e51780f2","name":"Request_with_fees","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"ILToken {{token}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientPlantID\": 4539,\r\n    \"fromZip\": \"38611\",\r\n    \"toZip\": \"08831\",\r\n    \"fees\": [7,22],\r\n    \"lineItems\": [{\r\n      \"handlingUnits\": 2,\r\n      \"weight\": 312,\r\n      \"freightClass\": 100,\r\n      \"length\": 48,\r\n      \"width\": 40,\r\n      \"height\": 45\r\n    }],\r\n    \"shipDate\": \"2024-10-17\",\r\n    \"doubleChecked\": [\r\n      false,\r\n      false,\r\n      false\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/nsync/rategen"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Oct 2024 15:46:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin"},{"key":"X-Rate-Limit-Limit","value":"2000"},{"key":"X-Rate-Limit-Remaining","value":"1743"},{"key":"X-Rate-Limit-Reset","value":"2024-10-17T15:54:57"},{"key":"X-Local-RequestId","value":"550c4e62-eeeb-4098-a0e7-7e9e1a294179"},{"key":"X-Origin-RequestId","value":"4a5483f4-d980-450e-8a7e-80d2a303babd"}],"cookie":[],"responseTime":null,"body":"{\n    \"terms\": \"Prepaid\",\n    \"primaryRoutedCarrier\": null,\n    \"secondaryRoutedCarrier\": null,\n    \"rates\": [\n        {\n            \"carrierID\": 12,\n            \"carrierName\": \"Estes Express\",\n            \"transitTime\": \"3\",\n            \"unaccountedFees\": null,\n            \"accountedFees\": \" $40.00 Lift Gate Surcharge; $30.00 HazMat Fee;\",\n            \"negotiationType\": \"0\",\n            \"pointType\": 0,\n            \"quoteNoProcessing\": \"352.51\",\n            \"isExceedsMaxWeight\": false,\n            \"exceededMaxWeightMessage\": null,\n            \"carrierScac\": \"EXLA\",\n            \"transitTimeText\": \"3 days\",\n            \"mileage\": 1085,\n            \"processingFee\": null,\n            \"overrideProcessingFee\": null,\n            \"feesMap\": {\n                \"Lift Gate Surcharge\": \"40.00\",\n                \"HazMat Fee\": \"30.00\"\n            },\n            \"weightBreak\": null,\n            \"volumeRate\": false,\n            \"quoteID\": null,\n            \"carrierQuote\": null,\n            \"clientQuote\": {\n                \"text\": \"$352.51\",\n                \"quote\": \"352.51\",\n                \"rateScheme\": \"Czarlite 2012 FAK 50(55-150) 85(175-250) \",\n                \"grossCharge\": \"362.70\",\n                \"discountPct\": \"34.3\",\n                \"discount\": \"120.20\",\n                \"min\": \"242.50\",\n                \"fuel\": \"40.01\",\n                \"fuelPct\": \"16.5\",\n                \"fees\": \"70.00\",\n                \"quoteNoProcessing\": null,\n                \"additionalInsurance\": \"0\",\n                \"floatQuote\": 352.51\n            },\n            \"customQuote\": null,\n            \"exceedsCubicCapacity\": false,\n            \"exceedsMaxWeight\": false,\n            \"exceedsLinearFoot\": false\n        },\n        {\n            \"carrierID\": 2241,\n            \"carrierName\": \"ArcBest\",\n            \"transitTime\": \"3\",\n            \"unaccountedFees\": null,\n            \"accountedFees\": \" $25.00 Lift Gate Surcharge; $125.00 HazMat Fee;\",\n            \"negotiationType\": \"0\",\n            \"pointType\": 0,\n            \"quoteNoProcessing\": \"361.27\",\n            \"isExceedsMaxWeight\": false,\n            \"exceededMaxWeightMessage\": null,\n            \"carrierScac\": \"ABFS\",\n            \"transitTimeText\": \"3 days\",\n            \"mileage\": 1085,\n            \"processingFee\": null,\n            \"overrideProcessingFee\": null,\n            \"feesMap\": {\n                \"Lift Gate Surcharge\": \"25.00\",\n                \"HazMat Fee\": \"125.00\"\n            },\n            \"weightBreak\": null,\n            \"volumeRate\": false,\n            \"quoteID\": null,\n            \"carrierQuote\": null,\n            \"clientQuote\": {\n                \"text\": \"$361.27\",\n                \"quote\": \"361.27\",\n                \"rateScheme\": \"Czarlite 2012 FAK 50(50-150) 85(175-250) \",\n                \"grossCharge\": \"362.70\",\n                \"discountPct\": \"50\",\n                \"discount\": \"181.35\",\n                \"min\": \"125.00\",\n                \"fuel\": \"29.92\",\n                \"fuelPct\": \"16.5\",\n                \"fees\": \"150.00\",\n                \"quoteNoProcessing\": null,\n                \"additionalInsurance\": \"0\",\n                \"floatQuote\": 361.27\n            },\n            \"customQuote\": null,\n            \"exceedsCubicCapacity\": false,\n            \"exceedsMaxWeight\": false,\n            \"exceedsLinearFoot\": false\n        },\n        {\n            \"carrierID\": 14,\n            \"carrierName\": \"Old Dominion\",\n            \"transitTime\": \"3\",\n            \"unaccountedFees\": null,\n            \"accountedFees\": \" $100.00 Lift Gate Surcharge; $30.00 HazMat Fee;\",\n            \"negotiationType\": \"0\",\n            \"pointType\": 0,\n            \"quoteNoProcessing\": \"478.60\",\n            \"isExceedsMaxWeight\": false,\n            \"exceededMaxWeightMessage\": null,\n            \"carrierScac\": \"ODFL\",\n            \"transitTimeText\": \"3 days\",\n            \"mileage\": 1085,\n            \"processingFee\": null,\n            \"overrideProcessingFee\": null,\n            \"feesMap\": {\n                \"Lift Gate Surcharge\": \"100.00\",\n                \"HazMat Fee\": \"30.00\"\n            },\n            \"weightBreak\": null,\n            \"volumeRate\": false,\n            \"quoteID\": null,\n            \"carrierQuote\": null,\n            \"clientQuote\": {\n                \"text\": \"$478.60\",\n                \"quote\": \"478.60\",\n                \"rateScheme\": \"Czarlite 2012 FAK 50(50-150) 85(175-250) \",\n                \"grossCharge\": \"362.70\",\n                \"discountPct\": \"17.5\",\n                \"discount\": \"63.47\",\n                \"min\": \"168.75\",\n                \"fuel\": \"49.37\",\n                \"fuelPct\": \"16.5\",\n                \"fees\": \"130.00\",\n                \"quoteNoProcessing\": null,\n                \"additionalInsurance\": \"0\",\n                \"floatQuote\": 478.6\n            },\n            \"customQuote\": null,\n            \"exceedsCubicCapacity\": false,\n            \"exceedsMaxWeight\": false,\n            \"exceedsLinearFoot\": false\n        },\n        {\n            \"carrierID\": 20,\n            \"carrierName\": \"AAA Cooper\",\n            \"transitTime\": \"5\",\n            \"unaccountedFees\": null,\n            \"accountedFees\": \" $55.00 Lift Gate Surcharge; $20.50 HazMat Fee;\",\n            \"negotiationType\": \"0\",\n            \"pointType\": 0,\n            \"quoteNoProcessing\": null,\n            \"isExceedsMaxWeight\": false,\n            \"exceededMaxWeightMessage\": null,\n            \"carrierScac\": \"AACT\",\n            \"transitTimeText\": \"5 days\",\n            \"mileage\": 1085,\n            \"processingFee\": null,\n            \"overrideProcessingFee\": null,\n            \"feesMap\": {\n                \"Lift Gate Surcharge\": \"55.00\",\n                \"HazMat Fee\": \"20.50\"\n            },\n            \"weightBreak\": null,\n            \"volumeRate\": false,\n            \"quoteID\": null,\n            \"carrierQuote\": null,\n            \"clientQuote\": {\n                \"text\": \"None/Flat at 9% and $0.00 min FAK 50(55-150) 85(175-250) \",\n                \"quote\": null,\n                \"rateScheme\": \"None/Flat FAK 50(55-150) 85(175-250) \",\n                \"grossCharge\": null,\n                \"discountPct\": \"9\",\n                \"discount\": null,\n                \"min\": \"0.00\",\n                \"fuel\": null,\n                \"fuelPct\": \"16.5\",\n                \"fees\": \"75.50\",\n                \"quoteNoProcessing\": null,\n                \"additionalInsurance\": \"0\",\n                \"floatQuote\": null\n            },\n            \"customQuote\": null,\n            \"exceedsCubicCapacity\": false,\n            \"exceedsMaxWeight\": false,\n            \"exceedsLinearFoot\": false\n        },\n        {\n            \"carrierID\": 13,\n            \"carrierName\": \"FedEx Freight Economy\",\n            \"transitTime\": \"5\",\n            \"unaccountedFees\": null,\n            \"accountedFees\": \" $65.00 Lift Gate Surcharge; $55.00 HazMat Fee;\",\n            \"negotiationType\": \"0\",\n            \"pointType\": 0,\n            \"quoteNoProcessing\": null,\n            \"isExceedsMaxWeight\": false,\n            \"exceededMaxWeightMessage\": null,\n            \"carrierScac\": \"FXNL\",\n            \"transitTimeText\": \"5 days\",\n            \"mileage\": 1085,\n            \"processingFee\": null,\n            \"overrideProcessingFee\": null,\n            \"feesMap\": {\n                \"Lift Gate Surcharge\": \"65.00\",\n                \"HazMat Fee\": \"55.00\"\n            },\n            \"weightBreak\": null,\n            \"volumeRate\": false,\n            \"quoteID\": null,\n            \"carrierQuote\": null,\n            \"clientQuote\": {\n                \"text\": \"None/Flat at 9% and $0.00 min\",\n                \"quote\": null,\n                \"rateScheme\": \"None/Flat\",\n                \"grossCharge\": null,\n                \"discountPct\": \"9\",\n                \"discount\": null,\n                \"min\": \"0.00\",\n                \"fuel\": null,\n                \"fuelPct\": \"16.5\",\n                \"fees\": \"120.00\",\n                \"quoteNoProcessing\": null,\n                \"additionalInsurance\": \"0\",\n                \"floatQuote\": null\n            },\n            \"customQuote\": null,\n            \"exceedsCubicCapacity\": false,\n            \"exceedsMaxWeight\": false,\n            \"exceedsLinearFoot\": false\n        },\n        {\n            \"carrierID\": 24,\n            \"carrierName\": \"FedEx Freight Priority\",\n            \"transitTime\": \"2\",\n            \"unaccountedFees\": null,\n            \"accountedFees\": \" $65.00 Lift Gate Surcharge; $55.00 HazMat Fee;\",\n            \"negotiationType\": \"0\",\n            \"pointType\": 0,\n            \"quoteNoProcessing\": null,\n            \"isExceedsMaxWeight\": false,\n            \"exceededMaxWeightMessage\": null,\n            \"carrierScac\": \"FXFE\",\n            \"transitTimeText\": \"2 days\",\n            \"mileage\": 1085,\n            \"processingFee\": null,\n            \"overrideProcessingFee\": null,\n            \"feesMap\": {\n                \"Lift Gate Surcharge\": \"65.00\",\n                \"HazMat Fee\": \"55.00\"\n            },\n            \"weightBreak\": null,\n            \"volumeRate\": false,\n            \"quoteID\": null,\n            \"carrierQuote\": null,\n            \"clientQuote\": {\n                \"text\": \"None/Flat at 9% and $0.00 min\",\n                \"quote\": null,\n                \"rateScheme\": \"None/Flat\",\n                \"grossCharge\": null,\n                \"discountPct\": \"9\",\n                \"discount\": null,\n                \"min\": \"0.00\",\n                \"fuel\": null,\n                \"fuelPct\": \"16.5\",\n                \"fees\": \"120.00\",\n                \"quoteNoProcessing\": null,\n                \"additionalInsurance\": \"0\",\n                \"floatQuote\": null\n            },\n            \"customQuote\": null,\n            \"exceedsCubicCapacity\": false,\n            \"exceedsMaxWeight\": false,\n            \"exceedsLinearFoot\": false\n        },\n        {\n            \"carrierID\": 15,\n            \"carrierName\": \"R&L\",\n            \"transitTime\": \"3\",\n            \"unaccountedFees\": null,\n            \"accountedFees\": \" $27.00 Lift Gate Surcharge; $58.60 HazMat Fee;\",\n            \"negotiationType\": \"0\",\n            \"pointType\": 0,\n            \"quoteNoProcessing\": null,\n            \"isExceedsMaxWeight\": false,\n            \"exceededMaxWeightMessage\": null,\n            \"carrierScac\": \"RNLO\",\n            \"transitTimeText\": \"3 days\",\n            \"mileage\": 1085,\n            \"processingFee\": null,\n            \"overrideProcessingFee\": null,\n            \"feesMap\": {\n                \"Lift Gate Surcharge\": \"27.00\",\n                \"HazMat Fee\": \"58.60\"\n            },\n            \"weightBreak\": null,\n            \"volumeRate\": false,\n            \"quoteID\": null,\n            \"carrierQuote\": null,\n            \"clientQuote\": {\n                \"text\": \"None/Flat at 9% and $0.00 min\",\n                \"quote\": null,\n                \"rateScheme\": \"None/Flat\",\n                \"grossCharge\": null,\n                \"discountPct\": \"9\",\n                \"discount\": null,\n                \"min\": \"0.00\",\n                \"fuel\": null,\n                \"fuelPct\": \"16.5\",\n                \"fees\": \"85.60\",\n                \"quoteNoProcessing\": null,\n                \"additionalInsurance\": \"0\",\n                \"floatQuote\": null\n            },\n            \"customQuote\": null,\n            \"exceedsCubicCapacity\": false,\n            \"exceedsMaxWeight\": false,\n            \"exceedsLinearFoot\": false\n        },\n        {\n            \"carrierID\": 31,\n            \"carrierName\": \"Saia Motor Freight\",\n            \"transitTime\": \"2\",\n            \"unaccountedFees\": null,\n            \"accountedFees\": \" $55.00 Lift Gate Surcharge; $48.00 HazMat Fee;\",\n            \"negotiationType\": \"0\",\n            \"pointType\": 0,\n            \"quoteNoProcessing\": null,\n            \"isExceedsMaxWeight\": false,\n            \"exceededMaxWeightMessage\": null,\n            \"carrierScac\": \"SAIA\",\n            \"transitTimeText\": \"2 days\",\n            \"mileage\": 1085,\n            \"processingFee\": null,\n            \"overrideProcessingFee\": null,\n            \"feesMap\": {\n                \"Lift Gate Surcharge\": \"55.00\",\n                \"HazMat Fee\": \"48.00\"\n            },\n            \"weightBreak\": null,\n            \"volumeRate\": false,\n            \"quoteID\": null,\n            \"carrierQuote\": null,\n            \"clientQuote\": {\n                \"text\": \"None/Flat at 9% and $0.00 min FAK 50(50-150) 85(175-250) \",\n                \"quote\": null,\n                \"rateScheme\": \"None/Flat FAK 50(50-150) 85(175-250) \",\n                \"grossCharge\": null,\n                \"discountPct\": \"9\",\n                \"discount\": null,\n                \"min\": \"0.00\",\n                \"fuel\": null,\n                \"fuelPct\": \"16.5\",\n                \"fees\": \"103.00\",\n                \"quoteNoProcessing\": null,\n                \"additionalInsurance\": \"0\",\n                \"floatQuote\": null\n            },\n            \"customQuote\": null,\n            \"exceedsCubicCapacity\": false,\n            \"exceedsMaxWeight\": false,\n            \"exceedsLinearFoot\": false\n        },\n        {\n            \"carrierID\": 18,\n            \"carrierName\": \"Southeastern Freight Lines, Inc.\",\n            \"transitTime\": \"4\",\n            \"unaccountedFees\": null,\n            \"accountedFees\": \" $40.00 Lift Gate Surcharge; $35.00 HazMat Fee;\",\n            \"negotiationType\": \"0\",\n            \"pointType\": 2,\n            \"quoteNoProcessing\": null,\n            \"isExceedsMaxWeight\": false,\n            \"exceededMaxWeightMessage\": null,\n            \"carrierScac\": \"SEFL\",\n            \"transitTimeText\": \"4 days\",\n            \"mileage\": 1085,\n            \"processingFee\": null,\n            \"overrideProcessingFee\": null,\n            \"feesMap\": {\n                \"Lift Gate Surcharge\": \"40.00\",\n                \"HazMat Fee\": \"35.00\"\n            },\n            \"weightBreak\": null,\n            \"volumeRate\": false,\n            \"quoteID\": null,\n            \"carrierQuote\": null,\n            \"clientQuote\": {\n                \"text\": \"None/Flat at 9% and $0.00 min FAK 50(50-150) 85(175-250) \",\n                \"quote\": null,\n                \"rateScheme\": \"None/Flat FAK 50(50-150) 85(175-250) \",\n                \"grossCharge\": null,\n                \"discountPct\": \"9\",\n                \"discount\": null,\n                \"min\": \"0.00\",\n                \"fuel\": null,\n                \"fuelPct\": \"16.5\",\n                \"fees\": \"75.00\",\n                \"quoteNoProcessing\": null,\n                \"additionalInsurance\": \"0\",\n                \"floatQuote\": null\n            },\n            \"customQuote\": null,\n            \"exceedsCubicCapacity\": false,\n            \"exceedsMaxWeight\": false,\n            \"exceedsLinearFoot\": false\n        },\n        {\n            \"carrierID\": 2938,\n            \"carrierName\": \"T Force Freight\",\n            \"transitTime\": \"2\",\n            \"unaccountedFees\": null,\n            \"accountedFees\": \" $50.00 Lift Gate Surcharge; $55.00 HazMat Fee;\",\n            \"negotiationType\": \"0\",\n            \"pointType\": 0,\n            \"quoteNoProcessing\": null,\n            \"isExceedsMaxWeight\": false,\n            \"exceededMaxWeightMessage\": null,\n            \"carrierScac\": \"TFIN\",\n            \"transitTimeText\": \"2 days\",\n            \"mileage\": 1085,\n            \"processingFee\": null,\n            \"overrideProcessingFee\": null,\n            \"feesMap\": {\n                \"Lift Gate Surcharge\": \"50.00\",\n                \"HazMat Fee\": \"55.00\"\n            },\n            \"weightBreak\": null,\n            \"volumeRate\": false,\n            \"quoteID\": null,\n            \"carrierQuote\": null,\n            \"clientQuote\": {\n                \"text\": \"None/Flat at 9% and $0.00 min FAK 50(50-150) 85(175-250) \",\n                \"quote\": null,\n                \"rateScheme\": \"None/Flat FAK 50(50-150) 85(175-250) \",\n                \"grossCharge\": null,\n                \"discountPct\": \"9\",\n                \"discount\": null,\n                \"min\": \"0.00\",\n                \"fuel\": null,\n                \"fuelPct\": \"16.5\",\n                \"fees\": \"105.00\",\n                \"quoteNoProcessing\": null,\n                \"additionalInsurance\": \"0\",\n                \"floatQuote\": null\n            },\n            \"customQuote\": null,\n            \"exceedsCubicCapacity\": false,\n            \"exceedsMaxWeight\": false,\n            \"exceedsLinearFoot\": false\n        },\n        {\n            \"carrierID\": 19,\n            \"carrierName\": \"Xpo Logistics\",\n            \"transitTime\": \"2\",\n            \"unaccountedFees\": null,\n            \"accountedFees\": \" $80.00 Lift Gate Surcharge; $48.75 HazMat Fee;\",\n            \"negotiationType\": \"0\",\n            \"pointType\": 0,\n            \"quoteNoProcessing\": null,\n            \"isExceedsMaxWeight\": false,\n            \"exceededMaxWeightMessage\": null,\n            \"carrierScac\": \"CNWY\",\n            \"transitTimeText\": \"2 days\",\n            \"mileage\": 1085,\n            \"processingFee\": null,\n            \"overrideProcessingFee\": null,\n            \"feesMap\": {\n                \"Lift Gate Surcharge\": \"80.00\",\n                \"HazMat Fee\": \"48.75\"\n            },\n            \"weightBreak\": null,\n            \"volumeRate\": false,\n            \"quoteID\": null,\n            \"carrierQuote\": null,\n            \"clientQuote\": {\n                \"text\": \"None/Flat at 9% and $0.00 min FAK 50(50-110) 125(125-250) \",\n                \"quote\": null,\n                \"rateScheme\": \"None/Flat FAK 50(50-110) 125(125-250) \",\n                \"grossCharge\": null,\n                \"discountPct\": \"9\",\n                \"discount\": null,\n                \"min\": \"0.00\",\n                \"fuel\": null,\n                \"fuelPct\": \"16.5\",\n                \"fees\": \"128.75\",\n                \"quoteNoProcessing\": null,\n                \"additionalInsurance\": \"0\",\n                \"floatQuote\": null\n            },\n            \"customQuote\": null,\n            \"exceedsCubicCapacity\": false,\n            \"exceedsMaxWeight\": false,\n            \"exceedsLinearFoot\": false\n        }\n    ]\n}"},{"id":"3689e770-e56a-4070-a5df-09775bc3cfd9","name":"Fetch Rates","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"ILToken {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"clientPlantID\": 4445,\r\n    \"fromZip\": \"30102\",\r\n    \"toZip\": \"81623\",\r\n    \"fees\": [],\r\n    \"lineItems\": [{\r\n      \"handlingUnits\": 1,\r\n      \"weight\": 75,\r\n      \"freightClass\": 50,\r\n      \"length\": 120,\r\n      \"width\": 10,\r\n      \"height\": 10\r\n    }],\r\n    \"shipDate\": \"2025-01-12\",\r\n    \"doubleChecked\": [\r\n      false,\r\n      false,\r\n      false\r\n    ]\r\n}"},"url":"https://test-nsync.services.il2000.com/nsync/rategen"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Sun, 12 Jan 2025 19:33:46 GMT"},{"key":"vary","value":"Origin"},{"key":"X-Local-RequestId","value":"86d280b1-b499-4699-a33b-950c280e2beb"},{"key":"X-Origin-RequestId","value":"c9bacc91-0dcb-4a22-af63-79738a1f906e"},{"key":"X-Rate-Limit-Limit","value":"2000"},{"key":"X-Rate-Limit-Remaining","value":"1999"},{"key":"X-Rate-Limit-Reset","value":"2025-01-12T19:48:40"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"terms\": \"Prepaid\",\n    \"primaryRoutedCarrier\": null,\n    \"secondaryRoutedCarrier\": null,\n    \"rates\": [\n        {\n            \"carrierID\": 22840,\n            \"carrierName\": \"XGS\",\n            \"serviceCode\": null,\n            \"transitTime\": \"8\",\n            \"unaccountedFees\": null,\n            \"accountedFees\": \" $0.00 Overlength Charge;\",\n            \"negotiationType\": \"0\",\n            \"pointType\": 2,\n            \"quoteNoProcessing\": \"297.19\",\n            \"isExceedsMaxWeight\": false,\n            \"exceededMaxWeightMessage\": null,\n            \"carrierScac\": \"XGSI\",\n            \"transitTimeText\": \"8 days\",\n            \"mileage\": 1546,\n            \"processingFee\": \"1.00\",\n            \"overrideProcessingFee\": null,\n            \"feesMap\": {\n                \"Overlength Charge\": \"0.00\"\n            },\n            \"weightBreak\": null,\n            \"volumeRate\": false,\n            \"quoteID\": null,\n            \"carrierQuote\": null,\n            \"clientQuote\": {\n                \"text\": \"$298.19\",\n                \"quote\": \"298.19\",\n                \"rateScheme\": \"Czarlite 2012 FAK 85(92-150) \",\n                \"grossCharge\": \"256.75\",\n                \"discountPct\": \"0\",\n                \"discount\": \"0.00\",\n                \"min\": \"204.06\",\n                \"fuel\": \"40.44\",\n                \"fuelPct\": \"15.75\",\n                \"fees\": \"1.00\",\n                \"quoteNoProcessing\": null,\n                \"additionalInsurance\": \"0\",\n                \"floatQuote\": 298.19\n            },\n            \"customQuote\": null,\n            \"exceedsLinearFoot\": false,\n            \"exceedsCubicCapacity\": false,\n            \"exceedsMaxWeight\": false\n        },\n        {\n            \"carrierID\": 12,\n            \"carrierName\": \"Estes Express\",\n            \"serviceCode\": null,\n            \"transitTime\": \"7\",\n            \"unaccountedFees\": null,\n            \"accountedFees\": \" $275.00 Overlength Charge;\",\n            \"negotiationType\": \"2\",\n            \"pointType\": 0,\n            \"quoteNoProcessing\": \"532.87\",\n            \"isExceedsMaxWeight\": false,\n            \"exceededMaxWeightMessage\": null,\n            \"carrierScac\": \"EXLA\",\n            \"transitTimeText\": \"7 days\",\n            \"mileage\": 1546,\n            \"processingFee\": \"1.00\",\n            \"overrideProcessingFee\": null,\n            \"feesMap\": {\n                \"Overlength Charge\": \"275.00\"\n            },\n            \"weightBreak\": null,\n            \"volumeRate\": false,\n            \"quoteID\": null,\n            \"carrierQuote\": null,\n            \"clientQuote\": {\n                \"text\": \"$533.87\",\n                \"quote\": \"533.87\",\n                \"rateScheme\": \"Estes 331 01 2024\",\n                \"grossCharge\": \"313.29\",\n                \"discountPct\": \"43.2\",\n                \"discount\": \"111.99\",\n                \"min\": \"201.30\",\n                \"fuel\": \"56.57\",\n                \"fuelPct\": \"28.1\",\n                \"fees\": \"276.00\",\n                \"quoteNoProcessing\": null,\n                \"additionalInsurance\": \"0\",\n                \"floatQuote\": 533.87\n            },\n            \"customQuote\": null,\n            \"exceedsLinearFoot\": false,\n            \"exceedsCubicCapacity\": false,\n            \"exceedsMaxWeight\": false\n        },\n        {\n            \"carrierID\": 15,\n            \"carrierName\": \"R&L\",\n            \"serviceCode\": null,\n            \"transitTime\": \"7\",\n            \"unaccountedFees\": null,\n            \"accountedFees\": \" $275.00 Overlength Charge; $50.00 High Cost Area Fee;\",\n            \"negotiationType\": \"0\",\n            \"pointType\": 2,\n            \"quoteNoProcessing\": \"616.69\",\n            \"isExceedsMaxWeight\": false,\n            \"exceededMaxWeightMessage\": null,\n            \"carrierScac\": \"RNLO\",\n            \"transitTimeText\": \"7 days\",\n            \"mileage\": 1546,\n            \"processingFee\": \"1.00\",\n            \"overrideProcessingFee\": null,\n            \"feesMap\": {\n                \"Overlength Charge\": \"275.00\",\n                \"High Cost Area Fee\": \"50.00\"\n            },\n            \"weightBreak\": null,\n            \"volumeRate\": false,\n            \"quoteID\": null,\n            \"carrierQuote\": null,\n            \"clientQuote\": {\n                \"text\": \"$617.69\",\n                \"quote\": \"617.69\",\n                \"rateScheme\": \"Czarlite 2012 FAK 85(85-150) \",\n                \"grossCharge\": \"256.75\",\n                \"discountPct\": \"44\",\n                \"discount\": \"4.75\",\n                \"min\": \"252.00\",\n                \"fuel\": \"39.69\",\n                \"fuelPct\": \"15.75\",\n                \"fees\": \"326.00\",\n                \"quoteNoProcessing\": null,\n                \"additionalInsurance\": \"0\",\n                \"floatQuote\": 617.69\n            },\n            \"customQuote\": null,\n            \"exceedsLinearFoot\": false,\n            \"exceedsCubicCapacity\": false,\n            \"exceedsMaxWeight\": false\n        },\n        {\n            \"carrierID\": 22,\n            \"carrierName\": \"Averitt LTL\",\n            \"serviceCode\": null,\n            \"transitTime\": \"5\",\n            \"unaccountedFees\": null,\n            \"accountedFees\": \" $75.00 Overlength Charge;\",\n            \"negotiationType\": \"0\",\n            \"pointType\": 2,\n            \"quoteNoProcessing\": null,\n            \"isExceedsMaxWeight\": false,\n            \"exceededMaxWeightMessage\": null,\n            \"carrierScac\": \"AVRT\",\n            \"transitTimeText\": \"5 days\",\n            \"mileage\": 1546,\n            \"processingFee\": \"1.00\",\n            \"overrideProcessingFee\": null,\n            \"feesMap\": {\n                \"Overlength Charge\": \"75.00\"\n            },\n            \"weightBreak\": null,\n            \"volumeRate\": false,\n            \"quoteID\": null,\n            \"carrierQuote\": null,\n            \"clientQuote\": {\n                \"text\": \"None/Flat at 9% and $0.00 min FAK 85(85-150) \",\n                \"quote\": null,\n                \"rateScheme\": \"None/Flat FAK 85(85-150) \",\n                \"grossCharge\": null,\n                \"discountPct\": \"9\",\n                \"discount\": null,\n                \"min\": \"0.00\",\n                \"fuel\": null,\n                \"fuelPct\": \"15.75\",\n                \"fees\": \"76.00\",\n                \"quoteNoProcessing\": null,\n                \"additionalInsurance\": \"0\",\n                \"floatQuote\": null\n            },\n            \"customQuote\": null,\n            \"exceedsLinearFoot\": false,\n            \"exceedsCubicCapacity\": false,\n            \"exceedsMaxWeight\": false\n        },\n        {\n            \"carrierID\": 18,\n            \"carrierName\": \"Southeastern Freight Lines, Inc.\",\n            \"serviceCode\": null,\n            \"transitTime\": \"6\",\n            \"unaccountedFees\": null,\n            \"accountedFees\": \" $239.00 Overlength Charge; $25.00 High Cost Area Fee;\",\n            \"negotiationType\": \"2\",\n            \"pointType\": 2,\n            \"quoteNoProcessing\": null,\n            \"isExceedsMaxWeight\": false,\n            \"exceededMaxWeightMessage\": null,\n            \"carrierScac\": \"SEFL\",\n            \"transitTimeText\": \"6 days\",\n            \"mileage\": 1546,\n            \"processingFee\": \"1.00\",\n            \"overrideProcessingFee\": null,\n            \"feesMap\": {\n                \"Overlength Charge\": \"239.00\",\n                \"High Cost Area Fee\": \"25.00\"\n            },\n            \"weightBreak\": null,\n            \"volumeRate\": false,\n            \"quoteID\": null,\n            \"carrierQuote\": null,\n            \"clientQuote\": {\n                \"text\": \"None/Flat at 9% and $0.00 min\",\n                \"quote\": null,\n                \"rateScheme\": \"None/Flat\",\n                \"grossCharge\": null,\n                \"discountPct\": \"9\",\n                \"discount\": null,\n                \"min\": \"0.00\",\n                \"fuel\": null,\n                \"fuelPct\": \"15.75\",\n                \"fees\": \"265.00\",\n                \"quoteNoProcessing\": null,\n                \"additionalInsurance\": \"0\",\n                \"floatQuote\": null\n            },\n            \"customQuote\": null,\n            \"exceedsLinearFoot\": false,\n            \"exceedsCubicCapacity\": false,\n            \"exceedsMaxWeight\": false\n        },\n        {\n            \"carrierID\": 27734,\n            \"carrierName\": \"EFW Outside the Threshold\",\n            \"serviceCode\": \"TD\",\n            \"transitTime\": \"7\",\n            \"unaccountedFees\": null,\n            \"accountedFees\": null,\n            \"negotiationType\": \"0\",\n            \"pointType\": 0,\n            \"quoteNoProcessing\": null,\n            \"isExceedsMaxWeight\": false,\n            \"exceededMaxWeightMessage\": null,\n            \"carrierScac\": \"EFWW\",\n            \"transitTimeText\": \"7 days\",\n            \"mileage\": 1546,\n            \"processingFee\": \"1.00\",\n            \"overrideProcessingFee\": null,\n            \"feesMap\": {\n                \"Beyond Charges at Destination Location\": \"71.5\"\n            },\n            \"weightBreak\": null,\n            \"volumeRate\": false,\n            \"quoteID\": null,\n            \"carrierQuote\": {\n                \"text\": \"$316.05\",\n                \"quote\": \"316.05\",\n                \"rateScheme\": \"316.05\",\n                \"grossCharge\": \"316.05\",\n                \"discountPct\": \"0\",\n                \"discount\": \"0\",\n                \"min\": \"0\",\n                \"fuel\": \"34.45\",\n                \"fuelPct\": \"0\",\n                \"fees\": \"154\",\n                \"quoteNoProcessing\": null,\n                \"additionalInsurance\": \"0\",\n                \"floatQuote\": 316.05\n            },\n            \"clientQuote\": {\n                \"text\": \"$348.46\",\n                \"quote\": \"348.46\",\n                \"rateScheme\": \"316.05\",\n                \"grossCharge\": \"0\",\n                \"discountPct\": \"0\",\n                \"discount\": \"0\",\n                \"min\": \"0\",\n                \"fuel\": \"34.45\",\n                \"fuelPct\": \"0\",\n                \"fees\": \"154\",\n                \"quoteNoProcessing\": null,\n                \"additionalInsurance\": \"0\",\n                \"floatQuote\": 348.46\n            },\n            \"customQuote\": null,\n            \"exceedsLinearFoot\": false,\n            \"exceedsCubicCapacity\": false,\n            \"exceedsMaxWeight\": false\n        },\n        {\n            \"carrierID\": 27734,\n            \"carrierName\": \"EFW Inside the Threshold\",\n            \"serviceCode\": \"LS\",\n            \"transitTime\": \"7\",\n            \"unaccountedFees\": null,\n            \"accountedFees\": null,\n            \"negotiationType\": \"0\",\n            \"pointType\": 0,\n            \"quoteNoProcessing\": null,\n            \"isExceedsMaxWeight\": false,\n            \"exceededMaxWeightMessage\": null,\n            \"carrierScac\": \"EFWW\",\n            \"transitTimeText\": \"7 days\",\n            \"mileage\": 1546,\n            \"processingFee\": \"1.00\",\n            \"overrideProcessingFee\": null,\n            \"feesMap\": {\n                \"Beyond Charges at Destination Location\": \"71.5\"\n            },\n            \"weightBreak\": null,\n            \"volumeRate\": false,\n            \"quoteID\": null,\n            \"carrierQuote\": {\n                \"text\": \"$406.86\",\n                \"quote\": \"406.86\",\n                \"rateScheme\": \"406.86\",\n                \"grossCharge\": \"406.86\",\n                \"discountPct\": \"0\",\n                \"discount\": \"0\",\n                \"min\": \"0\",\n                \"fuel\": \"53.76\",\n                \"fuelPct\": \"0\",\n                \"fees\": \"154\",\n                \"quoteNoProcessing\": null,\n                \"additionalInsurance\": \"0\",\n                \"floatQuote\": 406.86\n            },\n            \"clientQuote\": {\n                \"text\": \"$457.43\",\n                \"quote\": \"457.43\",\n                \"rateScheme\": \"406.86\",\n                \"grossCharge\": \"0\",\n                \"discountPct\": \"0\",\n                \"discount\": \"0\",\n                \"min\": \"0\",\n                \"fuel\": \"53.76\",\n                \"fuelPct\": \"0\",\n                \"fees\": \"154\",\n                \"quoteNoProcessing\": null,\n                \"additionalInsurance\": \"0\",\n                \"floatQuote\": 457.43\n            },\n            \"customQuote\": null,\n            \"exceedsLinearFoot\": false,\n            \"exceedsCubicCapacity\": false,\n            \"exceedsMaxWeight\": false\n        },\n        {\n            \"carrierID\": 27734,\n            \"carrierName\": \"EFW Room of Choice\",\n            \"serviceCode\": \"PL\",\n            \"transitTime\": \"7\",\n            \"unaccountedFees\": null,\n            \"accountedFees\": null,\n            \"negotiationType\": \"0\",\n            \"pointType\": 0,\n            \"quoteNoProcessing\": null,\n            \"isExceedsMaxWeight\": false,\n            \"exceededMaxWeightMessage\": null,\n            \"carrierScac\": \"EFWW\",\n            \"transitTimeText\": \"7 days\",\n            \"mileage\": 1546,\n            \"processingFee\": \"1.00\",\n            \"overrideProcessingFee\": null,\n            \"feesMap\": {\n                \"Beyond Charges at Destination Location\": \"104.5\"\n            },\n            \"weightBreak\": null,\n            \"volumeRate\": false,\n            \"quoteID\": null,\n            \"carrierQuote\": {\n                \"text\": \"$508.31\",\n                \"quote\": \"508.31\",\n                \"rateScheme\": \"508.31\",\n                \"grossCharge\": \"508.31\",\n                \"discountPct\": \"0\",\n                \"discount\": \"0\",\n                \"min\": \"0\",\n                \"fuel\": \"68.31\",\n                \"fuelPct\": \"0\",\n                \"fees\": \"187\",\n                \"quoteNoProcessing\": null,\n                \"additionalInsurance\": \"0\",\n                \"floatQuote\": 508.31\n            },\n            \"clientQuote\": {\n                \"text\": \"$572.57\",\n                \"quote\": \"572.57\",\n                \"rateScheme\": \"508.31\",\n                \"grossCharge\": \"0\",\n                \"discountPct\": \"0\",\n                \"discount\": \"0\",\n                \"min\": \"0\",\n                \"fuel\": \"68.31\",\n                \"fuelPct\": \"0\",\n                \"fees\": \"187\",\n                \"quoteNoProcessing\": null,\n                \"additionalInsurance\": \"0\",\n                \"floatQuote\": 572.57\n            },\n            \"customQuote\": null,\n            \"exceedsLinearFoot\": false,\n            \"exceedsCubicCapacity\": false,\n            \"exceedsMaxWeight\": false\n        }\n    ]\n}"}],"_postman_id":"3426221c-770f-4302-83ba-72b3475762a2"},{"name":"Add Reference Field","event":[{"listen":"test","script":{"id":"be06e1e6-e779-4d86-a723-51db941ed9b7","exec":["tests[\"Successfully Processed\"] = responseCode.code === 202;"],"type":"text/javascript"}}],"id":"959f5867-260e-400b-91bc-b428a803cafe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"ILToken {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\r\n{\r\n    \"name\": \"Exception Code\",\r\n    \"value\": \"Late Afternoon Pickup\"\r\n}"},"url":"/nsync/shipments/133870726/referenceFields","description":"<p>This endpoint requires a reference field object that consists of two properties.</p>\n<p>name (this is the reference field type or name<br />value (this is the value to be recordedfor the reference field type)</p>\n<p>it will look like: this</p>\n<p>{<br />\"name\": \"Exception Code\",<br />\"value\": \"Late Afternoon Pickup\"<br />}</p>\n","urlObject":{"path":["nsync","shipments","133870726","referenceFields"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"b1eaab7c-089d-45f2-8b78-9a6563dab1bd","name":"202 Accepted","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"ILToken {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"processType\" : \"CHEAPEST_CARRIER\"\r\n}"},"url":"/nsync/shipments/{{shipmentID}}/carrier"},"status":"Accepted","code":202,"_postman_previewlanguage":"plain","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"0","name":"Content-Length","description":""},{"key":"Date","value":"Wed, 07 Feb 2018 18:51:04 GMT","name":"Date","description":""},{"key":"X-Local-RequestId","value":"c00d61a9-5717-4612-a3f7-6cdd106a462a","name":"X-Local-RequestId","description":""},{"key":"X-Origin-RequestId","value":"31886e01-8fb7-4240-a5a5-febc46bd8729","name":"X-Origin-RequestId","description":""},{"key":"X-Rate-Limit-Limit","value":"500","name":"X-Rate-Limit-Limit","description":""},{"key":"X-Rate-Limit-Remaining","value":"499","name":"X-Rate-Limit-Remaining","description":""},{"key":"X-Rate-Limit-Reset","value":"2018-02-07T19:06:03","name":"X-Rate-Limit-Reset","description":""}],"cookie":[],"responseTime":"1279","body":""},{"id":"ea1070c6-9f9c-4643-9115-ef54bd115b3d","name":"500 Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"ILToken","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n\"processType\" : \"CHEAPEST_CARRIER\"\r\n}"},"url":"/nsync/shipments/{{shipmentID}}/carrier"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Language","value":"en","name":"Content-Language","description":""},{"key":"Content-Length","value":"1410","name":"Content-Length","description":""},{"key":"Content-Type","value":"text/html;charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 07 Feb 2018 20:14:55 GMT","name":"Date","description":""}],"cookie":[],"responseTime":"44","body":"<!doctype html><html lang=\"en\"><head><title>HTTP Status 500 – Internal Server Error</title><style type=\"text/css\">h1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} h2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} h3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} body {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} b {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} p {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;} a {color:black;} a.name {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 500 – Internal Server Error</h1><hr class=\"line\" /><p><b>Type</b> Exception Report</p><p><b>Message</b> 1</p><p><b>Description</b> The server encountered an unexpected condition that prevented it from fulfilling the request.</p><p><b>Exception</b></p><pre>java.lang.ArrayIndexOutOfBoundsException: 1\n\tcom.il2000.nsync.rest.RateLimitingFilter.extractAuthTokenFromRequest(RateLimitingFilter.java:148)\n\tcom.il2000.nsync.rest.RateLimitingFilter.doFilter(RateLimitingFilter.java:56)\n</pre><p><b>Note</b> The full stack trace of the root cause is available in the server logs.</p><hr class=\"line\" /><h3>Apache Tomcat/8.5.23</h3></body></html>"},{"id":"83c8f763-2ef0-4b57-bf03-d9be85d496e8","name":"400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"ILToken {{token}}","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n\"processType\" : \"CHEAPEST_CARRIE\"\r\n}"},"url":"/nsync/shipments/{{shipmentID}}/carrier"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"125","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 07 Feb 2018 20:14:00 GMT","name":"Date","description":""},{"key":"X-Local-RequestId","value":"daedaf72-3f59-482d-af44-2a466d49fe59","name":"X-Local-RequestId","description":""},{"key":"X-Origin-RequestId","value":"fb29ce70-d387-460c-b5c9-69ba858d4581","name":"X-Origin-RequestId","description":""},{"key":"X-Rate-Limit-Limit","value":"500","name":"X-Rate-Limit-Limit","description":""},{"key":"X-Rate-Limit-Remaining","value":"495","name":"X-Rate-Limit-Remaining","description":""},{"key":"X-Rate-Limit-Reset","value":"2018-02-07T20:25:33","name":"X-Rate-Limit-Reset","description":""}],"cookie":[],"responseTime":"59","body":"{\n  \"status\" : 400,\n  \"code\" : null,\n  \"message\" : \"Unable to parse message. Confirm format is valid.\",\n  \"moreInfo\" : null\n}"}],"_postman_id":"959f5867-260e-400b-91bc-b428a803cafe"},{"name":"Set Chosen Carrier","event":[{"listen":"test","script":{"id":"be06e1e6-e779-4d86-a723-51db941ed9b7","exec":["tests[\"Successfully Processed\"] = responseCode.code === 202;"],"type":"text/javascript","packages":{}}}],"id":"3caa5119-e187-4396-9107-de7e9cc24278","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"ILToken {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"/nsync/shipments/134768262/carrier/setCarrier/24","description":"<p>This end point requires two properties as path parameters.</p>\n<p>shipmentID, is the target shipment for which the carrier is to be set.</p>\n<p>carrierID, is retrieved from the rate response;</p>\n<p>StartFragment</p>\n<p>{<br />            \"carrierID\": 20,<br />            \"carrierName\": \"AAA Cooper\",<br />            \"rate\": 468.38,<br />            \"markedUpRate\": null,<br />            \"transitTime\": 2,<br />            \"exceedsCubicCapacity\": false,<br />            \"exceedsMaxWeight\": false,<br />            \"exceedsMaxWeightMessage\": null<br />        }</p>\n<p>EndFragment</p>\n<p>NOTE: shipments will be locked to carrier changes after the are set as shipcomplete.</p>\n","urlObject":{"path":["nsync","shipments","134768262","carrier","setCarrier","24"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"1273f0d4-6da0-461c-b6b8-ed2d84b49e1b","name":"202 Accepted","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"ILToken {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"/nsync/shipments/{{shipmentID}}/carrier/setCarrier/{{carrierID}}"},"status":"Accepted","code":202,"_postman_previewlanguage":"plain","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"0","name":"Content-Length","description":""},{"key":"Date","value":"Wed, 07 Feb 2018 18:51:04 GMT","name":"Date","description":""},{"key":"X-Local-RequestId","value":"c00d61a9-5717-4612-a3f7-6cdd106a462a","name":"X-Local-RequestId","description":""},{"key":"X-Origin-RequestId","value":"31886e01-8fb7-4240-a5a5-febc46bd8729","name":"X-Origin-RequestId","description":""},{"key":"X-Rate-Limit-Limit","value":"500","name":"X-Rate-Limit-Limit","description":""},{"key":"X-Rate-Limit-Remaining","value":"499","name":"X-Rate-Limit-Remaining","description":""},{"key":"X-Rate-Limit-Reset","value":"2018-02-07T19:06:03","name":"X-Rate-Limit-Reset","description":""}],"cookie":[],"responseTime":"1279","body":""},{"id":"7e268eb7-6283-48fb-b51f-158e1982f5f4","name":"500 Internal Server Error","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"ILToken","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":""},"url":"/nsync/shipments/{{shipmentID}}/carrier/setCarrier/{{carrierID}}"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Language","value":"en","name":"Content-Language","description":""},{"key":"Content-Length","value":"1410","name":"Content-Length","description":""},{"key":"Content-Type","value":"text/html;charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 07 Feb 2018 20:14:55 GMT","name":"Date","description":""}],"cookie":[],"responseTime":"44","body":"<!doctype html><html lang=\"en\"><head><title>HTTP Status 500 – Internal Server Error</title><style type=\"text/css\">h1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} h2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} h3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} body {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} b {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} p {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;} a {color:black;} a.name {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 500 – Internal Server Error</h1><hr class=\"line\" /><p><b>Type</b> Exception Report</p><p><b>Message</b> 1</p><p><b>Description</b> The server encountered an unexpected condition that prevented it from fulfilling the request.</p><p><b>Exception</b></p><pre>java.lang.ArrayIndexOutOfBoundsException: 1\n\tcom.il2000.nsync.rest.RateLimitingFilter.extractAuthTokenFromRequest(RateLimitingFilter.java:148)\n\tcom.il2000.nsync.rest.RateLimitingFilter.doFilter(RateLimitingFilter.java:56)\n</pre><p><b>Note</b> The full stack trace of the root cause is available in the server logs.</p><hr class=\"line\" /><h3>Apache Tomcat/8.5.23</h3></body></html>"},{"id":"9cee1c4d-d671-4728-ab4c-422abe4ae8d0","name":"400 Bad Request","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"ILToken {{token}}","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":""},"url":"/nsync/shipments/{{shipmentID}}/carrier/setCarrier/{{carrierID}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"125","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 07 Feb 2018 20:14:00 GMT","name":"Date","description":""},{"key":"X-Local-RequestId","value":"daedaf72-3f59-482d-af44-2a466d49fe59","name":"X-Local-RequestId","description":""},{"key":"X-Origin-RequestId","value":"fb29ce70-d387-460c-b5c9-69ba858d4581","name":"X-Origin-RequestId","description":""},{"key":"X-Rate-Limit-Limit","value":"500","name":"X-Rate-Limit-Limit","description":""},{"key":"X-Rate-Limit-Remaining","value":"495","name":"X-Rate-Limit-Remaining","description":""},{"key":"X-Rate-Limit-Reset","value":"2018-02-07T20:25:33","name":"X-Rate-Limit-Reset","description":""}],"cookie":[],"responseTime":"59","body":"{\n  \"status\" : 400,\n  \"code\" : null,\n  \"message\" : \"Unable to parse message. Confirm format is valid.\",\n  \"moreInfo\" : null\n}"},{"id":"99098776-7920-4a07-a80f-af83cb36cd93","name":"403 Locked to Changes","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"ILToken {{token}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/nsync/shipments/133870453/carrier/setCarrier/19"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Rate-Limit-Limit","value":"500"},{"key":"X-Rate-Limit-Remaining","value":"499"},{"key":"X-Rate-Limit-Reset","value":"2023-06-10T12:08:09"},{"key":"X-Local-RequestId","value":"c276f935-58a6-43a8-95da-306c810539f3"},{"key":"X-Origin-RequestId","value":"da5217f2-1a60-4744-8734-bba2e31e54ee"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"118"},{"key":"Date","value":"Sat, 10 Jun 2023 15:53:09 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 403,\n    \"code\": null,\n    \"message\": \"Shipment is locked to carrier changes\",\n    \"moreInfo\": null\n}"}],"_postman_id":"3caa5119-e187-4396-9107-de7e9cc24278"},{"name":"Cancel Pickup Request","event":[{"listen":"test","script":{"id":"be06e1e6-e779-4d86-a723-51db941ed9b7","exec":["tests[\"Successfully Processed\"] = responseCode.code === 202;"],"type":"text/javascript"}}],"id":"2c7eda54-81c8-46d8-b909-1cbecea76313","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"ILToken {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"/nsync/shipments/133870500/cancellation","description":"<p>This end point requires a SetShipmentComplete object that consists of one properties.</p>\n<p>processType (should always be \"SHIP_COMPLETE\")</p>\n<p>it will look like:</p>\n<p>{<br />\"processType\" : \"SHIP_COMPLETE\"<br />}</p>\n","urlObject":{"path":["nsync","shipments","133870500","cancellation"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"a982125e-193b-46b6-bf07-6ca9ed66e72b","name":"202 Accepted","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"ILToken {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"processType\" : \"CHEAPEST_CARRIER\"\r\n}"},"url":"/nsync/shipments/{{shipmentID}}/carrier"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"0","name":"Content-Length","description":""},{"key":"Date","value":"Wed, 07 Feb 2018 18:51:04 GMT","name":"Date","description":""},{"key":"X-Local-RequestId","value":"c00d61a9-5717-4612-a3f7-6cdd106a462a","name":"X-Local-RequestId","description":""},{"key":"X-Origin-RequestId","value":"31886e01-8fb7-4240-a5a5-febc46bd8729","name":"X-Origin-RequestId","description":""},{"key":"X-Rate-Limit-Limit","value":"500","name":"X-Rate-Limit-Limit","description":""},{"key":"X-Rate-Limit-Remaining","value":"499","name":"X-Rate-Limit-Remaining","description":""},{"key":"X-Rate-Limit-Reset","value":"2018-02-07T19:06:03","name":"X-Rate-Limit-Reset","description":""},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":"1279","body":"{\n    \"name\": \"R&L\",\n    \"scac\": \"RNLO\",\n    \"proNumber\": \"I648779282\"\n}"},{"id":"405b911f-e5db-4bb4-b1e4-6511368fc4ec","name":"500 Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"ILToken","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n\"processType\" : \"CHEAPEST_CARRIER\"\r\n}"},"url":"/nsync/shipments/{{shipmentID}}/carrier"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Language","value":"en","name":"Content-Language","description":""},{"key":"Content-Length","value":"1410","name":"Content-Length","description":""},{"key":"Content-Type","value":"text/html;charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 07 Feb 2018 20:14:55 GMT","name":"Date","description":""}],"cookie":[],"responseTime":"44","body":"<!doctype html><html lang=\"en\"><head><title>HTTP Status 500 – Internal Server Error</title><style type=\"text/css\">h1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} h2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} h3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} body {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} b {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} p {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;} a {color:black;} a.name {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 500 – Internal Server Error</h1><hr class=\"line\" /><p><b>Type</b> Exception Report</p><p><b>Message</b> 1</p><p><b>Description</b> The server encountered an unexpected condition that prevented it from fulfilling the request.</p><p><b>Exception</b></p><pre>java.lang.ArrayIndexOutOfBoundsException: 1\n\tcom.il2000.nsync.rest.RateLimitingFilter.extractAuthTokenFromRequest(RateLimitingFilter.java:148)\n\tcom.il2000.nsync.rest.RateLimitingFilter.doFilter(RateLimitingFilter.java:56)\n</pre><p><b>Note</b> The full stack trace of the root cause is available in the server logs.</p><hr class=\"line\" /><h3>Apache Tomcat/8.5.23</h3></body></html>"},{"id":"02204a1d-a860-4e70-867f-c37e25abf242","name":"400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"ILToken {{token}}","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\r\n\"processType\" : \"CHEAPEST_CARRIE\"\r\n}"},"url":"/nsync/shipments/{{shipmentID}}/carrier"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"125","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 07 Feb 2018 20:14:00 GMT","name":"Date","description":""},{"key":"X-Local-RequestId","value":"daedaf72-3f59-482d-af44-2a466d49fe59","name":"X-Local-RequestId","description":""},{"key":"X-Origin-RequestId","value":"fb29ce70-d387-460c-b5c9-69ba858d4581","name":"X-Origin-RequestId","description":""},{"key":"X-Rate-Limit-Limit","value":"500","name":"X-Rate-Limit-Limit","description":""},{"key":"X-Rate-Limit-Remaining","value":"495","name":"X-Rate-Limit-Remaining","description":""},{"key":"X-Rate-Limit-Reset","value":"2018-02-07T20:25:33","name":"X-Rate-Limit-Reset","description":""}],"cookie":[],"responseTime":"59","body":"{\n  \"status\" : 400,\n  \"code\" : null,\n  \"message\" : \"Unable to parse message. Confirm format is valid.\",\n  \"moreInfo\" : null\n}"}],"_postman_id":"2c7eda54-81c8-46d8-b909-1cbecea76313"},{"name":"Shipment Complete (get ProNumber)","event":[{"listen":"test","script":{"id":"be06e1e6-e779-4d86-a723-51db941ed9b7","exec":["tests[\"Successfully Processed\"] = responseCode.code === 202;"],"type":"text/javascript","packages":{}}}],"id":"f8586f1c-e5e7-4aa9-ab49-c1c3516d539d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"ILToken {{token}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{BASE_URL}}/nsync/shipments/134793344/shipcomplete","description":"<p>This resource should be used in the case that some asyncronous processing has taken place in the client system, and the shipment has physically been completed and is ready to be pickup by a capacity provider.</p>\n<p>Assertions:<br />- valid shipmentID is passed<br />- PUt to ~carrier/{shipmentID}/setCarrier/{carrierID} has be successfully completed.</p>\n<p>Action performed by this function;<br />- Pronumber generated and returned<br />- Carrier Dispatch if applicable will be sent<br />- Tracking emails if applicable will be sent</p>\n","urlObject":{"path":["nsync","shipments","134793344","shipcomplete"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"b0242bf4-5087-43e5-b293-da3b8504c4ab","name":"202 Accepted","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"ILToken ZGZmMTAwZTA0NzA5MzE1ZGNiZTQwMTE1NjU5MjI3MTdkOGRmMWNjNWQ2MmMyOWI5"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://test-nsync.services.il2000.com/nsync/shipments/132238424/shipcomplete"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","description":""},{"key":"Content-Length","value":"0","description":""},{"key":"Date","value":"Wed, 07 Feb 2018 18:51:04 GMT","description":""},{"key":"X-Local-RequestId","value":"c00d61a9-5717-4612-a3f7-6cdd106a462a","description":""},{"key":"X-Origin-RequestId","value":"31886e01-8fb7-4240-a5a5-febc46bd8729","description":""},{"key":"X-Rate-Limit-Limit","value":"500","description":""},{"key":"X-Rate-Limit-Remaining","value":"499","description":""},{"key":"X-Rate-Limit-Reset","value":"2018-02-07T19:06:03","description":""},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":"1279","body":"{\n    \"name\": \"R&L\",\n    \"scac\": \"RNLO\",\n    \"proNumber\": \"I648779282\"\n}"},{"id":"e7d273a9-f623-4a5e-96a4-f71a9f280e0f","name":"400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"ILToken {{token}}","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"/nsync/shipments/{{shipmentID}}/shipcomplete"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","description":""},{"key":"Content-Length","value":"125","description":""},{"key":"Content-Type","value":"application/json","description":""},{"key":"Date","value":"Wed, 07 Feb 2018 20:14:00 GMT","description":""},{"key":"X-Local-RequestId","value":"daedaf72-3f59-482d-af44-2a466d49fe59","description":""},{"key":"X-Origin-RequestId","value":"fb29ce70-d387-460c-b5c9-69ba858d4581","description":""},{"key":"X-Rate-Limit-Limit","value":"500","description":""},{"key":"X-Rate-Limit-Remaining","value":"495","description":""},{"key":"X-Rate-Limit-Reset","value":"2018-02-07T20:25:33","description":""}],"cookie":[],"responseTime":"59","body":"{\n  \"status\" : 400,\n  \"code\" : null,\n  \"message\" : \"Unable to parse message. Confirm format is valid.\",\n  \"moreInfo\" : null\n}"}],"_postman_id":"f8586f1c-e5e7-4aa9-ab49-c1c3516d539d"},{"name":"Shipment Status","event":[{"listen":"test","script":{"exec":["tests[\"Body matches string\"] = responseBody.has(\"shipmentId\");"],"type":"text/javascript"}}],"id":"e340a325-5da8-e09b-71fa-7a2073b5c593","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"ILToken {{token}}"}],"url":"/nsync/shipments/{{shipmentID}}/status","description":"<p>Returns the current status of the shipment, \"Pending\", \"Complete\", or \"Deleted\". This is not a tracking resource, it does not return the current whereabouts of a shipment. Please use Tracking resorce to get current status of completed and shipped shipments.</p>\n","urlObject":{"path":["nsync","shipments","{{shipmentID}}","status"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"30a1c32d-f615-866e-1fee-fea51a14bf6f","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"ILToken {{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"/nsync/shipments/{{shipmentID}}/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"504","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 07 Feb 2018 18:54:56 GMT","name":"Date","description":""},{"key":"X-Local-RequestId","value":"13e10487-aecf-45a1-a900-85ea4819906d","name":"X-Local-RequestId","description":""},{"key":"X-Origin-RequestId","value":"a1a30133-9997-464f-bfb1-b0f57f035376","name":"X-Origin-RequestId","description":""},{"key":"X-Rate-Limit-Limit","value":"500","name":"X-Rate-Limit-Limit","description":""},{"key":"X-Rate-Limit-Remaining","value":"498","name":"X-Rate-Limit-Remaining","description":""},{"key":"X-Rate-Limit-Reset","value":"2018-02-07T19:06:03","name":"X-Rate-Limit-Reset","description":""}],"cookie":[],"responseTime":"167","body":"{\n  \"shipmentId\" : 131889485,\n  \"carrierScac\" : \"ABFS\",\n  \"carrierName\" : null,\n  \"proNumber\" : \"TESTINGPRO\",\n  \"poNumber\" : \"VERBAL\",\n  \"bolNumber\" : \"CH29265388R0_Craig\",\n  \"shipDateTime\" : \"2016-07-13T00:00:00+0000\",\n  \"schedDeliveryDateTime\" : null,\n  \"actDeliveryDateTime\" : null,\n  \"shipmentStatus\" : \"Pending\",\n  \"totalPieces\" : \"1.00\",\n  \"totalWeight\" : \"3.00\",\n  \"totalHandlingUnits\" : 1,\n  \"cost\" : 0.00,\n  \"costMarkedUp\" : 0.00,\n  \"mode\" : null,\n  \"terms\" : \"TP\",\n  \"mergedShipmentId\" : null\n}"},{"id":"91dae162-b8ad-19f4-557c-35fab7cb5a13","name":"400 Bad Request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"ILToken {{token}}","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"/nsync/shipments/12/status"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"115","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 07 Feb 2018 20:11:15 GMT","name":"Date","description":""},{"key":"X-Local-RequestId","value":"c16174ee-ccb9-4ab7-9a7e-db877753b5c6","name":"X-Local-RequestId","description":""},{"key":"X-Origin-RequestId","value":"f07f4b8d-f969-4a0f-b691-faa98e0b8ebe","name":"X-Origin-RequestId","description":""},{"key":"X-Rate-Limit-Limit","value":"500","name":"X-Rate-Limit-Limit","description":""},{"key":"X-Rate-Limit-Remaining","value":"498","name":"X-Rate-Limit-Remaining","description":""},{"key":"X-Rate-Limit-Reset","value":"2018-02-07T20:25:33","name":"X-Rate-Limit-Reset","description":""}],"cookie":[],"responseTime":"63","body":"{\n  \"status\" : 400,\n  \"code\" : null,\n  \"message\" : \"Validation error: Invalid shipment id; \",\n  \"moreInfo\" : null\n}"},{"id":"34e5ac10-1343-4652-b30a-a88979a34464","name":"404 Not Found","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"ILToken {{token}}"}],"url":"/nsync/shipments/130887413/status"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 404,\n    \"code\": null,\n    \"message\": \"Shipment not found\",\n    \"moreInfo\": null\n}"},{"id":"75ae6112-93dc-4016-adae-77aac4a64774","name":"Shipment Status XML","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"ILToken {{token}}"},{"key":"Accept","value":"application/xml","type":"default"}],"url":"/nsync/shipments/{{shipmentID}}/status"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Content-Type","value":"application/xml"},{"key":"Date","value":"Fri, 14 Jan 2022 16:58:31 GMT"},{"key":"vary","value":"Origin"},{"key":"X-Local-RequestId","value":"b92da843-c03a-49ca-bf99-bd8a69108058"},{"key":"X-Origin-RequestId","value":"457fdd09-e910-4f2e-b7b9-0641db75ec12"},{"key":"X-Rate-Limit-Limit","value":"500"},{"key":"X-Rate-Limit-Remaining","value":"498"},{"key":"X-Rate-Limit-Reset","value":"2022-01-14T17:12:51"},{"key":"Content-Length","value":"431"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<shipmentStatusResponse>\n    <bolNumber>133202290</bolNumber>\n    <poNumber></poNumber>\n    <proNumber></proNumber>\n    <shipDateTime>2022-01-14T00:00:00.000Z</shipDateTime>\n    <shipmentId>133202290</shipmentId>\n    <shipmentStatus>Pending</shipmentStatus>\n    <terms>PP</terms>\n    <totalHandlingUnits>2</totalHandlingUnits>\n    <totalPieces>2.00</totalPieces>\n    <totalWeight>1130.00</totalWeight>\n</shipmentStatusResponse>"}],"_postman_id":"e340a325-5da8-e09b-71fa-7a2073b5c593"},{"name":"Shipment IDs","event":[{"listen":"test","script":{"id":"1428f243-0132-4f7e-9d6d-4944e785ea89","exec":["tests[\"Body matches string\"] = responseBody.has(\"shipmentId\");"],"type":"text/javascript"}}],"id":"5f8d2bf0-8006-3b14-b659-94729306615c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"ILToken {{token}}"}],"url":"/nsync/shipments/ids?po=126630","description":"<p>Returns a collection of shipment ids what can be used to get the shipment status</p>\n","urlObject":{"path":["nsync","shipments","ids"],"host":[""],"query":[{"key":"po","value":"126630"}],"variable":[]}},"response":[{"id":"0f083d45-1bfe-4f2d-a861-2cc4d8765ebf","name":"Shipment IDs (BOL)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"ILToken {{token}}"}],"url":{"raw":"/nsync/shipments/ids?bol=NGK555857","host":[""],"path":["nsync","shipments","ids"],"query":[{"key":"bol","value":"NGK555857"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"shipmentIds\": [\n        133023906\n    ]\n}"},{"id":"6a4777a4-db42-40be-9f90-15a49f9429e6","name":"Shipment IDs (PO)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"ILToken {{token}}"}],"url":{"raw":"/nsync/shipments/ids?PO=126630","host":[""],"path":["nsync","shipments","ids"],"query":[{"key":"PO","value":"126630","description":"A string value to search for"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"shipmentIds\": [\r\n        133051884\r\n    ]\r\n}"},{"id":"aece482f-5b29-4439-8cd7-6a37f9fb64e3","name":"Shipment IDs (PRO)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"ILToken {{token}}"}],"url":{"raw":"/nsync/shipments/ids?pro=15874558003","host":[""],"path":["nsync","shipments","ids"],"query":[{"key":"pro","value":"15874558003"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"shipmentIds\": [\r\n        133026182\r\n    ]\r\n}"},{"id":"fcc5e765-550e-4e41-b9c3-f70c4a98015e","name":"Shipment IDs","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"ILToken NTM0N2M0MWI1NTczODRlM2IyNTJmZGI5YzRmNTRhYmEzMjQ1MDgyOTUxNzdjMTRj"}],"url":{"raw":"https://nsync.services.il2000.com/nsync/shipments/ids?po=7911318","protocol":"https","host":["nsync","services","il2000","com"],"path":["nsync","shipments","ids"],"query":[{"key":"po","value":"7911318"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Oct 2023 19:58:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"46"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin"},{"key":"X-Rate-Limit-Limit","value":"1000"},{"key":"X-Rate-Limit-Remaining","value":"979"},{"key":"X-Rate-Limit-Reset","value":"2023-10-12T20:08:51"},{"key":"X-Local-RequestId","value":"aafba744-2503-4ff6-a647-9f6f744c646b"},{"key":"X-Origin-RequestId","value":"92894323-f496-41fb-bf09-f3b23946b2a8"}],"cookie":[],"responseTime":null,"body":"{\n    \"shipmentIds\": [\n        134033265,\n        134032154\n    ]\n}"}],"_postman_id":"5f8d2bf0-8006-3b14-b659-94729306615c"},{"name":"Tracking (Ship ID)","event":[{"listen":"test","script":{"exec":["var PONUM = postman.getEnvironmentVariable('shiptrackResponse')","tests[\"Body matches string\"] = responseBody.has(PONUM);"],"type":"text/javascript"}}],"id":"066d9c36-9eb2-6c2b-a329-ebf084867f66","request":{"method":"GET","header":[{"key":"Authorization","value":"ILToken {{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"/nsync/tracking/?sid={{shipmentID}}","description":"<p>Tracking based on Shipment ID</p>\n","urlObject":{"path":["nsync","tracking",""],"host":[""],"query":[{"key":"sid","value":"{{shipmentID}}"}],"variable":[]}},"response":[],"_postman_id":"066d9c36-9eb2-6c2b-a329-ebf084867f66"},{"name":"Tracking (PRO #)","event":[{"listen":"test","script":{"id":"f69514c6-e420-4c86-99ee-876d99bcec31","exec":["tests[\"Body matches string\"] = responseBody.has(\"OL28987939R0\");"],"type":"text/javascript"}}],"id":"0e108561-3275-a422-d0b3-1f06b45e5b41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"ILToken {{token}}"}],"url":"/nsync/tracking/?pro=ADS3467726","description":"<p>Tracking based on PRO Number</p>\n","urlObject":{"path":["nsync","tracking",""],"host":[""],"query":[{"key":"pro","value":"ADS3467726"}],"variable":[]}},"response":[],"_postman_id":"0e108561-3275-a422-d0b3-1f06b45e5b41"},{"name":"Status Data","event":[{"listen":"test","script":{"id":"f69514c6-e420-4c86-99ee-876d99bcec31","exec":["tests[\"Body matches string\"] = responseBody.has(\"OL28987939R0\");"],"type":"text/javascript","packages":{}}}],"id":"5715fe0f-9b77-40d1-8816-6bbdd660b479","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"ILToken {{token}}"}],"url":"/nsync/status/data?status=Delivered","description":"<p>Tracking based on PRO Number</p>\n","urlObject":{"path":["nsync","status","data"],"host":[""],"query":[{"key":"status","value":"Delivered"}],"variable":[]}},"response":[{"id":"1a0a221a-990a-41dc-8775-b1ed09f8ff8c","name":"Status Data","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"ILToken {{token}}"}],"url":{"raw":"/nsync/status/data?status=delivered","host":[""],"path":["nsync","status","data"],"query":[{"key":"status","value":"delivered"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 24 Apr 2025 13:49:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin"},{"key":"X-Rate-Limit-Limit","value":"2000"},{"key":"X-Rate-Limit-Remaining","value":"1999"},{"key":"X-Rate-Limit-Reset","value":"2025-04-24T14:02:58"},{"key":"X-Local-RequestId","value":"5f68c465-246a-4544-8e42-8ce4bcb0f43b"},{"key":"X-Origin-RequestId","value":"808cca01-fd54-431a-b72b-aeb304e451e7"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"shipmentID\": 134522311,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 591.4,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1737936000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738022400000,\n        \"deliveryDate\": 1738022400000,\n        \"shipperName\": \"Spirent Communications\",\n        \"shipperAddress\": \"101 Crawfords Corner, \",\n        \"shipperCity\": \"Holmdel\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"07733\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWCDD INTEGRATED COMBAT SYSTEMS\",\n        \"consigneeAddress\": \"6220 Tisdale Road, STE 159 BLDG 125\",\n        \"consigneeCity\": \"Dahlgren\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22448 \",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 105,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/275944cf-f9c7-4fef-8f1e-45396ae33b11.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134522311\",\n        \"ponumber\": \"1398049\",\n        \"pronumber\": \"I132748821\"\n    },\n    {\n        \"shipmentID\": 134525736,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1337.18,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738540800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1739491200000,\n        \"shipperName\": \"COMMUNICATION POWER CORPORATION\",\n        \"shipperAddress\": \"80 DAVIDS DRIVE\",\n        \"shipperCity\": \"HAUPPAUGE\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11788\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAWCWD DB44000 (MOBILE AND INTEGRAT\",\n        \"consigneeAddress\": \"1 ADMINISTRATION CIRCLE\",\n        \"consigneeCity\": \"CHINA LAKE\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"93555\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 3300,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/3e552647-aaef-4a79-acb7-c7de820cd070.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL23F1602\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL23F1602\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL23F1602\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL23F1602\"\n            }\n        ],\n        \"bolnumber\": \"1330003\",\n        \"ponumber\": \"1294171\",\n        \"pronumber\": \"219309102\"\n    },\n    {\n        \"shipmentID\": 134537342,\n        \"name\": \"DGX DEPENDABLE GLOBAL EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 2507.68,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738022400000,\n        \"modeDesc\": \"Domestic Ocean\",\n        \"estimatedDeliveryDate\": 1741651200000,\n        \"deliveryDate\": 1741651200000,\n        \"shipperName\": \"CRFS INC\",\n        \"shipperAddress\": \"4230-D LAFAYETTE CENTER DRIVE\",\n        \"shipperCity\": \"Chantilly\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"20151\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" 644TH CBCS\",\n        \"consigneeAddress\": \" BLDG 61202, NORTHWEST FIELD\",\n        \"consigneeCity\": \"YIGO\",\n        \"consigneeState\": \"GU\",\n        \"consigneeZip\": \"96929\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 19,\n        \"totalWeight\": 776,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134537342\",\n        \"ponumber\": \"1406838\",\n        \"pronumber\": \"3142061 \"\n    },\n    {\n        \"shipmentID\": 134545869,\n        \"name\": \"DHX DEPENDABLE HAWAIIAN EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1082.01,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1737936000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739923200000,\n        \"deliveryDate\": 1739923200000,\n        \"shipperName\": \"Curtiss-Wright DS, Inc., d/b/a Curtiss-Wright PacStar\",\n        \"shipperAddress\": \"7245 SW Durham Road Building K, Suite 190\",\n        \"shipperCity\": \"Portland\",\n        \"shipperState\": \"OR\",\n        \"shipperZip\": \"97224\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NIWC PAC H53H0 (C2 NETWORKS)\",\n        \"consigneeAddress\": \"2293 VICTOR WHARF ACCESS RD BLDG 992, CODE H53C\",\n        \"consigneeCity\": \"Pearl City\",\n        \"consigneeState\": \"HI\",\n        \"consigneeZip\": \"96782\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 157,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/6016720a-b24b-474f-90fa-781a1ec1b1ab.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F19N0\"\n            }\n        ],\n        \"bolnumber\": \"134545869\",\n        \"ponumber\": \"1398796\",\n        \"pronumber\": \"3140493 \"\n    },\n    {\n        \"shipmentID\": 134546247,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 69.13,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1737936000000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1738195200000,\n        \"shipperName\": \"ZERO9 SOLUTIONS LTD\",\n        \"shipperAddress\": \"49300 COOPER FOSTER PARK\",\n        \"shipperCity\": \"Amherst\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CBP USBP Del Rio Sector\",\n        \"consigneeAddress\": \"2401 Dodson Ave\",\n        \"consigneeCity\": \"Del Rio\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"78840\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 20,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134546247\",\n        \"ponumber\": \"1421557\",\n        \"pronumber\": \"771553900611\"\n    },\n    {\n        \"shipmentID\": 134547073,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 751.76,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738627200000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1739145600000,\n        \"shipperName\": \"RICOCHET MANUFACTURING CO., INC\",\n        \"shipperAddress\": \"4700 WISSAHICKON AVE, SUITE 112\",\n        \"shipperCity\": \"Philadelphia\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19144\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"36TH CES CEF\",\n        \"consigneeAddress\": \"17002 ARC LIGHT BLVD\",\n        \"consigneeCity\": \"ANDERSEN AFB\",\n        \"consigneeState\": \"GU\",\n        \"consigneeZip\": \"96929\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 16,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134547073\",\n        \"ponumber\": \"1419348\",\n        \"pronumber\": \"771601364129\"\n    },\n    {\n        \"shipmentID\": 134548683,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 31.18,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738108800000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1738195200000,\n        \"shipperName\": \"G.T. Microwave, Inc.\",\n        \"shipperAddress\": \"2 Emery Ave\",\n        \"shipperCity\": \"Randolph\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"07869\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"WXS Airborne Electronic Attack Systems Division\",\n        \"consigneeAddress\": \"300 Highway 361 BLDG 3330C\",\n        \"consigneeCity\": \"Crane\",\n        \"consigneeState\": \"IN\",\n        \"consigneeZip\": \"47522\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 14,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Pick up #\",\n                \"value\": \"N0016443328740\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F119D\"\n            }\n        ],\n        \"bolnumber\": \"134548683\",\n        \"ponumber\": \"1420842\",\n        \"pronumber\": \"771691759070\"\n    },\n    {\n        \"shipmentID\": 134548932,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 132,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738195200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1738627200000,\n        \"shipperName\": \" CHECKERS SAFETY GROUP\",\n        \"shipperAddress\": \"620 COMPTON ST.\",\n        \"shipperCity\": \"Broomfield\",\n        \"shipperState\": \"CO\",\n        \"shipperZip\": \"80020\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" Solution Based Innovation\",\n        \"consigneeAddress\": \"2656 Quality Ct\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 52,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://www.fedex.com/fedextrack/?tracknumbers=771757083897\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134548932\",\n        \"ponumber\": \"1423055 \",\n        \"pronumber\": \"771757083897\"\n    },\n    {\n        \"shipmentID\": 134549191,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 26.09,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738108800000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1738281600000,\n        \"shipperName\": \"BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DRIVE\",\n        \"shipperCity\": \"Belleville\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"377th ABW / SE\",\n        \"consigneeAddress\": \"2000 WYOMING BLVD SE STE D9\",\n        \"consigneeCity\": \"KIRTLAND AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"87117\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 5,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134549191\",\n        \"ponumber\": \"1424870\",\n        \"pronumber\": \"771692192036\"\n    },\n    {\n        \"shipmentID\": 134549825,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 317.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738281600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738540800000,\n        \"deliveryDate\": 1738800000000,\n        \"shipperName\": \"436 APS TRTW INTRANSIT CRGO\",\n        \"shipperAddress\": \"BLDG 550, ATLANTIC AVE\",\n        \"shipperCity\": \"DOVER AFB\",\n        \"shipperState\": \"DE\",\n        \"shipperZip\": \"19902\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 18,\n        \"totalWeight\": 600,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/6e5a6b8577dba39b2d7285a820c0a2be-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1DRL\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1227757\"\n            }\n        ],\n        \"bolnumber\": \"134549825\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"I359503101\"\n    },\n    {\n        \"shipmentID\": 134551172,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 509.79,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738195200000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1738540800000,\n        \"shipperName\": \"Iris Technology Corporation\",\n        \"shipperAddress\": \"2811 McGaw Ave\",\n        \"shipperCity\": \"Irvine\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92614\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USARHAW Force Integration Complex\",\n        \"consigneeAddress\": \"1479 McMahon Rd, Bldg 1090\",\n        \"consigneeCity\": \"Schofield Barracks\",\n        \"consigneeState\": \"HI\",\n        \"consigneeZip\": \"96857\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 80,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F1061\"\n            }\n        ],\n        \"bolnumber\": \"134551172\",\n        \"ponumber\": \"1424566\",\n        \"pronumber\": \"771775230729 \"\n    },\n    {\n        \"shipmentID\": 134551701,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 157.36,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1737936000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738195200000,\n        \"deliveryDate\": 1738195200000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CARDINAL HEALTH MPS DIST CENTER\",\n        \"consigneeAddress\": \"3031 Nevada Blvd\",\n        \"consigneeCity\": \"Charlotte\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28273\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 46,\n        \"totalWeight\": 540,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/deca9575-64fd-4eec-9d63-18f762b45499.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"4532417941\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1229276\"\n            }\n        ],\n        \"bolnumber\": \"134551701\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"388972947\"\n    },\n    {\n        \"shipmentID\": 134551825,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 164.93,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1737936000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738281600000,\n        \"deliveryDate\": 1738540800000,\n        \"shipperName\": \"GENERAC POWER SYSTEMS INC-JANESVILLE DC\",\n        \"shipperAddress\": \"303 VENTURE COURT\",\n        \"shipperCity\": \"JANESVILLE\",\n        \"shipperState\": \"WI\",\n        \"shipperZip\": \"53546\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOLUTION BASED INNOVATION\",\n        \"consigneeAddress\": \"2656 QUALITY COURT\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1016,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c29be548-b3e1-497c-acfd-16e10c4b76cc.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1421088\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1421088\"\n            }\n        ],\n        \"bolnumber\": \"1337084\",\n        \"ponumber\": \"1421088\",\n        \"pronumber\": \"I596727081 \"\n    },\n    {\n        \"shipmentID\": 134551834,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 289.53,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1737936000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1738540800000,\n        \"shipperName\": \"BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DRIVE\",\n        \"shipperCity\": \"Belleville\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CIF\",\n        \"consigneeAddress\": \"BLDG 4, D STREET\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 16,\n        \"totalWeight\": 500,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134551834\",\n        \"ponumber\": \"1408077\",\n        \"pronumber\": \"6436539513\"\n    },\n    {\n        \"shipmentID\": 134551878,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 679.98,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738108800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738281600000,\n        \"deliveryDate\": 1738281600000,\n        \"shipperName\": \"G-FORM LLC\",\n        \"shipperAddress\": \"1 TUPPERWARE DRIVE\",\n        \"shipperCity\": \"NORTH SMITHFIELD\",\n        \"shipperState\": \"RI\",\n        \"shipperZip\": \"02896\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PECKHAM VOCATIONAL INDUSTRIES INC\",\n        \"consigneeAddress\": \"7100 MILLETT HWY\",\n        \"consigneeCity\": \"LANSING\",\n        \"consigneeState\": \"MI\",\n        \"consigneeZip\": \"48917\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 14,\n        \"totalWeight\": 9930,\n        \"totalHU\": 14,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/63bbf0db-6824-446d-a232-540a17f517b6.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E4C\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E4C\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E4C\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E4C\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E4C\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E4C\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E4C\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E4C\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E4C\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E4C\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E4C\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E4C\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E4C\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E4C\"\n            }\n        ],\n        \"bolnumber\": \"1337089\",\n        \"ponumber\": \"1408880\",\n        \"pronumber\": \"0581246886\"\n    },\n    {\n        \"shipmentID\": 134551916,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 141.18,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1737936000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738022400000,\n        \"deliveryDate\": 1738022400000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USAMRICD (US Army Medical Research Inst of CH)\",\n        \"consigneeAddress\": \"8350 Ricketts Point Road\",\n        \"consigneeCity\": \"Aberdeen Proving Ground\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"21010\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 236,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"0000\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1235665\"\n            }\n        ],\n        \"bolnumber\": \"134551916\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"639302918\"\n    },\n    {\n        \"shipmentID\": 134552060,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 234.54,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1737936000000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1738195200000,\n        \"shipperName\": \"L3Harris Global Communications, Inc.\",\n        \"shipperAddress\": \"1350 Jefferson Rd\",\n        \"shipperCity\": \"Rochester\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"747th CS\",\n        \"consigneeAddress\": \"25 E St\",\n        \"consigneeCity\": \"JBPHH\",\n        \"consigneeState\": \"HI\",\n        \"consigneeZip\": \"96853\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 6,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"FA521542491D2E / SPE8EL24F1BNH\"\n            }\n        ],\n        \"bolnumber\": \"134552060\",\n        \"ponumber\": \"1401439\",\n        \"pronumber\": \"771696875005\"\n    },\n    {\n        \"shipmentID\": 134552065,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 438.39,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1737936000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738627200000,\n        \"deliveryDate\": 1738627200000,\n        \"shipperName\": \"SOUTH BAY WIRE AND CABLE COMPANY LLC\",\n        \"shipperAddress\": \"42033 RIO NEDO\",\n        \"shipperCity\": \"TEMECULA\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92590\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NUWC KEYPORT\",\n        \"consigneeAddress\": \"610 DOWELL ST\",\n        \"consigneeCity\": \"KEYPORT\",\n        \"consigneeState\": \"WA\",\n        \"consigneeZip\": \"98345\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1150,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/43c97e8d-4465-4c8a-b061-96728372acc2.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F15SM\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F15SM\"\n            }\n        ],\n        \"bolnumber\": \"1337103\",\n        \"ponumber\": \"1395902\",\n        \"pronumber\": \"I656694414\"\n    },\n    {\n        \"shipmentID\": 134552111,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 262.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1737936000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738022400000,\n        \"deliveryDate\": 1738022400000,\n        \"shipperName\": \"True North Enterprises\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd. Units 108-109\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAWC AD (NAVAL AIR WARFARE CENTER AIRCRAFT DIV)\",\n        \"consigneeAddress\": \"17179 Webster Field Rd.\",\n        \"consigneeCity\": \"St. Inigoes Shores\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20684\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 1832,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Pick up #\",\n                \"value\": \"SPE8EL24F1CSU\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F1CSU\"\n            },\n            {\n                \"name\": \"Pick up #\",\n                \"value\": \"SPE8EL24F1CSU\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F1CSU\"\n            }\n        ],\n        \"bolnumber\": \"134552111\",\n        \"ponumber\": \"1408201\",\n        \"pronumber\": \"680358405\"\n    },\n    {\n        \"shipmentID\": 134552133,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 225.97,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738195200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1738281600000,\n        \"shipperName\": \"Easy Aerial Inc \",\n        \"shipperAddress\": \"141 Flushing Ave\",\n        \"shipperCity\": \"Brooklyn\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" USSS TSD\",\n        \"consigneeAddress\": \"843 Brightseat Rd \",\n        \"consigneeCity\": \"Hyattsville\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20785\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 100,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/3a337e35-534c-49ff-9958-501591777c16.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F14WZ\"\n            }\n        ],\n        \"bolnumber\": \"134552133\",\n        \"ponumber\": \"1377991\",\n        \"pronumber\": \"644335903\"\n    },\n    {\n        \"shipmentID\": 134552522,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 305.92,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738022400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1738713600000,\n        \"shipperName\": \"True North Enterprises\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd. Units 108-109\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Surface Combat Systems Center\",\n        \"consigneeAddress\": \"3975 Norman Scott Rd. Suite 1\",\n        \"consigneeCity\": \"San Diego\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92136\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 150,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F1071\"\n            }\n        ],\n        \"bolnumber\": \"134552522\",\n        \"ponumber\": \"1412775\",\n        \"pronumber\": \"9507028801\"\n    },\n    {\n        \"shipmentID\": 134552651,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 200.61,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738022400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1738800000000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Medline Industries INC\",\n        \"consigneeAddress\": \"1 Medline DR\",\n        \"consigneeCity\": \"WILMER\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"75172\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 20,\n        \"totalWeight\": 466,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"4518129074\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1242883\"\n            }\n        ],\n        \"bolnumber\": \"134546461\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"7825890800\"\n    },\n    {\n        \"shipmentID\": 134552680,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 191.38,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738022400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738108800000,\n        \"deliveryDate\": 1738108800000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 568,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/25d384a5-0c3c-4ad6-8804-4cfd32859a34.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1406890\"\n            }\n        ],\n        \"bolnumber\": \"1337183\",\n        \"ponumber\": \"1406890\",\n        \"pronumber\": \"646845974\"\n    },\n    {\n        \"shipmentID\": 134552721,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 311.45,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738022400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1738281600000,\n        \"shipperName\": \"70E Solutions – GST\",\n        \"shipperAddress\": \"135 Sparks Ave\",\n        \"shipperCity\": \"Butler\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"16001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" Solution Based Innovation\",\n        \"consigneeAddress\": \"2656 Quality Ct\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1490,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/78451970-1410-41a3-acd5-28c0331f8533.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134552721\",\n        \"ponumber\": \"1411601\",\n        \"pronumber\": \"690776822\"\n    },\n    {\n        \"shipmentID\": 134552980,\n        \"name\": \"DHX DEPENDABLE HAWAIIAN EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1069.32,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738108800000,\n        \"modeDesc\": \"Domestic Ocean\",\n        \"estimatedDeliveryDate\": 1740355200000,\n        \"deliveryDate\": 1740355200000,\n        \"shipperName\": \"Maxify Solution \",\n        \"shipperAddress\": \"6031 Airport Dr \",\n        \"shipperCity\": \"Charlotte\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28208\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"524TH CSSB 25TH SUS BDE 25TH ID\",\n        \"consigneeAddress\": \"BLDG 3005 LYMAN RD\",\n        \"consigneeCity\": \"Schofield Barracks\",\n        \"consigneeState\": \"HI\",\n        \"consigneeZip\": \"96857\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 300,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134552980\",\n        \"ponumber\": \"1422014\",\n        \"pronumber\": \"3142146\"\n    },\n    {\n        \"shipmentID\": 134552981,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 161.51,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738022400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738195200000,\n        \"deliveryDate\": 1738195200000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"LOCKHEAD MARTIN CORP\",\n        \"consigneeAddress\": \"86 S Cobb Dr \",\n        \"consigneeCity\": \"Marietta\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"30063\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 420,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/5ca9effa-553b-4af3-b41c-4a5bdc4619fe.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"6537172999\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1016103\"\n            }\n        ],\n        \"bolnumber\": \"134552981\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"388972955\"\n    },\n    {\n        \"shipmentID\": 134552987,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 313.6,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738022400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738281600000,\n        \"deliveryDate\": 1738281600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DEPT OF STATE\",\n        \"consigneeAddress\": \"7000 Loisdale Rd\",\n        \"consigneeCity\": \"Springfield\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22150\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 100,\n        \"totalWeight\": 5020,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/f7e003ae-acd6-4c4d-9930-de8e1e39e32c.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1907-4-64738\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1182447\"\n            }\n        ],\n        \"bolnumber\": \"134552987\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"360768148\"\n    },\n    {\n        \"shipmentID\": 134552991,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 316.48,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738022400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740528000000,\n        \"shipperName\": \"5.11 Tactical, Inc.\",\n        \"shipperAddress\": \"3201 N Airport Way\",\n        \"shipperCity\": \"Manteca\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"95336\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FBI CIEDS\",\n        \"consigneeAddress\": \"1 Range Rdfbi Cieds Narucirg-A\",\n        \"consigneeCity\": \"Quantico\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22135\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 344,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/4994f1aa-58ac-4a38-ab27-c4ef2b065209.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"15F06725F0000019\"\n            }\n        ],\n        \"bolnumber\": \"134552991\",\n        \"ponumber\": \"1423382\",\n        \"pronumber\": \"I996933663\"\n    },\n    {\n        \"shipmentID\": 134553035,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 33.4,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738108800000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1738281600000,\n        \"shipperName\": \"PDM MEDEVAC\",\n        \"shipperAddress\": \"5308 PATTON ROAD\",\n        \"shipperCity\": \"Huntsville\",\n        \"shipperState\": \"AL\",\n        \"shipperZip\": \"35898\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FES MEDEVAC\",\n        \"consigneeAddress\": \"4226 E MURPHY RD\",\n        \"consigneeCity\": \"Fort Cavazos\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"76544\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 20,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134553035\",\n        \"ponumber\": \"1420352\",\n        \"pronumber\": \"771721047041\"\n    },\n    {\n        \"shipmentID\": 134553081,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 45.6,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738108800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1738281600000,\n        \"shipperName\": \"TWO ONE TWO NEW YORK, Inc.\",\n        \"shipperAddress\": \"60 Heartland Blvd\",\n        \"shipperCity\": \"Brentwood\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11717\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"5749 BRIAR HILL RD, BUILDING 220 DOOR 4\",\n        \"consigneeCity\": \"Lexington\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 14,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://www.fedex.com/fedextrack/?tracknumbers=771721829798\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"47QFNA24F0052\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"387\"\n            }\n        ],\n        \"bolnumber\": \"134553081\",\n        \"ponumber\": \"1363570\",\n        \"pronumber\": \"771721829798\"\n    },\n    {\n        \"shipmentID\": 134553097,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 362.23,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738022400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738108800000,\n        \"deliveryDate\": 1738108800000,\n        \"shipperName\": \" Maxify Solutions\",\n        \"shipperAddress\": \"6031 Airport Dr \",\n        \"shipperCity\": \"Charlotte\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28208\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USALRCTR \",\n        \"consigneeAddress\": \"1624 WEST 6TH ST BUILDING 2916\",\n        \"consigneeCity\": \"Fort Stewart\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"31314\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 1800,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/ad31637a-816f-449e-aad7-7d388a3e7bf5.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134553097\",\n        \"ponumber\": \"1422037\",\n        \"pronumber\": \"382674090\"\n    },\n    {\n        \"shipmentID\": 134553102,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 375.87,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738022400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740614400000,\n        \"deliveryDate\": 1740614400000,\n        \"shipperName\": \"Maxify Solution \",\n        \"shipperAddress\": \"6031 Airport Dr \",\n        \"shipperCity\": \"Charlotte\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28208\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AZ ARNG\",\n        \"consigneeAddress\": \"24641 E PINAL AIR PARK RD BLDG L4500\",\n        \"consigneeCity\": \"Marana\",\n        \"consigneeState\": \"AZ\",\n        \"consigneeZip\": \"85653\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 300,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/7a78df86-1ad1-4f92-9f90-7b51fbe6e5dd.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134553102\",\n        \"ponumber\": \"1422038\",\n        \"pronumber\": \"054642583\"\n    },\n    {\n        \"shipmentID\": 134553124,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 341.64,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738022400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738195200000,\n        \"deliveryDate\": 1738195200000,\n        \"shipperName\": \"SCANFIL ATLANTA\",\n        \"shipperAddress\": \"6715 MAPLE AVENUE\",\n        \"shipperCity\": \"BUFORD\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30518\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 4550,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/30eef0ecb9cf042a42b591935bf7bcca-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1393848\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1393848\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1393848\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1393848\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1393848\"\n            }\n        ],\n        \"bolnumber\": \"1337404\",\n        \"ponumber\": \"1393848\",\n        \"pronumber\": \"412006898\"\n    },\n    {\n        \"shipmentID\": 134553280,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 145.09,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738022400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738108800000,\n        \"deliveryDate\": 1738108800000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA Troop Support\",\n        \"consigneeAddress\": \"NAVAL MEDICAL READINESS LOGISTICS \",\n        \"consigneeCity\": \"WILLIAMSBURG\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 30,\n        \"totalWeight\": 2334,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/2ddecf08-59c9-49cf-bcfd-08eff079a291.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE2D325F3666\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1243229\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"N6861043554268\"\n            }\n        ],\n        \"bolnumber\": \"134553280\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"705364040\"\n    },\n    {\n        \"shipmentID\": 134553306,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 493.57,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738022400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738713600000,\n        \"deliveryDate\": 1738800000000,\n        \"shipperName\": \"SKYDIO INC.\",\n        \"shipperAddress\": \"27317 INDUSTRIAL BLVD\",\n        \"shipperCity\": \"HAYWARD\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"94545\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE MFG\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1730,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/8e55f3c3-456e-4ecd-866c-e9bf5592af30.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1421583\"\n            }\n        ],\n        \"bolnumber\": \"1337464\",\n        \"ponumber\": \"1421583\",\n        \"pronumber\": \"I457887735\"\n    },\n    {\n        \"shipmentID\": 134553320,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 235.94,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738022400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738195200000,\n        \"deliveryDate\": 1738195200000,\n        \"shipperName\": \"VELOCITY SYSTEMS LLC\",\n        \"shipperAddress\": \"45064 UNDERWOOD LANE UNIT B\",\n        \"shipperCity\": \"Dulles \",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"20166\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DEAV\",\n        \"consigneeAddress\": \"7952 CLUNY CT SA-7D\",\n        \"consigneeCity\": \"Springfield\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22153\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 350,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/9e9bed22-f481-4a21-853c-a564fefd3b56.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134553320\",\n        \"ponumber\": \"1397589\",\n        \"pronumber\": \"416103918\"\n    },\n    {\n        \"shipmentID\": 134553363,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 209.03,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738022400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738195200000,\n        \"deliveryDate\": 1738195200000,\n        \"shipperName\": \"SAFARILAND LLC\",\n        \"shipperAddress\": \"3041 FAYE RD\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32226\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 2314,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/3642a4fb7e86f03a85b895d8dbf3a912-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1406416\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1406416\"\n            }\n        ],\n        \"bolnumber\": \"1337465\",\n        \"ponumber\": \"1406416\",\n        \"pronumber\": \"411441060\"\n    },\n    {\n        \"shipmentID\": 134553372,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 241.75,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738108800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738540800000,\n        \"deliveryDate\": 1738540800000,\n        \"shipperName\": \"CSAFE GLOBAL\",\n        \"shipperAddress\": \"675 GATEWAY BLVD\",\n        \"shipperCity\": \"MONROE\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"45050\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AFMRA\",\n        \"consigneeAddress\": \"601 DAVY CROCKETT RD BLDG 1534\",\n        \"consigneeCity\": \"SAN ANTONIO\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"78226\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1450,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/2b5fa245-92a7-4c3a-b70f-eb0959b2950e.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX25F1066\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX25F1066\"\n            }\n        ],\n        \"bolnumber\": \"1337466\",\n        \"ponumber\": \"1422155\",\n        \"pronumber\": \"419633278\"\n    },\n    {\n        \"shipmentID\": 134553429,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 469.82,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738022400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738540800000,\n        \"deliveryDate\": 1738540800000,\n        \"shipperName\": \"EDDY PUMP CORPORATION\",\n        \"shipperAddress\": \"15405 OLDE HWY. 80\",\n        \"shipperCity\": \"EL CAJON\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92021\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USACE CHL\",\n        \"consigneeAddress\": \"3909 HALLS FERRY RD\",\n        \"consigneeCity\": \"VICKSBURG\",\n        \"consigneeState\": \"MS\",\n        \"consigneeZip\": \"39180\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1700,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/27a54235-ba7e-4ea6-8ec7-c02903cb46a5.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F188M\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F188M\"\n            }\n        ],\n        \"bolnumber\": \"1337485\",\n        \"ponumber\": \"1425439\",\n        \"pronumber\": \"I588136113\"\n    },\n    {\n        \"shipmentID\": 134553434,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 226.38,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738108800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738281600000,\n        \"deliveryDate\": 1738281600000,\n        \"shipperName\": \"True North Enterprises\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd. Units 108-109\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VXX Mission Comms System Program Air 4 11\",\n        \"consigneeAddress\": \"17179 Webster Field Rd Building 8165\",\n        \"consigneeCity\": \"St. Inigoes Shores\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20684\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 570,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/096c437c-544a-4384-9479-ffe870faacac.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F16FH\"\n            }\n        ],\n        \"bolnumber\": \"134553434\",\n        \"ponumber\": \"1387271\",\n        \"pronumber\": \"705342756\"\n    },\n    {\n        \"shipmentID\": 134553436,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 226.77,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738108800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738281600000,\n        \"deliveryDate\": 1738281600000,\n        \"shipperName\": \"COMROD INC\",\n        \"shipperAddress\": \"909 CANTERBURY RD\",\n        \"shipperCity\": \"WESTLAKE\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44145\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NIWC ATLANTIC (NAVAL INFORMATION WA\",\n        \"consigneeAddress\": \"1008 TRIDENT STREET\",\n        \"consigneeCity\": \"HANAHAN\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 800,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/87b2b5ac-6dd7-498e-a321-23527cb08e3a.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F18JV\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F18JV\"\n            }\n        ],\n        \"bolnumber\": \"1337503\",\n        \"ponumber\": \"1395414\",\n        \"pronumber\": \"I085247991\"\n    },\n    {\n        \"shipmentID\": 134553441,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 377.12,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738022400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738627200000,\n        \"deliveryDate\": 1738627200000,\n        \"shipperName\": \"SUBMERSIBLE SYSTEMS, INC.\",\n        \"shipperAddress\": \"7413 SLATER AVE\",\n        \"shipperCity\": \"Huntington Beach\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92647\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SCIENCE APPLICATIONS INTERNATIONAL CORPORATION\",\n        \"consigneeAddress\": \"3290 16TH ST\",\n        \"consigneeCity\": \"Bedford\",\n        \"consigneeState\": \"IN\",\n        \"consigneeZip\": \"47421\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 650,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/6c61afe4-0f49-4c11-afb3-4e723649a958.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134553441\",\n        \"ponumber\": \"1393757\",\n        \"pronumber\": \"I392329377\"\n    },\n    {\n        \"shipmentID\": 134553444,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 323.15,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738195200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1738627200000,\n        \"shipperName\": \"Concept Development Corp\",\n        \"shipperAddress\": \"16611 E Laser Dr\",\n        \"shipperCity\": \"Fountain Hills\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85268\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"HUMAN TECHNOLOGIES CORP\",\n        \"consigneeAddress\": \"2332 BLEECKER ST\",\n        \"consigneeCity\": \"Utica\",\n        \"consigneeState\": \"NY\",\n        \"consigneeZip\": \"13501\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 55,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://www.fedex.com/fedextrack/?tracknumbers=771777431252\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134553444\",\n        \"ponumber\": \"1404515\",\n        \"pronumber\": \"771777431252\"\n    },\n    {\n        \"shipmentID\": 134553485,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 141.18,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738108800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1738281600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Department of of Defense (DOD)\",\n        \"consigneeAddress\": \"7000 Loisdale Rd GSA Building\",\n        \"consigneeCity\": \"Springfield\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22150\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 24,\n        \"totalWeight\": 624,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/038fc753-2811-4b4e-a24e-147046415c4e.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"317-80576-24\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1216947\"\n            }\n        ],\n        \"bolnumber\": \"134553485\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"639302934\"\n    },\n    {\n        \"shipmentID\": 134553493,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 182.03,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738022400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738281600000,\n        \"deliveryDate\": 1738281600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CARDINAL HEALTH MPS DIST CENTER\",\n        \"consigneeAddress\": \"7611 BRANDON WOODS BLVD\",\n        \"consigneeCity\": \"BALTIMORE \",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"21226\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 48,\n        \"totalWeight\": 224,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/fffe48c7-1a71-4899-9a49-8db26bbe5eca.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"4532518125\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1240289\"\n            }\n        ],\n        \"bolnumber\": \"134553493\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"7825890774\"\n    },\n    {\n        \"shipmentID\": 134553495,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 165.82,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738108800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738195200000,\n        \"deliveryDate\": 1738195200000,\n        \"shipperName\": \"INTERSURGICAL/MAIN OCEAN\",\n        \"shipperAddress\": \"300 A TRADE ZONE BLVD\",\n        \"shipperCity\": \"SUMMERVILLE\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29486\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 496,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/1b579e2b-ebd9-4259-97ce-8059e6a84eb1.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1424957\"\n            }\n        ],\n        \"bolnumber\": \"1337506\",\n        \"ponumber\": \"1424957\",\n        \"pronumber\": \"I226323936\"\n    },\n    {\n        \"shipmentID\": 134553516,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 140.88,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738108800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738108800000,\n        \"deliveryDate\": 1738195200000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA Troop Support\",\n        \"consigneeAddress\": \"R20993-USS Carl Vinson CVN 70-DDNV\",\n        \"consigneeCity\": \"Norfolk\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23511\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 96,\n        \"totalWeight\": 448,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/f4f05c45-7f56-49bb-b6c8-ffc18c3f8591.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE2D325F3854\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1244327\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"R20993435359P133\"\n            },\n            {\n                \"name\": \"Exception Code\",\n                \"value\": \"customer requested carrier\"\n            }\n        ],\n        \"bolnumber\": \"134553516\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"639302926\"\n    },\n    {\n        \"shipmentID\": 134553722,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 282.43,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738108800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738540800000,\n        \"deliveryDate\": 1738540800000,\n        \"shipperName\": \"Maxify Solution \",\n        \"shipperAddress\": \"6031 Airport Dr \",\n        \"shipperCity\": \"Charlotte\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28208\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"V CORPS\",\n        \"consigneeAddress\": \"136 MOTOR PARK ROAD BLDG 2803\",\n        \"consigneeCity\": \"Fort Knox\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40121\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 600,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a15ad14b-0c27-4da2-b03d-cf60e685dd7c.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134553722\",\n        \"ponumber\": \"1421771\",\n        \"pronumber\": \"382674103\"\n    },\n    {\n        \"shipmentID\": 134553731,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 375.16,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738108800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739232000000,\n        \"deliveryDate\": 1739232000000,\n        \"shipperName\": \" Maxify Solution\",\n        \"shipperAddress\": \"6031 Airport Dr \",\n        \"shipperCity\": \"Charlotte \",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28208\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"146TH AW\",\n        \"consigneeAddress\": \"119 MULCAHEY DR BLDG 119\",\n        \"consigneeCity\": \"Port Hueneme\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"93041\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 300,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/e87220ea-f7cc-45cf-83dd-cfaa8fab439b.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134553731\",\n        \"ponumber\": \"1422009\",\n        \"pronumber\": \"054676383\"\n    },\n    {\n        \"shipmentID\": 134553734,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 388.81,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738108800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738281600000,\n        \"deliveryDate\": 1738281600000,\n        \"shipperName\": \"Maxify Solution \",\n        \"shipperAddress\": \"6031 Airport Dr \",\n        \"shipperCity\": \"Charlotte\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28208\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"32ND HOSP CTR 1ST MED BDE\",\n        \"consigneeAddress\": \"7585 VIRGINIA AVENUE BLDG 4374\",\n        \"consigneeCity\": \"FORT JOHNSON\",\n        \"consigneeState\": \"LA\",\n        \"consigneeZip\": \"71459\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 600,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/be4ef278-b48c-45ab-8e0e-06e03547764e.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134553734\",\n        \"ponumber\": \"1422007\",\n        \"pronumber\": \"382674111\"\n    },\n    {\n        \"shipmentID\": 134553743,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 785.99,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738108800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1739232000000,\n        \"shipperName\": \" Maxify Solution\",\n        \"shipperAddress\": \"6031 Airport Dr \",\n        \"shipperCity\": \"Charlotte \",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28208\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"4TH CAB 4TH ID III CORPS\",\n        \"consigneeAddress\": \"4885 CHILES AVE MF CRP BLDG 330\",\n        \"consigneeCity\": \"Colorado Springs\",\n        \"consigneeState\": \"CO\",\n        \"consigneeZip\": \"80913\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1200,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/8d39d15d-2817-42e6-9a50-30c95a0a83f2.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134553743\",\n        \"ponumber\": \"1422013\",\n        \"pronumber\": \"054676384\"\n    },\n    {\n        \"shipmentID\": 134553751,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 631.34,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738108800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738540800000,\n        \"deliveryDate\": 1738540800000,\n        \"shipperName\": \" Maxify Solution\",\n        \"shipperAddress\": \"6031 Airport Dr \",\n        \"shipperCity\": \"Charlotte \",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28208\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA DISTRIBUTION\",\n        \"consigneeAddress\": \"2001 NORMANDY DR DOOR 135 168\",\n        \"consigneeCity\": \"New Cumberland\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 7,\n        \"totalWeight\": 2100,\n        \"totalHU\": 7,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c1901972-ecec-40bf-87aa-2d411640f5f6.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134553751\",\n        \"ponumber\": \"1421770\",\n        \"pronumber\": \"0107880412\"\n    },\n    {\n        \"shipmentID\": 134553755,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 485.18,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738108800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739145600000,\n        \"deliveryDate\": 1739145600000,\n        \"shipperName\": \"Maxify Solution \",\n        \"shipperAddress\": \"6031 Airport Dr \",\n        \"shipperCity\": \"Charlotte\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28208\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA DISTRIBUTION\",\n        \"consigneeAddress\": \"2083 NORMANDY DRIVE (ACP-4)\",\n        \"consigneeCity\": \"New Cumberland\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1200,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/168790b5-0e27-4054-962f-7652737234c8.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134553755\",\n        \"ponumber\": \"1422011,1422012\",\n        \"pronumber\": \"0107880411\"\n    },\n    {\n        \"shipmentID\": 134553796,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 199.82,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738108800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1738540800000,\n        \"shipperName\": \"True North Enterprises\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd. Units 108-109\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"TEAM LEAD OPTICS\",\n        \"consigneeAddress\": \"2201A Willis St.\",\n        \"consigneeCity\": \"Quantico\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22134\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 1504,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a51802f2-06b9-4cb8-81eb-ae68177b3a81.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Pick up #\",\n                \"value\": \"M6785442321C2G\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F19FS\"\n            },\n            {\n                \"name\": \"Pick up #\",\n                \"value\": \"M6785442321C2G\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F19FS\"\n            },\n            {\n                \"name\": \"Pick up #\",\n                \"value\": \"M6785442321C2G\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F19FS\"\n            }\n        ],\n        \"bolnumber\": \"134553796\",\n        \"ponumber\": \"1398362\",\n        \"pronumber\": \"680358439\"\n    },\n    {\n        \"shipmentID\": 134553888,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 314.56,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738195200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1738540800000,\n        \"shipperName\": \"  CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVE BLDG 128B\",\n        \"shipperCity\": \"New York\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"IAP WORLDWIDE SERVICES INC\",\n        \"consigneeAddress\": \"4962 RIVERTON RD\",\n        \"consigneeCity\": \"Dayton\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45414\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 282,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/58a2aaeb-0afd-43a2-915f-99b939079d55.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SO0098630\"\n            }\n        ],\n        \"bolnumber\": \"134553888\",\n        \"ponumber\": \"1408578\",\n        \"pronumber\": \"644335911\"\n    },\n    {\n        \"shipmentID\": 134554237,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 211.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738108800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738195200000,\n        \"deliveryDate\": 1738195200000,\n        \"shipperName\": \"CAPEWELL AERIAL SYSTEMS LLC\",\n        \"shipperAddress\": \"4298 JEB STUART HWY\",\n        \"shipperCity\": \"MEADOWS OF DAN\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"24120\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VSE CORPORATION\",\n        \"consigneeAddress\": \"18259 GREEN ROAD\",\n        \"consigneeCity\": \"RUTHER GLEN\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22546\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 5258,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/ba1528103b911b344b1dab3a75e3f5bf-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E2D\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E2D\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E2D\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E2D\"\n            }\n        ],\n        \"bolnumber\": \"1337566\",\n        \"ponumber\": \"1406837\",\n        \"pronumber\": \"407367721\"\n    },\n    {\n        \"shipmentID\": 134554322,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 222.74,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738108800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738713600000,\n        \"deliveryDate\": 1738713600000,\n        \"shipperName\": \"MUSTANGSURVIVAL\",\n        \"shipperAddress\": \"201 BUSCH DRIVE\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CIF\",\n        \"consigneeAddress\": \"NAVY EXPEDITIONARY CENTRAL FACILITY CENTRAL ISSUE FACILITY\",\n        \"consigneeCity\": \"WILLIAMSBURG\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 2370,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/5e4029dd-6763-4789-82fa-10fb68367750.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F118K\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F118K\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F118K\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F118K\"\n            }\n        ],\n        \"bolnumber\": \"1337664\",\n        \"ponumber\": \"1420780\",\n        \"pronumber\": \"282576509\"\n    },\n    {\n        \"shipmentID\": 134554406,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 165.47,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738108800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738281600000,\n        \"deliveryDate\": 1738281600000,\n        \"shipperName\": \"EXXEL OUTDOORS\",\n        \"shipperAddress\": \"126 PLANT RD\",\n        \"shipperCity\": \"TUPELO\",\n        \"shipperState\": \"MS\",\n        \"shipperZip\": \"38804\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"802ND SFS\",\n        \"consigneeAddress\": \"1865 SELFRIDGE AVE\",\n        \"consigneeCity\": \"JBSA LACKLAND\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"78236\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 560,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/2a048151-2974-4013-9085-3e8c12d20d9f.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1337684\",\n        \"ponumber\": \"1407184\",\n        \"pronumber\": \"I389912085\"\n    },\n    {\n        \"shipmentID\": 134554457,\n        \"name\": \"FedEx Freight Priority\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 2236,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXFE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738108800000,\n        \"modeDesc\": \"Volume LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1738627200000,\n        \"shipperName\": \"PELICAN PRODUCTS, INC.\",\n        \"shipperAddress\": \"651 Barrington Ave, Ste A\",\n        \"shipperCity\": \"Ontario\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"91764\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 2555,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"2670876\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"2670876\"\n            }\n        ],\n        \"bolnumber\": \"134554457\",\n        \"ponumber\": \"1395626\",\n        \"pronumber\": \"8678542143\"\n    },\n    {\n        \"shipmentID\": 134554470,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 220.99,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738195200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738540800000,\n        \"deliveryDate\": 1738540800000,\n        \"shipperName\": \"RINI TECHNOLOGIES INC\",\n        \"shipperAddress\": \"582 S Econ Circle\",\n        \"shipperCity\": \"Oviedo\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32765\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"UNAKLEET INVESTMENTS LLC\",\n        \"consigneeAddress\": \"18 BLACKJACK RD\",\n        \"consigneeCity\": \"Fredericksburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22405\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 173,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/037d8e8b-0409-4189-87b3-46028e5fc6bc.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134554470\",\n        \"ponumber\": \"1414165\",\n        \"pronumber\": \"I136588518\"\n    },\n    {\n        \"shipmentID\": 134554542,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 175.16,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738108800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1738281600000,\n        \"shipperName\": \"LBT INC\",\n        \"shipperAddress\": \"2861 GUARDIAN LANE\",\n        \"shipperCity\": \"VIRGINA BEACH\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23452\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CIF YORKTOWN NWS CHEATHAM ANNEX\",\n        \"consigneeAddress\": \"BLDG 4 D STREET\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 375,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/ab9c44b0-ae03-440b-a7b8-56ee0d8998ae.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F1DLB/ V4582F\"\n            }\n        ],\n        \"bolnumber\": \"134554542\",\n        \"ponumber\": \"1407757\",\n        \"pronumber\": \"028-0764784\"\n    },\n    {\n        \"shipmentID\": 134554687,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738108800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1738627200000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Communication Center (UDO-Supply)\",\n        \"consigneeAddress\": \"3070 V St NE\",\n        \"consigneeCity\": \"Washington\",\n        \"consigneeState\": \"DC\",\n        \"consigneeZip\": \"20018\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 246,\n        \"totalWeight\": 5244,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"70US0924F3OTH2962\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1183499\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"70US0924F3OTH2962\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1183499\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"70US0924F3OTH2962\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1183499\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"70US0924F3OTH2962\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1183499\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"70US0924F3OTH2962\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1183499\"\n            }\n        ],\n        \"bolnumber\": \"134554687\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"8207443241\"\n    },\n    {\n        \"shipmentID\": 134554702,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 250.88,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738108800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1738713600000,\n        \"shipperName\": \"MITHIX PRO, LLC\",\n        \"shipperAddress\": \"3591 WAY BACK RD.\",\n        \"shipperCity\": \"FARMERSVILLE\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75442\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"7TH ESB\",\n        \"consigneeAddress\": \"MF SUP OFF 7TH ESB 1ST MLG M21300\",\n        \"consigneeCity\": \"CAMP PENDLETON\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92055\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 500,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1927\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1927\"\n            }\n        ],\n        \"bolnumber\": \"1337746\",\n        \"ponumber\": \"1396545\",\n        \"pronumber\": \"2274076184\"\n    },\n    {\n        \"shipmentID\": 134554716,\n        \"name\": \"FedEx Freight Priority\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 234.67,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXFE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738108800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1738195200000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FBI OSAP\",\n        \"consigneeAddress\": \"FBI ACADEMY ONE RANGE RD \",\n        \"consigneeCity\": \"QUANTICO \",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22135\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 84,\n        \"totalWeight\": 620,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/c939bf26c46acd03ac606a199e81c9a9-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"15F06725F0000073\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1247842\"\n            }\n        ],\n        \"bolnumber\": \"134554716\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"7825890785\"\n    },\n    {\n        \"shipmentID\": 134554737,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 574.66,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738195200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738540800000,\n        \"deliveryDate\": 1738540800000,\n        \"shipperName\": \"NOVO DR. INC.\",\n        \"shipperAddress\": \"498 E. REID ROAD, SUITE 7\",\n        \"shipperCity\": \"Grand Blanc\",\n        \"shipperState\": \"MI\",\n        \"shipperZip\": \"48439\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"EODESU 2\",\n        \"consigneeAddress\": \"1627 MIDWAY ROAD\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23459\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 16,\n        \"totalWeight\": 1463,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/12e5652d-63e1-4690-ab7d-220172a46484.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134554737\",\n        \"ponumber\": \"1394795\",\n        \"pronumber\": \"0690863930\"\n    },\n    {\n        \"shipmentID\": 134554775,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 454.91,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738108800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738281600000,\n        \"deliveryDate\": 1738281600000,\n        \"shipperName\": \"LUXOTTICA – ESS - OAKLEY\",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1102,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/35eff2e2-b6cb-4c2f-972c-21352340929a.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134554775\",\n        \"ponumber\": \"1426026\",\n        \"pronumber\": \"404527949\"\n    },\n    {\n        \"shipmentID\": 134554863,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 165.47,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738108800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738281600000,\n        \"deliveryDate\": 1738540800000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"US NAVAL FORCES SOUTHERN COMMAND \",\n        \"consigneeAddress\": \"MAYPORT NAVAL STATION BLDG 3\",\n        \"consigneeCity\": \"JACKSONVILLE\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32228-0003\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 18,\n        \"totalWeight\": 280,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/8190c643-e40b-4e1f-bfb3-27bd94a130e5.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"19ES6024F0752\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1189814\"\n            }\n        ],\n        \"bolnumber\": \"134554863\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"593558712\"\n    },\n    {\n        \"shipmentID\": 134555159,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 437.69,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738195200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738281600000,\n        \"deliveryDate\": 1738627200000,\n        \"shipperName\": \"ZEPHYR INTERNATIONAL LLC\",\n        \"shipperAddress\": \"5015 ENOCH ROAD\",\n        \"shipperCity\": \"Conway\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29526\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"YULISTA INTEGRATED SOLUTIONS LLC\",\n        \"consigneeAddress\": \"7600 ADVANCED GATEWAY SE\",\n        \"consigneeCity\": \"Huntsville\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35808\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 2930,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/adb5389a-b60c-42e2-bcc6-8dcb350f2388.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F11MX\"\n            }\n        ],\n        \"bolnumber\": \"134555159\",\n        \"ponumber\": \"1350296\",\n        \"pronumber\": \"410397822\"\n    },\n    {\n        \"shipmentID\": 134555241,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 509.75,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738195200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1738713600000,\n        \"shipperName\": \"VERST LOGISTICS\",\n        \"shipperAddress\": \"300 Shorland Drive\",\n        \"shipperCity\": \"Walton\",\n        \"shipperState\": \"KY\",\n        \"shipperZip\": \"41094\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"351ST SWTS\",\n        \"consigneeAddress\": \"IM GRIFASI 7801 GRIFFIN AVE SE BLDG 19088\",\n        \"consigneeCity\": \"Kirkland AFB \",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"87117\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 22,\n        \"totalWeight\": 639,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"0028468-IF0044789\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"0028468-IF0044789\"\n            }\n        ],\n        \"bolnumber\": \"134555241\",\n        \"ponumber\": \"1422587 \",\n        \"pronumber\": \"9919595162\"\n    },\n    {\n        \"shipmentID\": 134555249,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.11,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738195200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738281600000,\n        \"deliveryDate\": 1738281600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CARDINAL HEALTH MPS DIST CENTER\",\n        \"consigneeAddress\": \"7611 BRANDON WOODS BLVD\",\n        \"consigneeCity\": \"BALTIMORE \",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"21226\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 70,\n        \"totalWeight\": 492,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/2c3633c2a90dc47650f4e4d0047e9440-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"4532417400\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1229273\"\n            }\n        ],\n        \"bolnumber\": \"134553493\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"593558721\"\n    },\n    {\n        \"shipmentID\": 134555280,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 258.47,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738195200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738886400000,\n        \"deliveryDate\": 1738886400000,\n        \"shipperName\": \"Trijicon OASYS\",\n        \"shipperAddress\": \"12810 Earhart Ave. \",\n        \"shipperCity\": \"Auburn\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"95602\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 80,\n        \"totalWeight\": 180,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/76d49f05-7ddf-488b-bfc3-a85fca6a99a1.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134555280\",\n        \"ponumber\": \"1417583\",\n        \"pronumber\": \"857118645\"\n    },\n    {\n        \"shipmentID\": 134555319,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1025.33,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738195200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738627200000,\n        \"deliveryDate\": 1738540800000,\n        \"shipperName\": \"MURRAY BENJAMIN ELECTRIC\",\n        \"shipperAddress\": \"397 West Avenue \",\n        \"shipperCity\": \"Stamford\",\n        \"shipperState\": \"CT\",\n        \"shipperZip\": \"06902\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" GXPS UNDERSEA SENSORS MANAGEMENT BRANCH\",\n        \"consigneeAddress\": \"300 HIGHWAY 361 CODE GXPS BLDG 41 SE\",\n        \"consigneeCity\": \"Crane\",\n        \"consigneeState\": \"IN\",\n        \"consigneeZip\": \"47522\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 7,\n        \"totalWeight\": 3588,\n        \"totalHU\": 7,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/07e2f331-e8b4-4155-9711-45e18b97714d.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134555319\",\n        \"ponumber\": \"1290281\",\n        \"pronumber\": \"I152712342\"\n    },\n    {\n        \"shipmentID\": 134555325,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 393.17,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738108800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738713600000,\n        \"deliveryDate\": 1738627200000,\n        \"shipperName\": \"CASCADE DESIGNS\",\n        \"shipperAddress\": \"10990 LEAR BLVD\",\n        \"shipperCity\": \"RENO\",\n        \"shipperState\": \"NV\",\n        \"shipperZip\": \"89506\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1500,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/1368681c-24f6-439d-a0cc-d4e5d3ca5969.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1401802\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1401802\"\n            }\n        ],\n        \"bolnumber\": \"1337845\",\n        \"ponumber\": \"1401802\",\n        \"pronumber\": \"I664309935\"\n    },\n    {\n        \"shipmentID\": 134555639,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 430.71,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738195200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738540800000,\n        \"deliveryDate\": 1738540800000,\n        \"shipperName\": \"L3 HARRIS\",\n        \"shipperAddress\": \"1350 JEFFERSON RD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CACI INC FEDERAL\",\n        \"consigneeAddress\": \"3611-E RAMSEY STREET\",\n        \"consigneeCity\": \"FAYETTEVILLE\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28311\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 2752,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a4f4613c-3dd9-4d23-8c78-733167645fba.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F149U\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F149U\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F149U\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F149U\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F149U\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F149U\"\n            }\n        ],\n        \"bolnumber\": \"1337883\",\n        \"ponumber\": \"1374490\",\n        \"pronumber\": \"I731827368\"\n    },\n    {\n        \"shipmentID\": 134555654,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 242.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738195200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739318400000,\n        \"deliveryDate\": 1739318400000,\n        \"shipperName\": \"5.11 Tactical, Inc.\",\n        \"shipperAddress\": \"3201 N Airport Way\",\n        \"shipperCity\": \"Manteca\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"95336\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"IKUN LLC RECEIVING\",\n        \"consigneeAddress\": \"2801 US Highway 130\",\n        \"consigneeCity\": \"North Brunswick\",\n        \"consigneeState\": \"NJ\",\n        \"consigneeZip\": \"08902\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 260,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/8d089c80-8349-49a7-9dd3-665a338140cf.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134555654\",\n        \"ponumber\": \"1424464\",\n        \"pronumber\": \"I996933681\"\n    },\n    {\n        \"shipmentID\": 134555666,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 257.27,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738195200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738627200000,\n        \"deliveryDate\": 1738627200000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"TRAVIS ASSOCIATION FOR THE BLIND\",\n        \"consigneeAddress\": \"AF & MC 3PL - DISTRIBUTION SERVICES\",\n        \"consigneeCity\": \"AUSTIN\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"78744\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 60,\n        \"totalWeight\": 1812,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c6f13f0b-098a-46f6-8975-0d9956240b33.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE1C1-24-V-0834\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1198049\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"SD013141910503XXX\"\n            }\n        ],\n        \"bolnumber\": \"134555666\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"388972963\"\n    },\n    {\n        \"shipmentID\": 134555705,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 174.31,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738195200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738281600000,\n        \"deliveryDate\": 1738281600000,\n        \"shipperName\": \"SAUER COMPRESSORS USA\",\n        \"shipperAddress\": \"245 LOG CANOE CIRCLE\",\n        \"shipperCity\": \"STEVENSVILLE\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21666\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC PHILADELPHIA\",\n        \"consigneeAddress\": \"1601 LANGLEY AVE BLDG 542E\",\n        \"consigneeCity\": \"PHILADELPHIA\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"19112\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 2040,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/9f4ef7ed-53ce-4bd6-ad88-3f58b8ac6ac2.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1B0U\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1B0U\"\n            }\n        ],\n        \"bolnumber\": \"1337943\",\n        \"ponumber\": \"1399953\",\n        \"pronumber\": \"I355210533\"\n    },\n    {\n        \"shipmentID\": 134555723,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 377.91,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738195200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738627200000,\n        \"deliveryDate\": 1738713600000,\n        \"shipperName\": \"COBHAM EXETER INC.\",\n        \"shipperAddress\": \"11 CONTINENTAL DR\",\n        \"shipperCity\": \"EXETER, NH\",\n        \"shipperState\": \"NH\",\n        \"shipperZip\": \"03833\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NIWC ATLANTIC (NAVAL INFORMATION WA\",\n        \"consigneeAddress\": \"1008 TRIDENT STREET; BLDG 3418\",\n        \"consigneeCity\": \"HANAHAN\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 2040,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/22dbe77d-8968-44cf-81d5-b2b36fe85d19.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL22F197X\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL22F197X\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL22F197X\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL22F197X\"\n            }\n        ],\n        \"bolnumber\": \"1337963\",\n        \"ponumber\": \"1233848\",\n        \"pronumber\": \"I932689368\"\n    },\n    {\n        \"shipmentID\": 134555740,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 252.37,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738195200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738540800000,\n        \"deliveryDate\": 1738540800000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"IKUN LLC\",\n        \"consigneeAddress\": \"2801  US Route 130 UNIT 1  \",\n        \"consigneeCity\": \"NORTH BRUNSWICK\",\n        \"consigneeState\": \"NJ\",\n        \"consigneeZip\": \"08902-4722\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 230,\n        \"totalWeight\": 2528,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/d70e8394-d3d6-4e4d-8d06-4d77eeff55a3.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"19AJ2024P0215\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1195958\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"19AJ2024P0215\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1195958\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"19AJ2024P0215\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1195958\"\n            }\n        ],\n        \"bolnumber\": \"134555740\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"685321564\"\n    },\n    {\n        \"shipmentID\": 134555949,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 149.99,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738195200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738540800000,\n        \"deliveryDate\": 1738540800000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"15 General Greene Ave Bldg 4\",\n        \"consigneeCity\": \"Natick\",\n        \"consigneeState\": \"MA\",\n        \"consigneeZip\": \"01760\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 228,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/f1e2bac5-a4fc-4b52-bdce-9769923af6d2.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E4K\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1225663\"\n            }\n        ],\n        \"bolnumber\": \"134555949\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"639302942\"\n    },\n    {\n        \"shipmentID\": 134555950,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 2285.87,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738281600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739318400000,\n        \"deliveryDate\": 1739318400000,\n        \"shipperName\": \"OUTDOOR RESEARCH\",\n        \"shipperAddress\": \"10668 HICKSON STREET\",\n        \"shipperCity\": \"El Monte\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"91731\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" 435TH SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR, EMEF DOOR 28\",\n        \"consigneeCity\": \"WRIGHT PATTERSON AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 197,\n        \"totalWeight\": 3191,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/16ca3911-fa73-40a3-b29a-2f41cc737bc4.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL23F17GB / FB4880\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL23F17GB / FB4880\"\n            }\n        ],\n        \"bolnumber\": \"134555950\",\n        \"ponumber\": \"1304035 \",\n        \"pronumber\": \"176896971\"\n    },\n    {\n        \"shipmentID\": 134555975,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 251.34,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738195200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738627200000,\n        \"deliveryDate\": 1738627200000,\n        \"shipperName\": \"ADVANCED TORQUE PRODUCTS\",\n        \"shipperAddress\": \"56 BUDNEY ROAD\",\n        \"shipperCity\": \"NEWINGTON\",\n        \"shipperState\": \"CT\",\n        \"shipperZip\": \"06111\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM CH PO (CARGO HELICOPTERS PROJECT\",\n        \"consigneeAddress\": \"5309 MARTIN RD\",\n        \"consigneeCity\": \"REDSTONE ARSENAL\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35898\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1060,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/4a5bf65b-1414-4046-b396-2f948b6c6d13.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F101T\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F101T\"\n            }\n        ],\n        \"bolnumber\": \"1338125\",\n        \"ponumber\": \"1410092\",\n        \"pronumber\": \"I428335461\"\n    },\n    {\n        \"shipmentID\": 134555992,\n        \"name\": \"FedEx Freight Priority\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1767,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXFE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738540800000,\n        \"modeDesc\": \"Volume LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1739404800000,\n        \"shipperName\": \"FirstSpear\",\n        \"shipperAddress\": \"2012 Corporate 44 Drive\",\n        \"shipperCity\": \"Fenton\",\n        \"shipperState\": \"MO\",\n        \"shipperZip\": \"63026\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"COAST GUARD ISLAND\",\n        \"consigneeAddress\": \"BLDG #42 DOL-MEPE:\",\n        \"consigneeCity\": \"Alameda\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"94501\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 57,\n        \"totalWeight\": 2787,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F1B3K\"\n            }\n        ],\n        \"bolnumber\": \"134555992\",\n        \"ponumber\": \"1400096\",\n        \"pronumber\": \"6436515960\"\n    },\n    {\n        \"shipmentID\": 134556029,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 294.74,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738627200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1738886400000,\n        \"shipperName\": \"CPI CANADA\",\n        \"shipperAddress\": \"45 RIVER DR.\",\n        \"shipperCity\": \"Georgetown\",\n        \"shipperState\": \"ON\",\n        \"shipperZip\": \"L7G2J4\",\n        \"shipperCountry\": \"CAN\",\n        \"consigneeName\": \"LINQUEST CORP\",\n        \"consigneeAddress\": \"2506 ZEPPELIN ROAD\",\n        \"consigneeCity\": \"Colorado Springs\",\n        \"consigneeState\": \"CO\",\n        \"consigneeZip\": \"80916\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 144,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/792642bc0b3aa4e0df4ea2bf53e5a454-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Pick up #\",\n                \"value\": \"R&L PU # 91372216\"\n            }\n        ],\n        \"bolnumber\": \"134556029\",\n        \"ponumber\": \"1395553\",\n        \"pronumber\": \"CN3749922\"\n    },\n    {\n        \"shipmentID\": 134556036,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 324.98,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738195200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738540800000,\n        \"deliveryDate\": 1738540800000,\n        \"shipperName\": \"LUXOTTICA \",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 13,\n        \"totalWeight\": 610,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/022ff23e-e891-41c4-baa5-1d2c194d9d8f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8870619193\"\n            }\n        ],\n        \"bolnumber\": \"134556036\",\n        \"ponumber\": \"1414078\",\n        \"pronumber\": \"414891520\"\n    },\n    {\n        \"shipmentID\": 134556072,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 311.41,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738195200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1738800000000,\n        \"shipperName\": \"Exxel Outdoors\",\n        \"shipperAddress\": \"300 American Blvd\",\n        \"shipperCity\": \"Haleyville\",\n        \"shipperState\": \"AL\",\n        \"shipperZip\": \"35565\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AFSFC\",\n        \"consigneeAddress\": \"5503 PEASE DR STE 101 BLDG 1100\",\n        \"consigneeCity\": \"Nellis AFB\",\n        \"consigneeState\": \"NV\",\n        \"consigneeZip\": \"89191\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 235,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134556072\",\n        \"ponumber\": \"1426245\",\n        \"pronumber\": \"4452108894\"\n    },\n    {\n        \"shipmentID\": 134556082,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 172.68,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738195200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738540800000,\n        \"deliveryDate\": 1738540800000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VF IMAGEWEAR INC\",\n        \"consigneeAddress\": \"800 SOUTH MAIN STREET\",\n        \"consigneeCity\": \"HENNING\",\n        \"consigneeState\": \"TN\",\n        \"consigneeZip\": \"38041\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 22,\n        \"totalWeight\": 400,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/5e919069-8602-4522-b2c9-ff3d8b93fb77.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"72960403\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1229064\"\n            }\n        ],\n        \"bolnumber\": \"134556082\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"388972971\"\n    },\n    {\n        \"shipmentID\": 134556132,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 175.88,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738195200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1738281600000,\n        \"shipperName\": \"True North Enterprises\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd. Units 108-109\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMS 420 LCS Mission Modules\",\n        \"consigneeAddress\": \"1333 Isaac Hull Ave SE\",\n        \"consigneeCity\": \"Washington Navy Yard\",\n        \"consigneeState\": \"DC\",\n        \"consigneeZip\": \"20376 \",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 460,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134556132\",\n        \"ponumber\": \"1408199\",\n        \"pronumber\": \"705342772\"\n    },\n    {\n        \"shipmentID\": 134556182,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 413.39,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738195200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738800000000,\n        \"deliveryDate\": 1738713600000,\n        \"shipperName\": \"TYR TACTICAL\",\n        \"shipperAddress\": \"9330 N 91ST AVE\",\n        \"shipperCity\": \"PEORIA\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"SOFSA\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 2536,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c6be9403-19ae-4182-b993-c50e60e1fdf3.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24P0013\"\n            }\n        ],\n        \"bolnumber\": \"1338243\",\n        \"ponumber\": \"1401890\",\n        \"pronumber\": \"I314086671\"\n    },\n    {\n        \"shipmentID\": 134556248,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 219.47,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738195200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738540800000,\n        \"deliveryDate\": 1738540800000,\n        \"shipperName\": \"EHMKE MANUFACTURING COMPANY INC\",\n        \"shipperAddress\": \"4200 MACALESTER STREET\",\n        \"shipperCity\": \"PHILADELPHIA\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19124\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"IAP WORLDWIDE SERVICES INC\",\n        \"consigneeAddress\": \"4962 RIVERTON ROAD\",\n        \"consigneeCity\": \"DAYTON\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45414\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 2096,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/d65c380b-1114-4f06-8446-ff54a5242df9.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1DU8\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"ANG TACP BARS\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1DU8\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"ANG TACP BARS\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1DU8\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"ANG TACP BARS\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1DU8\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"ANG TACP BARS\"\n            }\n        ],\n        \"bolnumber\": \"1338283\",\n        \"ponumber\": \"1408888\",\n        \"pronumber\": \"I740585322\"\n    },\n    {\n        \"shipmentID\": 134556254,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 961.14,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738281600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1739232000000,\n        \"shipperName\": \"AIRBOSS DEFENSE\",\n        \"shipperAddress\": \"970 Landry Street\",\n        \"shipperCity\": \"Acton Vale\",\n        \"shipperState\": \"QC\",\n        \"shipperZip\": \"J0H1A0\",\n        \"shipperCountry\": \"CAN\",\n        \"consigneeName\": \"GENERAL DYNAMICS INFO TECHNOLOGY\",\n        \"consigneeAddress\": \"22626 SALLY RIDE DRIVE STE 180, DS/WMD\",\n        \"consigneeCity\": \"Sterling\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"20164\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 5122,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/9ce9c7bf1247b452e2d3c22f3bde575c-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"19AQMM24F7234\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"19AQMM24F7234\"\n            }\n        ],\n        \"bolnumber\": \"134556254\",\n        \"ponumber\": \"1390524\",\n        \"pronumber\": \"414563158\"\n    },\n    {\n        \"shipmentID\": 134556344,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 26.09,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738195200000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1738540800000,\n        \"shipperName\": \" BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DRIVE\",\n        \"shipperCity\": \"Belleville\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VR-64\",\n        \"consigneeAddress\": \"3370 WONNACOTT AVE\",\n        \"consigneeCity\": \"Trenton\",\n        \"consigneeState\": \"NJ\",\n        \"consigneeZip\": \"08641\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 6,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134556344\",\n        \"ponumber\": \"1416331\",\n        \"pronumber\": \"771780063106\"\n    },\n    {\n        \"shipmentID\": 134556779,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 355.16,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738281600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738886400000,\n        \"deliveryDate\": 1738800000000,\n        \"shipperName\": \"AYON CYBERSECURITY INC DBA VDC\",\n        \"shipperAddress\": \"5155 W KING STREET\",\n        \"shipperCity\": \"COCOA\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32926\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC PORT HUENEME\",\n        \"consigneeAddress\": \"4364 MISSILE WAY BLDG. 435\",\n        \"consigneeCity\": \"PORT HUENEME\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"93043\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 1892,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/6d16b831-8d99-4fad-bdfb-c1d480ec945a.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1BD9\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1BD9\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1BD9\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1BD9\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1BD9\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1BD9\"\n            }\n        ],\n        \"bolnumber\": \"1338403\",\n        \"ponumber\": \"1400587\",\n        \"pronumber\": \"481300175\"\n    },\n    {\n        \"shipmentID\": 134556780,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 140.58,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738281600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1738540800000,\n        \"shipperName\": \"Beta Fueling Systems LLC\",\n        \"shipperAddress\": \"1209 Freeway Drive\",\n        \"shipperCity\": \"Reidsville\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"27320\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Solution Based Innovation\",\n        \"consigneeAddress\": \"2656 Quality Court\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 9,\n        \"totalWeight\": 371,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/3f2ada40-446e-40bd-b88c-a372fb50322b.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134556780\",\n        \"ponumber\": \"1319462\",\n        \"pronumber\": \"012-0705604\"\n    },\n    {\n        \"shipmentID\": 134556929,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 681.73,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738540800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739232000000,\n        \"deliveryDate\": 1739232000000,\n        \"shipperName\": \"Survival Armor, Inc.\",\n        \"shipperAddress\": \"12621 Corporate Lakes Drive, Unit 8\",\n        \"shipperCity\": \"Fort Myers\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33913\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Navy Region Mid Atlantic\",\n        \"consigneeAddress\": \"1510 Gilbert Street\",\n        \"consigneeCity\": \"Norfolk\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23511\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 3583,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/0e26ffd2-b48b-4a60-9059-7bda05f5170b.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"376669\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"376669\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"376669\"\n            }\n        ],\n        \"bolnumber\": \"134556929\",\n        \"ponumber\": \"1399785 \",\n        \"pronumber\": \"1070296462\"\n    },\n    {\n        \"shipmentID\": 134556939,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 180.92,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738281600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738627200000,\n        \"deliveryDate\": 1738627200000,\n        \"shipperName\": \"SAFARILAND LLC\",\n        \"shipperAddress\": \"3041 FAYE RD\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32226\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"CETSA BLUEGRASS STATION\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 862,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/2145b774-fab0-46f6-9d0d-ddbe3c31393c.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1CJX\"\n            }\n        ],\n        \"bolnumber\": \"1338703\",\n        \"ponumber\": \"1403541\",\n        \"pronumber\": \"I588688884\"\n    },\n    {\n        \"shipmentID\": 134556950,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 165.47,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738281600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738627200000,\n        \"deliveryDate\": 1738627200000,\n        \"shipperName\": \" BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DRIVE\",\n        \"shipperCity\": \"Belleville\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VF IMAGEWEAR\",\n        \"consigneeAddress\": \"800 S MAIN ST\",\n        \"consigneeCity\": \"Henning\",\n        \"consigneeState\": \"TN\",\n        \"consigneeZip\": \"38041\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 160,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/7d28ae98-daec-4948-96d8-980c13403fdd.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134556950\",\n        \"ponumber\": \"1426528\",\n        \"pronumber\": \"I472290696\"\n    },\n    {\n        \"shipmentID\": 134556952,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 766.37,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738195200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738800000000,\n        \"deliveryDate\": 1738713600000,\n        \"shipperName\": \"OUTDOOR RESEARCH \",\n        \"shipperAddress\": \"21402 24th Ave South, Building B, Suite K\",\n        \"shipperCity\": \"Seattle\",\n        \"shipperState\": \"WA\",\n        \"shipperZip\": \"98198 \",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" 435TH SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR, EMEF DOOR 28\",\n        \"consigneeCity\": \"WRIGHT PATTERSON AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 37,\n        \"totalWeight\": 807,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/1d6f636e-e7e2-424a-8cbf-48b80e299af8.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL23F17GB / FB4880\"\n            }\n        ],\n        \"bolnumber\": \"134556952\",\n        \"ponumber\": \"1304035 \",\n        \"pronumber\": \"2020399665\"\n    },\n    {\n        \"shipmentID\": 134556961,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 165.47,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738281600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738627200000,\n        \"deliveryDate\": 1738540800000,\n        \"shipperName\": \"InVeris Training Solutions\",\n        \"shipperAddress\": \"296 Brogdon Road\",\n        \"shipperCity\": \"Suwanee\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30024\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 240,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/2ca5cc09-8fc0-46b7-8787-3bcea32c1c08.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134556961\",\n        \"ponumber\": \"1417603 \",\n        \"pronumber\": \"I323823465\"\n    },\n    {\n        \"shipmentID\": 134556972,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 220.8,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738195200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738627200000,\n        \"deliveryDate\": 1738627200000,\n        \"shipperName\": \"STEINER-EOPTICS\",\n        \"shipperAddress\": \"3475 NEWMARK DRIVE\",\n        \"shipperCity\": \"MIAMISBURG\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"45342\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DEVELOPMENT COMMAND ARMAMENT CENTER\",\n        \"consigneeAddress\": \"BLDG 91 4TH AVE\",\n        \"consigneeCity\": \"PICATINNY ARSENAL\",\n        \"consigneeState\": \"NJ\",\n        \"consigneeZip\": \"07806\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1800,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/0739c182-56b1-4a03-84f1-f98a8cff0ac6.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F19SD\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F19SD\"\n            }\n        ],\n        \"bolnumber\": \"1338743\",\n        \"ponumber\": \"1411056\",\n        \"pronumber\": \"I172731492\"\n    },\n    {\n        \"shipmentID\": 134556989,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 430.39,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738540800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738800000000,\n        \"deliveryDate\": 1738800000000,\n        \"shipperName\": \"LONDON BRIDGE TRADING\",\n        \"shipperAddress\": \"2861 GUARDIAN LANE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23452\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"5749 BRIAR HILL RD, BUILDING 220 DOOR 4\",\n        \"consigneeCity\": \"Lexington\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1250,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/9170569a-a482-4c32-955a-089444a69316.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134556989\",\n        \"ponumber\": \"1401889\",\n        \"pronumber\": \"133592223\"\n    },\n    {\n        \"shipmentID\": 134557005,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 115.16,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738540800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1738800000000,\n        \"shipperName\": \"London Bridge & Trading\",\n        \"shipperAddress\": \"2861 Guardian Lane\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23452\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CIF \",\n        \"consigneeAddress\": \"BLDG 4 D STREET\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 325,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/75fc2111-02da-4dfc-943f-233e062c7021.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134557005\",\n        \"ponumber\": \"1408404\",\n        \"pronumber\": \"028-0764785\"\n    },\n    {\n        \"shipmentID\": 134557308,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 715.9,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738281600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739145600000,\n        \"deliveryDate\": 1739145600000,\n        \"shipperName\": \" 5.11 INC\",\n        \"shipperAddress\": \"3201 N. Airport Way\",\n        \"shipperCity\": \"Manteca\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"95336\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 32,\n        \"totalWeight\": 976,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/1e324ab1-67b5-46cd-b8a3-16f5ebaad1eb.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134557308\",\n        \"ponumber\": \"1374426\",\n        \"pronumber\": \"785730315\"\n    },\n    {\n        \"shipmentID\": 134557313,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 195.78,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738281600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738627200000,\n        \"deliveryDate\": 1738627200000,\n        \"shipperName\": \"LUXOTTICA – ESS - OAKLEY\",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 334,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/3365e3c3-1048-499e-bf6d-1bfc51ca915f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8870687428\"\n            }\n        ],\n        \"bolnumber\": \"134557313\",\n        \"ponumber\": \"1420805\",\n        \"pronumber\": \"404527973\"\n    },\n    {\n        \"shipmentID\": 134557438,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 226.49,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738281600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738540800000,\n        \"deliveryDate\": 1738540800000,\n        \"shipperName\": \"Team Wendy, LLC.\",\n        \"shipperAddress\": \"17000 St. Clair Ave. Bldg. 1\",\n        \"shipperCity\": \"Cleveland\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44110\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PECKHAM VOCATIONAL INDUSTRIES INC\",\n        \"consigneeAddress\": \"7100 MILLETT HWY\",\n        \"consigneeCity\": \"Lansing\",\n        \"consigneeState\": \"MI\",\n        \"consigneeZip\": \"48917\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1152,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/4f4e1c49-1235-402c-805e-ad8425c7f937.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"15757\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"15757\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"15757\"\n            }\n        ],\n        \"bolnumber\": \"134557438\",\n        \"ponumber\": \"1402339\",\n        \"pronumber\": \"I191514375\"\n    },\n    {\n        \"shipmentID\": 134557490,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 305.98,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738281600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1738800000000,\n        \"shipperName\": \"NATIONAL SAFETY APPAREL\",\n        \"shipperAddress\": \"10601 MEMPHIS AVE B. 12\",\n        \"shipperCity\": \"Cleveland\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44144\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MAG 14 MALS 14\",\n        \"consigneeAddress\": \"BUILDING 1016 6TH ST BAY J MCAS\",\n        \"consigneeCity\": \"Cherry Point\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28533\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 314,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F1242\"\n            }\n        ],\n        \"bolnumber\": \"134557490\",\n        \"ponumber\": \"1426320\",\n        \"pronumber\": \"9412982644\"\n    },\n    {\n        \"shipmentID\": 134557536,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 115.16,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738281600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1738540800000,\n        \"shipperName\": \" LBT Inc\",\n        \"shipperAddress\": \"2861 Guardian Lane\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23452\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 425,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c7aa9349-4253-437d-8784-416b7f59325f.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134557536\",\n        \"ponumber\": \"1376830\",\n        \"pronumber\": \"028-0764786\"\n    },\n    {\n        \"shipmentID\": 134557586,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 431.9,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738800000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1739232000000,\n        \"shipperName\": \"309TH MMXG\",\n        \"shipperAddress\": \"7563 WARDLEIGH RD BLDG 847\",\n        \"shipperCity\": \"Hill AFB \",\n        \"shipperState\": \"UT\",\n        \"shipperZip\": \"84056\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"583 MMXS\",\n        \"consigneeAddress\": \"178 8TH ST B-8415\",\n        \"consigneeCity\": \"Lompoc\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"93437\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1800,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"00075613\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"00002640\"\n            }\n        ],\n        \"bolnumber\": \"134557586\",\n        \"ponumber\": \"1402834\",\n        \"pronumber\": \"9559151991\"\n    },\n    {\n        \"shipmentID\": 134557589,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 165.47,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738281600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738627200000,\n        \"deliveryDate\": 1738627200000,\n        \"shipperName\": \"MUSTANGSURVIVAL\",\n        \"shipperAddress\": \"201 BUSCH DRIVE\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 742,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/f51cd50b-e5a4-4ea4-a5e9-0681780c0968.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1412336\"\n            }\n        ],\n        \"bolnumber\": \"1338864\",\n        \"ponumber\": \"1412336\",\n        \"pronumber\": \"I889885494\"\n    },\n    {\n        \"shipmentID\": 134557630,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 280.97,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738540800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1738627200000,\n        \"shipperName\": \"True North Enterprises\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd. Units 108-109\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VXX MISSION COMMS SYSTEM PROGRAM AIR 4 11\",\n        \"consigneeAddress\": \"17179 Webster Field Rd. Bldg 8165 Test Bed 2\",\n        \"consigneeCity\": \"St. Inigoes\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20684 \",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 1085,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/8c993602-0c09-47e8-8ccb-fc125ed73cb6.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"1423277\"\n            }\n        ],\n        \"bolnumber\": \"134557630\",\n        \"ponumber\": \"1423277\",\n        \"pronumber\": \"680359551\"\n    },\n    {\n        \"shipmentID\": 134557676,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 624.61,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738281600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738800000000,\n        \"deliveryDate\": 1738713600000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CONSOLIDATED STORAGE PROGRAM\",\n        \"consigneeAddress\": \"A ST. MCLB, 1ST FSB WHSE 4\",\n        \"consigneeCity\": \"Barstow\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92311\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 21,\n        \"totalWeight\": 445,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b3a571ee-ea3a-4967-a62a-07f6af06d8a2.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134557676\",\n        \"ponumber\": \"1393355\",\n        \"pronumber\": \"0285869147\"\n    },\n    {\n        \"shipmentID\": 134557702,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 198.01,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738281600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738627200000,\n        \"deliveryDate\": 1738627200000,\n        \"shipperName\": \"MUSTANGSURVIVAL\",\n        \"shipperAddress\": \"201 BUSCH DRIVE\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1670,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/dfac86e5-0aa4-44a6-8812-259eb576896b.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1416060\"\n            }\n        ],\n        \"bolnumber\": \"1338885\",\n        \"ponumber\": \"1416060\",\n        \"pronumber\": \"411226011\"\n    },\n    {\n        \"shipmentID\": 134557735,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 289.37,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738281600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738540800000,\n        \"deliveryDate\": 1738540800000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVSUP WSS\",\n        \"consigneeAddress\": \"5450 CARLISLE PIKE BLDG 107 S END\",\n        \"consigneeCity\": \"Mechanicsburg\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17055\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 153,\n        \"totalWeight\": 5025,\n        \"totalHU\": 12,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b0fc9fcd-3394-4acd-adcf-2e72e16e2e07.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1871\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1206500\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"BDTK2541669001\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1871\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1206500\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"BDTK2541669001\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1871\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1206500\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"BDTK2541669001\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1871\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1206500\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"BDTK2541669001\"\n            }\n        ],\n        \"bolnumber\": \"134557735\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"685274094\"\n    },\n    {\n        \"shipmentID\": 134557783,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 483.43,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738281600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739145600000,\n        \"deliveryDate\": 1739145600000,\n        \"shipperName\": \"BROCO INC\",\n        \"shipperAddress\": \"400 S ROCKEFELLER AVE\",\n        \"shipperCity\": \"ONTARIO\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"91761\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 2100,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/cdecfdb8-083f-4880-b073-a65c2e62b965.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1423676\"\n            }\n        ],\n        \"bolnumber\": \"1338923\",\n        \"ponumber\": \"1423676\",\n        \"pronumber\": \"I278973081\"\n    },\n    {\n        \"shipmentID\": 134557857,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 348.98,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738281600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739145600000,\n        \"deliveryDate\": 1739145600000,\n        \"shipperName\": \"B.E. MEYERS & CO.\",\n        \"shipperAddress\": \"9461 WILLOWS RD NE\",\n        \"shipperCity\": \"REDMOND\",\n        \"shipperState\": \"WA\",\n        \"shipperZip\": \"98052\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"JXNV AIRBORNE CREWSERVED WEAPONS BR\",\n        \"consigneeAddress\": \"300 HWY 361 BLDG 2521W\",\n        \"consigneeCity\": \"CRANE\",\n        \"consigneeState\": \"IN\",\n        \"consigneeZip\": \"47522\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1542,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a8cd68a1-fe55-4e05-9e42-d0732decf2fe.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F15B4\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F15B4\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F15B4\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F15B4\"\n            }\n        ],\n        \"bolnumber\": \"1338931\",\n        \"ponumber\": \"1381389\",\n        \"pronumber\": \"I185654214\"\n    },\n    {\n        \"shipmentID\": 134557968,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 171.66,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738540800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738627200000,\n        \"deliveryDate\": 1738627200000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DEPARTMENT OF DEFENSE (DOD)\",\n        \"consigneeAddress\": \"7000 Loisdale Rd\",\n        \"consigneeCity\": \"Springfield\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22150\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 336,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/98e6be29-ee3b-462f-8534-df6dce5af498.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"317-82337-24\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1222614\"\n            }\n        ],\n        \"bolnumber\": \"134557968\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"593558748\"\n    },\n    {\n        \"shipmentID\": 134557976,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 380.62,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738281600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738627200000,\n        \"deliveryDate\": 1738627200000,\n        \"shipperName\": \"RAMI\",\n        \"shipperAddress\": \"14500 168TH AVE\",\n        \"shipperCity\": \"GRAND HAVEN\",\n        \"shipperState\": \"MI\",\n        \"shipperZip\": \"49417\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"TOBYHANNA ARMY DEPOT\",\n        \"consigneeAddress\": \"11 HAP ARNOLD BLVD BLDG 5\",\n        \"consigneeCity\": \"TOBYHANNA\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"18466\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 3490,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/757d70ab-a1ee-4acc-bc4d-56cae4d81f34.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F196N\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F196N\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F196N\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F196N\"\n            }\n        ],\n        \"bolnumber\": \"1338905\",\n        \"ponumber\": \"1397266\",\n        \"pronumber\": \"I354523635\"\n    },\n    {\n        \"shipmentID\": 134558024,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1482.36,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738540800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739404800000,\n        \"deliveryDate\": 1739232000000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"W0GW HQ AMC\",\n        \"consigneeAddress\": \"SIERRA ARMY DEPOT AWCF SSF\",\n        \"consigneeCity\": \"HERLONG\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"96113\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 123,\n        \"totalWeight\": 5850,\n        \"totalHU\": 9,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/2f7b61cd086590333cb7f8f59eaa1154-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EJ25F0600\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1228724\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"W9046W4270A01WXXX\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EJ25F0600\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1228724\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"W9046W4270A01WXXX\"\n            }\n        ],\n        \"bolnumber\": \"134522965\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"601002054\"\n    },\n    {\n        \"shipmentID\": 134558068,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1422.72,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738540800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738800000000,\n        \"deliveryDate\": 1738800000000,\n        \"shipperName\": \"TYR TACTICAL LLC\",\n        \"shipperAddress\": \"9330 N 91ST AVE\",\n        \"shipperCity\": \"Peoria\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NCIS\",\n        \"consigneeAddress\": \"1131 Chapel Crossing Rd Bldg 682\",\n        \"consigneeCity\": \"Glynco\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"31524\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 16,\n        \"totalWeight\": 6720,\n        \"totalHU\": 16,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/58bbc8e2-f326-4860-9dd4-5add34dcb39d.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"N6328525FS002\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"CODE 11B2L LOG-SOUTH\"\n            },\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"N6328525FS002\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"CODE 11B2L LOG-SOUTH\"\n            }\n        ],\n        \"bolnumber\": \"134558068\",\n        \"ponumber\": \"1413133\",\n        \"pronumber\": \"2972382382\"\n    },\n    {\n        \"shipmentID\": 134558077,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 945,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738800000000,\n        \"modeDesc\": \"Volume LTL\",\n        \"estimatedDeliveryDate\": 1739232000000,\n        \"deliveryDate\": 1739232000000,\n        \"shipperName\": \"LEX PRODUCTS\",\n        \"shipperAddress\": \"15751 SW 41ST ST STE 300\",\n        \"shipperCity\": \"Davie\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33331\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 6100,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134558077\",\n        \"ponumber\": \"1407265\",\n        \"pronumber\": \"368690440\"\n    },\n    {\n        \"shipmentID\": 134558521,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 165.47,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738800000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738886400000,\n        \"deliveryDate\": 1739232000000,\n        \"shipperName\": \"Helen of Troy\",\n        \"shipperAddress\": \"7159 POLK LANE\",\n        \"shipperCity\": \"Olive Branch\",\n        \"shipperState\": \"MS\",\n        \"shipperZip\": \"38654\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 15,\n        \"totalWeight\": 306,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/1706366d-7940-4957-a11f-bbcecd7dfaab.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"22539269\"\n            }\n        ],\n        \"bolnumber\": \"134558521\",\n        \"ponumber\": \"14209047\",\n        \"pronumber\": \"I281135016\"\n    },\n    {\n        \"shipmentID\": 134558591,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 516.63,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738540800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739145600000,\n        \"deliveryDate\": 1738800000000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"W8XN UT ARNG UTES 1\",\n        \"consigneeAddress\": \"17800 SOUTH CAMP WILLIAMS ROAD\",\n        \"consigneeCity\": \"BLUFFDALE\",\n        \"consigneeState\": \"UT\",\n        \"consigneeZip\": \"84065-0000\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 60,\n        \"totalWeight\": 1785,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/9d72ffcc-b030-4141-b9f5-65b815b0dde7.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE7LX25FA9EU\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1242250\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"W67TNU43530004XXX\"\n            }\n        ],\n        \"bolnumber\": \"134558591\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"593558766\"\n    },\n    {\n        \"shipmentID\": 134558657,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 262.63,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738540800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738713600000,\n        \"deliveryDate\": 1738713600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"W4GG TACOM ILSC-NATICK CLOTHIN\",\n        \"consigneeAddress\": \"780 EAST 14TH AVENUE\",\n        \"consigneeCity\": \"FORT MCCOY\",\n        \"consigneeState\": \"WI\",\n        \"consigneeZip\": \"54656-5205\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 270,\n        \"totalWeight\": 1836,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/90b1e652-861e-4168-8857-97f2a04be65a.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE1C125F0245\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1230829\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"W90W0741510027XXX\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE1C125F0245\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1230829\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"W90W0741510027XXX\"\n            }\n        ],\n        \"bolnumber\": \"134558657\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"593558739\"\n    },\n    {\n        \"shipmentID\": 134558707,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 140.88,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738540800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738627200000,\n        \"deliveryDate\": 1738627200000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"436TH EOD\",\n        \"consigneeAddress\": \"727 ORLY STREET\",\n        \"consigneeCity\": \"DOVER AFB\",\n        \"consigneeState\": \"DE\",\n        \"consigneeZip\": \"19902\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 14,\n        \"totalWeight\": 284,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/39e67167-7c01-4c14-b5bb-85313c639c65.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"0000\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1225709\"\n            }\n        ],\n        \"bolnumber\": \"134558707\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"705364057\"\n    },\n    {\n        \"shipmentID\": 134558727,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 165.47,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738540800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738886400000,\n        \"deliveryDate\": 1738800000000,\n        \"shipperName\": \"BAE SYSTEMS SPACE AND MISSION SYSTEMS INC\",\n        \"shipperAddress\": \"9675 W 108TH, CIR\",\n        \"shipperCity\": \"WESTMINSTER\",\n        \"shipperState\": \"CO\",\n        \"shipperZip\": \"80021\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVAIR CENTRAL KITTING ACTIVITY\",\n        \"consigneeAddress\": \"235 INDUSTRIAL LOOP\",\n        \"consigneeCity\": \"ORANGE PARK\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32073\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 280,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/330dd868-1cc0-4854-990c-59db3c05bd8e.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL23F13VZ\"\n            }\n        ],\n        \"bolnumber\": \"1322825\",\n        \"ponumber\": \"1404194\",\n        \"pronumber\": \"I289261962\"\n    },\n    {\n        \"shipmentID\": 134558766,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 300.97,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738540800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1738627200000,\n        \"shipperName\": \"True North Enterprises\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd. Units 108-109\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VXX MISSION COMMS SYSTEM PROGRAM AIR 4 11\",\n        \"consigneeAddress\": \"17179 Webster Field Road Building 8165 Test Bed 2\",\n        \"consigneeCity\": \"St. Inigoes\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20684 \",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 241,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/cba4810d-2bbc-4557-b880-5bb23ecaff3a.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F10J7\"\n            }\n        ],\n        \"bolnumber\": \"134558766\",\n        \"ponumber\": \"1416169\",\n        \"pronumber\": \"705342822\"\n    },\n    {\n        \"shipmentID\": 134558774,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 388.74,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738540800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1739404800000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"W4GG TACOM ILSC-NATICK CLOTHIN\",\n        \"consigneeAddress\": \"74 C STREET BLDG 302\",\n        \"consigneeCity\": \"HERLONG\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"96113-5540\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 90,\n        \"totalWeight\": 588,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE1C125F0242\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1230988\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"W90W0741300076XXX\"\n            }\n        ],\n        \"bolnumber\": \"134558774\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"7825890811\"\n    },\n    {\n        \"shipmentID\": 134558818,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 194.75,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738540800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1738713600000,\n        \"shipperName\": \" BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DRIVE\",\n        \"shipperCity\": \"Belleville\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CIF\",\n        \"consigneeAddress\": \"BLDG 4, D STREET\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 105,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://www.fedex.com/fedextrack/?tracknumbers=771836563952\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134558818\",\n        \"ponumber\": \"1408263\",\n        \"pronumber\": \"771836563952\"\n    },\n    {\n        \"shipmentID\": 134558950,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 271.64,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738540800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740528000000,\n        \"shipperName\": \"ASP, INC\",\n        \"shipperAddress\": \"2511 E CAPITOL DR\",\n        \"shipperCity\": \"APPLETON\",\n        \"shipperState\": \"WI\",\n        \"shipperZip\": \"54911\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FBI FTU\",\n        \"consigneeAddress\": \"1 RANGE RD\",\n        \"consigneeCity\": \"QUANTICO\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22135\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 2110,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/8e12655a-3b87-4f07-94ee-783b770d01ac.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"15F06725F0000019\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"15F06725F0000019\"\n            }\n        ],\n        \"bolnumber\": \"1339685\",\n        \"ponumber\": \"1423247\",\n        \"pronumber\": \"I337645341\"\n    },\n    {\n        \"shipmentID\": 134558972,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 156.67,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738886400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739404800000,\n        \"deliveryDate\": 1739404800000,\n        \"shipperName\": \"COCOON INC\",\n        \"shipperAddress\": \"216 LAFAYETTE ROAD\",\n        \"shipperCity\": \"NORTH HAMPTON\",\n        \"shipperState\": \"NH\",\n        \"shipperZip\": \"03862\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA DISTRIBUTION\",\n        \"consigneeAddress\": \"W25G1U/W1A8 DLA DISTRIBUTION\",\n        \"consigneeCity\": \"NEW CUMBERLAND\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 720,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/1c7af2a2-58f6-46cd-ae6e-e6c68c298a02.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE4A5-24-P-7180\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE4A5-24-P-7180\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE4A5-24-P-7180\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE4A5-24-P-7180\"\n            }\n        ],\n        \"bolnumber\": \"1339688\",\n        \"ponumber\": \"1381684\",\n        \"pronumber\": \"I756511758\"\n    },\n    {\n        \"shipmentID\": 134559005,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 412.13,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738713600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739404800000,\n        \"deliveryDate\": 1739491200000,\n        \"shipperName\": \"MILPOWER\",\n        \"shipperAddress\": \"10180 SCRIPPS RANCH BLVD\",\n        \"shipperCity\": \"SAN DIEGO\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92131\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NIWC ATLANTIC (NAVAL INFORMATION WA\",\n        \"consigneeAddress\": \"1008 TRIDENT STREET\",\n        \"consigneeCity\": \"HANAHAN\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1240,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b2233231-564e-4aea-a1a4-5edef378d8ca.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F16FW\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F16FW\"\n            }\n        ],\n        \"bolnumber\": \"1339690\",\n        \"ponumber\": \"1387267\",\n        \"pronumber\": \"I364482324\"\n    },\n    {\n        \"shipmentID\": 134559093,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.11,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738627200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738800000000,\n        \"deliveryDate\": 1738800000000,\n        \"shipperName\": \"PARAGON FORCE, INC.\",\n        \"shipperAddress\": \"280 NORTHGATE BLVD\",\n        \"shipperCity\": \"BLOOMFIELD\",\n        \"shipperState\": \"IN\",\n        \"shipperZip\": \"47424\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ANALYSIS MATERIALS AND PROTOTYPING\",\n        \"consigneeAddress\": \"3150 GATELY ROAD\",\n        \"consigneeCity\": \"PICATINNY ARSENAL\",\n        \"consigneeState\": \"NJ\",\n        \"consigneeZip\": \"07806\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 156,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/5befddd5-6033-481a-8e91-de70330781ec.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1339705\",\n        \"ponumber\": \"1412778\",\n        \"pronumber\": \"I248389893\"\n    },\n    {\n        \"shipmentID\": 134559119,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 169.42,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738627200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738713600000,\n        \"deliveryDate\": 1738713600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SU W0MC ARMY GENERAL SUPPLY\",\n        \"consigneeAddress\": \"DLA DISTRIBUTION RED RIVER \",\n        \"consigneeCity\": \"TEXARKANA \",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"75507-5000\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 495,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPRDL124F0182\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1195395\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"W56HZV3264023VXXX\"\n            }\n        ],\n        \"bolnumber\": \"134559119\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"593558757\"\n    },\n    {\n        \"shipmentID\": 134559121,\n        \"name\": \"FedEx Freight Priority\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 2118,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXFE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738540800000,\n        \"modeDesc\": \"Volume LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1738713600000,\n        \"shipperName\": \"CEVA LOGISTICS\",\n        \"shipperAddress\": \"1564 Innovation Blvd\",\n        \"shipperCity\": \"Clayton\",\n        \"shipperState\": \"IN\",\n        \"shipperZip\": \"46118 \",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"HUMAN TECHNOLOGIES CORP\",\n        \"consigneeAddress\": \"2201 DWYER AVENUE\",\n        \"consigneeCity\": \"Utica\",\n        \"consigneeState\": \"NY\",\n        \"consigneeZip\": \"13501\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 11,\n        \"totalWeight\": 4806,\n        \"totalHU\": 11,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"86951169\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"86951169\"\n            }\n        ],\n        \"bolnumber\": \"134559121\",\n        \"ponumber\": \"1426306\",\n        \"pronumber\": \"9420265234\"\n    },\n    {\n        \"shipmentID\": 134559167,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 165.88,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738540800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738713600000,\n        \"deliveryDate\": 1738713600000,\n        \"shipperName\": \"BLUEWATER ROPES\",\n        \"shipperAddress\": \"131 LOVVORN RD\",\n        \"shipperCity\": \"CARROLLTON\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30117\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 952,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b6f4374a-82a8-4583-a467-3ddbce54e7ec.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1421900\"\n            }\n        ],\n        \"bolnumber\": \"1339725\",\n        \"ponumber\": \"1421900\",\n        \"pronumber\": \"1339725\"\n    },\n    {\n        \"shipmentID\": 134559246,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 165.47,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738540800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738886400000,\n        \"deliveryDate\": 1738886400000,\n        \"shipperName\": \"L3 HARRIS\",\n        \"shipperAddress\": \"1350 JEFFERSON RD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NIWC ATLANTIC (NAVAL INFORMATION WA\",\n        \"consigneeAddress\": \"1008 TRIDENT STREET\",\n        \"consigneeCity\": \"HANAHAN\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 470,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/9ee56d62-0e49-4757-ad4a-1c1f5a9bf54f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F16YW\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F16YW\"\n            }\n        ],\n        \"bolnumber\": \"1339746\",\n        \"ponumber\": \"1389594\",\n        \"pronumber\": \"I731827269\"\n    },\n    {\n        \"shipmentID\": 134559288,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 765.43,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738627200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739404800000,\n        \"deliveryDate\": 1739404800000,\n        \"shipperName\": \"TNVC\",\n        \"shipperAddress\": \"1050 NEVADA ST\",\n        \"shipperCity\": \"Redlands\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92374\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC IHEODTD   \",\n        \"consigneeAddress\": \"2008 STUMP NECK RD, BLDG 2195, DEPT D3 FMS PHILIPPINES\",\n        \"consigneeCity\": \"Indian Head\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20640\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 810,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/2237deb6-a77a-4868-a6ce-ee2642df56a5.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134559288\",\n        \"ponumber\": \"1401853\",\n        \"pronumber\": \"I036098865\"\n    },\n    {\n        \"shipmentID\": 134559296,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 314.27,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738627200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1738800000000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"IAP WORLDWIDE SERVICES INC\",\n        \"consigneeAddress\": \"4962 RIVERTON ROAD\",\n        \"consigneeCity\": \"DAYTON\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45414\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 456,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/201d5994-0d28-4efe-ba52-4c3e53c8b359.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F1093\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"TACP BARS\"\n            }\n        ],\n        \"bolnumber\": \"1339764\",\n        \"ponumber\": \"1413985\",\n        \"pronumber\": \"706300126\"\n    },\n    {\n        \"shipmentID\": 134559299,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 793.73,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738713600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739491200000,\n        \"deliveryDate\": 1739232000000,\n        \"shipperName\": \"PHOKUS RESEARCH GROUP LLC\",\n        \"shipperAddress\": \"12225 WORLD TRADE DR. SUITE C/D\",\n        \"shipperCity\": \"San Diego\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92128\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CTF 75\",\n        \"consigneeAddress\": \"Camp Covington Bldg 556A\",\n        \"consigneeCity\": \"Santa Rita\",\n        \"consigneeState\": \"GU\",\n        \"consigneeZip\": \"96915 \",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 116,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://www.fedex.com/fedextrack/?tracknumbers=771892355672\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134559299\",\n        \"ponumber\": \"1418233\",\n        \"pronumber\": \"771892355672\"\n    },\n    {\n        \"shipmentID\": 134559327,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 140.88,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738627200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738800000000,\n        \"deliveryDate\": 1738800000000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVSUP WSS\",\n        \"consigneeAddress\": \"5450 CARLISLE PIKE BLDG 107 S END\",\n        \"consigneeCity\": \"Mechanicsburg\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17055\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 72,\n        \"totalWeight\": 822,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/3d8f377c-e007-4d66-8485-9599d9cbeeeb.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F19N2\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1212970\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"BDTK754225D005\"\n            }\n        ],\n        \"bolnumber\": \"134559327\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"705364065\"\n    },\n    {\n        \"shipmentID\": 134559730,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 156.67,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738627200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738800000000,\n        \"deliveryDate\": 1738800000000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"W7NU CIF ACTIVITY OH ARNG\",\n        \"consigneeAddress\": \"320 NORTH JAMES RD\",\n        \"consigneeCity\": \"COLUMBUS \",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"43213-1152\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 15,\n        \"totalWeight\": 654,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/2fa0606a-fbd3-448c-84b7-de153a9db78a.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE1C125V0092\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1233212\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"W24TK141990006XXX\"\n            }\n        ],\n        \"bolnumber\": \"134559730\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"593558775\"\n    },\n    {\n        \"shipmentID\": 134559752,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 436.8,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738627200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739145600000,\n        \"deliveryDate\": 1739232000000,\n        \"shipperName\": \"Maxify Solution \",\n        \"shipperAddress\": \"6031 Airport Dr \",\n        \"shipperCity\": \"Charlotte\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28208\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"433RD CRF\",\n        \"consigneeAddress\": \"104 GALAXY RD BLDG 900\",\n        \"consigneeCity\": \"LACKLAND AFB\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"78236\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 600,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c4e79a6a-9d6d-4ab5-a17e-e34bdac03171.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134559752\",\n        \"ponumber\": \"1425851\",\n        \"pronumber\": \"410629723\"\n    },\n    {\n        \"shipmentID\": 134559899,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1469.09,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738627200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739232000000,\n        \"deliveryDate\": 1739145600000,\n        \"shipperName\": \"Pelican Products Inc\",\n        \"shipperAddress\": \"651 Barrington Ave STE A\",\n        \"shipperCity\": \"Ontario\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"91764\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 5066,\n        \"totalHU\": 12,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/5f112179-3a0e-4f12-8cc2-9310e9b7bfb3.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"ADS PO\",\n                \"value\": \"2670876\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"472PWCSCBABLK\"\n            },\n            {\n                \"name\": \"ADS PO\",\n                \"value\": \"2670876\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"472PWCSCBABLK\"\n            }\n        ],\n        \"bolnumber\": \"134559899\",\n        \"ponumber\": \"1395626\",\n        \"pronumber\": \"2954284320\"\n    },\n    {\n        \"shipmentID\": 134560080,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 189.75,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738627200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738800000000,\n        \"deliveryDate\": 1738800000000,\n        \"shipperName\": \"MUSTANGSURVIVAL\",\n        \"shipperAddress\": \"201 BUSCH DRIVE\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1080,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/1e319f23-5981-42e9-9aa9-3cb9eda23182.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1422303\"\n            }\n        ],\n        \"bolnumber\": \"1339924\",\n        \"ponumber\": \"1422303\",\n        \"pronumber\": \"I889885503\"\n    },\n    {\n        \"shipmentID\": 134560190,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 129.35,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738713600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1738800000000,\n        \"shipperName\": \" LBT Inc\",\n        \"shipperAddress\": \"2861 Guardian Lane\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23452\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 710,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/fb373a10-1f35-4227-801e-be463c63c95c.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134560190\",\n        \"ponumber\": \"1406286 \",\n        \"pronumber\": \"028-0764787\"\n    },\n    {\n        \"shipmentID\": 134560245,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 385.85,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738886400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739145600000,\n        \"deliveryDate\": 1739145600000,\n        \"shipperName\": \"     Bren-Tronics, INC.\",\n        \"shipperAddress\": \"10 Brayton Court\",\n        \"shipperCity\": \"Commack\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11725\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"TOBYHANNA ARMY DEPOT\",\n        \"consigneeAddress\": \"W58MLR - 11 HAP ARNOLD BLVD BLDG 5 BAY 4\",\n        \"consigneeCity\": \"Tobyhanna\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"18466\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1346,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/9fe38113-abae-4a24-800e-feac528a1197.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134560245\",\n        \"ponumber\": \"PO1420549 \",\n        \"pronumber\": \"645393232\"\n    },\n    {\n        \"shipmentID\": 134560286,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 317.81,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738713600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739404800000,\n        \"deliveryDate\": 1739404800000,\n        \"shipperName\": \"PULSE SYSTEMS INC\",\n        \"shipperAddress\": \"15 PLYMOUTH DRIVE\",\n        \"shipperCity\": \"SOUTH EASTON\",\n        \"shipperState\": \"MA\",\n        \"shipperZip\": \"02375\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAWCWD 539400E (AIRBORNE THREAT SIM\",\n        \"consigneeAddress\": \"RONALD REAGAN BLVD , BLDG 351, ROOM 1210\",\n        \"consigneeCity\": \"POINT MUGU\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"93042\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 560,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/68a1f109-74fa-437d-a001-92b81246ea52.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F184B\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F184B\"\n            }\n        ],\n        \"bolnumber\": \"1339965\",\n        \"ponumber\": \"1393695\",\n        \"pronumber\": \"I631526868\"\n    },\n    {\n        \"shipmentID\": 134560338,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 465.92,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738713600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739232000000,\n        \"deliveryDate\": 1739232000000,\n        \"shipperName\": \"  Kanban Logistics\",\n        \"shipperAddress\": \"614 Daniel Street\",\n        \"shipperCity\": \"Tarboro\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"27886\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA DISTRIBUTION\",\n        \"consigneeAddress\": \"RED RIVER HIGHWAY 82 WEST \",\n        \"consigneeCity\": \"Texarkana\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"75507\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 32,\n        \"totalWeight\": 706,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/7e0e1c9f-52df-4305-926e-ecd4e1906788.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134560338\",\n        \"ponumber\": \"1291865\",\n        \"pronumber\": \"390627275\"\n    },\n    {\n        \"shipmentID\": 134560558,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 24.4,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738627200000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1738800000000,\n        \"shipperName\": \" BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DRIVE\",\n        \"shipperCity\": \"Belleville\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Macs -24 air traffic controller oi\",\n        \"consigneeAddress\": \"Bldg. 4243 nas jrb\",\n        \"consigneeCity\": \"nas jrb\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"76127\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 5,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134560558\",\n        \"ponumber\": \"1427609\",\n        \"pronumber\": \"771869564229 \"\n    },\n    {\n        \"shipmentID\": 134560713,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 85.55,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738713600000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1738886400000,\n        \"shipperName\": \"BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DRIVE\",\n        \"shipperCity\": \"Belleville\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VF IMAGEWEAR\",\n        \"consigneeAddress\": \"800 S MAIN ST\",\n        \"consigneeCity\": \"Henning\",\n        \"consigneeState\": \"TN\",\n        \"consigneeZip\": \"38041\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 35,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134560713\",\n        \"ponumber\": \"1427143, 1425320  \",\n        \"pronumber\": \"771873218224\"\n    },\n    {\n        \"shipmentID\": 134561005,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 165.47,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738713600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738886400000,\n        \"deliveryDate\": 1738886400000,\n        \"shipperName\": \"RAIDER OUTBOARDS INC\",\n        \"shipperAddress\": \"1885 ARMSTRONG DRIVE\",\n        \"shipperCity\": \"TITUSVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32780\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SBT 22\",\n        \"consigneeAddress\": \"2603 LOWER GAINESVILLE RD\",\n        \"consigneeCity\": \"STENNIS SPACE CENTER\",\n        \"consigneeState\": \"MS\",\n        \"consigneeZip\": \"39529\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 310,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/759ad58b-9613-466a-890d-627623746de8.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F13XQ\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F13XQ\"\n            }\n        ],\n        \"bolnumber\": \"1340103\",\n        \"ponumber\": \"1371282\",\n        \"pronumber\": \"I233833194\"\n    },\n    {\n        \"shipmentID\": 134561026,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 131.1,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738800000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1738886400000,\n        \"shipperName\": \"Wesco/Anixter NJ\",\n        \"shipperAddress\": \"7 Santa Fe Way Suite 702\",\n        \"shipperCity\": \"Cranbury\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08512\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 110,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/3009317d-c756-4eee-95f6-cc62cadad05b.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"229B1DRL001\"\n            }\n        ],\n        \"bolnumber\": \"134561026\",\n        \"ponumber\": \"1419351 \",\n        \"pronumber\": \"0155610786\"\n    },\n    {\n        \"shipmentID\": 134561067,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 165.47,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738713600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738800000000,\n        \"deliveryDate\": 1738800000000,\n        \"shipperName\": \"INTERSURGICAL/MAIN OCEAN\",\n        \"shipperAddress\": \"300 A TRADE ZONE BLVD\",\n        \"shipperCity\": \"SUMMERVILLE\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29486\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 424,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/333c669e-b037-4431-ad27-c22c59df31ff.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1422134\"\n            }\n        ],\n        \"bolnumber\": \"1340125\",\n        \"ponumber\": \"1422134\",\n        \"pronumber\": \"I922919535\"\n    },\n    {\n        \"shipmentID\": 134561107,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 165.47,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738713600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738800000000,\n        \"deliveryDate\": 1738886400000,\n        \"shipperName\": \"INTERSURGICAL/MAIN OCEAN\",\n        \"shipperAddress\": \"300 A TRADE ZONE BLVD\",\n        \"shipperCity\": \"SUMMERVILLE\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29486\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 412,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/09c12535-b964-4373-b8d5-967f620c5a04.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1426404\"\n            }\n        ],\n        \"bolnumber\": \"1340143\",\n        \"ponumber\": \"1426404\",\n        \"pronumber\": \"I922919544\"\n    },\n    {\n        \"shipmentID\": 134561112,\n        \"name\": \"SPAN ALASKA TRANSPORTATION\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1314.27,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SPAJ\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738886400000,\n        \"modeDesc\": \"Domestic Ocean\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1739318400000,\n        \"shipperName\": \"Alaska Gear Company\",\n        \"shipperAddress\": \"730 Old Steese Hwy\",\n        \"shipperCity\": \"Fairbanks\",\n        \"shipperState\": \"AK\",\n        \"shipperZip\": \"99701\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"2ND BCT 11TH ABN DIV\",\n        \"consigneeAddress\": \"804 WAREHOUSE ST AWCF SSF\",\n        \"consigneeCity\": \"JOINT BASE ELMENDORF RICHARDSON\",\n        \"consigneeState\": \"AK\",\n        \"consigneeZip\": \"99505\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 2850,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/2a76d91b-9fbd-4b5a-aea0-75fd3810d491.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"942592\"\n            }\n        ],\n        \"bolnumber\": \"134561112\",\n        \"ponumber\": \"1407216\",\n        \"pronumber\": \"3824807\"\n    },\n    {\n        \"shipmentID\": 134561115,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 165.47,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738713600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739404800000,\n        \"deliveryDate\": 1739404800000,\n        \"shipperName\": \"CARSON INDUSTRIES INC.\",\n        \"shipperAddress\": \"110 NOBEL CT.\",\n        \"shipperCity\": \"ALPHARETTA\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30005\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA DISTRIBUTION\",\n        \"consigneeAddress\": \"SR W1A8 DLA DISTRIBUTION DDSP NEW CUMBERLAND FACILITY\",\n        \"consigneeCity\": \"NEW CUMBERLAND\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 594,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/edd54aa9-ba94-47ad-b029-c65ad11b7323.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPRBL124F0141\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPRBL124F0141\"\n            }\n        ],\n        \"bolnumber\": \"1340145\",\n        \"ponumber\": \"1401257\",\n        \"pronumber\": \"I511554987\"\n    },\n    {\n        \"shipmentID\": 134561119,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 165.47,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738713600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738886400000,\n        \"deliveryDate\": 1738886400000,\n        \"shipperName\": \"L3 HARRIS\",\n        \"shipperAddress\": \"1350 JEFFERSON RD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AMSA PO (AVIATION MISSION SYSTEMS A\",\n        \"consigneeAddress\": \"BLDG 7770 E LINE ROAD\",\n        \"consigneeCity\": \"REDSTONE ARSENAL\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35898\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 408,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b9024877-3482-4600-820a-ad1a05cd3312.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F14WR\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F14WR\"\n            }\n        ],\n        \"bolnumber\": \"1340146\",\n        \"ponumber\": \"1377965\",\n        \"pronumber\": \"I731827377\"\n    },\n    {\n        \"shipmentID\": 134561145,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 272.64,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738713600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1739145600000,\n        \"shipperName\": \"Team Wendy, LLC.\",\n        \"shipperAddress\": \"17000 St. Clair Ave. Bldg. 1\",\n        \"shipperCity\": \"Cleveland\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44110\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 911,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/6185b8fd-9518-43ab-a780-a8beae302b93.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134561145\",\n        \"ponumber\": \"1415194\",\n        \"pronumber\": \"699914057\"\n    },\n    {\n        \"shipmentID\": 134561233,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 264.67,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738713600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738886400000,\n        \"deliveryDate\": 1739145600000,\n        \"shipperName\": \"NORTH AMERICAN RESCUE\",\n        \"shipperAddress\": \"35 TEDWALL COURT\",\n        \"shipperCity\": \"GREER\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29650\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ALPENA CRTC\",\n        \"consigneeAddress\": \"5884 A ST\",\n        \"consigneeCity\": \"ALPENA\",\n        \"consigneeState\": \"MI\",\n        \"consigneeZip\": \"49707\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 964,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/52968205-c3fb-417b-ab91-eea491a291f6.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX25F101Y\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX25F101Y\"\n            }\n        ],\n        \"bolnumber\": \"1340185\",\n        \"ponumber\": \"1414824\",\n        \"pronumber\": \"I749243475\"\n    },\n    {\n        \"shipmentID\": 134561298,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 165.47,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738713600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739232000000,\n        \"deliveryDate\": 1739145600000,\n        \"shipperName\": \"BAE SYSTEMS SPACE AND MISSION SYSTEMS INC\",\n        \"shipperAddress\": \"9675 W 108TH, CIR\",\n        \"shipperCity\": \"WESTMINSTER\",\n        \"shipperState\": \"CO\",\n        \"shipperZip\": \"80021\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVAIR CENTRAL KITTING ACTIVITY\",\n        \"consigneeAddress\": \"235 INDUSTRIAL LOOP\",\n        \"consigneeCity\": \"ORANGE PARK\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32073\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 280,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/09d4dfbd-551e-4c87-82f7-5adf7333e9f9.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL23F13VZ\"\n            }\n        ],\n        \"bolnumber\": \"1318645\",\n        \"ponumber\": \"1404194\",\n        \"pronumber\": \"I289260522\"\n    },\n    {\n        \"shipmentID\": 134561371,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 580.54,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738713600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739318400000,\n        \"deliveryDate\": 1739404800000,\n        \"shipperName\": \"PAJONO WOODWORKS, INC.\",\n        \"shipperAddress\": \"291 E CHILTON DRIVE\",\n        \"shipperCity\": \"CHANDLER\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85225\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOLUTION BASED INNOVATION\",\n        \"consigneeAddress\": \"2656 QUALITY COURT\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 2864,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/98e59b96-7d4b-467f-85ff-931b0b65b412.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1334884\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1334884\"\n            }\n        ],\n        \"bolnumber\": \"1340206\",\n        \"ponumber\": \"1334884\",\n        \"pronumber\": \"I423651627\"\n    },\n    {\n        \"shipmentID\": 134561407,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 131.1,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738713600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1739232000000,\n        \"shipperName\": \"Power Hawk Technologies\",\n        \"shipperAddress\": \"300 Forge Way, Suite 2\",\n        \"shipperCity\": \"Rockaway\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"07866\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 195,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/d8eb2f07-91d7-4bc6-8cce-74201103acbc.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134561407\",\n        \"ponumber\": \"1426391\",\n        \"pronumber\": \"018-5433437\"\n    },\n    {\n        \"shipmentID\": 134561419,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 337.81,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738713600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1738800000000,\n        \"deliveryDate\": 1738800000000,\n        \"shipperName\": \"VELOCITY SYSTEMS LLC\",\n        \"shipperAddress\": \"45064 UNDERWOOD LANE UNIT B\",\n        \"shipperCity\": \"DULLES\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"20166\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"TRIPLE CANOPY\",\n        \"consigneeAddress\": \"850 PUDDIN RIDGE RD\",\n        \"consigneeCity\": \"Moyock\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"27958\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1634,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/fbaae5f2-0ec1-4488-928c-a64aba2e057a.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134561419\",\n        \"ponumber\": \"1419941\",\n        \"pronumber\": \"407486194\"\n    },\n    {\n        \"shipmentID\": 134561474,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 707.56,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738713600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739318400000,\n        \"deliveryDate\": 1739318400000,\n        \"shipperName\": \"WAMORE, INC.\",\n        \"shipperAddress\": \"1907 W PARKSIDE LANE\",\n        \"shipperCity\": \"PHOENIX\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85027\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 4152,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/8907b34f-acd8-4512-83fe-b34bc9dca98c.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1423364\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1423364\"\n            }\n        ],\n        \"bolnumber\": \"1340227\",\n        \"ponumber\": \"1423364\",\n        \"pronumber\": \"I425061099\"\n    },\n    {\n        \"shipmentID\": 134561513,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 162.54,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738713600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739491200000,\n        \"deliveryDate\": 1739491200000,\n        \"shipperName\": \"FEDERAL SIGNAL CORPORATION\",\n        \"shipperAddress\": \"2645 FEDERAL SIGNAL DR \",\n        \"shipperCity\": \"University Park\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60484\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"US BORDER PATROL\",\n        \"consigneeAddress\": \"26000 SOUTH ST BUILDING 1506\",\n        \"consigneeCity\": \"Harrison\",\n        \"consigneeState\": \"MI\",\n        \"consigneeZip\": \"48045\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 175,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/ea6fc0ce-dca9-4c29-8cd0-e0a9df087880.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134561513\",\n        \"ponumber\": \"1426967\",\n        \"pronumber\": \"I433835991\"\n    },\n    {\n        \"shipmentID\": 134561605,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 51.63,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738713600000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1738886400000,\n        \"shipperName\": \"TYR Tactical LLC\",\n        \"shipperAddress\": \"9330 N 91st Ave\",\n        \"shipperCity\": \"Peoria\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FBI ANCHORAGE AK\",\n        \"consigneeAddress\": \"101 E 6TH AVE\",\n        \"consigneeCity\": \"Anchorage\",\n        \"consigneeState\": \"AK\",\n        \"consigneeZip\": \"99501 \",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 2,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134561605\",\n        \"ponumber\": \"1425756\",\n        \"pronumber\": \"771895032352\"\n    },\n    {\n        \"shipmentID\": 134561742,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 600.66,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738713600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739404800000,\n        \"deliveryDate\": 1739404800000,\n        \"shipperName\": \"MID-ATLANTIC COMPUTER SERVICES\",\n        \"shipperAddress\": \"13030 ALONDRA BLVD\",\n        \"shipperCity\": \"CERRITOS\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"90703\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SERRA INTERNATIONAL INC\",\n        \"consigneeAddress\": \"14720 181ST STREET\",\n        \"consigneeCity\": \"SPRINGFIELD GARDENS\",\n        \"consigneeState\": \"NY\",\n        \"consigneeZip\": \"11413\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1510,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F15ND\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F15ND\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F15ND\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F15ND\"\n            }\n        ],\n        \"bolnumber\": \"1340283\",\n        \"ponumber\": \"1383385\",\n        \"pronumber\": \"421559902\"\n    },\n    {\n        \"shipmentID\": 134561919,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 214.65,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738713600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739318400000,\n        \"deliveryDate\": 1739145600000,\n        \"shipperName\": \"CASCADE DESIGNS\",\n        \"shipperAddress\": \"10990 LEAR BLVD\",\n        \"shipperCity\": \"RENO\",\n        \"shipperState\": \"NV\",\n        \"shipperZip\": \"89506\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"IAP WORLDWIDE SERVICES INC\",\n        \"consigneeAddress\": \"4962 RIVERTON ROAD\",\n        \"consigneeCity\": \"DAYTON\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45414\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 804,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/24c5f08a-65e0-4a77-8fa0-e8f845b67700.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F11KJ\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"TACP BARS\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F11KJ\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"TACP BARS\"\n            }\n        ],\n        \"bolnumber\": \"1340304\",\n        \"ponumber\": \"1422702\",\n        \"pronumber\": \"I454813929\"\n    },\n    {\n        \"shipmentID\": 134561957,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 156.67,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738713600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739318400000,\n        \"deliveryDate\": 1739145600000,\n        \"shipperName\": \"CASCADE DESIGNS\",\n        \"shipperAddress\": \"10990 LEAR BLVD\",\n        \"shipperCity\": \"RENO\",\n        \"shipperState\": \"NV\",\n        \"shipperZip\": \"89506\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"IAP WORLDWIDE SERVICES INC\",\n        \"consigneeAddress\": \"4962 RIVERTON ROAD\",\n        \"consigneeCity\": \"DAYTON\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45414\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 526,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/36d6c868-8a81-4433-84db-8d605e1b9ccb.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F11KL\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"GA BARS\"\n            }\n        ],\n        \"bolnumber\": \"1340305\",\n        \"ponumber\": \"1422804\",\n        \"pronumber\": \"I454813938\"\n    },\n    {\n        \"shipmentID\": 134561968,\n        \"name\": \"DHX DEPENDABLE HAWAIIAN EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 3432.75,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738800000000,\n        \"modeDesc\": \"Domestic Ocean\",\n        \"estimatedDeliveryDate\": 1739923200000,\n        \"deliveryDate\": 1739923200000,\n        \"shipperName\": \"PHOKUS RESEARCH GROUP LLC\",\n        \"shipperAddress\": \"12225 WORLD TRADE DR. SUITE C/D\",\n        \"shipperCity\": \"San Diego\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92128\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"3rd MLG CLR 37 CLC 33\",\n        \"consigneeAddress\": \"BLDG 271 5th St\",\n        \"consigneeCity\": \"MCBH KANOEHE BAY\",\n        \"consigneeState\": \"HI\",\n        \"consigneeZip\": \"96863\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1029,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134561968\",\n        \"ponumber\": \"1407241\",\n        \"pronumber\": \"5149397 \"\n    },\n    {\n        \"shipmentID\": 134562014,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 482.95,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738886400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739491200000,\n        \"deliveryDate\": 1739404800000,\n        \"shipperName\": \"Caseman GPC LLC\",\n        \"shipperAddress\": \"13125 Danielson St. STE 107\",\n        \"shipperCity\": \"Poway\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92064\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DEPT OF HEALTH AND HUMAN SERVICES\",\n        \"consigneeAddress\": \"6701 ENGLISH MUFFIN WAY\",\n        \"consigneeCity\": \"Frederick\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"21703\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 380,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/5d4285dc3a80a663d7b85747e12e3e9f-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134562014\",\n        \"ponumber\": \"1425119\",\n        \"pronumber\": \"2921197652\"\n    },\n    {\n        \"shipmentID\": 134562259,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 575.54,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738800000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739145600000,\n        \"deliveryDate\": 1739145600000,\n        \"shipperName\": \"LUXOTTICA – ESS - OAKLEY\",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 30,\n        \"totalWeight\": 1302,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/32e455c1-5568-4ab9-b1c5-e6bb34408fed.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134562259\",\n        \"ponumber\": \"1419473\",\n        \"pronumber\": \"307653006\"\n    },\n    {\n        \"shipmentID\": 134562404,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 682.47,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738800000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739404800000,\n        \"deliveryDate\": 1739491200000,\n        \"shipperName\": \"KYMETA CORPORATION\",\n        \"shipperAddress\": \"14120 NE 200TH ST\",\n        \"shipperCity\": \"WOODINVILLE\",\n        \"shipperState\": \"WA\",\n        \"shipperZip\": \"98072\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SPECIAL COMMUNICATIONS MISSION SOLU\",\n        \"consigneeAddress\": \"17134 WEBSTER FIELD ROAD\",\n        \"consigneeCity\": \"SAINT INIGOES\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20684\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 3000,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/bc458f7a-578a-45c5-b9c6-d6ad096fcf0f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F11ES\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F11ES\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F11ES\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F11ES\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F11ES\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F11ES\"\n            }\n        ],\n        \"bolnumber\": \"1340364\",\n        \"ponumber\": \"1421577\",\n        \"pronumber\": \"I185654349\"\n    },\n    {\n        \"shipmentID\": 134562542,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 165.88,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738886400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739232000000,\n        \"deliveryDate\": 1739232000000,\n        \"shipperName\": \"BLUEWATER ROPES\",\n        \"shipperAddress\": \"131 LOVVORN RD\",\n        \"shipperCity\": \"CARROLLTON\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30117\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 884,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c6540032-b552-41da-a991-75c8e3f6ac7e.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1421187\"\n            }\n        ],\n        \"bolnumber\": \"1340383\",\n        \"ponumber\": \"1421187\",\n        \"pronumber\": \"373304978\"\n    },\n    {\n        \"shipmentID\": 134562614,\n        \"name\": \"SEAWIDE EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1390.35,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739404800000,\n        \"modeDesc\": \"Domestic Ocean\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742947200000,\n        \"shipperName\": \"NORTH AMERICAN RESCUE\",\n        \"shipperAddress\": \"35 TEDWALL CT\",\n        \"shipperCity\": \"Greer\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29650\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"GUAM ANG 254TH RHS\",\n        \"consigneeAddress\": \"UNIT14021\",\n        \"consigneeCity\": \"ANDERSON AFB\",\n        \"consigneeState\": \"GU\",\n        \"consigneeZip\": \"96543\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 482,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/6187c8d9-69cc-41a1-9d86-f719ddccaafb.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EX25F1024\"\n            }\n        ],\n        \"bolnumber\": \"134562614\",\n        \"ponumber\": \"1414875\",\n        \"pronumber\": \"156246\"\n    },\n    {\n        \"shipmentID\": 134562635,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 165.47,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738800000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739232000000,\n        \"deliveryDate\": 1739145600000,\n        \"shipperName\": \"L3 HARRIS\",\n        \"shipperAddress\": \"1350 JEFFERSON RD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NIWC ATLANTIC (NAVAL INFORMATION WA\",\n        \"consigneeAddress\": \"1008 TRIDENT STREET\",\n        \"consigneeCity\": \"HANAHAN\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 510,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/34b05ca0-8e27-46f0-93e6-3e6fd62116b2.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F16YW\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F16YW\"\n            }\n        ],\n        \"bolnumber\": \"1340403\",\n        \"ponumber\": \"1389594\",\n        \"pronumber\": \"I731827386\"\n    },\n    {\n        \"shipmentID\": 134562718,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 624.61,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738800000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739318400000,\n        \"deliveryDate\": 1739145600000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CONSOLIDATED STORAGE PROGRAM\",\n        \"consigneeAddress\": \"A ST. MCLB, 1ST FSB WHSE 4\",\n        \"consigneeCity\": \"Barstow\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92311\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 21,\n        \"totalWeight\": 445,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/79bebb78-103d-49e8-a3d5-0b1178446232.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134562718\",\n        \"ponumber\": \"1393355\",\n        \"pronumber\": \"0285877845\"\n    },\n    {\n        \"shipmentID\": 134562742,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 148.25,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738886400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739145600000,\n        \"deliveryDate\": 1739145600000,\n        \"shipperName\": \"COCOON SOUTH NEW\",\n        \"shipperAddress\": \"824 LOCUST ST.\",\n        \"shipperCity\": \"HENDERSONVILLE\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28792\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"2ND MAW MAG 26 MALS 26\",\n        \"consigneeAddress\": \"BLDG AS-4085\",\n        \"consigneeCity\": \"JACKSONVILLE\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28545\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1052,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/2fafacc5-cad2-4c4b-b673-e1752e05b16e.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EM24F10KF\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EM24F10KF\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EM24F10KF\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EM24F10KF\"\n            }\n        ],\n        \"bolnumber\": \"1340407\",\n        \"ponumber\": \"1405939\",\n        \"pronumber\": \"378391259\"\n    },\n    {\n        \"shipmentID\": 134562799,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 377.91,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738886400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739318400000,\n        \"deliveryDate\": 1739404800000,\n        \"shipperName\": \"COBHAM EXETER INC.\",\n        \"shipperAddress\": \"11 CONTINENTAL DR\",\n        \"shipperCity\": \"EXETER, NH\",\n        \"shipperState\": \"NH\",\n        \"shipperZip\": \"03833\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NIWC ATLANTIC (NAVAL INFORMATION WA\",\n        \"consigneeAddress\": \"1008 TRIDENT STREET; BLDG 3418\",\n        \"consigneeCity\": \"HANAHAN\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 2040,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/89511fcc-38cf-4ec6-b959-198511c26d09.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL22F197X\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL22F197X\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL22F197X\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL22F197X\"\n            }\n        ],\n        \"bolnumber\": \"1340411\",\n        \"ponumber\": \"1233848\",\n        \"pronumber\": \"I850182561\"\n    },\n    {\n        \"shipmentID\": 134562839,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 198.43,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738800000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1739491200000,\n        \"shipperName\": \"TRUE NORTH ENTERPRISES\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd.\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWCDD INTEGRATED COMBAT SYSTEMS\",\n        \"consigneeAddress\": \"5409 1st St. Bldg 1523\",\n        \"consigneeCity\": \"Dahlgren\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22448\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 805,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/8206d6f7-d98b-4a65-a4ef-d2538c73b2a8.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F1072\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F1072\"\n            }\n        ],\n        \"bolnumber\": \"134562839\",\n        \"ponumber\": \"1413097\",\n        \"pronumber\": \"0280828432\"\n    },\n    {\n        \"shipmentID\": 134562851,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 156.67,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738800000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739145600000,\n        \"deliveryDate\": 1739145600000,\n        \"shipperName\": \"DYNALEC CORPORATION\",\n        \"shipperAddress\": \"79 ROTTERDAM RD.\",\n        \"shipperCity\": \"SODUS\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14551\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC PHILADELPHIA\",\n        \"consigneeAddress\": \"1601 LANGLEY AVE\",\n        \"consigneeCity\": \"PHILADELPHIA\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"19112\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 500,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/6fcb5ec9-1446-4e19-a2b5-59a742c0b9d7.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX24F1134\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX24F1134\"\n            }\n        ],\n        \"bolnumber\": \"1340425\",\n        \"ponumber\": \"1398056\",\n        \"pronumber\": \"043111062\"\n    },\n    {\n        \"shipmentID\": 134563154,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 423.45,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738886400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1739145600000,\n        \"shipperName\": \" BRENNER METAL PRODUCTS\",\n        \"shipperAddress\": \"90 Dayton Ave. Bldg. 14 Unit 1F\",\n        \"shipperCity\": \"Passaic\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"07055\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 780,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/667c2de7-d8ba-4990-9f7c-aed3415bf843.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"ADS PO\",\n                \"value\": \"1428113\"\n            }\n        ],\n        \"bolnumber\": \"134563154\",\n        \"ponumber\": \"1428113 \",\n        \"pronumber\": \"023-0763805\"\n    },\n    {\n        \"shipmentID\": 134563221,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 265.05,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738886400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739318400000,\n        \"deliveryDate\": 1739318400000,\n        \"shipperName\": \"Curtiss-Wright Fleet Solutions\",\n        \"shipperAddress\": \"482 STEWART ST\",\n        \"shipperCity\": \"Atlantic Beach\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32233\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" Solution Based Innovation\",\n        \"consigneeAddress\": \"2656 Quality Ct\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 294,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/e98c7c7a-7c24-44d6-bd96-b5cc905a002f.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134563221\",\n        \"ponumber\": \"1424512\",\n        \"pronumber\": \"383310385\"\n    },\n    {\n        \"shipmentID\": 134564007,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 235.53,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738886400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739318400000,\n        \"deliveryDate\": 1739404800000,\n        \"shipperName\": \"PUCK CUSTOM ENTERPRISES\",\n        \"shipperAddress\": \"1110 100TH ST\",\n        \"shipperCity\": \"MANNING\",\n        \"shipperState\": \"IA\",\n        \"shipperZip\": \"51455\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOLUTION BASED INNOVATION\",\n        \"consigneeAddress\": \"2656 QUALITY COURT\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 888,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/8c0bf2fe-cd6e-4530-9aa8-18855b555a72.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1334878\"\n            }\n        ],\n        \"bolnumber\": \"1340524\",\n        \"ponumber\": \"1334878\",\n        \"pronumber\": \"I770701671\"\n    },\n    {\n        \"shipmentID\": 134564204,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1018.59,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738886400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739232000000,\n        \"deliveryDate\": 1739232000000,\n        \"shipperName\": \"EXXEL OUTDOORS\",\n        \"shipperAddress\": \"126 PLANT RD\",\n        \"shipperCity\": \"TUPELO\",\n        \"shipperState\": \"MS\",\n        \"shipperZip\": \"38804\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 16,\n        \"totalWeight\": 8490,\n        \"totalHU\": 16,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c45c880a-ad98-4655-a100-ad35c79d246f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1387890\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1387890\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1387890\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1387890\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1387890\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1387890\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1387890\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1387890\"\n            }\n        ],\n        \"bolnumber\": \"1341021\",\n        \"ponumber\": \"1387890\",\n        \"pronumber\": \"1670100190\"\n    },\n    {\n        \"shipmentID\": 134564295,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 406.19,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738886400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739232000000,\n        \"deliveryDate\": 1739232000000,\n        \"shipperName\": \"MILITARY SYSTEMS GROUP, INC.\",\n        \"shipperAddress\": \"736 FESSLERS LN.\",\n        \"shipperCity\": \"NASHVILLE\",\n        \"shipperState\": \"TN\",\n        \"shipperZip\": \"37210\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 4872,\n        \"totalHU\": 12,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/db7394d9-4fd5-4a98-a594-5c9210ab8039.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1408775\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1408775\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1408775\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1408775\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1408775\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1408775\"\n            }\n        ],\n        \"bolnumber\": \"1341024\",\n        \"ponumber\": \"1408775\",\n        \"pronumber\": \"378205005\"\n    },\n    {\n        \"shipmentID\": 134564303,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 807.8,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738886400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740700800000,\n        \"shipperName\": \"L3HARRIS TECHNOLOGIES\",\n        \"shipperAddress\": \"1350 JEFFERSON ROAD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MD PROCUREMENT OFC\",\n        \"consigneeAddress\": \"WARRENTON TRAINING CENTER\",\n        \"consigneeCity\": \"WARRENTON\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"20186\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 8028,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/338ffe71-a9cc-4160-be63-81e8c196eaac.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F12K2\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F12K2\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F12K2\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F12K2\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F12K2\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F12K2\"\n            }\n        ],\n        \"bolnumber\": \"1341025\",\n        \"ponumber\": \"1360974\",\n        \"pronumber\": \"020-1213104\"\n    },\n    {\n        \"shipmentID\": 134564334,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 140.58,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738886400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1739232000000,\n        \"shipperName\": \"PIPE LINE DEVELOPMENT\",\n        \"shipperAddress\": \"11792 ALAMEDA DRIVE\",\n        \"shipperCity\": \"STRONGSVILLE, OH\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44149\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOLUTION BASED INNOVATION\",\n        \"consigneeAddress\": \"2656 QUALITY COURT\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 520,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/45604a35-e3af-4f95-91cf-321c66d8d3f5.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1335155\"\n            }\n        ],\n        \"bolnumber\": \"1341028\",\n        \"ponumber\": \"1335155\",\n        \"pronumber\": \"008-5502081\"\n    },\n    {\n        \"shipmentID\": 134564335,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 214.17,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738886400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1739491200000,\n        \"shipperName\": \"CALLAWAY GOLF\",\n        \"shipperAddress\": \"15221 N BEACH ST\",\n        \"shipperCity\": \"Fort Worth\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"76177\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 292,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a15065c8-3568-4f53-a10d-29f47ceee093.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Pick up #\",\n                \"value\": \"841933593\"\n            }\n        ],\n        \"bolnumber\": \"134564335\",\n        \"ponumber\": \"1391774\",\n        \"pronumber\": \"6436085386\"\n    },\n    {\n        \"shipmentID\": 134564345,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 343.83,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738886400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739491200000,\n        \"deliveryDate\": 1739318400000,\n        \"shipperName\": \"TYR TACTICAL\",\n        \"shipperAddress\": \"9330 N 91ST AVE\",\n        \"shipperCity\": \"PEORIA\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"SOFSA\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 2108,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/8d4b502e-2e49-4956-b46a-cb6a7eba8178.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24P0013\"\n            }\n        ],\n        \"bolnumber\": \"1341031\",\n        \"ponumber\": \"1401890\",\n        \"pronumber\": \"I314086689\"\n    },\n    {\n        \"shipmentID\": 134564396,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 728.01,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738886400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740441600000,\n        \"deliveryDate\": 1740441600000,\n        \"shipperName\": \"W.L. Gore & Associates, Inc.\",\n        \"shipperAddress\": \"300 D&S LN BEAR\",\n        \"shipperCity\": \"Bear\",\n        \"shipperState\": \"DE\",\n        \"shipperZip\": \"19701\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"JPEO - CBRND\",\n        \"consigneeAddress\": \"214 SEA FLOAT ST BLDG 214\",\n        \"consigneeCity\": \"San Diego\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92155\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 739,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a916bebb-2aef-4c69-b47b-655cb7b2d2d5.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134564396\",\n        \"ponumber\": \"1398155\",\n        \"pronumber\": \"185866682\"\n    },\n    {\n        \"shipmentID\": 134564460,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 225.12,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738886400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739232000000,\n        \"deliveryDate\": 1739232000000,\n        \"shipperName\": \"WILEY X, INC.\",\n        \"shipperAddress\": \"15755 PRESTON RD\",\n        \"shipperCity\": \"FRISCO\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75033\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1000,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/0c27dc6a-4efa-46d5-a00e-d12ae2530ca8.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1428122\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1428122\"\n            }\n        ],\n        \"bolnumber\": \"1341063\",\n        \"ponumber\": \"1428122\",\n        \"pronumber\": \"1341063\"\n    },\n    {\n        \"shipmentID\": 134564575,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 565.14,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1738886400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740355200000,\n        \"shipperName\": \"5.11 TACTICAL\",\n        \"shipperAddress\": \"3201 N AIRPORT WAY\",\n        \"shipperCity\": \"Manteca\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"95336\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USSS TSD\",\n        \"consigneeAddress\": \"843 Brightseat Road\",\n        \"consigneeCity\": \"Hyattsville\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20785\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 289,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/5d3ba962-c3ed-4481-8d66-0eb12557b287.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134564575\",\n        \"ponumber\": \"1426294\",\n        \"pronumber\": \"2440112744\"\n    },\n    {\n        \"shipmentID\": 134564681,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 346.91,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739145600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739318400000,\n        \"deliveryDate\": 1739318400000,\n        \"shipperName\": \"WHITEHILL MANUFACTURING\",\n        \"shipperAddress\": \"2540 GREEN STREET\",\n        \"shipperCity\": \"CHESTER\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19013\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"TRIDENT REFIT FACILITY KINGS BAY\",\n        \"consigneeAddress\": \"990 USS THOMAS JEFFERSON DRIVE\",\n        \"consigneeCity\": \"KINGS BAY\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"31547\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1800,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/5f379401-e928-45f6-b05f-a82c69d0b5ab.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10KF\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10KF\"\n            }\n        ],\n        \"bolnumber\": \"1341103\",\n        \"ponumber\": \"1416606\",\n        \"pronumber\": \"I249418089\"\n    },\n    {\n        \"shipmentID\": 134565181,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 415.94,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739145600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1739923200000,\n        \"shipperName\": \"W.L. GORE & ASSOCIATES\",\n        \"shipperAddress\": \"300 D and S LANE\",\n        \"shipperCity\": \"Bear\",\n        \"shipperState\": \"DE\",\n        \"shipperZip\": \"19701\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ABERDEEN PROVING GROUND\",\n        \"consigneeAddress\": \"8799 MAGNOLIA RD, BLDG 35050\",\n        \"consigneeCity\": \"Gunpowder\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"21010\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 1300,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134565181\",\n        \"ponumber\": \"1428473\",\n        \"pronumber\": \"7550152083\"\n    },\n    {\n        \"shipmentID\": 134565183,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 323.59,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739145600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739404800000,\n        \"deliveryDate\": 1739404800000,\n        \"shipperName\": \"LUXOTTICA \",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 563,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/5a0a659582212f72d103b1294fa6b77a-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8871223017\"\n            }\n        ],\n        \"bolnumber\": \"134565183\",\n        \"ponumber\": \"1423736\",\n        \"pronumber\": \"307652004\"\n    },\n    {\n        \"shipmentID\": 134565289,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 24.65,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739145600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1739404800000,\n        \"shipperName\": \"BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DRIVE\",\n        \"shipperCity\": \"Belleville\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"138th FW LRS\",\n        \"consigneeAddress\": \"9100 833 E 46TH ST N BLDG 402\",\n        \"consigneeCity\": \"Tulsa\",\n        \"consigneeState\": \"OK\",\n        \"consigneeZip\": \"74115\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 5,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://www.fedex.com/fedextrack/?tracknumbers=771977303818\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134565289\",\n        \"ponumber\": \"1413243\",\n        \"pronumber\": \"771977303818\"\n    },\n    {\n        \"shipmentID\": 134565343,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 160.51,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739145600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739232000000,\n        \"deliveryDate\": 1739232000000,\n        \"shipperName\": \"VELOCITY SYSTEMS LLC\",\n        \"shipperAddress\": \"45064 UNDERWOOD LANE UNIT B\",\n        \"shipperCity\": \"DULLES\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"20166\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 523,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/4effe577-4414-491f-b12e-f8a5d230d28b.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134565343\",\n        \"ponumber\": \"1404694\",\n        \"pronumber\": \"I354804183\"\n    },\n    {\n        \"shipmentID\": 134565349,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 371.18,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739145600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739318400000,\n        \"deliveryDate\": 1739318400000,\n        \"shipperName\": \"UNITED TACTICAL SUPPLY\",\n        \"shipperAddress\": \"464 E MARKET AVE\",\n        \"shipperCity\": \"DALLASTOWN\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"17313\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"JPL CBRN SOF (JPL CBRN SPECIAL OPER\",\n        \"consigneeAddress\": \"5749 BRIAR HILL RD\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 3850,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a568922a-6169-4eca-ae34-1016f954d471.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24F0092\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24F0092\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24F0092\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24F0092\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24F0092\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24F0092\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24F0092\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24F0092\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24F0092\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24F0092\"\n            }\n        ],\n        \"bolnumber\": \"1341183\",\n        \"ponumber\": \"1384664\",\n        \"pronumber\": \"I747797526\"\n    },\n    {\n        \"shipmentID\": 134565445,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 279.81,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739145600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739491200000,\n        \"deliveryDate\": 1739491200000,\n        \"shipperName\": \"VELOCITY SYSTEMS LLC\",\n        \"shipperAddress\": \"45064 UNDERWOOD LANE UNIT B\",\n        \"shipperCity\": \"DULLES\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"20166\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DEAV\",\n        \"consigneeAddress\": \"7952 CLUNY CT SA-7D\",\n        \"consigneeCity\": \"Springfield\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22153\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 836,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/f9ae35dc563efe5880edcedfd1574f87-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134565445\",\n        \"ponumber\": \"1397792\",\n        \"pronumber\": \"407502351\"\n    },\n    {\n        \"shipmentID\": 134565465,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 202.07,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739232000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1739318400000,\n        \"shipperName\": \"PERSISTENT SYSTEMS LLC\",\n        \"shipperAddress\": \"601 WEST 26TH STREET\",\n        \"shipperCity\": \"NEW YORK\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"10001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVAL SUPPLY SYSTEMS COMMAND (NAVSU\",\n        \"consigneeAddress\": \"5450 CARLISLE PIKE BLDG 107\",\n        \"consigneeCity\": \"MECHANICSBURG\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17055\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1940,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a5e8c49a-9fc7-43ed-85bc-eb1854c895d7.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E3R\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E3R\"\n            }\n        ],\n        \"bolnumber\": \"1341483\",\n        \"ponumber\": \"1410072\",\n        \"pronumber\": \"649126117\"\n    },\n    {\n        \"shipmentID\": 134565537,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 202.07,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739232000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1739836800000,\n        \"shipperName\": \"PERSISTENT SYSTEMS LLC\",\n        \"shipperAddress\": \"601 WEST 26TH STREET\",\n        \"shipperCity\": \"NEW YORK\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"10001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVSUP WSS\",\n        \"consigneeAddress\": \"5450 CARLISLE PIKE BLDG 107 S END\",\n        \"consigneeCity\": \"MECHANICSBURG\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17050\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1834,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/35c5bc68-2884-4355-8a53-34ee5d433889.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E5D\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E5D\"\n            }\n        ],\n        \"bolnumber\": \"1341504\",\n        \"ponumber\": \"1407557\",\n        \"pronumber\": \"649126109\"\n    },\n    {\n        \"shipmentID\": 134565619,\n        \"name\": \"FedEx Freight Priority\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 2327,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXFE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739232000000,\n        \"modeDesc\": \"Volume LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740528000000,\n        \"shipperName\": \"FirstSpear LLC\",\n        \"shipperAddress\": \"2012 Corporate 44 Drive\",\n        \"shipperCity\": \"Fenton\",\n        \"shipperState\": \"MO\",\n        \"shipperZip\": \"63026\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USCG BSU ALAMEDA\",\n        \"consigneeAddress\": \"1 EAGLE RD CG ISLAND BLDG 42\",\n        \"consigneeCity\": \"Alameda\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"94501\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 78,\n        \"totalWeight\": 3920,\n        \"totalHU\": 7,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F1B3K\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F1B3K\"\n            }\n        ],\n        \"bolnumber\": \"134565619\",\n        \"ponumber\": \"1400096\",\n        \"pronumber\": \"6436060514\"\n    },\n    {\n        \"shipmentID\": 134565627,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 904.02,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739232000000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1739836800000,\n        \"shipperName\": \"ROTHENBUHLER ENGINEERING\",\n        \"shipperAddress\": \"524 Rhodes Rd\",\n        \"shipperCity\": \"Sedro-Woolley\",\n        \"shipperState\": \"WA\",\n        \"shipperZip\": \"98284\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC IHEODTD   \",\n        \"consigneeAddress\": \"2008 STUMP NECK RD, BLDG 2195, D 26 RECEIVING \",\n        \"consigneeCity\": \"Indian Head\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20640\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 260,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134565627\",\n        \"ponumber\": \"139408\",\n        \"pronumber\": \"771984482169\"\n    },\n    {\n        \"shipmentID\": 134565916,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 170.98,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739232000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739404800000,\n        \"deliveryDate\": 1739404800000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"LOCKHEAD MARTIN CORP\",\n        \"consigneeAddress\": \"86 S Cobb Dr\",\n        \"consigneeCity\": \"Marietta\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"30060\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 84,\n        \"totalWeight\": 1004,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/5dc723067cf511ac35436563ccf339c2-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"6539457342\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1215572\"\n            }\n        ],\n        \"bolnumber\": \"134565916\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"360768156\"\n    },\n    {\n        \"shipmentID\": 134565942,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 905.37,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739232000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739836800000,\n        \"deliveryDate\": 1739836800000,\n        \"shipperName\": \"70E Solutions – GST\",\n        \"shipperAddress\": \"135 Sparks Ave\",\n        \"shipperCity\": \"Butler\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"16001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"   NAVSUP WSS\",\n        \"consigneeAddress\": \"5450 CARLISLE PIKE BLDG 107 S END\",\n        \"consigneeCity\": \"Mechanicsburg\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17055\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 9262,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/be6c5b3a-a707-4c83-b56d-03c90d4b4e50.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134565942\",\n        \"ponumber\": \"1342570\",\n        \"pronumber\": \"0552847838\"\n    },\n    {\n        \"shipmentID\": 134565994,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 165.47,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739232000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739404800000,\n        \"deliveryDate\": 1739404800000,\n        \"shipperName\": \"COB INDUSTRIES\",\n        \"shipperAddress\": \"6909 VICKIE CIRCLE \",\n        \"shipperCity\": \"Melbourne\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32904\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" Solution Based Innovation\",\n        \"consigneeAddress\": \"2656 Quality Ct\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 278,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/444ce6a0-2e57-4e43-9d0e-2da9cf91c4b1.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134565994\",\n        \"ponumber\": \"1334880\",\n        \"pronumber\": \"I771424821\"\n    },\n    {\n        \"shipmentID\": 134566570,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 165.88,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739232000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739404800000,\n        \"deliveryDate\": 1739404800000,\n        \"shipperName\": \"LUXOTTICA – ESS - OAKLEY\",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 260,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/9aa3c7e7e6d9e653f96af3cbc948dea1-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8871453162\"\n            }\n        ],\n        \"bolnumber\": \"134566570\",\n        \"ponumber\": \"1412340  \",\n        \"pronumber\": \"399696091\"\n    },\n    {\n        \"shipmentID\": 134566635,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 192.5,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739232000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740528000000,\n        \"deliveryDate\": 1740528000000,\n        \"shipperName\": \"FORT DEFIANCE INDUSTRIES LLC\",\n        \"shipperAddress\": \"2411 MAREMONT PARKWAY\",\n        \"shipperCity\": \"LOUDON\",\n        \"shipperState\": \"TN\",\n        \"shipperZip\": \"37774\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVMEDREADLOGCOM\",\n        \"consigneeAddress\": \"BLDG 565  ANTRIM RD\",\n        \"consigneeCity\": \"WILLIAMSBURG\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 2148,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/e98503a3-5d13-4da7-8254-f70e24c2373c.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EM24F10JC\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EM24F10JC\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EM24F10JC\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EM24F10JC\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EM24F10JC\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EM24F10JC\"\n            }\n        ],\n        \"bolnumber\": \"1341727\",\n        \"ponumber\": \"1407548\",\n        \"pronumber\": \"421930039\"\n    },\n    {\n        \"shipmentID\": 134566675,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 258.47,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739232000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739836800000,\n        \"deliveryDate\": 1739836800000,\n        \"shipperName\": \"ELECTROMET CORPORATION\",\n        \"shipperAddress\": \"879 COMMONWEALTH AVE\",\n        \"shipperCity\": \"HAGERTOWN\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21740\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMW A 170 AMPHIBIOUS TACTICAL COMMS\",\n        \"consigneeAddress\": \"4297 PACIFIC HWY BLDG 7\",\n        \"consigneeCity\": \"SAN DIEGO\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92110\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 66,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/5ea1fafa-bd89-49c3-b5a1-5ed2e33f6750.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F102R\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F102R\"\n            }\n        ],\n        \"bolnumber\": \"1341745\",\n        \"ponumber\": \"1410917\",\n        \"pronumber\": \"I426959145\"\n    },\n    {\n        \"shipmentID\": 134566676,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 184.64,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739232000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1739404800000,\n        \"shipperName\": \"True North Enterprises\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd. Units 108-109\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VXX Mission Comms System Program Air 4 11\",\n        \"consigneeAddress\": \"17179 Webster Field Rd Building 8165\",\n        \"consigneeCity\": \"St. Inigoes Shores\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20684\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 252,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F16FH\"\n            }\n        ],\n        \"bolnumber\": \"134566676\",\n        \"ponumber\": \"1387271\",\n        \"pronumber\": \"0280810948\"\n    },\n    {\n        \"shipmentID\": 134566694,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 637.56,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739318400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740528000000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CONSOLIDATED STORAGE PROGRAM\",\n        \"consigneeAddress\": \"A ST. MCLB, 1ST FSB WHSE 4\",\n        \"consigneeCity\": \"Barstow\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92311\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 30,\n        \"totalWeight\": 610,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/e66a9d84-ef8b-4a66-833e-441eb7b85fc3.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134566694\",\n        \"ponumber\": \"1393355\",\n        \"pronumber\": \"040578438\"\n    },\n    {\n        \"shipmentID\": 134566778,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 184.21,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739318400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739404800000,\n        \"deliveryDate\": 1739404800000,\n        \"shipperName\": \"INTERSURGICAL/MAIN OCEAN\",\n        \"shipperAddress\": \"300 A TRADE ZONE BLVD\",\n        \"shipperCity\": \"SUMMERVILLE\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29486\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 2188,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/cddde8f3e77f6a4f892d0831af3aba65-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1428116\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1428116\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1428116\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1428116\"\n            }\n        ],\n        \"bolnumber\": \"1341786\",\n        \"ponumber\": \"1428116\",\n        \"pronumber\": \"410351717\"\n    },\n    {\n        \"shipmentID\": 134566806,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 361.38,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739318400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739491200000,\n        \"deliveryDate\": 1739491200000,\n        \"shipperName\": \" midway corp\",\n        \"shipperAddress\": \"3930 Eastbourne Dr\",\n        \"shipperCity\": \"Syracuse\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"13206\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" Solution Based Innovation\",\n        \"consigneeAddress\": \"2656 Quality Ct\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1198,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b7afb0e8-ffc2-4d03-9a76-6007a5209658.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134566806\",\n        \"ponumber\": \"1413890 \",\n        \"pronumber\": \"I630079749\"\n    },\n    {\n        \"shipmentID\": 134566903,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 115.16,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739232000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1739836800000,\n        \"shipperName\": \"True North Enterprises\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd.\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Team Lead Optics \",\n        \"consigneeAddress\": \"2201A Willis St.\",\n        \"consigneeCity\": \"Quantico\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22134\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 125,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/78cea0bd-efde-48ec-bfbb-2196ef8d6068.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134566903\",\n        \"ponumber\": \"1398362\",\n        \"pronumber\": \"028-0810949\"\n    },\n    {\n        \"shipmentID\": 134566985,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 175.86,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739232000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739836800000,\n        \"deliveryDate\": 1739923200000,\n        \"shipperName\": \"KYMETA CORPORATION\",\n        \"shipperAddress\": \"14120 NE 200TH ST\",\n        \"shipperCity\": \"WOODINVILLE\",\n        \"shipperState\": \"WA\",\n        \"shipperZip\": \"98072\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CACI INC FEDERAL\",\n        \"consigneeAddress\": \"3611-E RAMSEY STREET\",\n        \"consigneeCity\": \"FAYETTEVILLE\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28311\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 420,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/3225c5f6-d4b3-4329-8167-8ef5917acef1.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F180L\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F180L\"\n            }\n        ],\n        \"bolnumber\": \"1341846\",\n        \"ponumber\": \"1393370\",\n        \"pronumber\": \"I185654466\"\n    },\n    {\n        \"shipmentID\": 134567239,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 469.34,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739318400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740009600000,\n        \"deliveryDate\": 1740009600000,\n        \"shipperName\": \"CEVA LOGISTICS\",\n        \"shipperAddress\": \"1564 Innovation Blvd\",\n        \"shipperCity\": \"Clayton\",\n        \"shipperState\": \"IN\",\n        \"shipperZip\": \"46118 \",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NIWC PAC 56751 (UNMANNED MARITIME)\",\n        \"consigneeAddress\": \"4297 PACIFIC HWY BLDG 7\",\n        \"consigneeCity\": \"San Diego\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92110\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1048,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/6c494a41-bf75-4693-94b5-a44fd90ce9f5.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"86957925\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"86957925\"\n            }\n        ],\n        \"bolnumber\": \"134567239\",\n        \"ponumber\": \"1428409\",\n        \"pronumber\": \"050680253\"\n    },\n    {\n        \"shipmentID\": 134567324,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 27.6,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739318400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1739491200000,\n        \"shipperName\": \" BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DRIVE\",\n        \"shipperCity\": \"Belleville\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VF IMAGEWEAR\",\n        \"consigneeAddress\": \"800 S MAIN ST\",\n        \"consigneeCity\": \"Henning\",\n        \"consigneeState\": \"TN\",\n        \"consigneeZip\": \"38041\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 1,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://www.fedex.com/fedextrack/?tracknumbers=772018961864\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134567324\",\n        \"ponumber\": \"1428557\",\n        \"pronumber\": \"772018961864\"\n    },\n    {\n        \"shipmentID\": 134567396,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 768.18,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739318400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739836800000,\n        \"deliveryDate\": 1739836800000,\n        \"shipperName\": \"SERKET - CESHI\",\n        \"shipperAddress\": \"5527 DISTRICT BLVD\",\n        \"shipperCity\": \"VERNON\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"90058\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"1ST BN 509TH IN REG\",\n        \"consigneeAddress\": \"1869 15TH STREET BLDG 2046\",\n        \"consigneeCity\": \"FORT JOHNSON\",\n        \"consigneeState\": \"LA\",\n        \"consigneeZip\": \"71459\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 4000,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/6feabe274d8ae234d20d71e3082078fa-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F13RG\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F13RG\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F13RG\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F13RG\"\n            }\n        ],\n        \"bolnumber\": \"1341907\",\n        \"ponumber\": \"1369595\",\n        \"pronumber\": \"I664903836\"\n    },\n    {\n        \"shipmentID\": 134567649,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 232.34,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739318400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739491200000,\n        \"deliveryDate\": 1739491200000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VF IMAGEWEAR INC\",\n        \"consigneeAddress\": \"800 SOUTH MAIN STREET\",\n        \"consigneeCity\": \"HENNING\",\n        \"consigneeState\": \"TN\",\n        \"consigneeZip\": \"38041\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 124,\n        \"totalWeight\": 2008,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/a20d6a96282f74114ff48634a20a3aa4-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"72960403\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1229064\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"72960403\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1229064\"\n            }\n        ],\n        \"bolnumber\": \"134567649\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"360768164\"\n    },\n    {\n        \"shipmentID\": 134567657,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 322.89,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739318400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740355200000,\n        \"deliveryDate\": 1740355200000,\n        \"shipperName\": \"5.11 TACTICAL\",\n        \"shipperAddress\": \"3201 N AIRPORT WAY\",\n        \"shipperCity\": \"Manteca\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"95336\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"IKUN LLC \",\n        \"consigneeAddress\": \"2801 US Highway 130 Unit 1\",\n        \"consigneeCity\": \"North Brunswick\",\n        \"consigneeState\": \"NJ\",\n        \"consigneeZip\": \"08902\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 357,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/5baeebf5-44c4-49e6-90f3-17323973bdeb.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134567657\",\n        \"ponumber\": \"1426575\",\n        \"pronumber\": \"I996933708\"\n    },\n    {\n        \"shipmentID\": 134567666,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 246.8,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740096000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740355200000,\n        \"shipperName\": \"Global C2 Integration Technologies\",\n        \"shipperAddress\": \"3167 E Warm Springs Rd Suite 100\",\n        \"shipperCity\": \"Las Vegas\",\n        \"shipperState\": \"NV\",\n        \"shipperZip\": \"89120\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVWAR PEO C4I PMW 740 (DT-P-LAC)\",\n        \"consigneeAddress\": \"4301 PACIFIC HWY, OT1\",\n        \"consigneeCity\": \"San Diego\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92123\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 190,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134567666\",\n        \"ponumber\": \"1356900\",\n        \"pronumber\": \"5653622520\"\n    },\n    {\n        \"shipmentID\": 134567761,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 155.09,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739318400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739750400000,\n        \"deliveryDate\": 1739836800000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"OWENS AND MINOR - MARINES 4TH MEDLOG\",\n        \"consigneeAddress\": \"1050 Remount Rd BLDG 3155\",\n        \"consigneeCity\": \"NORTH Charleston\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29406\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 740,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/382bc5f8aa8fdc120a4ca61c63cc991e-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"58868\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1251923\"\n            }\n        ],\n        \"bolnumber\": \"134567761\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"360768172\"\n    },\n    {\n        \"shipmentID\": 134567900,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 191.26,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739318400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739491200000,\n        \"deliveryDate\": 1739491200000,\n        \"shipperName\": \"SAFARILAND LLC\",\n        \"shipperAddress\": \"3041 FAYE RD\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32226\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"CETSA BLUEGRASS STATION\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 960,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/47a43277-11b1-4e5a-afab-9378ff598693.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1CJX\"\n            }\n        ],\n        \"bolnumber\": \"1342047\",\n        \"ponumber\": \"1403541\",\n        \"pronumber\": \"I588688902\"\n    },\n    {\n        \"shipmentID\": 134567920,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 286.98,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739318400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739404800000,\n        \"deliveryDate\": 1739404800000,\n        \"shipperName\": \"     Bren-Tronics, INC.\",\n        \"shipperAddress\": \"10 Brayton Court\",\n        \"shipperCity\": \"Commack\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11725\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" TOBYHANNA ARMY DEPOT\",\n        \"consigneeAddress\": \"11 HAP ARNOLD BLVD BLDG 1C BAY 6\",\n        \"consigneeCity\": \"Tobyhanna\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"18466\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 798,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/4db3ebda-3c82-4ab1-a1ea-d556ee8eba3c.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Order # 33662\"\n            }\n        ],\n        \"bolnumber\": \"134567920\",\n        \"ponumber\": \"1420549 \",\n        \"pronumber\": \"645393315\"\n    },\n    {\n        \"shipmentID\": 134567923,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 321.98,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739491200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739404800000,\n        \"deliveryDate\": 1739404800000,\n        \"shipperName\": \"     Bren-Tronics, INC.\",\n        \"shipperAddress\": \"10 Brayton Court\",\n        \"shipperCity\": \"Commack\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11725\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" TOBYHANNA ARMY DEPOT\",\n        \"consigneeAddress\": \"11 HAP ARNOLD BLVD BLDG 5, BAY 3. DROP #549\",\n        \"consigneeCity\": \"Tobyhanna\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"18466\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 798,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/26c27051-49e8-4a4e-ac9f-8ce29a5f4b41.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134567923\",\n        \"ponumber\": \"1420549\",\n        \"pronumber\": \"645 393 356\"\n    },\n    {\n        \"shipmentID\": 134567941,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 238.1,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739491200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740528000000,\n        \"shipperName\": \"     Bren-Tronics, INC.\",\n        \"shipperAddress\": \"10 Brayton Court\",\n        \"shipperCity\": \"Commack\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11725\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"  DDSP NEW CUMBERLAND FACILITY\",\n        \"consigneeAddress\": \"2001 NORMANDY DRIVE   DOOR 113 TO 134\",\n        \"consigneeCity\": \"New Cumberland\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 17,\n        \"totalWeight\": 532,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b191f1a6-4e9b-4a68-bc3f-d05edd298e06.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134567941\",\n        \"ponumber\": \"1402676\",\n        \"pronumber\": \"645393349\"\n    },\n    {\n        \"shipmentID\": 134567965,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 483,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739404800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1739836800000,\n        \"shipperName\": \"Two One Two New York\",\n        \"shipperAddress\": \"60 Heartland Blvd\",\n        \"shipperCity\": \"Brentwood\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11717\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Heather Pyland, Special Tactics\",\n        \"consigneeAddress\": \"4962 Riverton Road\",\n        \"consigneeCity\": \"Dayton\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45414\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 50,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://www.fedex.com/fedextrack/?tracknumbers=772039229448\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134567965\",\n        \"ponumber\": \"1408182,  1408189, 1419316-1\",\n        \"pronumber\": \" 772039229448\"\n    },\n    {\n        \"shipmentID\": 134568000,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 170.51,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739318400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739836800000,\n        \"deliveryDate\": 1739836800000,\n        \"shipperName\": \"ACTION TARGET - LET\",\n        \"shipperAddress\": \"8611 W 35W SERVICE DRIVE NE, SUITE 150\",\n        \"shipperCity\": \"BLAINE\",\n        \"shipperState\": \"MN\",\n        \"shipperZip\": \"55449\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AFSOC 21ST STS\",\n        \"consigneeAddress\": \"1520 HURST DR\",\n        \"consigneeCity\": \"POPE AFB\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28308\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 632,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/4ec4ae4c1350a1cc904c8df523391396-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1342063\",\n        \"ponumber\": \"1427007\",\n        \"pronumber\": \"I506347353\"\n    },\n    {\n        \"shipmentID\": 134568155,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 115.16,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739404800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1739836800000,\n        \"shipperName\": \"True North Enterprises\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd.\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"TEAM LEAD OPTICS\",\n        \"consigneeAddress\": \"2201A Willis St.\",\n        \"consigneeCity\": \"Quantico\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22134\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 165,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/6f2ba455-1c56-40ac-b5be-a970974f7a9d.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134568155\",\n        \"ponumber\": \"1398362\",\n        \"pronumber\": \"028-0810949\"\n    },\n    {\n        \"shipmentID\": 134568181,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 238.56,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740009600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740009600000,\n        \"shipperName\": \" QinetiQ\",\n        \"shipperAddress\": \"130 Constitution Blvd\",\n        \"shipperCity\": \"Franklin\",\n        \"shipperState\": \"MA\",\n        \"shipperZip\": \"02038\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"GVSC SOFTWARE ENGINEERING CENTER\",\n        \"consigneeAddress\": \"6501 E 11 MILE ROAD BLDG 200C\",\n        \"consigneeCity\": \"Warren\",\n        \"consigneeState\": \"MI\",\n        \"consigneeZip\": \"48397\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 104,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/d2e47c8b-583e-44b9-9184-de483e89c210.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F1C5N\"\n            }\n        ],\n        \"bolnumber\": \"134568181\",\n        \"ponumber\": \"1403199\",\n        \"pronumber\": \"440984353\"\n    },\n    {\n        \"shipmentID\": 134568209,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 78,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739318400000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1739491200000,\n        \"shipperName\": \" BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DRIVE\",\n        \"shipperCity\": \"Belleville\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VF IMAGEWEAR\",\n        \"consigneeAddress\": \"800 S MAIN ST\",\n        \"consigneeCity\": \"Henning\",\n        \"consigneeState\": \"TN\",\n        \"consigneeZip\": \"38041\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 37,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134568209\",\n        \"ponumber\": \"1426528 / 1423906\",\n        \"pronumber\": \"772039693951\"\n    },\n    {\n        \"shipmentID\": 134568249,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 26.3,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739318400000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": 1740009600000,\n        \"deliveryDate\": 1740009600000,\n        \"shipperName\": \" BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DRIVE\",\n        \"shipperCity\": \"Belleville\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVAL HOSPITAL PENSACOLA MM\",\n        \"consigneeAddress\": \"6000 W HIGHWAY 98 BLDG 2269\",\n        \"consigneeCity\": \"Pensacola\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32512\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 9,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134568249\",\n        \"ponumber\": \"1429240\",\n        \"pronumber\": \"772040110624\"\n    },\n    {\n        \"shipmentID\": 134568255,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 178.11,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739318400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739491200000,\n        \"deliveryDate\": 1739491200000,\n        \"shipperName\": \"KRATOS UNMANNED AERIAL SYSTEMS\",\n        \"shipperAddress\": \"5301 RALEY BLVD\",\n        \"shipperCity\": \"SACRAMENTO\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"95831\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"KRATOS UNMANNED AERIAL SYSTEMS INC\",\n        \"consigneeAddress\": \"9TH STREET BLDG 123\",\n        \"consigneeCity\": \"PT MUGU NAWC\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"93042\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 566,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/785f68f8-064c-4185-803e-6addb06ea224.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL22F139B\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL22F139B\"\n            }\n        ],\n        \"bolnumber\": \"1342144\",\n        \"ponumber\": \"1210198\",\n        \"pronumber\": \"I856899297\"\n    },\n    {\n        \"shipmentID\": 134568335,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 448.46,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739404800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1739836800000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"5749 BRIAR HILL RD\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 14,\n        \"totalWeight\": 2608,\n        \"totalHU\": 14,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a83f82c8-4423-41b0-9915-3e7f613099d6.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24F0162\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24F0162\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24F0162\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24F0162\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24F0162\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24F0162\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24F0162\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24F0162\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24F0162\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24F0162\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24F0162\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24F0162\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24F0162\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24F0162\"\n            }\n        ],\n        \"bolnumber\": \"1342163\",\n        \"ponumber\": \"1411277\",\n        \"pronumber\": \"676010614\"\n    },\n    {\n        \"shipmentID\": 134568431,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 231.43,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739318400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739491200000,\n        \"deliveryDate\": 1739491200000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VF IMAGEWEAR INC\",\n        \"consigneeAddress\": \"800 SOUTH MAIN STREET\",\n        \"consigneeCity\": \"HENNING\",\n        \"consigneeState\": \"TN\",\n        \"consigneeZip\": \"38041\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 94,\n        \"totalWeight\": 1692,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/da53e93e72210aa1f597b4e0e8b0aeb8-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"72963318\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1246448\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"72963318\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1246448\"\n            }\n        ],\n        \"bolnumber\": \"134568431\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"360768181\"\n    },\n    {\n        \"shipmentID\": 134568443,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 231.43,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739404800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1739491200000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VF IMAGEWEAR INC\",\n        \"consigneeAddress\": \"800 SOUTH MAIN STREET\",\n        \"consigneeCity\": \"HENNING\",\n        \"consigneeState\": \"TN\",\n        \"consigneeZip\": \"38041\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 94,\n        \"totalWeight\": 1692,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/da53e93e72210aa1f597b4e0e8b0aeb8-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"72963318\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1246448\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"72963318\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1246448\"\n            }\n        ],\n        \"bolnumber\": \"134568443\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"360768181\"\n    },\n    {\n        \"shipmentID\": 134568998,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 497.8,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739750400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740528000000,\n        \"shipperName\": \"5.11 Tactical, Inc.\",\n        \"shipperAddress\": \"3201 N Airport Way\",\n        \"shipperCity\": \"Manteca\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"95336\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"IKUN LLC \",\n        \"consigneeAddress\": \"2801 US Highway 130 Unit 1\",\n        \"consigneeCity\": \"North Brunswick\",\n        \"consigneeState\": \"NJ\",\n        \"consigneeZip\": \"08902\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 448,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/2f8c8440-69e9-4bcf-bbee-5736b0a6f623.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"PO 19LE2025K0086 REF PR15130281\"\n            }\n        ],\n        \"bolnumber\": \"134568998\",\n        \"ponumber\": \"1428264 \",\n        \"pronumber\": \"\\t2440112747\"\n    },\n    {\n        \"shipmentID\": 134569000,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 156.85,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739404800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739491200000,\n        \"deliveryDate\": 1739491200000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"IOB U3PL\",\n        \"consigneeAddress\": \"4743 McConnell Center Dr\",\n        \"consigneeCity\": \"Greensboro\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"27405\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 21,\n        \"totalWeight\": 999,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/3553f7cbd4dbfb191686b08b17ac2f2a-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EJ24F282W\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1213378\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"UTT08042391185XXX\"\n            }\n        ],\n        \"bolnumber\": \"134569000\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"360768199\"\n    },\n    {\n        \"shipmentID\": 134569026,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 248.78,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739404800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739750400000,\n        \"deliveryDate\": 1739750400000,\n        \"shipperName\": \"SAFARILAND LLC\",\n        \"shipperAddress\": \"3041 FAYE RD\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32226\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 2766,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/bdeb6207ea59b0275e84d4327e252233-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1414357\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1414357\"\n            }\n        ],\n        \"bolnumber\": \"1342583\",\n        \"ponumber\": \"1414357\",\n        \"pronumber\": \"411441078\"\n    },\n    {\n        \"shipmentID\": 134569065,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 424.9,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739404800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739750400000,\n        \"deliveryDate\": 1740096000000,\n        \"shipperName\": \"AVADIM TECHNOLOGIES\",\n        \"shipperAddress\": \"4 OLD PATTON COVE RD\",\n        \"shipperCity\": \"SWANNANOA\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28778\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CARDINAL HEALTH MPS DIST CENTER\",\n        \"consigneeAddress\": \"7611 BRANDON WOODS BLVD\",\n        \"consigneeCity\": \"BALTIMORE\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"21226\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 3176,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/cecbf165-7c82-45a3-ad98-80e8777fc4b3.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"4532632489\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"4532632489\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"4532632489\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"4532632489\"\n            }\n        ],\n        \"bolnumber\": \"1342606\",\n        \"ponumber\": \"1429358\",\n        \"pronumber\": \"0221058159\"\n    },\n    {\n        \"shipmentID\": 134569091,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 302.97,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739404800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739750400000,\n        \"deliveryDate\": 1739836800000,\n        \"shipperName\": \"EHMKE MANUFACTURING COMPANY INC\",\n        \"shipperAddress\": \"4200 MACALESTER STREET\",\n        \"shipperCity\": \"PHILADELPHIA\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19124\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"IAP WORLDWIDE SERVICES INC\",\n        \"consigneeAddress\": \"4962 RIVERTON ROAD\",\n        \"consigneeCity\": \"DAYTON\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45414\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 2898,\n        \"totalHU\": 12,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/b61131fd1ec20aa8e9e2dd9936610c50-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1DU8\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"ANG TACP BARS\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1DU8\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"ANG TACP BARS\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1DU8\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"ANG TACP BARS\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1DU8\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"ANG TACP BARS\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1DU8\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"ANG TACP BARS\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1DU8\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"ANG TACP BARS\"\n            }\n        ],\n        \"bolnumber\": \"1342625\",\n        \"ponumber\": \"1408888\",\n        \"pronumber\": \"I740585385\"\n    },\n    {\n        \"shipmentID\": 134569100,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 316.51,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739404800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739491200000,\n        \"deliveryDate\": 1739491200000,\n        \"shipperName\": \"TEAM WENDY\",\n        \"shipperAddress\": \"17000 ST CLAIR AVE BLDG 1\",\n        \"shipperCity\": \"Cleveland\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44110\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PECKHAM VOCATIONAL INDUSTRIES INC\",\n        \"consigneeAddress\": \"7100 MILLETT HWY\",\n        \"consigneeCity\": \"Lansing\",\n        \"consigneeState\": \"MI\",\n        \"consigneeZip\": \"48917\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1174,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b5494470-a47d-4b87-bb9b-6bd400db9606.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134569100\",\n        \"ponumber\": \"1402339\",\n        \"pronumber\": \"I195634071\"\n    },\n    {\n        \"shipmentID\": 134569136,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 166.94,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739404800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739836800000,\n        \"deliveryDate\": 1739836800000,\n        \"shipperName\": \"CSAFE GLOBAL\",\n        \"shipperAddress\": \"675 GATEWAY BLVD\",\n        \"shipperCity\": \"MONROE\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"45050\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"44TH MED BDE 18TH CORPS\",\n        \"consigneeAddress\": \"0044 MD HHC HHC MEDICAL RI\",\n        \"consigneeCity\": \"FORT BRAGG\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28310\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1050,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/c495b124aaff9bf9268eb11a21e5c099-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1342631\",\n        \"ponumber\": \"1428431\",\n        \"pronumber\": \"423294792\"\n    },\n    {\n        \"shipmentID\": 134569142,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 258.47,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739750400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740096000000,\n        \"shipperName\": \"AYON CYBERSECURITY INC DBA VDC\",\n        \"shipperAddress\": \"5155 W KING STREET\",\n        \"shipperCity\": \"COCOA\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32926\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC PORT HUENEME\",\n        \"consigneeAddress\": \"4364 MISSILE WAY BLDG. 435\",\n        \"consigneeCity\": \"PORT HUENEME\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"93043\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 452,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/f37f4e1f-a46d-430a-aa52-5f2e54d4a58d.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1BD9\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1BD9\"\n            }\n        ],\n        \"bolnumber\": \"1342629\",\n        \"ponumber\": \"1400587\",\n        \"pronumber\": \"I910709037\"\n    },\n    {\n        \"shipmentID\": 134569268,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 68.54,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739404800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1739836800000,\n        \"shipperName\": \"BLUE FORCE GEAR\",\n        \"shipperAddress\": \"166 PINE BARREN RD\",\n        \"shipperCity\": \"Pooler\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"31322\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FBI ANCHORAGE AK\",\n        \"consigneeAddress\": \"101 E 6TH AVE\",\n        \"consigneeCity\": \"Anchorage\",\n        \"consigneeState\": \"AK\",\n        \"consigneeZip\": \"99501 \",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 1,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://www.fedex.com/fedextrack/?tracknumbers=772060875379\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134569268\",\n        \"ponumber\": \"1425961\",\n        \"pronumber\": \"772060875379\"\n    },\n    {\n        \"shipmentID\": 134569276,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 215.67,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739404800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740009600000,\n        \"deliveryDate\": 1739923200000,\n        \"shipperName\": \"TYR TACTICAL\",\n        \"shipperAddress\": \"9330 N 91ST AVE\",\n        \"shipperCity\": \"PEORIA\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"5749 BRIAR HILL ROAD\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1124,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/8262597a-54b3-4856-b1fd-050fe06ee607.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24P0009\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24P0009\"\n            }\n        ],\n        \"bolnumber\": \"1342644\",\n        \"ponumber\": \"1380820\",\n        \"pronumber\": \"I314086698\"\n    },\n    {\n        \"shipmentID\": 134569386,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 27.04,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739404800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741651200000,\n        \"deliveryDate\": 1741651200000,\n        \"shipperName\": \"Telephonics Corporation \",\n        \"shipperAddress\": \"815 Broad Hollow Rd  \",\n        \"shipperCity\": \"Farmingdale\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11735\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AFMRA\",\n        \"consigneeAddress\": \"601 DAVY CROCKETT RD \",\n        \"consigneeCity\": \"San Antonio\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"78226\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 3,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://www.fedex.com/fedextrack/?tracknumbers=286281344730\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134569386\",\n        \"ponumber\": \"1399338\",\n        \"pronumber\": \"286281344730\"\n    },\n    {\n        \"shipmentID\": 134569514,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 169.42,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739404800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739750400000,\n        \"deliveryDate\": 1739750400000,\n        \"shipperName\": \" CHECKERS SAFETY GROUP\",\n        \"shipperAddress\": \"620 COMPTON ST.\",\n        \"shipperCity\": \"Broomfield\",\n        \"shipperState\": \"CO\",\n        \"shipperZip\": \"80020\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"BAE SYSTEMS TECHNOLOGY SOLUTION AND SERVICES INC. \",\n        \"consigneeAddress\": \"1551 SOUTH CHERRY LANE\",\n        \"consigneeCity\": \"Fort Worth\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"76108\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 283,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/7f4b3a72-4200-44dd-952d-58c83219b2ed.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134569514\",\n        \"ponumber\": \"1428913\",\n        \"pronumber\": \"289261278\"\n    },\n    {\n        \"shipmentID\": 134569515,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 314.27,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739404800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739836800000,\n        \"deliveryDate\": 1739836800000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"LOCKHEED MARTIN CORP\",\n        \"consigneeAddress\": \"5749 BRIAR HILL RD BLDG 221\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 674,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/60f6f53e-1c01-4449-985d-8e4671a817f4.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"4500062071\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"H92254-17-D-0001\"\n            }\n        ],\n        \"bolnumber\": \"1342723\",\n        \"ponumber\": \"1427243\",\n        \"pronumber\": \"676010606\"\n    },\n    {\n        \"shipmentID\": 134569519,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 293.14,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739404800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739836800000,\n        \"deliveryDate\": 1739836800000,\n        \"shipperName\": \"Key Cargo Marine\",\n        \"shipperAddress\": \"9400 Busch Dr N\",\n        \"shipperCity\": \"Jacksonville\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM Soldier PM SOF\",\n        \"consigneeAddress\": \"5749 BRIAR HILL ROAD BUILDING 220 DOOR 4\",\n        \"consigneeCity\": \"Lexington\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1176,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/d9a0f5661aef8b098159977c042e9fbc-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"178737, 178747\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"178737, 178747\"\n            }\n        ],\n        \"bolnumber\": \"134569519\",\n        \"ponumber\": \"1405933,  1406268\",\n        \"pronumber\": \"424202085\"\n    },\n    {\n        \"shipmentID\": 134569538,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 190.97,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739404800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739750400000,\n        \"deliveryDate\": 1739750400000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 548,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1406890\"\n            }\n        ],\n        \"bolnumber\": \"1342726\",\n        \"ponumber\": \"1406890\",\n        \"pronumber\": \"676010598\"\n    },\n    {\n        \"shipmentID\": 134569852,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 142.46,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739491200000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": 1740009600000,\n        \"deliveryDate\": 1740009600000,\n        \"shipperName\": \"MAD ROCK\",\n        \"shipperAddress\": \"Mad Rock\",\n        \"shipperCity\": \"Santa Fe Springs\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"90670\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"IAP Worldwide Services, Inc.\",\n        \"consigneeAddress\": \"4962 Riverton Road GA BARS\",\n        \"consigneeCity\": \"Dayton\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45414 \",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 56,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134569852\",\n        \"ponumber\": \"1429616\",\n        \"pronumber\": \"772070683328 \"\n    },\n    {\n        \"shipmentID\": 134570227,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 272.44,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739750400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740355200000,\n        \"deliveryDate\": 1740355200000,\n        \"shipperName\": \"IRIS TECHNOLOGY CORPORATION\",\n        \"shipperAddress\": \"2811 MCGAW AVE\",\n        \"shipperCity\": \"IRVINE\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92614\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"TOBYHANNA ARMY DEPOT\",\n        \"consigneeAddress\": \"11 HAP ARNOLD BLVD BLDG 5\",\n        \"consigneeCity\": \"TOBYHANNA\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"18466\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 818,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/0da3e284-afc2-44a0-b503-a22d9c768861.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E80\"\n            }\n        ],\n        \"bolnumber\": \"1342864\",\n        \"ponumber\": \"1407499\",\n        \"pronumber\": \"I389675619\"\n    },\n    {\n        \"shipmentID\": 134570929,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 833.65,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739491200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740009600000,\n        \"deliveryDate\": 1740009600000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CONSOLIDATED STORAGE PROGRAM\",\n        \"consigneeAddress\": \"A ST. MCLB, 1ST FSB WHSE 4\",\n        \"consigneeCity\": \"Barstow\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92311\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 37,\n        \"totalWeight\": 810,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/221647f8-e4fe-493f-98d8-3c9e290d9c40.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134570929\",\n        \"ponumber\": \"1393355\",\n        \"pronumber\": \"0285910369\"\n    },\n    {\n        \"shipmentID\": 134570936,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 757.25,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740009600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740441600000,\n        \"deliveryDate\": 1740355200000,\n        \"shipperName\": \"GXPS UNDERSEA SENSORS MANAGEMENT BRANCH\",\n        \"shipperAddress\": \"2141 16th Street\",\n        \"shipperCity\": \"Bedford\",\n        \"shipperState\": \"IN\",\n        \"shipperZip\": \"47421\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Times Microwave Systems, INC\",\n        \"consigneeAddress\": \"358 HALL AVE\",\n        \"consigneeCity\": \"Wallingford\",\n        \"consigneeState\": \"CT\",\n        \"consigneeZip\": \"06492\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 1237,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/b9d325601169b744c742c4112d3e3b98-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"RMA 8022275\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"RMA 8022275\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"RMA 8022275\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"RMA 8022275\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"RMA 8022275\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"RMA 8022275\"\n            }\n        ],\n        \"bolnumber\": \"134570936\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"563926068\"\n    },\n    {\n        \"shipmentID\": 134570966,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 75.69,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739491200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1739836800000,\n        \"shipperName\": \"BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DRIVE\",\n        \"shipperCity\": \"Belleville\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VF IMAGEWEAR\",\n        \"consigneeAddress\": \"800 S MAIN ST\",\n        \"consigneeCity\": \"Henning\",\n        \"consigneeState\": \"TN\",\n        \"consigneeZip\": \"38041\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 38,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://www.fedex.com/fedextrack/?tracknumbers=772085267562\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134570966\",\n        \"ponumber\": \"1427143\",\n        \"pronumber\": \"772085267562\"\n    },\n    {\n        \"shipmentID\": 134571376,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 371.93,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739836800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740960000000,\n        \"deliveryDate\": 1740960000000,\n        \"shipperName\": \"Carson Industries, Inc\",\n        \"shipperAddress\": \"110 Nobel CT.\",\n        \"shipperCity\": \"Alpharetta\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30005\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA DISTRIBUTION\",\n        \"consigneeAddress\": \"2001 Normandy Drive Door 113 to 134 \",\n        \"consigneeCity\": \"New Cumberland\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 245,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/4d1d35c0-65f6-41b5-a334-574d039cdc77.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134571376\",\n        \"ponumber\": \"1401257\",\n        \"pronumber\": \"0543066727\"\n    },\n    {\n        \"shipmentID\": 134571377,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 30.46,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739750400000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740009600000,\n        \"shipperName\": \" BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DRIVE\",\n        \"shipperCity\": \"Belleville\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VF IMAGEWEAR\",\n        \"consigneeAddress\": \"800 S MAIN ST\",\n        \"consigneeCity\": \"Henning\",\n        \"consigneeState\": \"TN\",\n        \"consigneeZip\": \"38041\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 6,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134571377\",\n        \"ponumber\": \"1426528\",\n        \"pronumber\": \"772091224040 \"\n    },\n    {\n        \"shipmentID\": 134571517,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 273.03,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739836800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740355200000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CIF\",\n        \"consigneeAddress\": \"BLDG 4, D STREET\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 15,\n        \"totalWeight\": 240,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/6f5b8a9f-560e-45dd-bbad-7c6176b20e2c.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F1DLB\"\n            }\n        ],\n        \"bolnumber\": \"134571517\",\n        \"ponumber\": \"1407986\",\n        \"pronumber\": \"040-0656626\"\n    },\n    {\n        \"shipmentID\": 134571569,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 115.16,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739491200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1739836800000,\n        \"shipperName\": \"JBC CORP\",\n        \"shipperAddress\": \"552 CENTRAL DR.\",\n        \"shipperCity\": \"VIRGINIA BEACH\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23454\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA TROOP SUPPORT\",\n        \"consigneeAddress\": \"NECC MEDICAL CENTRAL ISSUE FACILITY CHEATHAM ANNEX\",\n        \"consigneeCity\": \"WILLIAMSBURG\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1010,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/81b838f7-5565-4d25-90ac-b463897b9ef2.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE2D625F894N\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE2D625F894N\"\n            }\n        ],\n        \"bolnumber\": \"1343243\",\n        \"ponumber\": \"1415952\",\n        \"pronumber\": \"028-0829957\"\n    },\n    {\n        \"shipmentID\": 134572121,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 460.19,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739750400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741046400000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AFMRA SGALW\",\n        \"consigneeAddress\": \"601 Davy Crockett Rd Bldg 1534 Bay A\",\n        \"consigneeCity\": \"San Antonio\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"78226\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 66,\n        \"totalWeight\": 2256,\n        \"totalHU\": 9,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/93607495-61cc-4a6f-9cf8-032435ec3210.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE2D525F5436\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1247116\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"FM913350160024\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE2D525F5436\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1247116\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"FM913350160024\"\n            }\n        ],\n        \"bolnumber\": \"134572121\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"601002076\"\n    },\n    {\n        \"shipmentID\": 134572141,\n        \"name\": \"FedEx Freight Priority\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 2339,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXFE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739750400000,\n        \"modeDesc\": \"Volume LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740700800000,\n        \"shipperName\": \"PELICAN PRODUCTS\",\n        \"shipperAddress\": \"651 Barrington Ave STE A\",\n        \"shipperCity\": \"Ontario\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"91764\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 2533,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"2670876\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"2670876\"\n            }\n        ],\n        \"bolnumber\": \"134572141\",\n        \"ponumber\": \"1395626\",\n        \"pronumber\": \"8684984280\"\n    },\n    {\n        \"shipmentID\": 134572146,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 165.47,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739750400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740355200000,\n        \"shipperName\": \"Helen of Troy\",\n        \"shipperAddress\": \"7159 POLK LANE\",\n        \"shipperCity\": \"Olive Branch\",\n        \"shipperState\": \"MS\",\n        \"shipperZip\": \"38654\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 13,\n        \"totalWeight\": 299,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/71283792-0003-45cb-a2e5-40c3ef9a07c4.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"22590755\"\n            }\n        ],\n        \"bolnumber\": \"134572146\",\n        \"ponumber\": \"1427708,1427709\",\n        \"pronumber\": \"I281135034\"\n    },\n    {\n        \"shipmentID\": 134572162,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 424.68,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739836800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741132800000,\n        \"deliveryDate\": 1741132800000,\n        \"shipperName\": \" Maxify Solutions\",\n        \"shipperAddress\": \"6031 Airport Dr \",\n        \"shipperCity\": \"Charlotte\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28208\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA DISTRIBUTION CONSOL AND CONTAINERIZATION POINT\",\n        \"consigneeAddress\": \"2001 NORMANDY DR DOOR 135-168\",\n        \"consigneeCity\": \"New Cumberland\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 900,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134572162\",\n        \"ponumber\": \"1425850\",\n        \"pronumber\": \"054642582\"\n    },\n    {\n        \"shipmentID\": 134572165,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 270.65,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739750400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740355200000,\n        \"shipperName\": \"LUXOTTICA – ESS - OAKLEY\",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 11,\n        \"totalWeight\": 334,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/f8948e05-ea5b-4311-82e9-3ef96967c4d4.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8871714363\"\n            }\n        ],\n        \"bolnumber\": \"134572165\",\n        \"ponumber\": \"1429684\",\n        \"pronumber\": \"I215018262\"\n    },\n    {\n        \"shipmentID\": 134572195,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 424.47,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739750400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739923200000,\n        \"deliveryDate\": 1739923200000,\n        \"shipperName\": \" Maxify Solution\",\n        \"shipperAddress\": \"6031 Airport Dr \",\n        \"shipperCity\": \"Charlotte \",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28208\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"81ST RD USARC\",\n        \"consigneeAddress\": \"LIBERTY DIVISION AVE BLDG 1701\",\n        \"consigneeCity\": \"Columbia\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29207\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 1800,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/0df71a27-164f-4a82-b35e-2cbc4e478d69.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134572195\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"382674120\"\n    },\n    {\n        \"shipmentID\": 134572288,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 225.97,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739750400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740009600000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 Flushing Avenue BLDG 128B\",\n        \"shipperCity\": \"New York\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"GSA ONLINE ORDER FULFILLMENT\",\n        \"consigneeAddress\": \"3407 BROIDY RD 621ST : FA448424FG942\",\n        \"consigneeCity\": \"JB MDL\",\n        \"consigneeState\": \"NJ\",\n        \"consigneeZip\": \"08641\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 250,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a358e481-ae52-421c-a374-a8dbffd6368f.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134572288\",\n        \"ponumber\": \"1406796\",\n        \"pronumber\": \"704745827\"\n    },\n    {\n        \"shipmentID\": 134572406,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 286.98,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739750400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1739836800000,\n        \"shipperName\": \"     Bren-Tronics, INC.\",\n        \"shipperAddress\": \"10 Brayton Court\",\n        \"shipperCity\": \"Commack\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11725\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" TOBYHANNA ARMY DEPOT\",\n        \"consigneeAddress\": \"11 HAP ARNOLD BLVD BLDG 5, BAY 3. DROP #549\",\n        \"consigneeCity\": \"Tobyhanna\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"18466\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 798,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/06b7c2eb-9a2f-426a-b98f-1a67b359608c.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134572406\",\n        \"ponumber\": \"1420549\",\n        \"pronumber\": \"645393406\"\n    },\n    {\n        \"shipmentID\": 134572826,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 377.79,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739836800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740441600000,\n        \"deliveryDate\": 1740355200000,\n        \"shipperName\": \"DOCK HIGH LOGISTICS\",\n        \"shipperAddress\": \"13515 48TH STREET EAST\",\n        \"shipperCity\": \"SUMNER\",\n        \"shipperState\": \"WA\",\n        \"shipperZip\": \"98390\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AFMRA\",\n        \"consigneeAddress\": \"601 DAVY CROCKETT RD BLDG 1534\",\n        \"consigneeCity\": \"SAN ANTONIO\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"78226\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1238,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/761c0d5d-e92a-4d29-9bc6-2f4a3ddb0dd6.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1CDH\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1CDH\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1CDH\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1CDH\"\n            }\n        ],\n        \"bolnumber\": \"1343473\",\n        \"ponumber\": \"1403459\",\n        \"pronumber\": \"I863166969\"\n    },\n    {\n        \"shipmentID\": 134572875,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 328.51,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739836800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740441600000,\n        \"deliveryDate\": 1740355200000,\n        \"shipperName\": \"DOCK HIGH LOGISTICS\",\n        \"shipperAddress\": \"13515 48TH STREET EAST\",\n        \"shipperCity\": \"SUMNER\",\n        \"shipperState\": \"WA\",\n        \"shipperZip\": \"98390\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AFMRA\",\n        \"consigneeAddress\": \"601 DAVY CROCKETT RD BLDG 1534\",\n        \"consigneeCity\": \"SAN ANTONIO\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"78226\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1076,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/6431ba30-a035-4d2c-b60d-a14791670b40.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F11HR\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F11HR\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F11HR\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F11HR\"\n            }\n        ],\n        \"bolnumber\": \"1343478\",\n        \"ponumber\": \"1421666\",\n        \"pronumber\": \"I863166951\"\n    },\n    {\n        \"shipmentID\": 134572926,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 100.27,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739750400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740009600000,\n        \"shipperName\": \" BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DRIVE\",\n        \"shipperCity\": \"Belleville\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VF IMAGEWEAR\",\n        \"consigneeAddress\": \"800 S MAIN ST\",\n        \"consigneeCity\": \"Henning\",\n        \"consigneeState\": \"TN\",\n        \"consigneeZip\": \"38041\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 53,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://www.fedex.com/fedextrack/?tracknumbers=772133610170\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134572926\",\n        \"ponumber\": \"1430032\",\n        \"pronumber\": \"772133610170/772133986963\"\n    },\n    {\n        \"shipmentID\": 134573031,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 585.71,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739836800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740614400000,\n        \"deliveryDate\": 1740614400000,\n        \"shipperName\": \"  CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVE BLDG 128B\",\n        \"shipperCity\": \"New York\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"GSA ONLINE ORDER FULFILLMENT\",\n        \"consigneeAddress\": \"109 RAGSDALE ST BUILDING 924\",\n        \"consigneeCity\": \"TRAVIS AFB\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"94535\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 415,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a8bd8435-3f62-4c26-8e07-cba32d961a66.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134573031\",\n        \"ponumber\": \"1406795\",\n        \"pronumber\": \"218580483\"\n    },\n    {\n        \"shipmentID\": 134573034,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 36.17,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739923200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740441600000,\n        \"shipperName\": \"BEAR PAW MAGNTIC TOOL \",\n        \"shipperAddress\": \"4613 AIRCENTER CIRCLE\",\n        \"shipperCity\": \"Reno\",\n        \"shipperState\": \"NV\",\n        \"shipperZip\": \"89502\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FBI CIEDS MARITIME\",\n        \"consigneeAddress\": \"1 RANGE RD. CEIDU\",\n        \"consigneeCity\": \"Quantico\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22135\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 9,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://www.fedex.com/fedextrack/?tracknumbers=772150973900\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134573034\",\n        \"ponumber\": \"1389307\",\n        \"pronumber\": \"7721 5097 3900\"\n    },\n    {\n        \"shipmentID\": 134573057,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 549.65,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739836800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740614400000,\n        \"deliveryDate\": 1740614400000,\n        \"shipperName\": \"MS ELECTRONIX INC\",\n        \"shipperAddress\": \"305 Marshall Circle\",\n        \"shipperCity\": \"St. Augustine\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32086\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"US ARMY NATCIK SOLDIER RDE CTR (NSRDEC)\",\n        \"consigneeAddress\": \"6149 WARDLEIGH RD BLDG 1160 BAY 4 \",\n        \"consigneeCity\": \"HILL AFB \",\n        \"consigneeState\": \"UT\",\n        \"consigneeZip\": \"84056\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 580,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/69d83ff2-31be-4d7c-9b88-19f7df2a1155.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134573057\",\n        \"ponumber\": \"1396273, 1396272\",\n        \"pronumber\": \"125856809\"\n    },\n    {\n        \"shipmentID\": 134573300,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 165.47,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739836800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740009600000,\n        \"deliveryDate\": 1740009600000,\n        \"shipperName\": \"CRESCENT SOCK COMPANY/SOUTH DC\",\n        \"shipperAddress\": \"1 JOHNSON ST\",\n        \"shipperCity\": \"NIOTA\",\n        \"shipperState\": \"TN\",\n        \"shipperZip\": \"37826\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"IAP WORLDWIDE SERVICES INC\",\n        \"consigneeAddress\": \"4962 RIVERTON ROAD\",\n        \"consigneeCity\": \"DAYTON\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45414\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 726,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/7ae0e6e0-8794-41df-8ce2-37efc7fd7701.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F11KL\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"GA BARS\"\n            }\n        ],\n        \"bolnumber\": \"1343445\",\n        \"ponumber\": \"1422748\",\n        \"pronumber\": \"I405836451\"\n    },\n    {\n        \"shipmentID\": 134573310,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 339.91,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739836800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740528000000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AFMRA SGALW\",\n        \"consigneeAddress\": \"601 Davy Crockett Rd Bldg 1534 Bay A\",\n        \"consigneeCity\": \"San Antonio\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"78226\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 42,\n        \"totalWeight\": 1434,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE2D525F4936\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1246797\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"FM913350090349XXX\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE2D525F4936\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1246797\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"FM913350090349XXX\"\n            }\n        ],\n        \"bolnumber\": \"134573310\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"8207443252\"\n    },\n    {\n        \"shipmentID\": 134573314,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 198.01,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739836800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740441600000,\n        \"shipperName\": \"MUSTANGSURVIVAL\",\n        \"shipperAddress\": \"201 BUSCH DRIVE\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 2106,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/8b768487-597a-49cf-802f-b2dffa7030b4.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1415178\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1415178\"\n            }\n        ],\n        \"bolnumber\": \"1343448\",\n        \"ponumber\": \"1415178\",\n        \"pronumber\": \"411226029\"\n    },\n    {\n        \"shipmentID\": 134573343,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 175.79,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739836800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740355200000,\n        \"deliveryDate\": 1740355200000,\n        \"shipperName\": \"MUSTANGSURVIVAL\",\n        \"shipperAddress\": \"201 BUSCH DRIVE\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 970,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/4fb0c7c0-5deb-44f6-81ba-8cd7e4f4baa2.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1429844\"\n            }\n        ],\n        \"bolnumber\": \"1343449\",\n        \"ponumber\": \"1429844\",\n        \"pronumber\": \"I889970085\"\n    },\n    {\n        \"shipmentID\": 134573368,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 291.77,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739836800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740528000000,\n        \"deliveryDate\": 1740528000000,\n        \"shipperName\": \"PULSE SYSTEMS INC\",\n        \"shipperAddress\": \"15 PLYMOUTH DRIVE\",\n        \"shipperCity\": \"SOUTH EASTON\",\n        \"shipperState\": \"MA\",\n        \"shipperZip\": \"02375\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAWCWD 539400E (AIRBORNE THREAT SIM\",\n        \"consigneeAddress\": \"RONALD REAGAN BLVD , BLDG 351, ROOM 1210\",\n        \"consigneeCity\": \"POINT MUGU\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"93042\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 510,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/03f65a39-07f9-4ab9-acdc-7d4b85b860ee.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F184B\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F184B\"\n            }\n        ],\n        \"bolnumber\": \"1343506\",\n        \"ponumber\": \"1393695\",\n        \"pronumber\": \"I876531024\"\n    },\n    {\n        \"shipmentID\": 134573378,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 249.78,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739836800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740355200000,\n        \"deliveryDate\": 1740355200000,\n        \"shipperName\": \"LUXOTTICA \",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 561,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/49bea57c-66fa-4a60-ac51-e2fdc8c02d38.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8871913946\"\n            }\n        ],\n        \"bolnumber\": \"134573378\",\n        \"ponumber\": \"1429839\",\n        \"pronumber\": \"I214222689\"\n    },\n    {\n        \"shipmentID\": 134573381,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 29.48,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739836800000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": 1740009600000,\n        \"deliveryDate\": 1740009600000,\n        \"shipperName\": \"NAVSUP WSS\",\n        \"shipperAddress\": \"5450 CARLISLE PIKE BLDG 107 SOUTH END\",\n        \"shipperCity\": \"Mechanicsburg\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"17055\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DSV Air & Sea\",\n        \"consigneeAddress\": \"800 Federal Blvd Door 40\",\n        \"consigneeCity\": \"Carteret\",\n        \"consigneeState\": \"NJ\",\n        \"consigneeZip\": \"07008\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 22,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134573381\",\n        \"ponumber\": \"1170413\",\n        \"pronumber\": \"772147292657\"\n    },\n    {\n        \"shipmentID\": 134573399,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 38.71,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739923200000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740009600000,\n        \"shipperName\": \"Undersea Sensor Systems Inc\",\n        \"shipperAddress\": \"4868 E Park 30 Dr.\",\n        \"shipperCity\": \"Columbia City\",\n        \"shipperState\": \"IN\",\n        \"shipperZip\": \"46725\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FBI – St. Louis\",\n        \"consigneeAddress\": \"2222 Market St\",\n        \"consigneeCity\": \"St. Louis\",\n        \"consigneeState\": \"MO\",\n        \"consigneeZip\": \"63103\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 23,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134573399\",\n        \"ponumber\": \"1403222\",\n        \"pronumber\": \"772147954986 \"\n    },\n    {\n        \"shipmentID\": 134573463,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 371.35,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739923200000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740096000000,\n        \"shipperName\": \"Undersea Sensor Systems Inc\",\n        \"shipperAddress\": \"4868 E Park 30 Dr.\",\n        \"shipperCity\": \"Columbia City\",\n        \"shipperState\": \"IN\",\n        \"shipperZip\": \"46725\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Jefferson Parish Sheriff’s Office\",\n        \"consigneeAddress\": \"725 Maple Street\",\n        \"consigneeCity\": \"Harvey\",\n        \"consigneeState\": \"LA\",\n        \"consigneeZip\": \"70058\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 106,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134573463\",\n        \"ponumber\": \"1410747\",\n        \"pronumber\": \"772148881365 \"\n    },\n    {\n        \"shipmentID\": 134573474,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 206.95,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739836800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740096000000,\n        \"shipperName\": \"OPERATIVE EXPERIENCE INC\",\n        \"shipperAddress\": \"1007 OLD PHILADELPHIA RD STE 300\",\n        \"shipperCity\": \"ABERDEEN\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FT RILEY MEDICAL SIMULATION TRAININ\",\n        \"consigneeAddress\": \"77689 VICTORY DRIVE\",\n        \"consigneeCity\": \"FORT RILEY\",\n        \"consigneeState\": \"KS\",\n        \"consigneeZip\": \"66442\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 772,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/57c9ec75-40a0-4dd6-aec6-5471c18c5bd4.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX24F10TR\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX24F10TR\"\n            }\n        ],\n        \"bolnumber\": \"1343563\",\n        \"ponumber\": \"1387163\",\n        \"pronumber\": \"I330661764\"\n    },\n    {\n        \"shipmentID\": 134573480,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 114.02,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739923200000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740355200000,\n        \"shipperName\": \"Undersea Sensor Systems Inc\",\n        \"shipperAddress\": \"4868 E Park 30 Dr.\",\n        \"shipperCity\": \"Columbia City\",\n        \"shipperState\": \"IN\",\n        \"shipperZip\": \"46725\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USMS SOG\",\n        \"consigneeAddress\": \"1401 F S\",\n        \"consigneeCity\": \"Pineville\",\n        \"consigneeState\": \"LA\",\n        \"consigneeZip\": \"71360\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 46,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134573480\",\n        \"ponumber\": \"1399915\",\n        \"pronumber\": \"772149237428 \"\n    },\n    {\n        \"shipmentID\": 134573505,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.11,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739836800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739923200000,\n        \"deliveryDate\": 1739923200000,\n        \"shipperName\": \"FOSTER MILLER INC\",\n        \"shipperAddress\": \"130 CONSTITUTION BLVD\",\n        \"shipperCity\": \"FRANKLIN\",\n        \"shipperState\": \"MA\",\n        \"shipperZip\": \"02038\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AFLCMC PZIO\",\n        \"consigneeAddress\": \"16 EGLIN STREET\",\n        \"consigneeCity\": \"HANSCOM AFB\",\n        \"consigneeState\": \"MA\",\n        \"consigneeZip\": \"01731\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 452,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/ba36727b-7111-4793-b8d8-c201d6820893.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL22F18ZT\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL22F18ZT\"\n            }\n        ],\n        \"bolnumber\": \"1343584\",\n        \"ponumber\": \"1245174\",\n        \"pronumber\": \"I132401943\"\n    },\n    {\n        \"shipmentID\": 134573573,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 158.37,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741219200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741564800000,\n        \"deliveryDate\": 1741564800000,\n        \"shipperName\": \"ARCTICOM LLC\",\n        \"shipperAddress\": \"3101 S AIRPORT ROAD\",\n        \"shipperCity\": \"BARTONVILLE\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"61607 \",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"3M Monroe\",\n        \"consigneeAddress\": \"4320 Goldmine Road\",\n        \"consigneeCity\": \"Monroe\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28110\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 140,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/8816a5f105dcde511f7815f2c2e020e6-C.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134573573\",\n        \"ponumber\": \"RMA 60000732783\",\n        \"pronumber\": \"I418061124\"\n    },\n    {\n        \"shipmentID\": 134573610,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 167.81,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739836800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740355200000,\n        \"shipperName\": \"MUSTANGSURVIVAL\",\n        \"shipperAddress\": \"214 WILLIAMS DRIVE\",\n        \"shipperCity\": \"SPENCER\",\n        \"shipperState\": \"WV\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 870,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/7907e518a0e8155a54a9d19022cb8515-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1415178\"\n            }\n        ],\n        \"bolnumber\": \"1343587\",\n        \"ponumber\": \"1415178\",\n        \"pronumber\": \"889970085\"\n    },\n    {\n        \"shipmentID\": 134573703,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 156.67,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739836800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740096000000,\n        \"deliveryDate\": 1740009600000,\n        \"shipperName\": \"OPERATIVE EXPERIENCE INC\",\n        \"shipperAddress\": \"1007 OLD PHILADELPHIA RD STE 300\",\n        \"shipperCity\": \"ABERDEEN\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FT MCCOY MEDICAL SIMULATION TRAININ\",\n        \"consigneeAddress\": \"1024 S 11TH AVE\",\n        \"consigneeCity\": \"FORT MCCOY\",\n        \"consigneeState\": \"WI\",\n        \"consigneeZip\": \"54656\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 772,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/ab9fca01-2288-4e22-95ec-0af2380dfe80.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX24F10TV\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX24F10TV\"\n            }\n        ],\n        \"bolnumber\": \"1343592\",\n        \"ponumber\": \"1387227\",\n        \"pronumber\": \"I330661773\"\n    },\n    {\n        \"shipmentID\": 134573784,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 293.11,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739836800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740441600000,\n        \"deliveryDate\": 1740441600000,\n        \"shipperName\": \"70E Solutions - GST\",\n        \"shipperAddress\": \"135 Sparks Ave\",\n        \"shipperCity\": \"Butler\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"16001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 770,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/81ca85ee-316a-4ac2-95d7-e4bc3f3fb28a.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134573784\",\n        \"ponumber\": \"1407408\",\n        \"pronumber\": \"281854543\"\n    },\n    {\n        \"shipmentID\": 134573790,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 302.61,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739836800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740355200000,\n        \"shipperName\": \"SWITLIK SURVIVAL PRODUCTS\",\n        \"shipperAddress\": \"1325 EAST STATE STREET\",\n        \"shipperCity\": \"TRENTON\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 4182,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/8e0a20a2-4144-4c7d-972e-f5de1a720391.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1412346\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1412346\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1412346\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1412346\"\n            }\n        ],\n        \"bolnumber\": \"1343623\",\n        \"ponumber\": \"1412346\",\n        \"pronumber\": \"015-5783288\"\n    },\n    {\n        \"shipmentID\": 134573889,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 165.47,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739836800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1739923200000,\n        \"deliveryDate\": 1740355200000,\n        \"shipperName\": \"INTERSURGICAL/MAIN OCEAN\",\n        \"shipperAddress\": \"300 A TRADE ZONE BLVD\",\n        \"shipperCity\": \"SUMMERVILLE\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29486\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 536,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/d58a1ba2-87ad-4591-9156-da78ae280a88.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1429840\"\n            }\n        ],\n        \"bolnumber\": \"1343628\",\n        \"ponumber\": \"1429840\",\n        \"pronumber\": \"I922919652\"\n    },\n    {\n        \"shipmentID\": 134573978,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 602.27,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739836800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740009600000,\n        \"deliveryDate\": 1740009600000,\n        \"shipperName\": \"LBT\",\n        \"shipperAddress\": \"2861 GUARDIAN LANE\",\n        \"shipperCity\": \"VIRGINA BEACH\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23452\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"5749 BRIAR HILL ROAD BUILDING 220, DOOR 4\",\n        \"consigneeCity\": \"Lexington\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 9,\n        \"totalWeight\": 2400,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/446e50d2-9c66-4f08-ba31-cd0df177b4da.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"47QFNA24P0013/ H92261\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"47QFNA24P0013/ H92261\"\n            }\n        ],\n        \"bolnumber\": \"134573978\",\n        \"ponumber\": \"1401889\",\n        \"pronumber\": \"316153737\"\n    },\n    {\n        \"shipmentID\": 134574139,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 195.84,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739923200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740355200000,\n        \"deliveryDate\": 1740355200000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1344,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/4b8b540c-2abd-4b81-9273-5f5825af74e2.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1406843\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1406843\"\n            }\n        ],\n        \"bolnumber\": \"1343645\",\n        \"ponumber\": \"1406843\",\n        \"pronumber\": \"626121545\"\n    },\n    {\n        \"shipmentID\": 134574140,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 121.17,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739836800000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": 1741219200000,\n        \"deliveryDate\": 1741219200000,\n        \"shipperName\": \"AML OCEANOGRAPHIC\",\n        \"shipperAddress\": \"101 Ilsley Ave unit 12,\",\n        \"shipperCity\": \"Dartmouth\",\n        \"shipperState\": \"NS\",\n        \"shipperZip\": \"B3B1S8\",\n        \"shipperCountry\": \"CAN\",\n        \"consigneeName\": \"Naval Oceanographic Office\",\n        \"consigneeAddress\": \"MOSES COOK RD BLDG 9134 \",\n        \"consigneeCity\": \"Stennis Space Center\",\n        \"consigneeState\": \"MS\",\n        \"consigneeZip\": \"39522\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 45,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134574140\",\n        \"ponumber\": \"1408480\",\n        \"pronumber\": \"772212092123\"\n    },\n    {\n        \"shipmentID\": 134574178,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 638.83,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739923200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740960000000,\n        \"deliveryDate\": 1740960000000,\n        \"shipperName\": \"THE PROTECTIVE GROUP\",\n        \"shipperAddress\": \"14100 NW 58 CT\",\n        \"shipperCity\": \"MIAMI LAKES\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33014\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"US ARMY DEPOT SIERRA\",\n        \"consigneeAddress\": \"CH47 AVIATION STORAGE BLDG 362\",\n        \"consigneeCity\": \"HERLONG\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"96113\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 2260,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/08a04264-b8ef-41fb-93dc-0b27c857520d.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QSWC24F0068\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"0000039P\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QSWC24F0068\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"0000039P\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QSWC24F0068\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"0000039P\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QSWC24F0068\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"0000039P\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QSWC24F0068\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"0000039P\"\n            }\n        ],\n        \"bolnumber\": \"1343646\",\n        \"ponumber\": \"1386082\",\n        \"pronumber\": \"276123094\"\n    },\n    {\n        \"shipmentID\": 134574303,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 558.06,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739923200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740441600000,\n        \"deliveryDate\": 1740528000000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CONSOLIDATED STORAGE PROGRAM\",\n        \"consigneeAddress\": \"A ST. MCLB, 1ST FSB WHSE 4\",\n        \"consigneeCity\": \"Barstow\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92311\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 26,\n        \"totalWeight\": 550,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/7f220127-e1e3-4775-9507-137519a0a90b.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134574303\",\n        \"ponumber\": \"1393355\",\n        \"pronumber\": \"0285875165\"\n    },\n    {\n        \"shipmentID\": 134574622,\n        \"name\": \"FedEx Freight Priority\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 2325,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXFE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739923200000,\n        \"modeDesc\": \"Volume LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740700800000,\n        \"shipperName\": \"PELICAN PRODUCTS\",\n        \"shipperAddress\": \"651 Barrington Ave STE A\",\n        \"shipperCity\": \"Ontario\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"91764\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 2597,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134574622\",\n        \"ponumber\": \"1395626\",\n        \"pronumber\": \"8684984280\"\n    },\n    {\n        \"shipmentID\": 134574723,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 223.96,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740009600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740355200000,\n        \"deliveryDate\": 1740355200000,\n        \"shipperName\": \"InVeris Training Solutions\",\n        \"shipperAddress\": \"296 Brogdon Road\",\n        \"shipperCity\": \"Suwanee\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30024\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC 186TH ARW\",\n        \"consigneeAddress\": \"141 MILITARY DR\",\n        \"consigneeCity\": \"Flowood\",\n        \"consigneeState\": \"MS\",\n        \"consigneeZip\": \"39232\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 375,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/4896cefb3ddc2916a993cac55c5609f8-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8347-001\"\n            }\n        ],\n        \"bolnumber\": \"134574723\",\n        \"ponumber\": \"1429166\",\n        \"pronumber\": \"417373911\"\n    },\n    {\n        \"shipmentID\": 134574724,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 343.42,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739923200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740960000000,\n        \"shipperName\": \"InVeris Training Solutions\",\n        \"shipperAddress\": \"296 Brogdon Road\",\n        \"shipperCity\": \"Suwanee\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30024\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC 133RD AW\",\n        \"consigneeAddress\": \"641 SPITFIRE AVE\",\n        \"consigneeCity\": \"St. Paul\",\n        \"consigneeState\": \"MN\",\n        \"consigneeZip\": \"55111\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 375,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134574724\",\n        \"ponumber\": \"1429169\",\n        \"pronumber\": \"6456695044\"\n    },\n    {\n        \"shipmentID\": 134574725,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 191.61,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739923200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740096000000,\n        \"shipperName\": \"InVeris Training Solutions\",\n        \"shipperAddress\": \"296 Brogdon Road\",\n        \"shipperCity\": \"Suwanee\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30024\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC 136TH CRF\",\n        \"consigneeAddress\": \"500 HENSLEY AVE\",\n        \"consigneeCity\": \"FORT WORTH\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"76127\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 375,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/6372937e-7306-467d-a302-594ac458d523.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134574725\",\n        \"ponumber\": \"1429168\",\n        \"pronumber\": \"412126427\"\n    },\n    {\n        \"shipmentID\": 134574726,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 259.42,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739923200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740441600000,\n        \"shipperName\": \"InVeris Training Solutions\",\n        \"shipperAddress\": \"296 Brogdon Road\",\n        \"shipperCity\": \"Suwanee\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30024\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC 181ST IW\",\n        \"consigneeAddress\": \"970 S PETERCHEF ST\",\n        \"consigneeCity\": \"Terre Haute\",\n        \"consigneeState\": \"IN\",\n        \"consigneeZip\": \"47803\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 375,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134574726\",\n        \"ponumber\": \"1429170\",\n        \"pronumber\": \"6456695055\"\n    },\n    {\n        \"shipmentID\": 134574727,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 543.57,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739923200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741824000000,\n        \"deliveryDate\": 1741824000000,\n        \"shipperName\": \"InVeris Training Solutions\",\n        \"shipperAddress\": \"296 Brogdon Road\",\n        \"shipperCity\": \"Suwanee\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30024\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC 141TH WG\",\n        \"consigneeAddress\": \"127 41ST DIVISION WAY\",\n        \"consigneeCity\": \"Camp Murray\",\n        \"consigneeState\": \"WA\",\n        \"consigneeZip\": \"98430\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 375,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/9cf12ab6-3020-40a4-87e9-0c783c68352a.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134574727\",\n        \"ponumber\": \"1429173\",\n        \"pronumber\": \"089526714\"\n    },\n    {\n        \"shipmentID\": 134574728,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 216.63,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739923200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740096000000,\n        \"deliveryDate\": 1740355200000,\n        \"shipperName\": \"InVeris Training Solutions\",\n        \"shipperAddress\": \"296 Brogdon Road\",\n        \"shipperCity\": \"Suwanee\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30024\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC 123RD CRG\",\n        \"consigneeAddress\": \"1101 GRADE LN\",\n        \"consigneeCity\": \"Louisville\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40213\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 375,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/da6d9450-710d-4385-b5ac-51ffe18d2994.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134574728\",\n        \"ponumber\": \"1429174\",\n        \"pronumber\": \"412126443\"\n    },\n    {\n        \"shipmentID\": 134574729,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 397.57,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739923200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741219200000,\n        \"deliveryDate\": 1741219200000,\n        \"shipperName\": \"InVeris Training Solutions\",\n        \"shipperAddress\": \"296 Brogdon Road\",\n        \"shipperCity\": \"Suwanee\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30024\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC 146TH AW\",\n        \"consigneeAddress\": \"106 MULCAHEY DR\",\n        \"consigneeCity\": \"Port Hueneme\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"93041\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 375,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/46697a52-e79c-4afc-9938-0736e8e30617.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134574729\",\n        \"ponumber\": \"1429176\",\n        \"pronumber\": \"089526716\"\n    },\n    {\n        \"shipmentID\": 134574730,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 236.85,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739923200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740441600000,\n        \"shipperName\": \"InVeris Training Solutions\",\n        \"shipperAddress\": \"296 Brogdon Road\",\n        \"shipperCity\": \"Suwanee\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30024\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC 182ND AW\",\n        \"consigneeAddress\": \"2416 FALCON BLVD\",\n        \"consigneeCity\": \"Peoria\",\n        \"consigneeState\": \"IL\",\n        \"consigneeZip\": \"61607\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 375,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134574730\",\n        \"ponumber\": \"1429177\",\n        \"pronumber\": \"6456695066\"\n    },\n    {\n        \"shipmentID\": 134574731,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 273.48,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739923200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740355200000,\n        \"shipperName\": \"InVeris Training Solutions\",\n        \"shipperAddress\": \"296 Brogdon Road\",\n        \"shipperCity\": \"Suwanee\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30024\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC 270 CRS\",\n        \"consigneeAddress\": \"2920 HEADQUARTERS AVE\",\n        \"consigneeCity\": \"Sioux City\",\n        \"consigneeState\": \"IA\",\n        \"consigneeZip\": \"51111\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 375,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/765701d8-bdcc-4a2a-a34a-469f650fe8d1.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134574731\",\n        \"ponumber\": \"1429180\",\n        \"pronumber\": \"6456695070\"\n    },\n    {\n        \"shipmentID\": 134574732,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 224.23,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739923200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740009600000,\n        \"deliveryDate\": 1740355200000,\n        \"shipperName\": \"InVeris Training Solutions\",\n        \"shipperAddress\": \"296 Brogdon Road\",\n        \"shipperCity\": \"Suwanee\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30024\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC 172ND CFR\",\n        \"consigneeAddress\": \"6225 M Street\",\n        \"consigneeCity\": \"Meridian\",\n        \"consigneeState\": \"MS\",\n        \"consigneeZip\": \"39307\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 375,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/8978c35b-5605-42bc-bfc8-4db82140293b.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134574732\",\n        \"ponumber\": \"1429182\",\n        \"pronumber\": \"412126435\"\n    },\n    {\n        \"shipmentID\": 134574793,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 377.91,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739923200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740355200000,\n        \"deliveryDate\": 1740441600000,\n        \"shipperName\": \"COBHAM EXETER INC.\",\n        \"shipperAddress\": \"11 CONTINENTAL DR\",\n        \"shipperCity\": \"EXETER, NH\",\n        \"shipperState\": \"NH\",\n        \"shipperZip\": \"03833\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NIWC ATLANTIC (NAVAL INFORMATION WA\",\n        \"consigneeAddress\": \"1008 TRIDENT STREET; BLDG 3418\",\n        \"consigneeCity\": \"HANAHAN\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 2040,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/16d5d9da-d259-4a11-b183-db2e7b03b550.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL22F197X\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL22F197X\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL22F197X\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL22F197X\"\n            }\n        ],\n        \"bolnumber\": \"1343704\",\n        \"ponumber\": \"1233848\",\n        \"pronumber\": \"I850182687\"\n    },\n    {\n        \"shipmentID\": 134574857,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 253.63,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739923200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740528000000,\n        \"deliveryDate\": 1740528000000,\n        \"shipperName\": \"T3 MANUFACTURING\",\n        \"shipperAddress\": \"4316 ROSA AVE.\",\n        \"shipperCity\": \"EL PASO\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"79905\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 622,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/d2f8ca53-36a1-4e00-9a3c-310dfafc8241.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1406906\"\n            }\n        ],\n        \"bolnumber\": \"1343707\",\n        \"ponumber\": \"1406906\",\n        \"pronumber\": \"408815329\"\n    },\n    {\n        \"shipmentID\": 134574886,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 527.49,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739923200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740096000000,\n        \"shipperName\": \"Trijicon, Inc.\",\n        \"shipperAddress\": \"49385 Shafer Avenue\",\n        \"shipperCity\": \"Wixom\",\n        \"shipperState\": \"MI\",\n        \"shipperZip\": \"48393\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" Development Command Armament Center(DEVCOM AC)\",\n        \"consigneeAddress\": \"Bldg 91\",\n        \"consigneeCity\": \"Picatinny Arsenal\",\n        \"consigneeState\": \"NJ\",\n        \"consigneeZip\": \"07806\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1545,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/12570045-f08f-4848-a765-9d4fbdcf45a1.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134574886\",\n        \"ponumber\": \"1402571\",\n        \"pronumber\": \"1721497470\"\n    },\n    {\n        \"shipmentID\": 134574925,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 52.97,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740009600000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740441600000,\n        \"shipperName\": \"BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DRIVE\",\n        \"shipperCity\": \"Belleville\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VR-64\",\n        \"consigneeAddress\": \"3370 WONNACOTT AVE JOINT BASE MCQUIRE DIX\",\n        \"consigneeCity\": \"Trenton\",\n        \"consigneeState\": \"NJ\",\n        \"consigneeZip\": \"08641\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 10,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134574925\",\n        \"ponumber\": \"1416449, 1416317\",\n        \"pronumber\": \"772180953316\"\n    },\n    {\n        \"shipmentID\": 134574997,\n        \"name\": \"FEDEX 2DAYA.M.\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 336.43,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX04\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740009600000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740355200000,\n        \"shipperName\": \"RICOCHET MANUFACTURING CO., INC\",\n        \"shipperAddress\": \"4700 WISSAHICKON AVE, SUITE 112\",\n        \"shipperCity\": \"Philadelphia\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19144\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"673rd CES CEF\",\n        \"consigneeAddress\": \"6210 ARTIC WARRIOR DR\",\n        \"consigneeCity\": \"JBER\",\n        \"consigneeState\": \"AK\",\n        \"consigneeZip\": \"99506\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 16,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134574997\",\n        \"ponumber\": \"1425734\",\n        \"pronumber\": \"772180280045\"\n    },\n    {\n        \"shipmentID\": 134575004,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 892.74,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739923200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740355200000,\n        \"deliveryDate\": 1740355200000,\n        \"shipperName\": \"PELICAN\",\n        \"shipperAddress\": \"1564 INNOVATION BLVD\",\n        \"shipperCity\": \"CLAYTON\",\n        \"shipperState\": \"IN\",\n        \"shipperZip\": \"46118\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DHS ICE\",\n        \"consigneeAddress\": \"OFFICE OF FIREARMS AND TACTICAL PROGRAMS\",\n        \"consigneeCity\": \"FORT MOORE\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"31905\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 20,\n        \"totalWeight\": 8812,\n        \"totalHU\": 20,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/6e20438a-1754-4c80-b341-55f66958bb21.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"70CMSW25FC0000010\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"192125NFU00000021\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"70CMSW25FC0000010\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"192125NFU00000021\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"70CMSW25FC0000010\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"192125NFU00000021\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"70CMSW25FC0000010\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"192125NFU00000021\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"70CMSW25FC0000010\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"192125NFU00000021\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"70CMSW25FC0000010\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"192125NFU00000021\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"70CMSW25FC0000010\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"192125NFU00000021\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"70CMSW25FC0000010\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"192125NFU00000021\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"70CMSW25FC0000010\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"192125NFU00000021\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"70CMSW25FC0000010\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"192125NFU00000021\"\n            }\n        ],\n        \"bolnumber\": \"1343733\",\n        \"ponumber\": \"1430338\",\n        \"pronumber\": \"I125016417\"\n    },\n    {\n        \"shipmentID\": 134575057,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 272.44,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1739923200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740614400000,\n        \"deliveryDate\": 1740614400000,\n        \"shipperName\": \"IRIS TECHNOLOGY CORPORATION\",\n        \"shipperAddress\": \"2811 MCGAW AVE\",\n        \"shipperCity\": \"IRVINE\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92614\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"TOBYHANNA ARMY DEPOT\",\n        \"consigneeAddress\": \"11 HAP ARNOLD BLVD BLDG 5\",\n        \"consigneeCity\": \"TOBYHANNA\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"18466\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 818,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/2603fb2f-ab15-4d56-97ec-f8b7c674a12e.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E80\"\n            }\n        ],\n        \"bolnumber\": \"1343731\",\n        \"ponumber\": \"1407499\",\n        \"pronumber\": \"I390407517\"\n    },\n    {\n        \"shipmentID\": 134575095,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 272.44,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740009600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740700800000,\n        \"deliveryDate\": 1740700800000,\n        \"shipperName\": \"IRIS TECHNOLOGY CORPORATION\",\n        \"shipperAddress\": \"2811 MCGAW AVE\",\n        \"shipperCity\": \"IRVINE\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92614\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"TOBYHANNA ARMY DEPOT\",\n        \"consigneeAddress\": \"11 HAP ARNOLD BLVD BLDG 5\",\n        \"consigneeCity\": \"TOBYHANNA\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"18466\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 818,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a3460d70-189a-4c77-b36f-e8b2f2c7903b.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E80\"\n            }\n        ],\n        \"bolnumber\": \"1343744\",\n        \"ponumber\": \"1407499\",\n        \"pronumber\": \"I390407535\"\n    },\n    {\n        \"shipmentID\": 134575154,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 32.07,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740009600000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740355200000,\n        \"shipperName\": \"Atlas Devices\",\n        \"shipperAddress\": \"21 Alpha Rd. Ste 202\",\n        \"shipperCity\": \"Chelmsford\",\n        \"shipperState\": \"MA\",\n        \"shipperZip\": \"01824\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USCG MSRT Chesapeake\",\n        \"consigneeAddress\": \"1260 Shotgun Rd.\",\n        \"consigneeCity\": \"Chesapeake\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23322\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 15,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134575154\",\n        \"ponumber\": \" 1418558\",\n        \"pronumber\": \"772186153996\"\n    },\n    {\n        \"shipmentID\": 134575422,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 682.25,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740009600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740614400000,\n        \"deliveryDate\": 1740614400000,\n        \"shipperName\": \"OUTDOOR RESEARCH\",\n        \"shipperAddress\": \"10668 HICKSON STREET \",\n        \"shipperCity\": \"El Monte\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"91731 \",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 28,\n        \"totalWeight\": 445,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/1c1e18c8-acb2-4059-a837-c0294eaec5b2.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"USOB-1037949\"\n            }\n        ],\n        \"bolnumber\": \"134575422\",\n        \"ponumber\": \"1412000 \",\n        \"pronumber\": \"554680335\"\n    },\n    {\n        \"shipmentID\": 134575725,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 795.3,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740009600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740528000000,\n        \"deliveryDate\": 1740614400000,\n        \"shipperName\": \"UNITED TACTICAL SUPPLY\",\n        \"shipperAddress\": \"464 E. MARKET AVE\",\n        \"shipperCity\": \"DALLASTOWN\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"17313\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"EODGRU 1\",\n        \"consigneeAddress\": \"3500 ATTU RD.\",\n        \"consigneeCity\": \"SAN DIEGO\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92155\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 3160,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/f419bf9f-c576-476d-9bb9-9624f93b0119.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F11QK\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F11QK\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F11QK\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F11QK\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F11QK\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F11QK\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F11QK\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F11QK\"\n            }\n        ],\n        \"bolnumber\": \"1343806\",\n        \"ponumber\": \"1423396\",\n        \"pronumber\": \"0245677858\"\n    },\n    {\n        \"shipmentID\": 134575751,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 200.29,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740009600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740441600000,\n        \"deliveryDate\": 1740441600000,\n        \"shipperName\": \"KINEDYNE LLC\",\n        \"shipperAddress\": \"735 COUNTY RD 4 EAST\",\n        \"shipperCity\": \"PRATTVILLE\",\n        \"shipperState\": \"AL\",\n        \"shipperZip\": \"36067\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOLUTION BASED INNOVATION\",\n        \"consigneeAddress\": \"2656 QUALITY COURT\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 900,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/bb166491-1440-4d33-84be-c90398b9b8e1.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1421096\"\n            }\n        ],\n        \"bolnumber\": \"1343808\",\n        \"ponumber\": \"1421096\",\n        \"pronumber\": \"I543409605 \"\n    },\n    {\n        \"shipmentID\": 134575895,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 190.22,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740009600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740528000000,\n        \"deliveryDate\": 1740528000000,\n        \"shipperName\": \"D&S\",\n        \"shipperAddress\": \"300 D&S LANE\",\n        \"shipperCity\": \"BEAR\",\n        \"shipperState\": \"DE\",\n        \"shipperZip\": \"19701\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"JPEO-CBRND (CHEMICAL BIOLOGICAL RAD\",\n        \"consigneeAddress\": \"1807 COVE ROAD BLDG 3888\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23459\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1540,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/fbab59b847a87081c85a0ceec8c3bc1a-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24F0140\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"UNIT TWO V0031A\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24F0140\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"UNIT TWO V0031A\"\n            }\n        ],\n        \"bolnumber\": \"1343864\",\n        \"ponumber\": \"1398147\",\n        \"pronumber\": \"I255119652\"\n    },\n    {\n        \"shipmentID\": 134575963,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 25.59,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740096000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740355200000,\n        \"shipperName\": \"JUGGERNAUT DEFENSE LLC\",\n        \"shipperAddress\": \"9229 E VERDE GROVE VIEW\",\n        \"shipperCity\": \"Scottsdale\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85255\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"19TH SFG UT ARNG\",\n        \"consigneeAddress\": \"17800 REDWOOD RD BLDG 5160\",\n        \"consigneeCity\": \"Riverton\",\n        \"consigneeState\": \"UT\",\n        \"consigneeZip\": \"84065\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 11,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://www.fedex.com/fedextrack/?tracknumbers=772204568720\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134575963\",\n        \"ponumber\": \"1430473\",\n        \"pronumber\": \"772204568720\"\n    },\n    {\n        \"shipmentID\": 134576038,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 503.36,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740009600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740441600000,\n        \"deliveryDate\": 1740441600000,\n        \"shipperName\": \"WILEY X, INC.\",\n        \"shipperAddress\": \"15755 PRESTON RD\",\n        \"shipperCity\": \"FRISCO\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75033\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 3748,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/82399530404579e25e9e926196e69f1d-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1430358\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1430358\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1430358\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1430358\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1430358\"\n            }\n        ],\n        \"bolnumber\": \"1343886\",\n        \"ponumber\": \"1430358\",\n        \"pronumber\": \"382018788\"\n    },\n    {\n        \"shipmentID\": 134576041,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 881.95,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740009600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740355200000,\n        \"deliveryDate\": 1740355200000,\n        \"shipperName\": \"L3Harris\",\n        \"shipperAddress\": \"1350 Jefferson Road\",\n        \"shipperCity\": \"Rochester\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 3568,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/9474fda8d4de3ac9c8947f667e59129b-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"20015885\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"20015885\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"20015885\"\n            }\n        ],\n        \"bolnumber\": \"134576041\",\n        \"ponumber\": \"1420820\",\n        \"pronumber\": \"1260578483\"\n    },\n    {\n        \"shipmentID\": 134576055,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 226.15,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740009600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740441600000,\n        \"shipperName\": \"InVeris Training Solutions\",\n        \"shipperAddress\": \"296 Brogdon Road\",\n        \"shipperCity\": \"Suwanee\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30024\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS, INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR \",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 375,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/8cfd26c5efeb438730260615639d260c-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134576055\",\n        \"ponumber\": \"1429179\",\n        \"pronumber\": \"417220596\"\n    },\n    {\n        \"shipmentID\": 134576199,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 165.47,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740009600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740355200000,\n        \"deliveryDate\": 1740355200000,\n        \"shipperName\": \"MISSION SYSTEMS DAVENPORT\",\n        \"shipperAddress\": \"2734 HICKORY GROVE RD\",\n        \"shipperCity\": \"DAVENPORT\",\n        \"shipperState\": \"IA\",\n        \"shipperZip\": \"52804\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM UH PO (UTILITY HELICOPTERS PROJE\",\n        \"consigneeAddress\": \"BLDG 8024 COTTONWOOD ROAD\",\n        \"consigneeCity\": \"REDSTONE ARSENAL\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35898\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 640,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/1e2d1823-e261-475c-85d5-88c52c30c427.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F12L2\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"R&FM UHPO\"\n            }\n        ],\n        \"bolnumber\": \"1343895\",\n        \"ponumber\": \"1361647\",\n        \"pronumber\": \"I644968521\"\n    },\n    {\n        \"shipmentID\": 134576324,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.11,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740355200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740528000000,\n        \"deliveryDate\": 1740528000000,\n        \"shipperName\": \"DRS\",\n        \"shipperAddress\": \"246 AIRPORT ROAD\",\n        \"shipperCity\": \"JOHNSTOWN\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"15904\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC PHILADELPHIA\",\n        \"consigneeAddress\": \"5001 S BROAD ST\",\n        \"consigneeCity\": \"PHILADELPHIA\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"19112\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 900,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/c2fab96b2935b72e68be42d7318541cd-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E10\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E10\"\n            }\n        ],\n        \"bolnumber\": \"1343901\",\n        \"ponumber\": \"1410863\",\n        \"pronumber\": \"I625367034\"\n    },\n    {\n        \"shipmentID\": 134576330,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 222.8,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740096000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740528000000,\n        \"shipperName\": \"Technology Dynamics \",\n        \"shipperAddress\": \"100 School Street\",\n        \"shipperCity\": \"Bergenfield\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"07621\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"GXPQ TEST AND MEASUREMENT EQUIPMENT BRANCH \",\n        \"consigneeAddress\": \"300 HIGHWAY 361 BLDG 41NE\",\n        \"consigneeCity\": \"Crane\",\n        \"consigneeState\": \"IN\",\n        \"consigneeZip\": \"47522\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 180,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134576330\",\n        \"ponumber\": \"1407753\",\n        \"pronumber\": \"5762316243\"\n    },\n    {\n        \"shipmentID\": 134576500,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 215.15,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740355200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740528000000,\n        \"deliveryDate\": 1740528000000,\n        \"shipperName\": \"United Terra Technologies\",\n        \"shipperAddress\": \"234 ABBY ROAD\",\n        \"shipperCity\": \"Manchester\",\n        \"shipperState\": \"NH\",\n        \"shipperZip\": \"03103\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PECKHAM VOCATIONAL INDUSTRIES INC\",\n        \"consigneeAddress\": \"5408 W GRAND RIVER AVE BLDG B\",\n        \"consigneeCity\": \"Lansing\",\n        \"consigneeState\": \"MI\",\n        \"consigneeZip\": \"48906\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 625,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/f482791e0bedc7905088293f5eefad3f-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"UY0157/PECKHAM INC OCIE 3PL\"\n            }\n        ],\n        \"bolnumber\": \"134576500\",\n        \"ponumber\": \"1417977 \",\n        \"pronumber\": \"I849754494\"\n    },\n    {\n        \"shipmentID\": 134576682,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 29.34,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740355200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740528000000,\n        \"shipperName\": \"Rebel Systems LLC\",\n        \"shipperAddress\": \"7887 Bryan Dairy Road, Suite 351B\",\n        \"shipperCity\": \"Seminole\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33777\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NIWC ATLANTIC (NAVAL INFORMATION WARFARE CENTER ATLANTIC)\",\n        \"consigneeAddress\": \"1008 TRIDENT STREET\",\n        \"consigneeCity\": \"Hanahan\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 22,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://www.fedex.com/fedextrack/?tracknumbers=772213792758\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134576682\",\n        \"ponumber\": \"1409887\",\n        \"pronumber\": \"772213792758\"\n    },\n    {\n        \"shipmentID\": 134576813,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1499.71,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740096000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740700800000,\n        \"deliveryDate\": 1740614400000,\n        \"shipperName\": \"Pelican Products Inc\",\n        \"shipperAddress\": \"651 Barrington Ave STE A\",\n        \"shipperCity\": \"Ontario\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"91764\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 2597,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c4346099-f369-46b2-a4f6-bf7de0406696.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134576813\",\n        \"ponumber\": \"1395626\",\n        \"pronumber\": \"2954284323\"\n    },\n    {\n        \"shipmentID\": 134576926,\n        \"name\": \"none\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740096000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740441600000,\n        \"deliveryDate\": 1740441600000,\n        \"shipperName\": \"MUSTANGSURVIVAL\",\n        \"shipperAddress\": \"201 BUSCH DRIVE\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 2300,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/f6bd27cd-a84e-418f-ada4-f6cbebdb7768.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1399081\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1399081\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1399081\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1399081\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1399081\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"\"\n            }\n        ],\n        \"bolnumber\": \"1344659\",\n        \"ponumber\": \"1399081\",\n        \"pronumber\": \"395729165\"\n    },\n    {\n        \"shipmentID\": 134576950,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740096000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740355200000,\n        \"deliveryDate\": 1740441600000,\n        \"shipperName\": \"SKYDIO INC.\",\n        \"shipperAddress\": \"27317 INDUSTRIAL BLVD\",\n        \"shipperCity\": \"HAYWARD\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"94545\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"EVOLVING RESOURCES INC\",\n        \"consigneeAddress\": \"5284 ADOLFO RD STE 150\",\n        \"consigneeCity\": \"CAMARILLO\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"93012\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1322,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b1af0d78-5c2a-4a5d-8d2e-80d81373e742.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F12J1\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F12J1\"\n            }\n        ],\n        \"bolnumber\": \"1344658\",\n        \"ponumber\": \"1428966\",\n        \"pronumber\": \"I170576865\"\n    },\n    {\n        \"shipmentID\": 134576984,\n        \"name\": \"none\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740096000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740441600000,\n        \"deliveryDate\": 1740441600000,\n        \"shipperName\": \"DEFENSE VENTURE HOLDINGS\",\n        \"shipperAddress\": \"2601 PERFORMANCE CT. SUITE 101\",\n        \"shipperCity\": \"VIRGINIA BEACH\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"HIGH ENERGY METALS INC\",\n        \"consigneeAddress\": \"293 BUSINESS PARK LOOP\",\n        \"consigneeCity\": \"SEGUIM\",\n        \"consigneeState\": \"WA\",\n        \"consigneeZip\": \"98387\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 548,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/6edb4e4a-496a-4fc1-baae-c5a3826e3425.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10Z4\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10Z4\"\n            }\n        ],\n        \"bolnumber\": \"1344670\",\n        \"ponumber\": \"1421053\",\n        \"pronumber\": \"395729149\"\n    },\n    {\n        \"shipmentID\": 134577162,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740096000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740960000000,\n        \"deliveryDate\": 1740700800000,\n        \"shipperName\": \"TYR TACTICAL\",\n        \"shipperAddress\": \"9330 N 91ST AVE\",\n        \"shipperCity\": \"PEORIA\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"SOFSA 5749 BRIAR HILL ROAD BUILDING 220 DOOR 4\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 3524,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24P0013\"\n            }\n        ],\n        \"bolnumber\": \"1344727\",\n        \"ponumber\": \"1401890\",\n        \"pronumber\": \"2972382389\"\n    },\n    {\n        \"shipmentID\": 134577383,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740355200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740614400000,\n        \"deliveryDate\": 1740528000000,\n        \"shipperName\": \"MURRAY BENJAMIN ELECTRIC\",\n        \"shipperAddress\": \"397 WEST AVE\",\n        \"shipperCity\": \"Stamford\",\n        \"shipperState\": \"CT\",\n        \"shipperZip\": \"06902\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"GXPS UNDERSEA MANAGEMENT BRANCH\",\n        \"consigneeAddress\": \"300 HIGHWAY 361 CODE GXPS, BLDG 41SE\",\n        \"consigneeCity\": \"Crane\",\n        \"consigneeState\": \"IN\",\n        \"consigneeZip\": \"47522\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 6375,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/ce7822b1de7f0ee78d386752cf026e3b-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134564344\",\n        \"ponumber\": \"1290281\",\n        \"pronumber\": \"I543836538\"\n    },\n    {\n        \"shipmentID\": 134577389,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740096000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740614400000,\n        \"deliveryDate\": 1740528000000,\n        \"shipperName\": \"Murray Benjamin Electric\",\n        \"shipperAddress\": \"397 West Ave\",\n        \"shipperCity\": \"Stamford\",\n        \"shipperState\": \"CT\",\n        \"shipperZip\": \"06902\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"GXPS UNDERSEA SENSORS MANAGEMENT BRANCH\",\n        \"consigneeAddress\": \"300 HWY 361 B41 CODE GXPS\",\n        \"consigneeCity\": \"Crane\",\n        \"consigneeState\": \"IN\",\n        \"consigneeZip\": \"47522\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 4298,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/172d328b78f36350c2ae3a245b303e71-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134564355\",\n        \"ponumber\": \"1322472\",\n        \"pronumber\": \"I543836529\"\n    },\n    {\n        \"shipmentID\": 134577393,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 617.6,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740355200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740873600000,\n        \"deliveryDate\": 1740960000000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CONSOLIDATED STORAGE PROGRAM\",\n        \"consigneeAddress\": \"A ST. MCLB, 1ST FSB WHSE 4\",\n        \"consigneeCity\": \"Barstow\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92311\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 36,\n        \"totalWeight\": 710,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134564487\",\n        \"ponumber\": \"1393355\",\n        \"pronumber\": \"0285910389\"\n    },\n    {\n        \"shipmentID\": 134577400,\n        \"name\": \"none\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740355200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740528000000,\n        \"shipperName\": \"QUANTUM SYSTEMS INC.\",\n        \"shipperAddress\": \"5160 GABBERT ROAD\",\n        \"shipperCity\": \"Moorpark\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"93021\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SP (PM SPECIAL PROGRAMS)\",\n        \"consigneeAddress\": \"5749 BRIAR HILL ROAD BLDG 221 DOOR 7 SUBTASK 24-1305\",\n        \"consigneeCity\": \"Lexington\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 0,\n        \"totalWeight\": 0,\n        \"totalHU\": 0,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F15CR\"\n            }\n        ],\n        \"bolnumber\": \"134564502\",\n        \"ponumber\": \"1382726\",\n        \"pronumber\": \"154963196\"\n    },\n    {\n        \"shipmentID\": 134577411,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 479.84,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740355200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740528000000,\n        \"deliveryDate\": 1740528000000,\n        \"shipperName\": \"MIDWAY INDUSTRIAL SUPPLY\",\n        \"shipperAddress\": \"3930 Eastbourne Dr.\",\n        \"shipperCity\": \"Syracuse\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"13206\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Solution Based Innovation\",\n        \"consigneeAddress\": \"2656 Quality Ct\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1841,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/12c0941a9b75ca2ff8f47aa1288df2e7-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134564523\",\n        \"ponumber\": \"1317123\",\n        \"pronumber\": \"630079758\"\n    },\n    {\n        \"shipmentID\": 134577421,\n        \"name\": \"none\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740096000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740960000000,\n        \"deliveryDate\": 1741046400000,\n        \"shipperName\": \"Teledyne FLIR\",\n        \"shipperAddress\": \"7055 Troy Hill Dr STE 300\",\n        \"shipperCity\": \"Elkridge\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21075\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"EVOLVING RESOURCES INC\",\n        \"consigneeAddress\": \"5284 ADOLFO RD STE 150\",\n        \"consigneeCity\": \"Camarillo\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"93012\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 0,\n        \"totalWeight\": 0,\n        \"totalHU\": 0,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134564563\",\n        \"ponumber\": \"1415861\",\n        \"pronumber\": \"0294741548\"\n    },\n    {\n        \"shipmentID\": 134577425,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 301.34,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740355200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740528000000,\n        \"shipperName\": \"BLACKSTONE TOWER PARTNERS, LLC DBA DRAXXON\",\n        \"shipperAddress\": \"1103 WEST RANDOLPH STREET\",\n        \"shipperCity\": \"Mcleansboro\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62859\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DHS ICE - OFFICE OF FIREARMS AND TACTICAL PROGRAMS\",\n        \"consigneeAddress\": \"6760 UPTON AVE BLDG 234\",\n        \"consigneeCity\": \"Fort Benning\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"31905\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 116,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"70CMSW24FR0000134\"\n            }\n        ],\n        \"bolnumber\": \"134564569\",\n        \"ponumber\": \"1411694\",\n        \"pronumber\": \"8657129176\"\n    },\n    {\n        \"shipmentID\": 134577428,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 190.91,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740355200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740528000000,\n        \"deliveryDate\": 1740528000000,\n        \"shipperName\": \"Best Made Designs LLC/Cowtown Western Belt\",\n        \"shipperAddress\": \"5608 SCOGGINS ST\",\n        \"shipperCity\": \"Fort Worth\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"76114\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VF IMAGEWEAR INC\",\n        \"consigneeAddress\": \"800 SOUTH MAIN ST\",\n        \"consigneeCity\": \"Henning\",\n        \"consigneeState\": \"TN\",\n        \"consigneeZip\": \"38041\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 42,\n        \"totalWeight\": 1012,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/5e64acaf1569a91cf9b7fa9f12976d66-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134564577\",\n        \"ponumber\": \"1419441\",\n        \"pronumber\": \"420206345\"\n    },\n    {\n        \"shipmentID\": 134577435,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740355200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740960000000,\n        \"deliveryDate\": 1740960000000,\n        \"shipperName\": \"OUTDOOR RESEARCH\",\n        \"shipperAddress\": \"21402 24th Ave S, Bldg. B, Ste K\",\n        \"shipperCity\": \"Des Moines\",\n        \"shipperState\": \"WA\",\n        \"shipperZip\": \"98198\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 24,\n        \"totalWeight\": 509,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/8c4c4f26771cf0c29897e3f7dc1067e5-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134564697\",\n        \"ponumber\": \"1411801\",\n        \"pronumber\": \"I901590588\"\n    },\n    {\n        \"shipmentID\": 134577458,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740355200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740528000000,\n        \"deliveryDate\": 1740528000000,\n        \"shipperName\": \"US Chemical Storage\",\n        \"shipperAddress\": \"1202 Woodfield Way\",\n        \"shipperCity\": \"Wilkesboro\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28697\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Madison County AL SO\",\n        \"consigneeAddress\": \"5827 Oakwood Road NW\",\n        \"consigneeCity\": \"Huntsville\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35806\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 44,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/f235b020fc7dd4304399930a2091e4c6-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134564509\",\n        \"ponumber\": \"1424941\",\n        \"pronumber\": \"I438666849\"\n    },\n    {\n        \"shipmentID\": 134578051,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 231.53,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740355200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740441600000,\n        \"deliveryDate\": 1740441600000,\n        \"shipperName\": \"SOUTH-TEK SYSTEMS\",\n        \"shipperAddress\": \"3700 US HIGHWAY 421 NORTH\",\n        \"shipperCity\": \"WILMINGTON\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28401\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 4360,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/752a7a18bae5a71ad42a1fd5a8d72cfd-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1422823\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1422823\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1422823\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1422823\"\n            }\n        ],\n        \"bolnumber\": \"1344766\",\n        \"ponumber\": \"1422823\",\n        \"pronumber\": \"405815603\"\n    },\n    {\n        \"shipmentID\": 134578332,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 148.49,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740441600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740528000000,\n        \"deliveryDate\": 1740528000000,\n        \"shipperName\": \"COCOON SOUTH NEW\",\n        \"shipperAddress\": \"824 LOCUST ST.\",\n        \"shipperCity\": \"HENDERSONVILLE\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28792\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"2ND MAW MAG 26 MALS 26\",\n        \"consigneeAddress\": \"BLDG AS-4085\",\n        \"consigneeCity\": \"JACKSONVILLE\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28545\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1052,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/9d9590cdf487f3f0d3d7de970221ced8-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EM24F10KF\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EM24F10KF\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EM24F10KF\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EM24F10KF\"\n            }\n        ],\n        \"bolnumber\": \"1344803\",\n        \"ponumber\": \"1405939\",\n        \"pronumber\": \"422010171\"\n    },\n    {\n        \"shipmentID\": 134578464,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 275.8,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740441600000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740700800000,\n        \"shipperName\": \"TRICOM RESEARCH INC\",\n        \"shipperAddress\": \"17791 SKY PARK CIRCLE SUITE J\",\n        \"shipperCity\": \"Irvine\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92614\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 120,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134578464\",\n        \"ponumber\": \"1409067\",\n        \"pronumber\": \"772275542219 \"\n    },\n    {\n        \"shipmentID\": 134578700,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 242.75,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740355200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741046400000,\n        \"deliveryDate\": 1741046400000,\n        \"shipperName\": \"ELECTROMET CORPORATION\",\n        \"shipperAddress\": \"879 COMMONWEALTH AVE\",\n        \"shipperCity\": \"HAGERTOWN\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21740\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMW A 170 AMPHIBIOUS TACTICAL COMMS\",\n        \"consigneeAddress\": \"4297 PACIFIC HWY BLDG 7\",\n        \"consigneeCity\": \"SAN DIEGO\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92110\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 400,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/4d1e9876-9e9a-4103-ad7e-09b6d92554ad.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F102R\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F102R\"\n            }\n        ],\n        \"bolnumber\": \"1344823\",\n        \"ponumber\": \"1410917\",\n        \"pronumber\": \"I624124026\"\n    },\n    {\n        \"shipmentID\": 134578733,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 435.92,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740355200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740614400000,\n        \"deliveryDate\": 1740614400000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"290TH JCSS\",\n        \"consigneeAddress\": \"9211 Marina Bay Dr\",\n        \"consigneeCity\": \"Tampa\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"33621\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 980,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/717a5848-646c-4774-bfd3-f74b9832c25e.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"0000\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1226455\"\n            }\n        ],\n        \"bolnumber\": \"134578733\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"601002500\"\n    },\n    {\n        \"shipmentID\": 134578745,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 493.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740441600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741046400000,\n        \"deliveryDate\": 1741046400000,\n        \"shipperName\": \"TRONSON MANUFACTURING INC\",\n        \"shipperAddress\": \"3421 YALE WAY\",\n        \"shipperCity\": \"FREMONT\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"94538\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ANNISTON ARMY DEPOT\",\n        \"consigneeAddress\": \"7 FRANKFORD AVE\",\n        \"consigneeCity\": \"ANNISTON\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"36201\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 2196,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/200292b6-f95b-4589-89f2-fd1ac097ff80.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F118L\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F118L\"\n            }\n        ],\n        \"bolnumber\": \"1344825\",\n        \"ponumber\": \"1347021\",\n        \"pronumber\": \"142282884\"\n    },\n    {\n        \"shipmentID\": 134578850,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 146.15,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740355200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740528000000,\n        \"deliveryDate\": 1740528000000,\n        \"shipperName\": \"L3HARRIS TECHNOLOGIES\",\n        \"shipperAddress\": \"1350 JEFFERSON ROAD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"932ND SFS\",\n        \"consigneeAddress\": \"102 S ADAMS ST BLDG 4010\",\n        \"consigneeCity\": \"SCOTT AFB\",\n        \"consigneeState\": \"IL\",\n        \"consigneeZip\": \"62225\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 266,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/ac5cc47454f6d15726de1a296457d323-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F16K3\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F16K3\"\n            }\n        ],\n        \"bolnumber\": \"1344830\",\n        \"ponumber\": \"1388188\",\n        \"pronumber\": \"I731827431\"\n    },\n    {\n        \"shipmentID\": 134578968,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 36.1,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740441600000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740528000000,\n        \"shipperName\": \"BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DRIVE\",\n        \"shipperCity\": \"Belleville\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"HSC – 2\",\n        \"consigneeAddress\": \"524 A ST BLDG SP15\",\n        \"consigneeCity\": \"Norfolk\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23511\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 16,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134578968\",\n        \"ponumber\": \"1426461\",\n        \"pronumber\": \"772284923241\"\n    },\n    {\n        \"shipmentID\": 134579075,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 127.54,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740441600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740441600000,\n        \"shipperName\": \"LONDON BRIDGE TRADING\",\n        \"shipperAddress\": \"2861 Guardian Lane\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23452\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 700,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/35193e5d-c0fa-41eb-a729-944b87af8a81.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134579075\",\n        \"ponumber\": \"1405197\",\n        \"pronumber\": \"028-0764788\"\n    },\n    {\n        \"shipmentID\": 134579120,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 481.62,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740441600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740614400000,\n        \"shipperName\": \"Form Tech Concrete Forms\",\n        \"shipperAddress\": \"2850 Kramer Road\",\n        \"shipperCity\": \"Gibsonia\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"15044\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" Solution Based Innovation\",\n        \"consigneeAddress\": \"2656 Quality Ct\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 425,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/fbdd2f7f-b34d-45b3-b3fd-4e3e93c6ea87.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134579120\",\n        \"ponumber\": \"1421084\",\n        \"pronumber\": \"010-3805645\"\n    },\n    {\n        \"shipmentID\": 134579123,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 253.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740355200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740441600000,\n        \"deliveryDate\": 1740441600000,\n        \"shipperName\": \"KRATOS UNMANNED AERIAL SYSTEMS\",\n        \"shipperAddress\": \"5301 RALEY BLVD\",\n        \"shipperCity\": \"SACRAMENTO\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"95831\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMA 208 NAVY AERIAL TARGETS AND DEC\",\n        \"consigneeAddress\": \"9TH STREET BLDG 123\",\n        \"consigneeCity\": \"POINT MUGU\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"93042\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 2040,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/d44207e90d7c097c054a49bb9db48300-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL22F1675\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL22F1675\"\n            }\n        ],\n        \"bolnumber\": \"1344866\",\n        \"ponumber\": \"1221252\",\n        \"pronumber\": \"532184516\"\n    },\n    {\n        \"shipmentID\": 134579147,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 643.75,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740355200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741046400000,\n        \"deliveryDate\": 1741046400000,\n        \"shipperName\": \"Callaway Golf\",\n        \"shipperAddress\": \"15221 N Beach St\",\n        \"shipperCity\": \"Fort Worth\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"76177\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"  USSOCOM REGIONAL CONTRACTING OFC\",\n        \"consigneeAddress\": \"MALVESTI RD BLDG 3-1947\",\n        \"consigneeCity\": \"POPE ARMY AIRFIELD\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28308\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 250,\n        \"totalWeight\": 545,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a60b6b52-35f2-42ab-8ced-e59df2c9fe0f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"842071249\"\n            }\n        ],\n        \"bolnumber\": \"134579147\",\n        \"ponumber\": \"1430542\",\n        \"pronumber\": \"071875419\"\n    },\n    {\n        \"shipmentID\": 134579148,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 870.57,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740441600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740700800000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"SOFSA\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 5714,\n        \"totalHU\": 12,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/e738a442-d000-450e-8737-f39b863eabb2.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24P0013\"\n            }\n        ],\n        \"bolnumber\": \"1344868\",\n        \"ponumber\": \"1402197\",\n        \"pronumber\": \"683079701\"\n    },\n    {\n        \"shipmentID\": 134579155,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 248.58,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740441600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740614400000,\n        \"deliveryDate\": 1740614400000,\n        \"shipperName\": \"WILEY X, INC.\",\n        \"shipperAddress\": \"15755 PRESTON RD\",\n        \"shipperCity\": \"FRISCO\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75033\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1420,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1431498\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1431498\"\n            }\n        ],\n        \"bolnumber\": \"1344869\",\n        \"ponumber\": \"1431498\",\n        \"pronumber\": \"423357077\"\n    },\n    {\n        \"shipmentID\": 134579157,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 472.76,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740528000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740960000000,\n        \"shipperName\": \"Aerial Machine & Tool\",\n        \"shipperAddress\": \"4298 Jeb Stuart Highway\",\n        \"shipperCity\": \"Meadows Dan\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"24120\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMA 202 AIRCREW SYSTEMS\",\n        \"consigneeAddress\": \"22697 HAMMOND RD BLDG 653\",\n        \"consigneeCity\": \"Patuxent River\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20670\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 20,\n        \"totalWeight\": 1780,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/53f1c63b-fedc-4c41-a23e-c2995a5fac48.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134579157\",\n        \"ponumber\": \"1384684\",\n        \"pronumber\": \"029-0159202\"\n    },\n    {\n        \"shipmentID\": 134579198,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 209.88,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740528000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740614400000,\n        \"deliveryDate\": 1740614400000,\n        \"shipperName\": \" Zero Point Incorporated\",\n        \"shipperAddress\": \"1763 Princess Anne Road Suite 105\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23456\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MARSOC\",\n        \"consigneeAddress\": \"Stone Bay Rifle Range RD – BLDG RR465 BAY 101\",\n        \"consigneeCity\": \"Sneads Ferry\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28460\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 640,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/5afb4205-a280-4dcd-ae06-354eaab1c24b.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F1969\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"M2097042321C1M\"\n            }\n        ],\n        \"bolnumber\": \"134579198\",\n        \"ponumber\": \"1397199\",\n        \"pronumber\": \"631103634\"\n    },\n    {\n        \"shipmentID\": 134579207,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 137.39,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740441600000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740528000000,\n        \"shipperName\": \" BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DRIVE\",\n        \"shipperCity\": \"Belleville\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VF IMAGEWEAR\",\n        \"consigneeAddress\": \"800 S MAIN ST\",\n        \"consigneeCity\": \"Henning\",\n        \"consigneeState\": \"TN\",\n        \"consigneeZip\": \"38041\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 74,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134579207\",\n        \"ponumber\": \"1426528 1431355\",\n        \"pronumber\": \"772285452181\"\n    },\n    {\n        \"shipmentID\": 134579237,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 217.75,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740441600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741046400000,\n        \"deliveryDate\": 1741046400000,\n        \"shipperName\": \"BLUE AEROSPACE \",\n        \"shipperAddress\": \"6211 N. NOB HILL RD\",\n        \"shipperCity\": \"Fort Lauderdale\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33321\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM F 16 (AFLCMC WAM)\",\n        \"consigneeAddress\": \"6137 WARDLEIGH RD BLDG 1515\",\n        \"consigneeCity\": \"HILL AFB\",\n        \"consigneeState\": \"UT\",\n        \"consigneeZip\": \"84056\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 119,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/09ffd49d-4ab4-4099-ae46-377ec9af3a4d.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134579237\",\n        \"ponumber\": \"1344881\",\n        \"pronumber\": \"I917903493\"\n    },\n    {\n        \"shipmentID\": 134579608,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 178.71,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740441600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740614400000,\n        \"deliveryDate\": 1740614400000,\n        \"shipperName\": \"LUXOTTICA\",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 255,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8872399460\"\n            }\n        ],\n        \"bolnumber\": \"134579608\",\n        \"ponumber\": \"1417400\",\n        \"pronumber\": \"420406514\"\n    },\n    {\n        \"shipmentID\": 134579774,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 158.03,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740441600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740614400000,\n        \"deliveryDate\": 1740614400000,\n        \"shipperName\": \"MISSION SYSTEMS DAVENPORT\",\n        \"shipperAddress\": \"2734 HICKORY GROVE RD\",\n        \"shipperCity\": \"DAVENPORT\",\n        \"shipperState\": \"IA\",\n        \"shipperZip\": \"52804\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM UH PO (UTILITY HELICOPTERS PROJE\",\n        \"consigneeAddress\": \"BLDG 8024 COTTONWOOD ROAD\",\n        \"consigneeCity\": \"REDSTONE ARSENAL\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35898\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 642,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/29784077-86c6-49b1-be0f-0e834ac1a707.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F12L2\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"R&FM UHPO\"\n            }\n        ],\n        \"bolnumber\": \"1345003\",\n        \"ponumber\": \"1361647\",\n        \"pronumber\": \"I644950665\"\n    },\n    {\n        \"shipmentID\": 134579785,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 131.32,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740441600000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740960000000,\n        \"shipperName\": \" BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DRIVE\",\n        \"shipperCity\": \"Belleville\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VP-9 MATERICAL CONTROL\",\n        \"consigneeAddress\": \"3560 N CHARLES PORTER AVE\",\n        \"consigneeCity\": \"Oak Harbor\",\n        \"consigneeState\": \"WA\",\n        \"consigneeZip\": \"98278\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 35,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134579785\",\n        \"ponumber\": \"1431647, 1431643, 1431662\",\n        \"pronumber\": \"772316177054\"\n    },\n    {\n        \"shipmentID\": 134579797,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 78.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740441600000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740614400000,\n        \"shipperName\": \" BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DRIVE\",\n        \"shipperCity\": \"Belleville\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"4TH MAW VMGR 234 A AVN SUPPLY\",\n        \"consigneeAddress\": \"1050 BOYINGTON DR NAS JRB\",\n        \"consigneeCity\": \"FT WORTH\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"76127\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 24,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134579797\",\n        \"ponumber\": \"1431667, 1431644, 1431650\",\n        \"pronumber\": \"772304091989\"\n    },\n    {\n        \"shipmentID\": 134579805,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 175.16,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740441600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740614400000,\n        \"shipperName\": \"True North Enterprises\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd. Units 108-109\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"QED SYSTEMS INC\",\n        \"consigneeAddress\": \"1848 Dillingham Blvd BLDG X-134, DWY X-1\",\n        \"consigneeCity\": \"Norfolk\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23511 \",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 265,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/1c6d28d9-7df3-4f5b-8d46-51f832f5d88a.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F1E5B / REQ# N0002442681FMK\"\n            }\n        ],\n        \"bolnumber\": \"134579805\",\n        \"ponumber\": \"1408802\",\n        \"pronumber\": \"0280862834\"\n    },\n    {\n        \"shipmentID\": 134579806,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 155.87,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740614400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740960000000,\n        \"deliveryDate\": 1740960000000,\n        \"shipperName\": \"CAPEWELL AERIAL SYSTEMS LLC\",\n        \"shipperAddress\": \"4298 JEB STUART HWY\",\n        \"shipperCity\": \"MEADOWS OF DAN\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"24120\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VSE CORPORATION\",\n        \"consigneeAddress\": \"18259 GREEN ROAD\",\n        \"consigneeCity\": \"RUTHER GLEN\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22546\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 3120,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/82faaebed1ca0ac9fd44db439cee6e61-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E2D\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E2D\"\n            }\n        ],\n        \"bolnumber\": \"1344983\",\n        \"ponumber\": \"1406837\",\n        \"pronumber\": \"744483051\"\n    },\n    {\n        \"shipmentID\": 134579947,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 155.18,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740441600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740960000000,\n        \"deliveryDate\": 1740960000000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USSS TSD\",\n        \"consigneeAddress\": \"843 Brightseat Road\",\n        \"consigneeCity\": \"Landover\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20785\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 84,\n        \"totalWeight\": 2520,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/bbc64389-c19d-4ff1-9b20-09d3f536b824.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F11LM\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1244681\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"7032A453551H3NXXX\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F11LM\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1244681\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"7032A453551H3NXXX\"\n            }\n        ],\n        \"bolnumber\": \"134579947\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"639302983\"\n    },\n    {\n        \"shipmentID\": 134580483,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 189.03,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740528000000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741046400000,\n        \"shipperName\": \"TECNADYNE\",\n        \"shipperAddress\": \"9770 Carroll Centre rd, Suite C\",\n        \"shipperCity\": \"San Diego\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92126\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC CARDEROCK SFOMF\",\n        \"consigneeAddress\": \"8010 NORTH OCEAN DRIVE\",\n        \"consigneeCity\": \"Dania Beach\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"33004\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 67,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134580483\",\n        \"ponumber\": \"1389008\",\n        \"pronumber\": \"772312682566 \"\n    },\n    {\n        \"shipmentID\": 134580558,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 87.63,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740528000000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741651200000,\n        \"shipperName\": \"Spiritus Systems\",\n        \"shipperAddress\": \"112 Bud Pl\",\n        \"shipperCity\": \"Aberdeen\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28315\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FBI Honolulu HI\",\n        \"consigneeAddress\": \"91-1300 Enterprise Ave\",\n        \"consigneeCity\": \"Kapolei\",\n        \"consigneeState\": \"HI\",\n        \"consigneeZip\": \"96707\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 1,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134580558\",\n        \"ponumber\": \"1428444\",\n        \"pronumber\": \"772316456444\"\n    },\n    {\n        \"shipmentID\": 134580566,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 131.1,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740528000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740614400000,\n        \"shipperName\": \"Wesco/Anixter NJ\",\n        \"shipperAddress\": \"7 Santa Fe Way Suite 702\",\n        \"shipperCity\": \"Cranbury\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08512\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 106,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/5cbaeacc-8588-43aa-bbf0-4961c4cbe793.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134580566\",\n        \"ponumber\": \"1419351\",\n        \"pronumber\": \"015-5906277\"\n    },\n    {\n        \"shipmentID\": 134580605,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 442.9,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740528000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740960000000,\n        \"deliveryDate\": 1740700800000,\n        \"shipperName\": \"TYR TACTICAL\",\n        \"shipperAddress\": \"9330 N 91ST AVE\",\n        \"shipperCity\": \"PEORIA\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"SOFSA\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1674,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/7ecd6fed-edbb-4085-82f7-b9c6a2928140.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24P0013\"\n            }\n        ],\n        \"bolnumber\": \"1345123\",\n        \"ponumber\": \"1401890\",\n        \"pronumber\": \"2972382389\"\n    },\n    {\n        \"shipmentID\": 134580622,\n        \"name\": \"DGX DEPENDABLE GLOBAL EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 6602.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740960000000,\n        \"modeDesc\": \"Domestic Ocean\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743638400000,\n        \"shipperName\": \"WANCO INC\",\n        \"shipperAddress\": \"15800 East 40th ave\",\n        \"shipperCity\": \"Aurora\",\n        \"shipperState\": \"CO\",\n        \"shipperZip\": \"80011\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"554TH RHS\",\n        \"consigneeAddress\": \"NW FIELD BLDG 61252\",\n        \"consigneeCity\": \"YIGO\",\n        \"consigneeState\": \"GU\",\n        \"consigneeZip\": \"96929\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 3600,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"FA805124F0067\"\n            }\n        ],\n        \"bolnumber\": \"134580622\",\n        \"ponumber\": \"1406994\",\n        \"pronumber\": \"3157681 \"\n    },\n    {\n        \"shipmentID\": 134580673,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 176.18,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740528000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740614400000,\n        \"deliveryDate\": 1740614400000,\n        \"shipperName\": \"LBT\",\n        \"shipperAddress\": \"2861 GUARDIAN LANE\",\n        \"shipperCity\": \"VIRGINA BEACH\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23452\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Development Command (DEVCOM) Arnaments Center\",\n        \"consigneeAddress\": \"BLDG 91 4TH AVE\",\n        \"consigneeCity\": \"Picatinny Arsenal\",\n        \"consigneeState\": \"NJ\",\n        \"consigneeZip\": \"07806\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 400,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a4390d9c-44a3-4c34-be12-8a4dd2f01837.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL23F1EGR/W90ZAH/TA-B-WAA\"\n            }\n        ],\n        \"bolnumber\": \"134580673\",\n        \"ponumber\": \"1326784\",\n        \"pronumber\": \"680142965\"\n    },\n    {\n        \"shipmentID\": 134581203,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 501.69,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740528000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740960000000,\n        \"deliveryDate\": 1740960000000,\n        \"shipperName\": \"CAMELBAK - RANTOUL\",\n        \"shipperAddress\": \"1001 INNOVATION RD\",\n        \"shipperCity\": \"RANTOUL\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"61866\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"HUMAN TECHNOLOGIES CORP\",\n        \"consigneeAddress\": \"2201 DWYER AVENUE\",\n        \"consigneeCity\": \"UTICA\",\n        \"consigneeState\": \"NY\",\n        \"consigneeZip\": \"13501\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 3818,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/38e42569-1b35-4366-8d26-073026d63f96.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"INL70722\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"191NLE25F0008\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"INL70722\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"191NLE25F0008\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"INL70722\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"191NLE25F0008\"\n            }\n        ],\n        \"bolnumber\": \"1345183\",\n        \"ponumber\": \"1430528\",\n        \"pronumber\": \"I212648526\"\n    },\n    {\n        \"shipmentID\": 134581219,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 216.62,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740528000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740960000000,\n        \"shipperName\": \"MITHIX PRO, LLC\",\n        \"shipperAddress\": \"3591 WAY BACK RD.\",\n        \"shipperCity\": \"FARMERSVILLE\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75442\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AFCEC CXXE\",\n        \"consigneeAddress\": \"5835 BAY LINE DRIVE\",\n        \"consigneeCity\": \"PANAMA CITY\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32404\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1090,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/abd9d3eb-4801-4fe5-92c6-ff35bc521144.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E3W\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E3W\"\n            }\n        ],\n        \"bolnumber\": \"1345184\",\n        \"ponumber\": \"1407969\",\n        \"pronumber\": \"388812575\"\n    },\n    {\n        \"shipmentID\": 134581379,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 241.54,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740528000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740700800000,\n        \"deliveryDate\": 1740700800000,\n        \"shipperName\": \"True North Enterprises\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd.\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FRC SOUTHEAST JACKSONVILLE\",\n        \"consigneeAddress\": \"BLDG 175 DOOR 9 NAVAL AIR STATION DLA DISTRIBUTION SWAN ROAD\",\n        \"consigneeCity\": \"Jacksonville\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32212\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 412,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/e5b645f2-e879-4b09-b9c5-45941ee4af27.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F10EQ\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F10EQ\"\n            }\n        ],\n        \"bolnumber\": \"134581379\",\n        \"ponumber\": \"1415616\",\n        \"pronumber\": \"388922478\"\n    },\n    {\n        \"shipmentID\": 134581480,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 24,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740614400000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740700800000,\n        \"shipperName\": \"UPS SCS - Tellabs\",\n        \"shipperAddress\": \"2250 Outer Loop\",\n        \"shipperCity\": \"Louisville\",\n        \"shipperState\": \"KY\",\n        \"shipperZip\": \"40219\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 4,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134581480\",\n        \"ponumber\": \"1426127\",\n        \"pronumber\": \"772335649811 \"\n    },\n    {\n        \"shipmentID\": 134581513,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 154.68,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740614400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740700800000,\n        \"deliveryDate\": 1740700800000,\n        \"shipperName\": \"COCOON SOUTH NEW\",\n        \"shipperAddress\": \"824 LOCUST ST.\",\n        \"shipperCity\": \"HENDERSONVILLE\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28792\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 231.39999389648438,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b3c71290-21d4-4f82-b4a1-f2b9e33f4122.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1409660\"\n            }\n        ],\n        \"bolnumber\": \"1345207\",\n        \"ponumber\": \"1409660\",\n        \"pronumber\": \"I677220336\"\n    },\n    {\n        \"shipmentID\": 134581526,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 387.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740614400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741305600000,\n        \"shipperName\": \"IRIS TECHNOLOGY CORPORATION\",\n        \"shipperAddress\": \"2811 MCGAW AVE\",\n        \"shipperCity\": \"IRVINE\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92614\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"TOBYHANNA ARMY DEPOT\",\n        \"consigneeAddress\": \"11 HAP ARNOLD BLVD BLDG 5\",\n        \"consigneeCity\": \"TOBYHANNA\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"18466\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 818,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/24e09734-5d2a-485a-894c-600b6dad5328.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E80\"\n            }\n        ],\n        \"bolnumber\": \"1345208\",\n        \"ponumber\": \"1407499\",\n        \"pronumber\": \"391288158\"\n    },\n    {\n        \"shipmentID\": 134581551,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 27.88,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740614400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740960000000,\n        \"shipperName\": \"Prytime Medical Devices\",\n        \"shipperAddress\": \"12 Upper Balcones Rd\",\n        \"shipperCity\": \"Boerne\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"78006\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AFSOC MEDLOG\",\n        \"consigneeAddress\": \"427 Cody Ave, Bldg 90333\",\n        \"consigneeCity\": \"Hurlburt Field\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32544\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 15,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://www.fedex.com/fedextrack/?tracknumbers=772337992488\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134581551\",\n        \"ponumber\": \"1431511\",\n        \"pronumber\": \"772337992488\"\n    },\n    {\n        \"shipmentID\": 134581599,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 38.4,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740960000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741132800000,\n        \"shipperName\": \"US Chemical Storage Plant 2\",\n        \"shipperAddress\": \"1202 Woodfield Way\",\n        \"shipperCity\": \"Wilkesboro\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28697\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Suffolk VA PD\",\n        \"consigneeAddress\": \"111 Henley Pl\",\n        \"consigneeCity\": \"Suffolk\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23434\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 32,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://www.fedex.com/fedextrack/?tracknumbers=772337827826\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134581599\",\n        \"ponumber\": \"1431728\",\n        \"pronumber\": \"772337827826\"\n    },\n    {\n        \"shipmentID\": 134581609,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 179.83,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740614400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741046400000,\n        \"deliveryDate\": 1741046400000,\n        \"shipperName\": \"Chinook Medical Gear, Inc \",\n        \"shipperAddress\": \"12505 E 55th Street\",\n        \"shipperCity\": \"Tulsa\",\n        \"shipperState\": \"OK\",\n        \"shipperZip\": \"74146\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 257,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/9fe417a0-3882-49fc-b606-aa72179309fa.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134581609\",\n        \"ponumber\": \"1426051\",\n        \"pronumber\": \"I762112116\"\n    },\n    {\n        \"shipmentID\": 134581659,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 141.18,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740528000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740614400000,\n        \"deliveryDate\": 1740614400000,\n        \"shipperName\": \"DEFENSE TECHNOLOGY EQUIPMENT INC.\",\n        \"shipperAddress\": \"21300 RIDGETOP CIRCLE\",\n        \"shipperCity\": \"STERLING\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"20166\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 160,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/e6252509-8c88-4bfa-b2f1-3a2b79b51dfa.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1413439\"\n            }\n        ],\n        \"bolnumber\": \"1345205\",\n        \"ponumber\": \"1413439\",\n        \"pronumber\": \"627091879\"\n    },\n    {\n        \"shipmentID\": 134581725,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 165.27,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740614400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740960000000,\n        \"deliveryDate\": 1740960000000,\n        \"shipperName\": \"SAFARILAND LLC\",\n        \"shipperAddress\": \"3041 FAYE RD\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32226\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"CETSA BLUEGRASS STATION\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 871.2000122070312,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/785623a4-4d54-422c-a0f0-7ea808c05673.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1CJX\"\n            }\n        ],\n        \"bolnumber\": \"1345247\",\n        \"ponumber\": \"1403541\",\n        \"pronumber\": \"I588688911\"\n    },\n    {\n        \"shipmentID\": 134581847,\n        \"name\": \"FedEx Freight Priority\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 249.9,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXFE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740528000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740700800000,\n        \"shipperName\": \"     Bren-Tronics, INC.\",\n        \"shipperAddress\": \"10 Brayton Court\",\n        \"shipperCity\": \"Commack\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11725\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CATALYST SOLUTIONS LLC\",\n        \"consigneeAddress\": \"2157 RICH ST SUITE 101\",\n        \"consigneeCity\": \"North Charleston\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29405\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 189,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/302e32bebe13b60721c76f589a370266-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134581847\",\n        \"ponumber\": \"1419964, 1419928\",\n        \"pronumber\": \"9591244600\"\n    },\n    {\n        \"shipmentID\": 134581867,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 585.24,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740614400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741132800000,\n        \"deliveryDate\": 1741132800000,\n        \"shipperName\": \"RFD Beaufort (Formerly Southwest Tactical)\",\n        \"shipperAddress\": \"11201 Armour Drive, Unit D\",\n        \"shipperCity\": \"El Paso\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"79935\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CIF\",\n        \"consigneeAddress\": \"BLDG 4, D STREET\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1280,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/3d031e0f-0886-4cb9-85ef-59335e0c45c4.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134581867\",\n        \"ponumber\": \"1417958\",\n        \"pronumber\": \"426187270\"\n    },\n    {\n        \"shipmentID\": 134581955,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 813.42,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740700800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741046400000,\n        \"deliveryDate\": 1741046400000,\n        \"shipperName\": \"US Fabrics, Inc\",\n        \"shipperAddress\": \"335 Athena Drive\",\n        \"shipperCity\": \"Athens\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30601\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" Solution Based Innovation\",\n        \"consigneeAddress\": \"2656 Quality Ct\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 175,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/0197062f-4764-4f61-9821-5a392e9da5e2.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134581955\",\n        \"ponumber\": \"1421084\",\n        \"pronumber\": \"0473350560\"\n    },\n    {\n        \"shipmentID\": 134581958,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 241.77,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740614400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741305600000,\n        \"shipperName\": \" BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DRIVE\",\n        \"shipperCity\": \"Belleville\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CIF\",\n        \"consigneeAddress\": \"BLDG 4, D STREET\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 262,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/e22e5b06-e286-4b3a-be9e-19a553ee5084.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134581958\",\n        \"ponumber\": \"1431905\",\n        \"pronumber\": \"7129123960\"\n    },\n    {\n        \"shipmentID\": 134581980,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 166.04,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740614400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740960000000,\n        \"deliveryDate\": 1740960000000,\n        \"shipperName\": \"AVADIM TECHNOLOGIES\",\n        \"shipperAddress\": \"4 OLD PATTON COVE RD\",\n        \"shipperCity\": \"SWANNANOA\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28778\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CARDINAL HEALTH MPS DIST CENTER\",\n        \"consigneeAddress\": \"7611 BRANDON WOODS BLVD\",\n        \"consigneeCity\": \"BALTIMORE\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"21226\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 930,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/5c2facaa-798a-4b80-926f-e71208e8e9d8.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"4532657502\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"4532657502\"\n            }\n        ],\n        \"bolnumber\": \"1345303\",\n        \"ponumber\": \"1432104\",\n        \"pronumber\": \"I408500676\"\n    },\n    {\n        \"shipmentID\": 134582047,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 172.58,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740614400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740960000000,\n        \"deliveryDate\": 1740960000000,\n        \"shipperName\": \"MUSTANGSURVIVAL\",\n        \"shipperAddress\": \"201 BUSCH DRIVE\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1050,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/d289dbe5-1bda-4aab-86a6-dd5dfc41d83c.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1429844\"\n            }\n        ],\n        \"bolnumber\": \"1345310\",\n        \"ponumber\": \"1429844\",\n        \"pronumber\": \"I889970094\"\n    },\n    {\n        \"shipmentID\": 134582103,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 29.95,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740700800000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741046400000,\n        \"shipperName\": \"S.T. ACTION PRO INC\",\n        \"shipperAddress\": \"3815 N HIGHWAY 1, SUITE 24\",\n        \"shipperCity\": \"Cocoa\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32926\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DHS ICE - OFFICE OF FIREARMS AND TACTICAL PROGRAMS\",\n        \"consigneeAddress\": \"6760 UPTON AVE BLDG 234\",\n        \"consigneeCity\": \"FORT MOORE\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"31905\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 7,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"192125NFU00000026\"\n            }\n        ],\n        \"bolnumber\": \"134582103\",\n        \"ponumber\": \"1429296\",\n        \"pronumber\": \"772344436800 \"\n    },\n    {\n        \"shipmentID\": 134582105,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 176,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740960000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741305600000,\n        \"deliveryDate\": 1741219200000,\n        \"shipperName\": \"AMRON INTERNATIONAL\",\n        \"shipperAddress\": \"1380 ASPEN WAY\",\n        \"shipperCity\": \"VISTA\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92081\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SWRMC\",\n        \"consigneeAddress\": \"3602 WOMBLE ST\",\n        \"consigneeCity\": \"SAN DIEGO\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92136\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 940,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1C7D\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1C7D\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1C7D\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1C7D\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1C7D\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1C7D\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1C7D\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1C7D\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1C7D\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1C7D\"\n            }\n        ],\n        \"bolnumber\": \"1345311\",\n        \"ponumber\": \"1403051\",\n        \"pronumber\": \"779488686\"\n    },\n    {\n        \"shipmentID\": 134582185,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 158.37,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740614400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740960000000,\n        \"deliveryDate\": 1740960000000,\n        \"shipperName\": \"MISSION SYSTEMS DAVENPORT\",\n        \"shipperAddress\": \"2734 HICKORY GROVE RD\",\n        \"shipperCity\": \"DAVENPORT\",\n        \"shipperState\": \"IA\",\n        \"shipperZip\": \"52804\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM UH PO (UTILITY HELICOPTERS PROJE\",\n        \"consigneeAddress\": \"BLDG 8024 COTTONWOOD ROAD\",\n        \"consigneeCity\": \"REDSTONE ARSENAL\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35898\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 640,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c5aebc94-df21-4487-917d-b28fb4c94385.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F12L2\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"R&FM UHPO\"\n            }\n        ],\n        \"bolnumber\": \"1345323\",\n        \"ponumber\": \"1361647\",\n        \"pronumber\": \"I644950755\"\n    },\n    {\n        \"shipmentID\": 134582192,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 218.23,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740614400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740960000000,\n        \"deliveryDate\": 1740960000000,\n        \"shipperName\": \"SCANFIL ATLANTA\",\n        \"shipperAddress\": \"6715 MAPLE AVENUE\",\n        \"shipperCity\": \"BUFORD\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30518\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"TOBYHANNA ARMY DEPOT\",\n        \"consigneeAddress\": \"11 HAP ARNOLD BLVD\",\n        \"consigneeCity\": \"TOBYHANNA\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"18466\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1090,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/22a7e729-26b6-494f-b0cf-3d8eac672567.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E06\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E06\"\n            }\n        ],\n        \"bolnumber\": \"1345324\",\n        \"ponumber\": \"1409893\",\n        \"pronumber\": \"I214211727\"\n    },\n    {\n        \"shipmentID\": 134582370,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 243.21,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740614400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741305600000,\n        \"deliveryDate\": 1741305600000,\n        \"shipperName\": \"BIOFRIDGE INC.\",\n        \"shipperAddress\": \"625 VENTURE ST, STE A\",\n        \"shipperCity\": \"ESCONDIDO\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92029\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AFSOC 1ST SOMDSS\",\n        \"consigneeAddress\": \"131 HOWIE WALTERS RD BLDG 91042\",\n        \"consigneeCity\": \"HURLBURT FIELD\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32544\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 480,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/80116747-6e70-4893-b6ff-7cb8aaa6c603.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX23F111E\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX23F111E\"\n            }\n        ],\n        \"bolnumber\": \"1345343\",\n        \"ponumber\": \"1321469\",\n        \"pronumber\": \"I907651494\"\n    },\n    {\n        \"shipmentID\": 134582372,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 243.21,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740614400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741305600000,\n        \"deliveryDate\": 1741132800000,\n        \"shipperName\": \"BIOFRIDGE INC.\",\n        \"shipperAddress\": \"625 VENTURE ST, STE A\",\n        \"shipperCity\": \"ESCONDIDO\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92029\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 340,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/53109e30-6d36-4c6a-8945-c19deeb0c746.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1339079\"\n            }\n        ],\n        \"bolnumber\": \"1345345\",\n        \"ponumber\": \"1339079\",\n        \"pronumber\": \"I907651503\"\n    },\n    {\n        \"shipmentID\": 134582373,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 293.69,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740614400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741305600000,\n        \"deliveryDate\": 1741132800000,\n        \"shipperName\": \"BIOFRIDGE INC.\",\n        \"shipperAddress\": \"625 VENTURE ST, STE A\",\n        \"shipperCity\": \"ESCONDIDO\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92029\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 600,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/9b8892c7-7a06-4292-b4a9-c84fc5739aa8.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1411760\"\n            }\n        ],\n        \"bolnumber\": \"1345346\",\n        \"ponumber\": \"1411760\",\n        \"pronumber\": \"I778785516\"\n    },\n    {\n        \"shipmentID\": 134582501,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 289.3,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740614400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740960000000,\n        \"deliveryDate\": 1740960000000,\n        \"shipperName\": \"SAFARILAND LLC\",\n        \"shipperAddress\": \"3041 FAYE RD\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32226\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 3312,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/298c1beb986f59f3a984009e8069938b-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1409709\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1409709\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1409709\"\n            }\n        ],\n        \"bolnumber\": \"1345353\",\n        \"ponumber\": \"1409709\",\n        \"pronumber\": \"411441086\"\n    },\n    {\n        \"shipmentID\": 134582517,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 364.74,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740614400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741046400000,\n        \"deliveryDate\": 1741046400000,\n        \"shipperName\": \"Anixter Anaheim\",\n        \"shipperAddress\": \"5055 E. LANDON DRIVE\",\n        \"shipperCity\": \"Anaheim\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92807\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC    \",\n        \"consigneeAddress\": \"4363 MISSILE WAY BLDG 435\",\n        \"consigneeCity\": \"Port Hueneme Naval Cbc\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"93043\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1260,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b9697783-0115-4576-a563-056902e8af90.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134582517\",\n        \"ponumber\": \"1407560\",\n        \"pronumber\": \"151208443\"\n    },\n    {\n        \"shipmentID\": 134582576,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 275.53,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740614400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741305600000,\n        \"deliveryDate\": 1741132800000,\n        \"shipperName\": \"AEROVIRONMENT INC\",\n        \"shipperAddress\": \"900 Innovators Way\",\n        \"shipperCity\": \"Simi Valley\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"93065\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 220,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/f3c3bafd-bd93-4903-b49c-4ccf318b1d12.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"FB561242261BNW\"\n            }\n        ],\n        \"bolnumber\": \"134582576\",\n        \"ponumber\": \"1396946\",\n        \"pronumber\": \"I024862113\"\n    },\n    {\n        \"shipmentID\": 134582636,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 146.46,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740614400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741132800000,\n        \"deliveryDate\": 1741046400000,\n        \"shipperName\": \"L3 HARRIS\",\n        \"shipperAddress\": \"3 TECHNOLOGY DRIVE\",\n        \"shipperCity\": \"LONDONDERRY\",\n        \"shipperState\": \"NH\",\n        \"shipperZip\": \"03053\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SMPT (SOLDIER MANUEVER PRECISION\",\n        \"consigneeAddress\": \"1 ROCK ISLAND ARSENAL, BLDG 335\",\n        \"consigneeCity\": \"ROCK ISLAND\",\n        \"consigneeState\": \"IL\",\n        \"consigneeZip\": \"61299\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 500,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/50aa12007a4707997f0779b2a12e25e0-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL23F179L\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"Lithuania Consolidation\"\n            }\n        ],\n        \"bolnumber\": \"1345384\",\n        \"ponumber\": \"1301321\",\n        \"pronumber\": \"I850194675\"\n    },\n    {\n        \"shipmentID\": 134582637,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 355.53,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740614400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740960000000,\n        \"deliveryDate\": 1740960000000,\n        \"shipperName\": \"DYNALEC CORPORATION\",\n        \"shipperAddress\": \"79 ROTTERDAM RD.\",\n        \"shipperCity\": \"SODUS\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14551\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC PHILADELPHIA\",\n        \"consigneeAddress\": \"1601 LANGLEY AVE\",\n        \"consigneeCity\": \"PHILADELPHIA\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"19112\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 4494,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b41c00d7-ff02-4ca7-b7f7-f064069aa9b9.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX24F1134\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX24F1134\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX24F1134\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX24F1134\"\n            }\n        ],\n        \"bolnumber\": \"1345385\",\n        \"ponumber\": \"1398056\",\n        \"pronumber\": \"578596546\"\n    },\n    {\n        \"shipmentID\": 134582728,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 258.76,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740960000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741219200000,\n        \"deliveryDate\": 1741219200000,\n        \"shipperName\": \"KEY CARGO MARINE\",\n        \"shipperAddress\": \"9400 BUSCH DR\",\n        \"shipperCity\": \"Jacksonville\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM Soldier PM SOF\",\n        \"consigneeAddress\": \"5749 BRIAR HILL ROAD BUILDING 220 DOOR 4\",\n        \"consigneeCity\": \"Lexington\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 943,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/3236854d-5462-4428-98fc-be59cdce7e76.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134582728\",\n        \"ponumber\": \"1408722, 1405933\",\n        \"pronumber\": \"416170951\"\n    },\n    {\n        \"shipmentID\": 134582779,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 219.09,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740614400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741046400000,\n        \"deliveryDate\": 1741046400000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CBP USBP RIO GRANDE VALLEY SECTOR\",\n        \"consigneeAddress\": \"4400 S Expressway 281\",\n        \"consigneeCity\": \"Edinburg\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"78542\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 22,\n        \"totalWeight\": 532,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b46d1bd5-d80a-4be1-a04f-2a3667c46f48.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"70B03C24P00000454\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1221967\"\n            }\n        ],\n        \"bolnumber\": \"134582779\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"360768229\"\n    },\n    {\n        \"shipmentID\": 134582780,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 610.88,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740614400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740960000000,\n        \"deliveryDate\": 1740960000000,\n        \"shipperName\": \"SAFARILAND LLC\",\n        \"shipperAddress\": \"3041 FAYE RD\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32226\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 8466,\n        \"totalHU\": 12,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/0eb4241c47270765d2978579a8946314-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1406416\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1406416\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1406416\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1406416\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1406416\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1406416\"\n            }\n        ],\n        \"bolnumber\": \"1345390\",\n        \"ponumber\": \"1406416\",\n        \"pronumber\": \"411441094\"\n    },\n    {\n        \"shipmentID\": 134582818,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 200.61,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740614400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741046400000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USBP GIBRALTAR STATION\",\n        \"consigneeAddress\": \"14801 MIDDLE GIBRALTAR ROAD\",\n        \"consigneeCity\": \"GIBRALTAR\",\n        \"consigneeState\": \"MI\",\n        \"consigneeZip\": \"48173\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 22,\n        \"totalWeight\": 532,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"70B03C24P00000454\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1221963\"\n            }\n        ],\n        \"bolnumber\": \"134582818\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"7825890822\"\n    },\n    {\n        \"shipmentID\": 134582848,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1360.2,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740614400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741219200000,\n        \"shipperName\": \"CASCADE DESIGNS\",\n        \"shipperAddress\": \"10990 LEAR BLVD\",\n        \"shipperCity\": \"RENO\",\n        \"shipperState\": \"NV\",\n        \"shipperZip\": \"89506\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 5260,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/753c1bae-1b37-4b73-92a4-f43417ef57ca.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1410270\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1410270\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1410270\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1410270\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1410270\"\n            }\n        ],\n        \"bolnumber\": \"1345405\",\n        \"ponumber\": \"1410270\",\n        \"pronumber\": null\n    },\n    {\n        \"shipmentID\": 134582897,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 249.24,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740614400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741046400000,\n        \"deliveryDate\": 1741046400000,\n        \"shipperName\": \"London Bridge Trading\",\n        \"shipperAddress\": \"2861 Guardian Lane\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23452\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"5749 BRIAR HILL RD, BUILDING 220 DOOR 4\",\n        \"consigneeCity\": \"Lexington\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 600,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/116703ad-cebb-4ee4-83ac-622a4a60a01d.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134582897\",\n        \"ponumber\": \"1401889 \",\n        \"pronumber\": \"316153745\"\n    },\n    {\n        \"shipmentID\": 134582945,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 632.47,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740614400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740960000000,\n        \"deliveryDate\": 1740960000000,\n        \"shipperName\": \"LUXOTTICA \",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1428,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/746fe883-379d-41f6-b226-8a073e4dff9a.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8872608222\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8872608222\"\n            }\n        ],\n        \"bolnumber\": \"134582945\",\n        \"ponumber\": \"1431812\",\n        \"pronumber\": \"195175094\"\n    },\n    {\n        \"shipmentID\": 134583001,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 197.06,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740614400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740960000000,\n        \"deliveryDate\": 1740960000000,\n        \"shipperName\": \"MUSTANGSURVIVAL\",\n        \"shipperAddress\": \"201 BUSCH DRIVE\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 1200,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c9ad0f17-d561-4777-afd9-6a9954ed9b1b.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1399081\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1399081\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1399081\"\n            }\n        ],\n        \"bolnumber\": \"1345410\",\n        \"ponumber\": \"1399081\",\n        \"pronumber\": \"I889970103\"\n    },\n    {\n        \"shipmentID\": 134583019,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 208.71,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740614400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741046400000,\n        \"deliveryDate\": 1741132800000,\n        \"shipperName\": \"L3 HARRIS\",\n        \"shipperAddress\": \"1350 JEFFERSON RD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"436TH APS\",\n        \"consigneeAddress\": \"550 ATLANTIC ST BLDG 550\",\n        \"consigneeCity\": \"DOVER AFB\",\n        \"consigneeState\": \"DE\",\n        \"consigneeZip\": \"19902\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 2154,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/56284694-80be-44e9-a011-19db68a8531a.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1EL4\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1EL4\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1EL4\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1EL4\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1EL4\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1EL4\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1EL4\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1EL4\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1EL4\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1EL4\"\n            }\n        ],\n        \"bolnumber\": \"1330083\",\n        \"ponumber\": \"1409598\",\n        \"pronumber\": \"I731827512\"\n    },\n    {\n        \"shipmentID\": 134583050,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 143.12,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740614400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741046400000,\n        \"deliveryDate\": 1741046400000,\n        \"shipperName\": \"ELECTROMET CORPORATION\",\n        \"shipperAddress\": \"879 COMMONWEALTH AVE\",\n        \"shipperCity\": \"HAGERTOWN\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21740\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAWC AD 4.11.2\",\n        \"consigneeAddress\": \"17598 WEBSTER FIELD ROAD BLDG 8115\",\n        \"consigneeCity\": \"ST INIGOES\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20684\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 820,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/3d3341be-9b0c-4069-b95d-5b0380bd8298.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL23F13WU\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL23F13WU\"\n            }\n        ],\n        \"bolnumber\": \"1345412\",\n        \"ponumber\": \"1279857\",\n        \"pronumber\": \"I624124044\"\n    },\n    {\n        \"shipmentID\": 134583056,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 121.71,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740700800000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741219200000,\n        \"shipperName\": \"Juggernaut Defense LLC\",\n        \"shipperAddress\": \"9229 E. Verde Grove View\",\n        \"shipperCity\": \"Scottsdale\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85255\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NIWC ATLANTIC (NAVAL INFORMATION WARFARE CENTER ATLANTIC)\",\n        \"consigneeAddress\": \"ST JULIENS CREEK BLDG 183\",\n        \"consigneeCity\": \"Portsmouth\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23702\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 45,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134583056\",\n        \"ponumber\": \"1431746\",\n        \"pronumber\": \"772368851977\"\n    },\n    {\n        \"shipmentID\": 134583117,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 219.09,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740614400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741046400000,\n        \"deliveryDate\": 1741132800000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USBP Special Operations Group\",\n        \"consigneeAddress\": \"SSGT Sims St\",\n        \"consigneeCity\": \"El Paso\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"79916\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 22,\n        \"totalWeight\": 512,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/2d0049cb-8342-4fa7-b7a7-e36fb024d2bd.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"70B03C24P00000454\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1221950\"\n            }\n        ],\n        \"bolnumber\": \"134583117\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"388972980\"\n    },\n    {\n        \"shipmentID\": 134583138,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 191.38,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740700800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741132800000,\n        \"deliveryDate\": 1741132800000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USBP Champlain Station\",\n        \"consigneeAddress\": \"1969 Ridge Road\",\n        \"consigneeCity\": \"Champlain\",\n        \"consigneeState\": \"NY\",\n        \"consigneeZip\": \"12919\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 22,\n        \"totalWeight\": 512,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/f18cb39a-c7e6-4905-a747-fbd0d279c291.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"70B03C24P00000454\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1221953\"\n            }\n        ],\n        \"bolnumber\": \"134583138\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"639302991\"\n    },\n    {\n        \"shipmentID\": 134583161,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 243.21,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740614400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741305600000,\n        \"deliveryDate\": 1741305600000,\n        \"shipperName\": \"IRIS TECHNOLOGY CORPORATION\",\n        \"shipperAddress\": \"2811 MCGAW AVE\",\n        \"shipperCity\": \"IRVINE\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92614\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"TOBYHANNA ARMY DEPOT\",\n        \"consigneeAddress\": \"11 HAP ARNOLD BLVD BLDG 5\",\n        \"consigneeCity\": \"TOBYHANNA\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"18466\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 392,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/4b66c9a7-66fe-48a9-99cf-d97025af9a01.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E80\"\n            }\n        ],\n        \"bolnumber\": \"1345825\",\n        \"ponumber\": \"1407499\",\n        \"pronumber\": \"I391288149\"\n    },\n    {\n        \"shipmentID\": 134583163,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 205.67,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740700800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741564800000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CBP USBP Laredo Sector\",\n        \"consigneeAddress\": \"11119 McPherson Rd\",\n        \"consigneeCity\": \"Laredo\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"78045\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 22,\n        \"totalWeight\": 512,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/e3182d512b47f965f01169f27eb953e7-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"70B03C24P00000454\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1221948\"\n            }\n        ],\n        \"bolnumber\": \"134583163\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"8207443274\"\n    },\n    {\n        \"shipmentID\": 134583205,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 650.13,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740700800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741824000000,\n        \"deliveryDate\": 1741737600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USBP Oroville Station\",\n        \"consigneeAddress\": \"21 Shirley Rd\",\n        \"consigneeCity\": \"Oroville\",\n        \"consigneeState\": \"WA\",\n        \"consigneeZip\": \"98844\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 22,\n        \"totalWeight\": 508,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/1b7520bf3d2706512daf3aae8d26328d-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"70B03C24P00000454\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1221951\"\n            }\n        ],\n        \"bolnumber\": \"134583205\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"0032217413\"\n    },\n    {\n        \"shipmentID\": 134583422,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 207.08,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740700800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741046400000,\n        \"deliveryDate\": 1741046400000,\n        \"shipperName\": \"GENTEX CORPORATION\",\n        \"shipperAddress\": \"324 MAIN ST\",\n        \"shipperCity\": \"SIMPSON \",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"18407\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PECKHAM VOCATIONAL INDUSTRIES\",\n        \"consigneeAddress\": \"7100 MILLETT HWY\",\n        \"consigneeCity\": \"Lansing\",\n        \"consigneeState\": \"MI\",\n        \"consigneeZip\": \"48917\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 675,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/d55991ec-80d4-4e3f-81b6-2f652f2aad4e.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F1C08/W912H74250D45\"\n            }\n        ],\n        \"bolnumber\": \"134583422\",\n        \"ponumber\": \"1402470\",\n        \"pronumber\": \"I672935517\"\n    },\n    {\n        \"shipmentID\": 134583462,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 362.32,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740700800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741046400000,\n        \"deliveryDate\": 1740960000000,\n        \"shipperName\": \"STEINER-EOPTICS\",\n        \"shipperAddress\": \"3475 NEWMARK DRIVE\",\n        \"shipperCity\": \"MIAMISBURG\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"45342\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DEVELOPMENT COMMAND ARMAMENT CENTER\",\n        \"consigneeAddress\": \"BLDG 91 4TH AVE\",\n        \"consigneeCity\": \"PICATINNY ARSENAL\",\n        \"consigneeState\": \"NJ\",\n        \"consigneeZip\": \"07806\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 2708,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/849ca929-10d9-4c47-b83b-0365249d79c5.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F19SD\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F19SD\"\n            }\n        ],\n        \"bolnumber\": \"1345835\",\n        \"ponumber\": \"1411056\",\n        \"pronumber\": \"I041938776\"\n    },\n    {\n        \"shipmentID\": 134583518,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 154.68,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740700800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741219200000,\n        \"deliveryDate\": 1741219200000,\n        \"shipperName\": \"CARSON INDUSTRIES INC.\",\n        \"shipperAddress\": \"110 NOBEL CT.\",\n        \"shipperCity\": \"ALPHARETTA\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30005\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA DISTRIBUTION\",\n        \"consigneeAddress\": \"SR W1A8 DLA DISTRIBUTION DDSP NEW CUMBERLAND FACILITY\",\n        \"consigneeCity\": \"NEW CUMBERLAND\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 682,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/dec561bc-2790-46fe-99ae-72a699313d9f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPRBL124F0141\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPRBL124F0141\"\n            }\n        ],\n        \"bolnumber\": \"1345844\",\n        \"ponumber\": \"1401257\",\n        \"pronumber\": \"I694263582\"\n    },\n    {\n        \"shipmentID\": 134583629,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 135.86,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740700800000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741046400000,\n        \"shipperName\": \"Hesco Armor Inc\",\n        \"shipperAddress\": \"2210 Port Industrial Road Ste B\",\n        \"shipperCity\": \"Aberdeen\",\n        \"shipperState\": \"WA\",\n        \"shipperZip\": \"98520\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Sevierville TN PD\",\n        \"consigneeAddress\": \"300 Gary R Wade Blvd\",\n        \"consigneeCity\": \"Sevierville\",\n        \"consigneeState\": \"TN\",\n        \"consigneeZip\": \"37862\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 54,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134583629\",\n        \"ponumber\": \"1395410\",\n        \"pronumber\": \"772374562066\"\n    },\n    {\n        \"shipmentID\": 134583681,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 596.61,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740614400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740960000000,\n        \"deliveryDate\": 1740960000000,\n        \"shipperName\": \"SAFARILAND LLC\",\n        \"shipperAddress\": \"3041 FAYE RD\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32226\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 8268,\n        \"totalHU\": 12,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/0eb4241c47270765d2978579a8946314-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1406416\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1406416\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1406416\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1406416\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1406416\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1406416\"\n            }\n        ],\n        \"bolnumber\": \"1345865\",\n        \"ponumber\": \"1406416\",\n        \"pronumber\": \"411441094\"\n    },\n    {\n        \"shipmentID\": 134583717,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 291.07,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740700800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741305600000,\n        \"deliveryDate\": 1741046400000,\n        \"shipperName\": \"TYR TACTICAL\",\n        \"shipperAddress\": \"9330 N 91ST AVE\",\n        \"shipperCity\": \"PEORIA\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"SOFSA\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1036,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/31634098-356d-40b3-8de1-3bc847af888b.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24P0013\"\n            }\n        ],\n        \"bolnumber\": \"1345876\",\n        \"ponumber\": \"1402422\",\n        \"pronumber\": \"I314086707\"\n    },\n    {\n        \"shipmentID\": 134584135,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 201.09,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740700800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741046400000,\n        \"deliveryDate\": 1741046400000,\n        \"shipperName\": \"ASP, INC\",\n        \"shipperAddress\": \"2511 E CAPITOL DR\",\n        \"shipperCity\": \"APPLETON\",\n        \"shipperState\": \"WI\",\n        \"shipperZip\": \"54911\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MSC NORFOLK\",\n        \"consigneeAddress\": \"1968 GILBERT STREET BLDG. W-143\",\n        \"consigneeCity\": \"NORFOLK\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23511\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 930,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/ecbc2bcd-1f45-438a-889a-f73295cb6459.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1345883\",\n        \"ponumber\": \"1431981\",\n        \"pronumber\": \"I584505648\"\n    },\n    {\n        \"shipmentID\": 134584146,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 133.74,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740700800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740960000000,\n        \"shipperName\": \"NEW PIG CORPORATION\",\n        \"shipperAddress\": \"ONE PORK AVENUE\",\n        \"shipperCity\": \"TIPTON\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"16684\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOLUTION BASED INNOVATION\",\n        \"consigneeAddress\": \"2656 QUALITY COURT\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 810,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/952ccd2a-9e80-4f17-b001-0474452bd0a4.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1421121\"\n            }\n        ],\n        \"bolnumber\": \"1345903\",\n        \"ponumber\": \"1421121\",\n        \"pronumber\": null\n    },\n    {\n        \"shipmentID\": 134584287,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 914.94,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740700800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741132800000,\n        \"deliveryDate\": 1741132800000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SR W0MC Army General Supply\",\n        \"consigneeAddress\": \"DLA Distribution Red River\",\n        \"consigneeCity\": \"Texarkana\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"75507\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 18,\n        \"totalWeight\": 10350,\n        \"totalHU\": 18,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/9b1a2e7c-bca6-4458-974d-3fc8671007a2.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPRDL1-24-P-0032\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1206142\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"W56HZV2307W100XXX\"\n            }\n        ],\n        \"bolnumber\": \"134584287\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"388972998\"\n    },\n    {\n        \"shipmentID\": 134584364,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 341.16,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740700800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741305600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"W7MX CIF ACTIVITY CA ARNG\",\n        \"consigneeAddress\": \"BLDG 932 C STREET\",\n        \"consigneeCity\": \"SAN MIGUEL\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"93451\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 615,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/b1adac46a4cfbc2d120f85c34a86f2cc-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EJ25F5318\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1251866\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"W91JG142970004XXX\"\n            }\n        ],\n        \"bolnumber\": \"134584364\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"8207443285\"\n    },\n    {\n        \"shipmentID\": 134584430,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 141.18,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740700800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742774400000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"W1BG DLA DISTRIBUTION\",\n        \"consigneeAddress\": \"2001 NORMANDY DR DOOR 135-168\",\n        \"consigneeCity\": \"NEW CUMBERLAND\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 27,\n        \"totalWeight\": 1257,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/cea9313afe15135a2baf395c042f9a5f-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EJ25F5286\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1251712\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"W81U3R43480093AXX\"\n            }\n        ],\n        \"bolnumber\": \"134584430\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"705364503\"\n    },\n    {\n        \"shipmentID\": 134584472,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 181.54,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740700800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741046400000,\n        \"deliveryDate\": 1741046400000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"TRIBALCO LLC\",\n        \"consigneeAddress\": \"1802 Grant Street Suite 300\",\n        \"consigneeCity\": \"Tampa\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"33605\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 38,\n        \"totalWeight\": 384,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/29eeada6-d03b-41ec-aa23-42e812fdba96.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"DO 57 ADS_2\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1239447\"\n            }\n        ],\n        \"bolnumber\": \"134584472\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"388973005\"\n    },\n    {\n        \"shipmentID\": 134584571,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 496.54,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740700800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741219200000,\n        \"deliveryDate\": 1741219200000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CONSOLIDATED STORAGE PROGRAM\",\n        \"consigneeAddress\": \"A ST. MCLB, 1ST FSB WHSE 4\",\n        \"consigneeCity\": \"Barstow\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92311\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 260,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a6cea44c-6361-4479-9b27-14ce61512ce2.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134584571\",\n        \"ponumber\": \"1393355\",\n        \"pronumber\": \"0285893568\"\n    },\n    {\n        \"shipmentID\": 134584575,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 161.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740700800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741046400000,\n        \"deliveryDate\": 1741046400000,\n        \"shipperName\": \"PELICAN\",\n        \"shipperAddress\": \"1564 INNOVATION BLVD\",\n        \"shipperCity\": \"CLAYTON\",\n        \"shipperState\": \"IN\",\n        \"shipperZip\": \"46118\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"STARCHASE LLC\",\n        \"consigneeAddress\": \"833 SEAHAWK CIR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23452\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 798,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/62704757-dbc3-42ae-a149-a33a85ad5130.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"2025-025\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"2025-025\"\n            }\n        ],\n        \"bolnumber\": \"1345965\",\n        \"ponumber\": \"1431948\",\n        \"pronumber\": \"I124823016\"\n    },\n    {\n        \"shipmentID\": 134584582,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1185.69,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740700800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741132800000,\n        \"deliveryDate\": 1741132800000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CIF\",\n        \"consigneeAddress\": \"BLDG 4, D STREET\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 2125,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/fe3c2eba-aff7-40ad-8428-642ff5eda0a4.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F1DLB & SPE8EL24F1D7V\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F1DLB & SPE8EL24F1D7V\"\n            }\n        ],\n        \"bolnumber\": \"134584582\",\n        \"ponumber\": \"1407986 & 1408374\",\n        \"pronumber\": \"0285893567\"\n    },\n    {\n        \"shipmentID\": 134584596,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 175.84,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740700800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741046400000,\n        \"deliveryDate\": 1741046400000,\n        \"shipperName\": \"MUSTANGSURVIVAL\",\n        \"shipperAddress\": \"201 BUSCH DRIVE\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1070,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/51f39adb-b3f2-4ada-853c-2b7e7372b32f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1431492\"\n            }\n        ],\n        \"bolnumber\": \"1346172\",\n        \"ponumber\": \"1431492\",\n        \"pronumber\": \"I889970112\"\n    },\n    {\n        \"shipmentID\": 134584611,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 211.77,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740700800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1740960000000,\n        \"shipperName\": \"NEW PIG CORPORATION\",\n        \"shipperAddress\": \"ONE PORK AVENUE\",\n        \"shipperCity\": \"TIPTON\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"16684\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOLUTION BASED INNOVATION\",\n        \"consigneeAddress\": \"2656 QUALITY COURT\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 2070,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/baf5b3ee-e41c-4e06-bb7f-35677e673953.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1414532\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1414532\"\n            }\n        ],\n        \"bolnumber\": \"1346174\",\n        \"ponumber\": \"1414532\",\n        \"pronumber\": null\n    },\n    {\n        \"shipmentID\": 134584665,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 26.49,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740700800000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741046400000,\n        \"shipperName\": \"BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DRIVE\",\n        \"shipperCity\": \"Belleville\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VR-64\",\n        \"consigneeAddress\": \"3370 WONNACOTT AVE JBMDL\",\n        \"consigneeCity\": \"Trenton\",\n        \"consigneeState\": \"NJ\",\n        \"consigneeZip\": \"08641\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 5,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134584665\",\n        \"ponumber\": \"1421588\",\n        \"pronumber\": \"772394997854\"\n    },\n    {\n        \"shipmentID\": 134584667,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 158.37,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740700800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741046400000,\n        \"deliveryDate\": 1741046400000,\n        \"shipperName\": \"DDB UNLIMITED\",\n        \"shipperAddress\": \"2301 HWY 77S\",\n        \"shipperCity\": \"PAULS VALLEY\",\n        \"shipperState\": \"OK\",\n        \"shipperZip\": \"73075\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"IF RCO (INTEGRATED FIRES/RAPID CAPA\",\n        \"consigneeAddress\": \"115 ELECTRONICS CIR\",\n        \"consigneeCity\": \"HUNTSVILLE\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35824\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 708,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/cc2d9924-2db5-41c7-80b2-e1b47313c79b.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F12XX\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F12XX\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F12XX\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F12XX\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F12XX\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F12XX\"\n            }\n        ],\n        \"bolnumber\": \"1345420\",\n        \"ponumber\": \"1431613\",\n        \"pronumber\": \"I999379917\"\n    },\n    {\n        \"shipmentID\": 134584742,\n        \"name\": \"none\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 181.54,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740960000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741046400000,\n        \"deliveryDate\": 1741132800000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"0001 SF BN GSSC AWCF SSF\",\n        \"consigneeAddress\": \"9141 SANSONE\",\n        \"consigneeCity\": \"FORT LEWIS\",\n        \"consigneeState\": \"WA\",\n        \"consigneeZip\": \"98433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 765,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/53711667-0eff-4498-a489-61c590dcc4e5.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"FA252124P0084\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1236990\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"F3K3EC4255A001XXX\"\n            }\n        ],\n        \"bolnumber\": \"134584742\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"360768237\"\n    },\n    {\n        \"shipmentID\": 134584756,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 336.95,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740700800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741305600000,\n        \"deliveryDate\": 1741046400000,\n        \"shipperName\": \"TYR TACTICAL\",\n        \"shipperAddress\": \"9330 N 91ST AVE\",\n        \"shipperCity\": \"PEORIA\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"SOFSA\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1200,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c93d7afb-e30e-43b2-ac38-1aa91381b49f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24P0013\"\n            }\n        ],\n        \"bolnumber\": \"1346191\",\n        \"ponumber\": \"1401890\",\n        \"pronumber\": \"I314086716\"\n    },\n    {\n        \"shipmentID\": 134584761,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 249.24,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740700800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1740960000000,\n        \"deliveryDate\": 1741046400000,\n        \"shipperName\": \"London Bridge Trading\",\n        \"shipperAddress\": \"2861 Guardian Lane\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23452\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"5749 BRIAR HILL RD, BUILDING 220 DOOR 4\",\n        \"consigneeCity\": \"Lexington\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 600,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/8e5f7edc-5cf4-4eac-9330-9234432fc456.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134584761\",\n        \"ponumber\": \"1401889 \",\n        \"pronumber\": \"316153745\"\n    },\n    {\n        \"shipmentID\": 134584770,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 618.33,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740700800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741737600000,\n        \"deliveryDate\": 1741737600000,\n        \"shipperName\": \"INVERIS TRAINING SOLUTIONS\",\n        \"shipperAddress\": \"296 BROGDON ROAD\",\n        \"shipperCity\": \"SUWANEE\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30024\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MCB CAMP PENDLETON\",\n        \"consigneeAddress\": \"BLDG 2238\",\n        \"consigneeCity\": \"CAMP PENDLETON\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92055\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 2148,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/2c00316d-d782-492b-893c-35d2e80b3c28.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F1232\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F1232\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F1232\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F1232\"\n            }\n        ],\n        \"bolnumber\": \"1346192\",\n        \"ponumber\": \"1427437\",\n        \"pronumber\": \"089554506\"\n    },\n    {\n        \"shipmentID\": 134584782,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 293.74,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740960000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741219200000,\n        \"shipperName\": \"70E Solutions – GST\",\n        \"shipperAddress\": \"135 Sparks Ave\",\n        \"shipperCity\": \"Butler\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"16001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOLUTION BASED INNOVATION\",\n        \"consigneeAddress\": \"2656 QUALITY COURT\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1432,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c8b4a8c2-0c64-4377-bcd5-00e9d78a88e4.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"1421084\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"1421084\"\n            }\n        ],\n        \"bolnumber\": \"134584782\",\n        \"ponumber\": \"1421084\",\n        \"pronumber\": \"326478062\"\n    },\n    {\n        \"shipmentID\": 134584806,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 303.38,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740700800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741305600000,\n        \"deliveryDate\": 1741046400000,\n        \"shipperName\": \"TYR TACTICAL\",\n        \"shipperAddress\": \"9330 N 91ST AVE\",\n        \"shipperCity\": \"PEORIA\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"SOFSA\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1080,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/fd83462f-9114-431c-823a-321e4fcecf9a.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24P0013\"\n            }\n        ],\n        \"bolnumber\": \"1346199\",\n        \"ponumber\": \"1402422\",\n        \"pronumber\": \"I314086725\"\n    },\n    {\n        \"shipmentID\": 134584847,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 226.38,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740700800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741046400000,\n        \"deliveryDate\": 1741046400000,\n        \"shipperName\": \"RAMI\",\n        \"shipperAddress\": \"14500 168TH AVE\",\n        \"shipperCity\": \"GRAND HAVEN\",\n        \"shipperState\": \"MI\",\n        \"shipperZip\": \"49417\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"TOBYHANNA ARMY DEPOT\",\n        \"consigneeAddress\": \"11 HAP ARNOLD BLVD BLDG 5\",\n        \"consigneeCity\": \"TOBYHANNA\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"18466\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1770,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/2a202826-c997-4e34-a748-3ea39eb9cdf2.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F196N\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F196N\"\n            }\n        ],\n        \"bolnumber\": \"1346201\",\n        \"ponumber\": \"1397266\",\n        \"pronumber\": \"I217191915\"\n    },\n    {\n        \"shipmentID\": 134584869,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 146.46,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740700800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741046400000,\n        \"deliveryDate\": 1741046400000,\n        \"shipperName\": \"RAMI\",\n        \"shipperAddress\": \"14500 168TH AVE\",\n        \"shipperCity\": \"GRAND HAVEN\",\n        \"shipperState\": \"MI\",\n        \"shipperZip\": \"49417\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"TOBYHANNA ARMY DEPOT\",\n        \"consigneeAddress\": \"11 HAP ARNOLD BLVD BLDG 5\",\n        \"consigneeCity\": \"TOBYHANNA\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"18466\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 920,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/186cfd5b-c9a0-4ff5-86c9-a153234dd5c8.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1DYE\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1DYE\"\n            }\n        ],\n        \"bolnumber\": \"1346203\",\n        \"ponumber\": \"1409883\",\n        \"pronumber\": \"I217191924\"\n    },\n    {\n        \"shipmentID\": 134584886,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 331.31,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740700800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741737600000,\n        \"shipperName\": \"     Bren-Tronics, INC.\",\n        \"shipperAddress\": \"10 Brayton Court\",\n        \"shipperCity\": \"Commack\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11725\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"  DDSP NEW CUMBERLAND FACILITY\",\n        \"consigneeAddress\": \"2001 NORMANDY DRIVE   DOOR 113 TO 134\",\n        \"consigneeCity\": \"New Cumberland\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 34,\n        \"totalWeight\": 1016,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c9616591-0095-4604-92da-6f94e194f2a8.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134584886\",\n        \"ponumber\": \"1402676 \",\n        \"pronumber\": \"647 349 638\"\n    },\n    {\n        \"shipmentID\": 134584973,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 27,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740700800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741305600000,\n        \"shipperName\": \"NATIONAL SAFETY APPAREL\",\n        \"shipperAddress\": \"10601 MEMPHIS AVE B. 12\",\n        \"shipperCity\": \"Cleveland\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44144\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 13,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://www.fedex.com/fedextrack/?tracknumbers=772482057774\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134584973\",\n        \"ponumber\": \"1421129\",\n        \"pronumber\": \"772482057774\"\n    },\n    {\n        \"shipmentID\": 134585005,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 366.21,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740960000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741132800000,\n        \"deliveryDate\": 1741132800000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SM DISTRIBUTION LLC\",\n        \"consigneeAddress\": \"1117 Tyler St\",\n        \"consigneeCity\": \"Fredericksburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22401\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 240,\n        \"totalWeight\": 6600,\n        \"totalHU\": 12,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/96de1291-1547-4801-bf4b-999a3997be0a.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"Q-466166\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1250183\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"Q-466166\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1250183\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"Q-466166\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1250183\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"Q-466166\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1250183\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"Q-466166\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1250183\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"Q-466166\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1250183\"\n            }\n        ],\n        \"bolnumber\": \"134585005\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"360768245\"\n    },\n    {\n        \"shipmentID\": 134585033,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 502.52,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740700800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741564800000,\n        \"deliveryDate\": 1741219200000,\n        \"shipperName\": \"B.E. MEYERS & CO.\",\n        \"shipperAddress\": \"9461 WILLOWS RD NE\",\n        \"shipperCity\": \"REDMOND\",\n        \"shipperState\": \"WA\",\n        \"shipperZip\": \"98052\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"JXNV AIRBORNE CREWSERVED WEAPONS BR\",\n        \"consigneeAddress\": \"300 HWY 361 BLDG 2521W\",\n        \"consigneeCity\": \"CRANE\",\n        \"consigneeState\": \"IN\",\n        \"consigneeZip\": \"47522\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1542,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/759942a5-6591-4c8f-b553-732bfa26595f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F15B4\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F15B4\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F15B4\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F15B4\"\n            }\n        ],\n        \"bolnumber\": \"1346265\",\n        \"ponumber\": \"1381389\",\n        \"pronumber\": \"2350304172\"\n    },\n    {\n        \"shipmentID\": 134585160,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 415.8,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740700800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741651200000,\n        \"shipperName\": \"GLENAIR\",\n        \"shipperAddress\": \"901 LIVE OAK AVE\",\n        \"shipperCity\": \"IRWINDALE\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"91706\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC CARDEROCK DIV 72\",\n        \"consigneeAddress\": \"33964 N MAIN AVE\",\n        \"consigneeCity\": \"BAYVIEW\",\n        \"consigneeState\": \"ID\",\n        \"consigneeZip\": \"83803\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 1488,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/f1040ab9b0d9bd3d673fd81aaf278343-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1CVL\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1CVL\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1CVL\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1CVL\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1CVL\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1CVL\"\n            }\n        ],\n        \"bolnumber\": \"1346284\",\n        \"ponumber\": \"1408114\",\n        \"pronumber\": \"5197725816\"\n    },\n    {\n        \"shipmentID\": 134585435,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 459.19,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740960000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741132800000,\n        \"deliveryDate\": 1741132800000,\n        \"shipperName\": \"LUXOTTICA \",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1036,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/dbef45d8-7016-48b2-8f82-743f33307bab.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8872494327/ 8872751146/ 8872772118\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8872494327/ 8872751146/ 8872772118\"\n            }\n        ],\n        \"bolnumber\": \"134585435\",\n        \"ponumber\": \"1431490\",\n        \"pronumber\": \"195175131\"\n    },\n    {\n        \"shipmentID\": 134585470,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1034.89,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740960000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742428800000,\n        \"deliveryDate\": 1742428800000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"W1A8 DLA DIST SAN JOAQUIN\",\n        \"consigneeAddress\": \"25600 S CHRISMAN ROAD\",\n        \"consigneeCity\": \"TRACY\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"95304\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 420,\n        \"totalWeight\": 7164,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/1621010e-6b07-40c9-83b0-cf3ea480040c.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8E9-25-P-0096\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1228911\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"W62G2T42830718XXX\"\n            }\n        ],\n        \"bolnumber\": \"134585470\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"0032217415\"\n    },\n    {\n        \"shipmentID\": 134585486,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 29.9,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741046400000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741305600000,\n        \"shipperName\": \"GALVION \",\n        \"shipperAddress\": \"30 INDUSTRIAL DR STE 10\",\n        \"shipperCity\": \"Newport\",\n        \"shipperState\": \"VT\",\n        \"shipperZip\": \"05855\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"114TH SFS\",\n        \"consigneeAddress\": \"1201 W ALGONQUIN ST\",\n        \"consigneeCity\": \"Sioux Falls\",\n        \"consigneeState\": \"SD\",\n        \"consigneeZip\": \"57104\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 6,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134585486\",\n        \"ponumber\": \"1426140\",\n        \"pronumber\": \"772435974088 \"\n    },\n    {\n        \"shipmentID\": 134585577,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 375.87,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740960000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741651200000,\n        \"deliveryDate\": 1741651200000,\n        \"shipperName\": \"OT Training Solutions\",\n        \"shipperAddress\": \"901 S. Charles R Beall Blvd., Ste 12\",\n        \"shipperCity\": \"Debary\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32713\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" OR ARNG\",\n        \"consigneeAddress\": \"15300 SE Minuteman Way BLDG 6410\",\n        \"consigneeCity\": \"Clackamas\",\n        \"consigneeState\": \"OR\",\n        \"consigneeZip\": \"97015\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 100,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/7c1febc3-3e53-416f-a2ba-1208d595180f.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134585577\",\n        \"ponumber\": \"1357673\",\n        \"pronumber\": \"222209081\"\n    },\n    {\n        \"shipmentID\": 134585605,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 361.05,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740960000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741824000000,\n        \"shipperName\": \"OT Training Solutions\",\n        \"shipperAddress\": \"901 S. Charles R Beall Blvd., Ste 12\",\n        \"shipperCity\": \"Debary\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32713\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USPFO OR ARNG\",\n        \"consigneeAddress\": \"3800 Knox Butte Rd\",\n        \"consigneeCity\": \"Albany\",\n        \"consigneeState\": \"OR\",\n        \"consigneeZip\": \"97322\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 100,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/09639e6a367c2a62c55c7b6f7438dcb2-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134585605\",\n        \"ponumber\": \"1357689\",\n        \"pronumber\": \"5097579104\"\n    },\n    {\n        \"shipmentID\": 134585651,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 353.79,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741046400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741219200000,\n        \"shipperName\": \"PERSISTENT SYSTEMS LLC\",\n        \"shipperAddress\": \"601 WEST 26TH STREET\",\n        \"shipperCity\": \"NEW YORK\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"10001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVAL SUPPLY SYSTEMS COMMAND (NAVSU\",\n        \"consigneeAddress\": \"5450 CARLISLE PIKE BLDG 107\",\n        \"consigneeCity\": \"MECHANICSBURG\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17055\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 4354,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/592e74ae-2ee8-448f-858c-d5fbb1391d32.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E3R\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E3R\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E3R\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E3R\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E3R\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E3R\"\n            }\n        ],\n        \"bolnumber\": \"1346644\",\n        \"ponumber\": \"1410072\",\n        \"pronumber\": \"692967508\"\n    },\n    {\n        \"shipmentID\": 134585710,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 325.77,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741046400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741219200000,\n        \"shipperName\": \"PERSISTENT SYSTEMS LLC\",\n        \"shipperAddress\": \"601 WEST 26TH STREET\",\n        \"shipperCity\": \"NEW YORK\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"10001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVSUP WSS\",\n        \"consigneeAddress\": \"5450 CARLISLE PIKE BLDG 107 S END\",\n        \"consigneeCity\": \"MECHANICSBURG\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17050\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 3696,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c15a93bd-6f53-4fde-a1e3-be423b0b82e4.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E5D\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E5D\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E5D\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E5D\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E5D\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E5D\"\n            }\n        ],\n        \"bolnumber\": \"1346648\",\n        \"ponumber\": \"1407557\",\n        \"pronumber\": \"692967516\"\n    },\n    {\n        \"shipmentID\": 134585718,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 410.45,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740960000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741910400000,\n        \"deliveryDate\": 1741910400000,\n        \"shipperName\": \"OT TRAINING SOLUTIONS LLC\",\n        \"shipperAddress\": \"901 S. Charles R Beall Blvd\",\n        \"shipperCity\": \"Debary\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32713\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"OR ARNG\",\n        \"consigneeAddress\": \"822 SW Highland Av.\",\n        \"consigneeCity\": \"Redmond\",\n        \"consigneeState\": \"OR\",\n        \"consigneeZip\": \"97756\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 100,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/e8eb391b-f88b-46f2-bb03-08996e79fb28.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134585718\",\n        \"ponumber\": \"1357691\",\n        \"pronumber\": \"326533340\"\n    },\n    {\n        \"shipmentID\": 134585757,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 194.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741046400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741219200000,\n        \"shipperName\": \"True North Enterprises\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd. Units 108-109\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAWC AD LAKEHURST MQ9A \",\n        \"consigneeAddress\": \"BLDG 562-01 Route 547\",\n        \"consigneeCity\": \"Lakehurst\",\n        \"consigneeState\": \"NJ\",\n        \"consigneeZip\": \"08733 \",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 280,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/62616651-4085-4415-a07a-d34142122e0d.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F1DUB / N6833542581DXD\"\n            }\n        ],\n        \"bolnumber\": \"134585757\",\n        \"ponumber\": \"1408730\",\n        \"pronumber\": \"705343283\"\n    },\n    {\n        \"shipmentID\": 134585884,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 316.91,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740960000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741046400000,\n        \"deliveryDate\": 1741046400000,\n        \"shipperName\": \"     Bren-Tronics, INC.\",\n        \"shipperAddress\": \"10 Brayton Court\",\n        \"shipperCity\": \"Commack\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11725\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" TOBYHANNA ARMY DEPOT\",\n        \"consigneeAddress\": \"11 HAP ARNOLD BLVD BLDG 5, BAY 3. DROP #549\",\n        \"consigneeCity\": \"Tobyhanna\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"18466\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 748,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a8ba6af6-5cb3-4714-aa6f-c230a8d8c874.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134585884\",\n        \"ponumber\": \"1420549\",\n        \"pronumber\": \"701742595\"\n    },\n    {\n        \"shipmentID\": 134585950,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 420.83,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741132800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741651200000,\n        \"deliveryDate\": 1741564800000,\n        \"shipperName\": \"MILPOWER\",\n        \"shipperAddress\": \"10180 SCRIPPS RANCH BLVD\",\n        \"shipperCity\": \"SAN DIEGO\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92131\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NIWC ATLANTIC (NAVAL INFORMATION WA\",\n        \"consigneeAddress\": \"1008 TRIDENT STREET\",\n        \"consigneeCity\": \"HANAHAN\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1240,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/4bf666d1-b0fc-4833-ac0d-79ba95ee61c5.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F16FW\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F16FW\"\n            }\n        ],\n        \"bolnumber\": \"1346689\",\n        \"ponumber\": \"1387267\",\n        \"pronumber\": \"992256646\"\n    },\n    {\n        \"shipmentID\": 134586017,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1224.91,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741046400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741564800000,\n        \"deliveryDate\": 1741564800000,\n        \"shipperName\": \"Team Wendy, LLC.\",\n        \"shipperAddress\": \"17000 St. Clair Ave. Bldg. 1\",\n        \"shipperCity\": \"Cleveland\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44110\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USAFA CADET WING\",\n        \"consigneeAddress\": \"1022 JACKS VALLEY RD\",\n        \"consigneeCity\": \"United States Air Force Academy\",\n        \"consigneeState\": \"CO\",\n        \"consigneeZip\": \"80840\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1379,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/59da61fc-c2e9-4643-a5b2-ae01cdfa7712.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"14779\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"14779\"\n            }\n        ],\n        \"bolnumber\": \"134586017\",\n        \"ponumber\": \"1402755\",\n        \"pronumber\": \"I094842288\"\n    },\n    {\n        \"shipmentID\": 134586032,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 569,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1740960000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741651200000,\n        \"deliveryDate\": 1741564800000,\n        \"shipperName\": \"PACSTAR\",\n        \"shipperAddress\": \"7245 S.W. DURHAM ROAD\",\n        \"shipperCity\": \"PORTLAND\",\n        \"shipperState\": \"OR\",\n        \"shipperZip\": \"97224\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"EPS CORPORATION\",\n        \"consigneeAddress\": \"7567 HOLLEY WOOD RD.\",\n        \"consigneeCity\": \"PANAMA CITY\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32408\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1460,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/30f33b72095b087fb1c494211a0614b0-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F15YC\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F15YC\"\n            }\n        ],\n        \"bolnumber\": \"1346691\",\n        \"ponumber\": \"1385964\",\n        \"pronumber\": \"I933743826\"\n    },\n    {\n        \"shipmentID\": 134586198,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 241.04,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741046400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741219200000,\n        \"deliveryDate\": 1741219200000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"2ND SUP BN 25TH CLR\",\n        \"consigneeAddress\": \"BLDG 1011 ASH STREET\",\n        \"consigneeCity\": \"CAMP LEJEUNE\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28542\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 434,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/aee5c26a-183b-4e8d-82c8-ec6411387436.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F11B8\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1154420\"\n            }\n        ],\n        \"bolnumber\": \"134586198\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"0032236381\"\n    },\n    {\n        \"shipmentID\": 134586231,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 286.77,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741046400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741219200000,\n        \"shipperName\": \"GENTEX CORPORATION\",\n        \"shipperAddress\": \"324 MAIN ST\",\n        \"shipperCity\": \"SIMPSON \",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"18407\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PEO SOFSA\",\n        \"consigneeAddress\": \"5749 BRIAR HILL RD BLDG 102\",\n        \"consigneeCity\": \"Lexington\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 270,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134586231\",\n        \"ponumber\": \"1405993\",\n        \"pronumber\": \"9291161014\"\n    },\n    {\n        \"shipmentID\": 134586292,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 363.19,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741046400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741132800000,\n        \"deliveryDate\": 1741132800000,\n        \"shipperName\": \"BULLDOG HOSE COMPANY, LLC\",\n        \"shipperAddress\": \"141 JUNNY RD\",\n        \"shipperCity\": \"ANGIER\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"27501\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 7738,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/0fbe6c95-1aef-49b2-b820-5a776f200795.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1407214\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1407214\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1407214\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1407214\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1407214\"\n            }\n        ],\n        \"bolnumber\": \"1346743\",\n        \"ponumber\": \"1407214\",\n        \"pronumber\": \"410878341\"\n    },\n    {\n        \"shipmentID\": 134586298,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 53.89,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741046400000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741305600000,\n        \"shipperName\": \"     Bren-Tronics, INC.\",\n        \"shipperAddress\": \"10 Brayton Court\",\n        \"shipperCity\": \"Commack\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11725\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AFSOC 720TH OSS\",\n        \"consigneeAddress\": \"121 TERRY AVE BLDG 90206\",\n        \"consigneeCity\": \"Hurlburt Field\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32544\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 33,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"F4FDHB4296A001\"\n            }\n        ],\n        \"bolnumber\": \"134586298\",\n        \"ponumber\": \"1419607\",\n        \"pronumber\": \"772449275942 \"\n    },\n    {\n        \"shipmentID\": 134586326,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 79,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741046400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741219200000,\n        \"shipperName\": \"BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DRIVE\",\n        \"shipperCity\": \"Belleville\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VF IMAGEWEAR\",\n        \"consigneeAddress\": \"800 S MAIN ST\",\n        \"consigneeCity\": \"Henning\",\n        \"consigneeState\": \"TN\",\n        \"consigneeZip\": \"38041\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 32,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://www.fedex.com/fedextrack/?tracknumbers=772449779415\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134586326\",\n        \"ponumber\": \"1426528 /1428553\",\n        \"pronumber\": \"772449779415\"\n    },\n    {\n        \"shipmentID\": 134591840,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 198.34,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741046400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741824000000,\n        \"deliveryDate\": 1741824000000,\n        \"shipperName\": \"RAIDER OUTBOARDS INC\",\n        \"shipperAddress\": \"1885 ARMSTRONG DRIVE\",\n        \"shipperCity\": \"TITUSVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32780\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSW SDVT2\",\n        \"consigneeAddress\": \"1875 COVE RD BLDG 3806\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23459\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 1430,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/ce06eabaa1afb3b8bb72e16e8d9fe116-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F13XM\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F13XM\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F13XM\"\n            }\n        ],\n        \"bolnumber\": \"1346845\",\n        \"ponumber\": \"1371283\",\n        \"pronumber\": \"416580378\"\n    },\n    {\n        \"shipmentID\": 134591922,\n        \"name\": \"FEDEX 2DAY\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 526.38,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX05\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741046400000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741219200000,\n        \"shipperName\": \"Iris Technology Corporation\",\n        \"shipperAddress\": \"2811 MCGAW AVE\",\n        \"shipperCity\": \"Irvine\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92614\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USARHAW FORCE INTEGRATION COMPLEX\",\n        \"consigneeAddress\": \"1479 MCMAHON RD, BLDG 1090\",\n        \"consigneeCity\": \"Schofield Barracks\",\n        \"consigneeState\": \"HI\",\n        \"consigneeZip\": \"96857\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 46,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F1061\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F1061\"\n            }\n        ],\n        \"bolnumber\": \"134591922\",\n        \"ponumber\": \"1424566\",\n        \"pronumber\": \"772466463189\"\n    },\n    {\n        \"shipmentID\": 134592000,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 186.33,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741046400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741737600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"W1BG DLA DISTRIBUTION\",\n        \"consigneeAddress\": \"2001 NORMANDY DR DOOR 135-168\",\n        \"consigneeCity\": \"NEW CUMBERLAND\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 114,\n        \"totalWeight\": 3210,\n        \"totalHU\": 9,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/0c72aab8-5bb1-4815-92dc-1e3c465c9e4d.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QDCC25M037X\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1228166\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"FA55874281Y005XXX\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QDCC25M037X\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1228166\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"FA55874281Y005XXX\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QDCC25M037X\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1228166\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"FA55874281Y005XXX\"\n            }\n        ],\n        \"bolnumber\": \"134592000\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"685321572\"\n    },\n    {\n        \"shipmentID\": 134592004,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 769.19,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741046400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741305600000,\n        \"shipperName\": \"FEDERAL SIGNAL CORPORATION\",\n        \"shipperAddress\": \"2645 FEDERAL SIGNAL DR\",\n        \"shipperCity\": \"UNIVERSITY PARK\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60484\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSA PANAMA CITY\",\n        \"consigneeAddress\": \"101 VERNON AVENUE\",\n        \"consigneeCity\": \"PANAMA CITY\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32407\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 2230,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/bbc27c89-b3af-4485-ade9-44e15203e89c.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX25F105S\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX25F105S\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX25F105S\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX25F105S\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX25F105S\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX25F105S\"\n            }\n        ],\n        \"bolnumber\": \"1346886\",\n        \"ponumber\": \"1421895\",\n        \"pronumber\": null\n    },\n    {\n        \"shipmentID\": 134592066,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 176.18,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741046400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741132800000,\n        \"shipperName\": \"True North Enterprises\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd. Units 108-109\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC PORT HUENEME\",\n        \"consigneeAddress\": \"5450 Carlisle Pike BLDG 209\",\n        \"consigneeCity\": \"Mechanicsburg\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17055 \",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 105,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/06dadcda-ced3-46eb-af54-51dbcc54d7b9.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F1CD4 / REQ# N0002442561DSU\"\n            }\n        ],\n        \"bolnumber\": \"134592066\",\n        \"ponumber\": \"1403000\",\n        \"pronumber\": \"705343291\"\n    },\n    {\n        \"shipmentID\": 134592109,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 225.49,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741046400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741305600000,\n        \"deliveryDate\": 1741305600000,\n        \"shipperName\": \"MQ CE Distribution \",\n        \"shipperAddress\": \"700 W Round Grove Rd STE 400\",\n        \"shipperCity\": \"Lewisville\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75067\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" Solution Based Innovation\",\n        \"consigneeAddress\": \"2656 Quality Ct\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 447,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/13009110-f7e7-4b96-9232-b004cbe563a3.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SO 4288931\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SO 4288931\"\n            }\n        ],\n        \"bolnumber\": \"134592109\",\n        \"ponumber\": \"1421083\",\n        \"pronumber\": \"425204545\"\n    },\n    {\n        \"shipmentID\": 134592297,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 289.57,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741046400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741564800000,\n        \"deliveryDate\": 1741305600000,\n        \"shipperName\": \"NORTH AMERICAN RESCUE\",\n        \"shipperAddress\": \"35 TEDWALL COURT\",\n        \"shipperCity\": \"GREER\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29650\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CO ARNG\",\n        \"consigneeAddress\": \"19210 E. BRECKENRIDGE\",\n        \"consigneeCity\": \"AURORA\",\n        \"consigneeState\": \"CO\",\n        \"consigneeZip\": \"80011\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 936,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/b77313bde48369d67372b35cc6a93d83-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"AR1-1320BD CER\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"W9133L-23-D-3800\"\n            }\n        ],\n        \"bolnumber\": \"1346909\",\n        \"ponumber\": \"1432826\",\n        \"pronumber\": \"I749243493\"\n    },\n    {\n        \"shipmentID\": 134592417,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 223.19,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741132800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741305600000,\n        \"shipperName\": \"PECKHAM, INC. (WATERTOWN B WAREHOUSE)\",\n        \"shipperAddress\": \"5408 W GRAND RIVER AVE/ BUILDING B\",\n        \"shipperCity\": \"Lansing\",\n        \"shipperState\": \"MI\",\n        \"shipperZip\": \"48906\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"5749 BRIAR HILL RD, BUILDING 220 DOOR 4\",\n        \"consigneeCity\": \"Lexington\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 720,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/e97878c0-f520-4545-8c03-b19024c671e8.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"SPE8EL24F1DQR\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"H9226142671F2X\"\n            }\n        ],\n        \"bolnumber\": \"134592417\",\n        \"ponumber\": \"1408186\",\n        \"pronumber\": \"6858609586\"\n    },\n    {\n        \"shipmentID\": 134592436,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 373.45,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741046400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741824000000,\n        \"deliveryDate\": 1741824000000,\n        \"shipperName\": \"GOTENNA\",\n        \"shipperAddress\": \"3051 W. AIRFIELD DRIVE\",\n        \"shipperCity\": \"FORT WORTH\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75261\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"TACTICAL TRAINING EXERCISE CONTROL\",\n        \"consigneeAddress\": \"BLDG 1935 DEL VALLE RD\",\n        \"consigneeCity\": \"TWENTYNINE PALMS\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92277\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 662,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/673ab183-c4e0-48bc-b1aa-804b1901102e.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F12YS\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F12YS\"\n            }\n        ],\n        \"bolnumber\": \"1346919\",\n        \"ponumber\": \"1431616\",\n        \"pronumber\": \"1842337457\"\n    },\n    {\n        \"shipmentID\": 134592439,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 751.4,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741046400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741219200000,\n        \"deliveryDate\": 1741219200000,\n        \"shipperName\": \"LUXOTTICA – ESS - OAKLEY\",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 6432,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/5f0dd791-8394-4238-8ad6-d82a44685240.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"ADS PO\",\n                \"value\": \"1431814\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8872961704\"\n            },\n            {\n                \"name\": \"ADS PO\",\n                \"value\": \"1431814\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8872961704\"\n            }\n        ],\n        \"bolnumber\": \"134592439\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"314345802\"\n    },\n    {\n        \"shipmentID\": 134592539,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 191.38,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741132800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741305600000,\n        \"deliveryDate\": 1741305600000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"EODESU 2\",\n        \"consigneeAddress\": \"2520 MIDWAY RD STE 400\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23459\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1080,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c7b79f51-5528-4367-bdf0-00f6732cd03f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10SY\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10SY\"\n            }\n        ],\n        \"bolnumber\": \"1346944\",\n        \"ponumber\": \"1418252\",\n        \"pronumber\": \"706304540\"\n    },\n    {\n        \"shipmentID\": 134592558,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 19.66,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741046400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741219200000,\n        \"shipperName\": \" BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DRIVE\",\n        \"shipperCity\": \"Belleville\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MAG 41 MALS 41\",\n        \"consigneeAddress\": \"BLDG 1050 JRB\",\n        \"consigneeCity\": \"FORTH WORTH\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"76127\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 5,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://www.fedex.com/fedextrack/?tracknumbers=772476032867\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134592558\",\n        \"ponumber\": \"1426101\",\n        \"pronumber\": \"772476032867\"\n    },\n    {\n        \"shipmentID\": 134592571,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 184.91,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741219200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741564800000,\n        \"shipperName\": \"True North Enterprises\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd.\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VXX MISSION COMMS SYSTEM PROGRAM AIR 4 11\",\n        \"consigneeAddress\": \"17179 Webster Field Rd Building 8165 Test Bed 2\",\n        \"consigneeCity\": \"St. Inigoes\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20684 \",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 276,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/e5ac6255-a1bc-4f62-992a-f87e33b69470.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F105Z / REQ# N0042152971G3D\"\n            }\n        ],\n        \"bolnumber\": \"134592571\",\n        \"ponumber\": \"1412243\",\n        \"pronumber\": \"0280819959\"\n    },\n    {\n        \"shipmentID\": 134592711,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 57,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741046400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741305600000,\n        \"shipperName\": \"INTELSAT GENERAL COMMUNICATIONS\",\n        \"shipperAddress\": \"1155 W DEVON AVENUE\",\n        \"shipperCity\": \"Itasca\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60143\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 24,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://www.fedex.com/fedextrack/?tracknumbers=772481585510\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134592711\",\n        \"ponumber\": \"149634\",\n        \"pronumber\": \"772481585510\"\n    },\n    {\n        \"shipmentID\": 134593072,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 188.76,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741132800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741219200000,\n        \"deliveryDate\": 1741219200000,\n        \"shipperName\": \"AMRON INTERNATIONAL\",\n        \"shipperAddress\": \"1380 ASPEN WAY\",\n        \"shipperCity\": \"VISTA\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92081\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SWRMC\",\n        \"consigneeAddress\": \"3602 WOMBLE ST\",\n        \"consigneeCity\": \"SAN DIEGO\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92136\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1516,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/9af459d8-2818-4833-bf29-877c87e65e47.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1CBC\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1CBC\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1CBC\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1CBC\"\n            }\n        ],\n        \"bolnumber\": \"1347025\",\n        \"ponumber\": \"1403052\",\n        \"pronumber\": \"I907795557\"\n    },\n    {\n        \"shipmentID\": 134593073,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 39.33,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741219200000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741564800000,\n        \"shipperName\": \" BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DRIVE\",\n        \"shipperCity\": \"Belleville\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MAG 41 MALS 41\",\n        \"consigneeAddress\": \"BLDG 1050 JRB\",\n        \"consigneeCity\": \"FORTH WORTH\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"76127\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 12,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134593073\",\n        \"ponumber\": \"1422454; 1426097\",\n        \"pronumber\": \"772524984018/772524984029\"\n    },\n    {\n        \"shipmentID\": 134593074,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 34.5,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741219200000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741651200000,\n        \"shipperName\": \"BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DRIVE\",\n        \"shipperCity\": \"Belleville\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSAMW DEVELOPMENT CENTER SMWDC\",\n        \"consigneeAddress\": \"32444 ECHO LANE BLDG 1\",\n        \"consigneeCity\": \"San Diego\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92147\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 5,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134593074\",\n        \"ponumber\": \"1412376\",\n        \"pronumber\": \"772528561088\"\n    },\n    {\n        \"shipmentID\": 134593505,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 3528.17,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741132800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742169600000,\n        \"deliveryDate\": 1742169600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"W1A8 DLA DIST SAN JOAQUIN\",\n        \"consigneeAddress\": \"25600 S CHRISMAN ROAD\",\n        \"consigneeCity\": \"TRACY\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"95304\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1515,\n        \"totalWeight\": 25866,\n        \"totalHU\": 24,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/e08ea1f3-0cfd-458f-b57a-546ec208a62c.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EJ25F1735\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1235763\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"W62G2T43120921XAX\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EJ25F1735\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1235763\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"W62G2T43120921XAX\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EJ25F1735\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1235763\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"W62G2T43120921XAX\"\n            }\n        ],\n        \"bolnumber\": \"134593505\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"466656536\"\n    },\n    {\n        \"shipmentID\": 134593700,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 258.24,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741132800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741651200000,\n        \"deliveryDate\": 1741564800000,\n        \"shipperName\": \"NORTH AMERICAN RESCUE\",\n        \"shipperAddress\": \"35 TEDWALL COURT\",\n        \"shipperCity\": \"GREER\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29650\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CO ARNG\",\n        \"consigneeAddress\": \"19210 E. BRECKENRIDGE\",\n        \"consigneeCity\": \"AURORA\",\n        \"consigneeState\": \"CO\",\n        \"consigneeZip\": \"80011\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 816,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/767741a842fca88b8e4e55654da7a7eb-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"AR1-1318BD CER\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"W9133L-23-D-3800\"\n            }\n        ],\n        \"bolnumber\": \"1347143\",\n        \"ponumber\": \"1432825\",\n        \"pronumber\": \"I481021092\"\n    },\n    {\n        \"shipmentID\": 134593777,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741132800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741219200000,\n        \"deliveryDate\": 1741219200000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Paxton Van Lines Inc\",\n        \"consigneeAddress\": \"5300 Port Royal Rd\",\n        \"consigneeCity\": \"Springfield\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22151\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 88,\n        \"totalWeight\": 1532,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/2b658461-4510-4366-8850-90797014a90f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"24347-BESF\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1240247\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"24347-BESF\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1240247\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"24347-BESF\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1240247\"\n            }\n        ],\n        \"bolnumber\": \"134593777\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"360768253\"\n    },\n    {\n        \"shipmentID\": 134593803,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 403.71,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741132800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741305600000,\n        \"deliveryDate\": 1741305600000,\n        \"shipperName\": \"NORTH AMERICAN RESCUE\",\n        \"shipperAddress\": \"35 TEDWALL COURT\",\n        \"shipperCity\": \"GREER\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29650\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"OH ARNG\",\n        \"consigneeAddress\": \"R5 HRF (WHRF52) 8208 S PERIMETER ROAD\",\n        \"consigneeCity\": \"COLUMBUS\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"43217\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 3206,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/7fb4625b-22bf-4a1f-b542-82dacd54f1e7.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"AR1-1319BD HRF\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"W9133L-23-D-3800\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"AR1-1319BD HRF\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"W9133L-23-D-3800\"\n            }\n        ],\n        \"bolnumber\": \"1347183\",\n        \"ponumber\": \"1432827\",\n        \"pronumber\": \"0312809276\"\n    },\n    {\n        \"shipmentID\": 134593886,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 142.52,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741219200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741564800000,\n        \"deliveryDate\": 1741564800000,\n        \"shipperName\": \"DARN TOUGH VT\",\n        \"shipperAddress\": \"7 BELKNAP AVE\",\n        \"shipperCity\": \"NORTHFIELD\",\n        \"shipperState\": \"VT\",\n        \"shipperZip\": \"05663\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 510,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/f048301cc49ac326a484ea2d29c2a44c-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1422130\"\n            }\n        ],\n        \"bolnumber\": \"1347203\",\n        \"ponumber\": \"1422130\",\n        \"pronumber\": \"I049206375\"\n    },\n    {\n        \"shipmentID\": 134593901,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 148.01,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741219200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741305600000,\n        \"deliveryDate\": 1741305600000,\n        \"shipperName\": \"COCOON SOUTH NEW\",\n        \"shipperAddress\": \"824 LOCUST ST.\",\n        \"shipperCity\": \"HENDERSONVILLE\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28792\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"2ND MAW MAG 26 MALS 26\",\n        \"consigneeAddress\": \"BLDG AS-4085\",\n        \"consigneeCity\": \"JACKSONVILLE\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28545\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1052,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a1b70f88-f72d-4ca6-b26b-d497152359c2.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EM24F10KF\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EM24F10KF\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EM24F10KF\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EM24F10KF\"\n            }\n        ],\n        \"bolnumber\": \"1347205\",\n        \"ponumber\": \"1405939\",\n        \"pronumber\": \"421960060\"\n    },\n    {\n        \"shipmentID\": 134593965,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 362.99,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741132800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741651200000,\n        \"deliveryDate\": 1741651200000,\n        \"shipperName\": \"SKF/KAYDON PLANT 12A\",\n        \"shipperAddress\": \"840 CORPORATE CIR\",\n        \"shipperCity\": \"SUMTER\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29154\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"RED RIVER ARMY DEPOT\",\n        \"consigneeAddress\": \"10TH STREET & K AVENUE\",\n        \"consigneeCity\": \"TEXARKANA\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"75507\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 3920,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/621ae6bd-308b-485e-a5be-3c0a0e1ba37b.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL23F1EEU\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL23F1EEU\"\n            }\n        ],\n        \"bolnumber\": \"1347219\",\n        \"ponumber\": \"1326915\",\n        \"pronumber\": \"421520515\"\n    },\n    {\n        \"shipmentID\": 134594082,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 152.06,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741737600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741824000000,\n        \"deliveryDate\": 1741824000000,\n        \"shipperName\": \"CAPEWELL AERIAL SYSTEMS LLC\",\n        \"shipperAddress\": \"4298 JEB STUART HWY\",\n        \"shipperCity\": \"MEADOWS OF DAN\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"24120\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VSE CORPORATION\",\n        \"consigneeAddress\": \"18259 GREEN ROAD\",\n        \"consigneeCity\": \"RUTHER GLEN\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22546\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1402,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/5908cd2849996eae4cf15f79668023d6-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E2D\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E2D\"\n            }\n        ],\n        \"bolnumber\": \"1347280\",\n        \"ponumber\": \"1406837\",\n        \"pronumber\": \"413067629\"\n    },\n    {\n        \"shipmentID\": 134594236,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 337.68,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741305600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741824000000,\n        \"deliveryDate\": 1741824000000,\n        \"shipperName\": \"AVADIM TECHNOLOGIES\",\n        \"shipperAddress\": \"4 OLD PATTON COVE RD\",\n        \"shipperCity\": \"SWANNANOA\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28778\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CARDINAL HEALTH MPS DIST CENTER\",\n        \"consigneeAddress\": \"7611 BRANDON WOODS BLVD\",\n        \"consigneeCity\": \"BALTIMORE\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"21226\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 2644,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/3efeae191fbec8d2fe00a1acdf63851d-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"4532669789\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"4532669789\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"4532669789\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"4532669789\"\n            }\n        ],\n        \"bolnumber\": \"1347282\",\n        \"ponumber\": \"1433622\",\n        \"pronumber\": \"I408500775\"\n    },\n    {\n        \"shipmentID\": 134594357,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 429.33,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741219200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741564800000,\n        \"deliveryDate\": 1741564800000,\n        \"shipperName\": \"WILEY X, INC.\",\n        \"shipperAddress\": \"15755 PRESTON RD\",\n        \"shipperCity\": \"FRISCO\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75033\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 2980,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/5290a9ee034088b8ef93e457edeec1d7-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1430358\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1430358\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1430358\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1430358\"\n            }\n        ],\n        \"bolnumber\": \"1347303\",\n        \"ponumber\": \"1430358\",\n        \"pronumber\": \"425204278\"\n    },\n    {\n        \"shipmentID\": 134594368,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 305.79,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741219200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741564800000,\n        \"deliveryDate\": 1741564800000,\n        \"shipperName\": \"WILEY X, INC.\",\n        \"shipperAddress\": \"15755 PRESTON RD\",\n        \"shipperCity\": \"FRISCO\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75033\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 2120,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/963fab3180f0893ceb92f9224c2b295e-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1432812\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1432812\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1432812\"\n            }\n        ],\n        \"bolnumber\": \"1347304\",\n        \"ponumber\": \"1432812\",\n        \"pronumber\": \"425204286\"\n    },\n    {\n        \"shipmentID\": 134594473,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 66.07,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741219200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741737600000,\n        \"shipperName\": \"Genasys Inc\",\n        \"shipperAddress\": \"16262 W Bernardo Drive\",\n        \"shipperCity\": \"San Diego\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92127\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 30,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://www.fedex.com/fedextrack/?tracknumbers=772510888323\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134594473\",\n        \"ponumber\": \"1433023\",\n        \"pronumber\": \"772510888323\"\n    },\n    {\n        \"shipmentID\": 134595003,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 180.95,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741305600000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741737600000,\n        \"shipperName\": \"USASOC JFK SWCS 2ND SWTG 2ND BN B CO\\t\",\n        \"shipperAddress\": \"301 C ST. / BLDG 305\",\n        \"shipperCity\": \"Yuma\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85365\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CRYE PRECISION\",\n        \"consigneeAddress\": \"63 FLUSHING AVE UNIT 252\",\n        \"consigneeCity\": \"BROOKLYN\",\n        \"consigneeState\": \"NY\",\n        \"consigneeZip\": \"11205\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 55,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134595003\",\n        \"ponumber\": \"RMA0006005\",\n        \"pronumber\": \"772522886714\"\n    },\n    {\n        \"shipmentID\": 134595012,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 147.95,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741651200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741824000000,\n        \"deliveryDate\": 1741824000000,\n        \"shipperName\": \"MUSTANGSURVIVAL\",\n        \"shipperAddress\": \"214 WILLIAMS DRIVE\",\n        \"shipperCity\": \"SPENCER\",\n        \"shipperState\": \"WV\",\n        \"shipperZip\": \"25276\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 852,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/62551879-dc1f-42d3-9ec3-17794f0d368b.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1411493\"\n            }\n        ],\n        \"bolnumber\": \"1347343\",\n        \"ponumber\": \"1411493\",\n        \"pronumber\": \"685636615\"\n    },\n    {\n        \"shipmentID\": 134595130,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 202.63,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741219200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741564800000,\n        \"deliveryDate\": 1741564800000,\n        \"shipperName\": \"LEADING TECHNOLOGY COMPOSITES\",\n        \"shipperAddress\": \"2626 WEST MAY\",\n        \"shipperCity\": \"WICHITA\",\n        \"shipperState\": \"KS\",\n        \"shipperZip\": \"67213\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CONSOLIDATED NUCLEAR SECURITY LLC\",\n        \"consigneeAddress\": \"1200 BEAR CREEK ROAD\",\n        \"consigneeCity\": \"OAK RIDGE\",\n        \"consigneeState\": \"TN\",\n        \"consigneeZip\": \"37830\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 874,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/1a982cf6dc137c86f71bcd3d1780012e-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"4300191017\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"DE-NA0001942\"\n            }\n        ],\n        \"bolnumber\": \"1347364\",\n        \"ponumber\": \"1420007\",\n        \"pronumber\": \"I151929756\"\n    },\n    {\n        \"shipmentID\": 134595136,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 201.71,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741219200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741564800000,\n        \"deliveryDate\": 1741564800000,\n        \"shipperName\": \"LEADING TECHNOLOGY COMPOSITES\",\n        \"shipperAddress\": \"2626 WEST MAY\",\n        \"shipperCity\": \"WICHITA\",\n        \"shipperState\": \"KS\",\n        \"shipperZip\": \"67213\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CONSOLIDATED NUCLEAR SECURITY LLC\",\n        \"consigneeAddress\": \"Y-12 RECEIVING\",\n        \"consigneeCity\": \"OAK RIDGE\",\n        \"consigneeState\": \"TN\",\n        \"consigneeZip\": \"37830\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 870,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/5fb9d0f277955c86cf5e9f80e35be779-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"4300191946\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"3300411844/DE-NA0001942\"\n            }\n        ],\n        \"bolnumber\": \"1347365\",\n        \"ponumber\": \"1429738\",\n        \"pronumber\": \"I151929747\"\n    },\n    {\n        \"shipmentID\": 134595143,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 203.1,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741219200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741564800000,\n        \"deliveryDate\": 1741564800000,\n        \"shipperName\": \"LEADING TECHNOLOGY COMPOSITES\",\n        \"shipperAddress\": \"2626 WEST MAY\",\n        \"shipperCity\": \"WICHITA\",\n        \"shipperState\": \"KS\",\n        \"shipperZip\": \"67213\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CONSOLIDATED NUCLEAR SECURITY LLC\",\n        \"consigneeAddress\": \"Y-12 RECEIVING\",\n        \"consigneeCity\": \"OAK RIDGE\",\n        \"consigneeState\": \"TN\",\n        \"consigneeZip\": \"37830\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 876,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/95de5d6eea4a361f44c93e962d869f18-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"4300191425\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"4300191425\"\n            }\n        ],\n        \"bolnumber\": \"1347367\",\n        \"ponumber\": \"1424558\",\n        \"pronumber\": \"I151929738\"\n    },\n    {\n        \"shipmentID\": 134595189,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 225.56,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741219200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742774400000,\n        \"shipperName\": \"     Bren-Tronics, INC.\",\n        \"shipperAddress\": \"10 Brayton Court\",\n        \"shipperCity\": \"Commack\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11725\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"  DDSP NEW CUMBERLAND FACILITY\",\n        \"consigneeAddress\": \"2001 NORMANDY DRIVE   DOOR 113 TO 134\",\n        \"consigneeCity\": \"New Cumberland\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 14,\n        \"totalWeight\": 438,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/46273809-53cf-4700-a7f0-dc0a1b9cf04e.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134595189\",\n        \"ponumber\": \"1402676 \",\n        \"pronumber\": \"647392547\"\n    },\n    {\n        \"shipmentID\": 134595351,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 217.29,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741219200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741737600000,\n        \"deliveryDate\": 1741651200000,\n        \"shipperName\": \"BAE SYSTEMS SPACE AND MISSION SYSTEMS INC\",\n        \"shipperAddress\": \"9675 W 108TH, CIR\",\n        \"shipperCity\": \"WESTMINSTER\",\n        \"shipperState\": \"CO\",\n        \"shipperZip\": \"80021\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVAIR CENTRAL KITTING ACTIVITY\",\n        \"consigneeAddress\": \"235 INDUSTRIAL LOOP\",\n        \"consigneeCity\": \"ORANGE PARK\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32073\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 280,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/8ec1735e776f89a28d4fa842e256635d-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL23F13VZ\"\n            }\n        ],\n        \"bolnumber\": \"1347403\",\n        \"ponumber\": \"1404194\",\n        \"pronumber\": \"I563148576\"\n    },\n    {\n        \"shipmentID\": 134595357,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 140.58,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741219200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741305600000,\n        \"deliveryDate\": 1741305600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DEPT OF STATE\",\n        \"consigneeAddress\": \"7000 Loisdale Rd\",\n        \"consigneeCity\": \"Springfield\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22150\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 14,\n        \"totalWeight\": 528,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/9b0b1818-d3cf-403e-9680-084bc0838bdd.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1907-4-72403\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1198046\"\n            }\n        ],\n        \"bolnumber\": \"134595357\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"705364511\"\n    },\n    {\n        \"shipmentID\": 134595440,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 140.58,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741219200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741824000000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FBI OSAP\",\n        \"consigneeAddress\": \"FBI ACADEMY ONE RANGE RD \",\n        \"consigneeCity\": \"QUANTICO \",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22135\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 38,\n        \"totalWeight\": 316,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/af807a2a1b555969b8c4cbe45ebf8f88-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"0000\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1257317\"\n            }\n        ],\n        \"bolnumber\": \"134595440\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"705364529\"\n    },\n    {\n        \"shipmentID\": 134595499,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 525.98,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741219200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741737600000,\n        \"deliveryDate\": 1741737600000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CONSOLIDATED STORAGE PROGRAM\",\n        \"consigneeAddress\": \"A ST. MCLB, 1ST FSB WHSE 4\",\n        \"consigneeCity\": \"Barstow\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92311\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 18,\n        \"totalWeight\": 400,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/3fc3f6fc-4b69-4729-b809-c80df7a0236b.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134595499\",\n        \"ponumber\": \"1393355\",\n        \"pronumber\": \"0285893588\"\n    },\n    {\n        \"shipmentID\": 134595581,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 787.54,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741910400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742428800000,\n        \"deliveryDate\": 1742428800000,\n        \"shipperName\": \"Metocean Telematics Limited\",\n        \"shipperAddress\": \"11 Thornhill Drive\",\n        \"shipperCity\": \"Dartmouth\",\n        \"shipperState\": \"NS\",\n        \"shipperZip\": \"B3B1R9\",\n        \"shipperCountry\": \"CAN\",\n        \"consigneeName\": \"Naval Oceanographic Office \",\n        \"consigneeAddress\": \"MOSES COOK RD BLDG B9134\",\n        \"consigneeCity\": \"Stennis Space Center\",\n        \"consigneeState\": \"MS\",\n        \"consigneeZip\": \"39522\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1498,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/5b5bb4fc-97d9-46bd-88e6-a81a224c51f6.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134595581\",\n        \"ponumber\": \"1409936\",\n        \"pronumber\": \"393055746\"\n    },\n    {\n        \"shipmentID\": 134595606,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 23,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741219200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741564800000,\n        \"shipperName\": \"Groves Inc.\",\n        \"shipperAddress\": \"818 TRAKK LANE\",\n        \"shipperCity\": \"Woodstock\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60098\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"HUNTINGTON INGALLS INDUSTRIES INC\",\n        \"consigneeAddress\": \"2000 JERRY ST PE' HWY, BLDG 2039 COSAL WAREHOUSE\",\n        \"consigneeCity\": \"Pascagoula\",\n        \"consigneeState\": \"MS\",\n        \"consigneeZip\": \"39567\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 14,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://www.fedex.com/fedextrack/?tracknumbers=772533483387\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134595606\",\n        \"ponumber\": \"1430725\",\n        \"pronumber\": \"772533483387\"\n    },\n    {\n        \"shipmentID\": 134595649,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 322.89,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741219200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741651200000,\n        \"deliveryDate\": 1741651200000,\n        \"shipperName\": \"LUXOTTICA \",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 781,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/f00ec0c7-e190-4adc-be7f-5282d1089a18.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8873044263\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8873044263\"\n            }\n        ],\n        \"bolnumber\": \"134595649\",\n        \"ponumber\": \"1419863\",\n        \"pronumber\": \"783358284\"\n    },\n    {\n        \"shipmentID\": 134595840,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 174.17,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741305600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741651200000,\n        \"deliveryDate\": 1741651200000,\n        \"shipperName\": \"COPASAT LLC\",\n        \"shipperAddress\": \"2020 WILD ACRES ROAD\",\n        \"shipperCity\": \"LARGO\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33777\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CACI INC FEDERAL\",\n        \"consigneeAddress\": \"3611-E RAMSEY STREET\",\n        \"consigneeCity\": \"FAYETTEVILLE\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28311\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1260,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/a1a74f27134778c244faf10e2de5fdc0-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F1184\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F1184\"\n            }\n        ],\n        \"bolnumber\": \"1342706\",\n        \"ponumber\": \"1420937\",\n        \"pronumber\": \"I907701822\"\n    },\n    {\n        \"shipmentID\": 134595893,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 242.29,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741219200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741651200000,\n        \"deliveryDate\": 1741651200000,\n        \"shipperName\": \"MID-ATLANTIC COMPUTER SERVICES\",\n        \"shipperAddress\": \"13030 ALONDRA BLVD\",\n        \"shipperCity\": \"CERRITOS\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"90703\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AFMRA\",\n        \"consigneeAddress\": \"601 DAVY CROCKETT RD BLDG 1534\",\n        \"consigneeCity\": \"SAN ANTONIO\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"78226\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 664,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/885b0e4557d5e04ea6877a2bbc56270d-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX25F106B\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX25F106B\"\n            }\n        ],\n        \"bolnumber\": \"1347663\",\n        \"ponumber\": \"1422815\",\n        \"pronumber\": \"I894721041\"\n    },\n    {\n        \"shipmentID\": 134595959,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 33.99,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741305600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741737600000,\n        \"shipperName\": \"Rev-Cap Company Inc \",\n        \"shipperAddress\": \"430 COMMERCE LANE UNIT A\",\n        \"shipperCity\": \"West Berlin\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08091\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"WXS AIRBORNE ELECTRONIC ATTACK SYSTEMS DIVISION\",\n        \"consigneeAddress\": \"300 HIGHWAY 361\",\n        \"consigneeCity\": \"Crane\",\n        \"consigneeState\": \"IN\",\n        \"consigneeZip\": \"47522\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 16,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://www.fedex.com/fedextrack/?tracknumbers=772536783903\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134595959\",\n        \"ponumber\": \"1418591\",\n        \"pronumber\": \"772536783903\"\n    },\n    {\n        \"shipmentID\": 134596231,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 223.23,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741305600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741910400000,\n        \"deliveryDate\": 1741910400000,\n        \"shipperName\": \"KYMETA CORPORATION\",\n        \"shipperAddress\": \"14120 NE 200TH ST\",\n        \"shipperCity\": \"WOODINVILLE\",\n        \"shipperState\": \"WA\",\n        \"shipperZip\": \"98072\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USASOC\",\n        \"consigneeAddress\": \"0-1900 LAMONT RD\",\n        \"consigneeCity\": \"FORT LIBERTY\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28307\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 490,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/1ddcde94bbe9426253cf62c36ae491e7-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F127R\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F127R\"\n            }\n        ],\n        \"bolnumber\": \"1347703\",\n        \"ponumber\": \"1427305\",\n        \"pronumber\": \"I575198811\"\n    },\n    {\n        \"shipmentID\": 134596661,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1274.61,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741305600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741824000000,\n        \"deliveryDate\": 1741737600000,\n        \"shipperName\": \"TYR TACTICAL LLC\",\n        \"shipperAddress\": \"9330 N 91ST AVE\",\n        \"shipperCity\": \"Peoria\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FBI DSU\",\n        \"consigneeAddress\": \"4942 Fowler Road Bldg 7100\",\n        \"consigneeCity\": \"Redstone Arsenal\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35898\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 2590,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/90034409-9fe5-42c2-a532-70935658c632.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134596661\",\n        \"ponumber\": \"1430522,  1430524, 1430519\",\n        \"pronumber\": \"257672531\"\n    },\n    {\n        \"shipmentID\": 134596749,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 143.75,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741305600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741824000000,\n        \"shipperName\": \"L3Harris Technologies Inc\",\n        \"shipperAddress\": \"1350 JEFFERSON RD\",\n        \"shipperCity\": \"Rochester\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"212th RQS\",\n        \"consigneeAddress\": \"17455 AIRLIFTER DR\",\n        \"consigneeCity\": \"JBER\",\n        \"consigneeState\": \"AK\",\n        \"consigneeZip\": \"99506\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 12,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://www.fedex.com/fedextrack/?tracknumbers=772553392303\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134596749\",\n        \"ponumber\": \"1393125\",\n        \"pronumber\": \"772553392303\"\n    },\n    {\n        \"shipmentID\": 134596793,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 140.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741305600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741651200000,\n        \"shipperName\": \"L3HARRIS TECHNOLOGIES\",\n        \"shipperAddress\": \"1350 JEFFERSON RD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 556,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/fb92dbbe-ad22-48b7-bf26-ab0e8f6d82c2.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1405500\"\n            }\n        ],\n        \"bolnumber\": \"1347748\",\n        \"ponumber\": \"1405500\",\n        \"pronumber\": \"020-1249087\"\n    },\n    {\n        \"shipmentID\": 134596797,\n        \"name\": \"FedEx Freight Priority\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 300.03,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXFE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741305600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741737600000,\n        \"shipperName\": \"PELICAN\",\n        \"shipperAddress\": \"1564 INNOVATION BLVD\",\n        \"shipperCity\": \"CLAYTON\",\n        \"shipperState\": \"IN\",\n        \"shipperZip\": \"46118\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FBI NEW YORK NY\",\n        \"consigneeAddress\": \"26 FEDERAL PLAZA\",\n        \"consigneeCity\": \"NEW YORK\",\n        \"consigneeState\": \"NY\",\n        \"consigneeZip\": \"10278\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 561,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/7742b3602c3f3d78c3c25058635bbc92-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"15F06725F0000019\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"15F06725F0000019\"\n            }\n        ],\n        \"bolnumber\": \"1347751\",\n        \"ponumber\": \"1433473\",\n        \"pronumber\": \"9420554846\"\n    },\n    {\n        \"shipmentID\": 134596799,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 140.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741305600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741651200000,\n        \"shipperName\": \"PIPE LINE DEVELOPMENT\",\n        \"shipperAddress\": \"11792 ALAMEDA DRIVE\",\n        \"shipperCity\": \"STRONGSVILLE, OH\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44149\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOLUTION BASED INNOVATION\",\n        \"consigneeAddress\": \"2656 QUALITY COURT\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 740,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/d41310c8-eecf-438a-9a19-fcb68ced7531.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1335155\"\n            }\n        ],\n        \"bolnumber\": \"1347750\",\n        \"ponumber\": \"1335155\",\n        \"pronumber\": \"008-5502426\"\n    },\n    {\n        \"shipmentID\": 134596994,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 207.97,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741305600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741737600000,\n        \"deliveryDate\": 1741737600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DEFENSE DISTRIBUTION DEPOT\",\n        \"consigneeAddress\": \"MPC RECEIVING OFFICE\",\n        \"consigneeCity\": \"NORFOLK\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23511\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 102,\n        \"totalWeight\": 4848,\n        \"totalHU\": 9,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/7148de7e-d66b-4dce-9ba7-84bcb0b9bb4c.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EJ25F5264\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1251639\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"V231704352HB01XXX\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EJ25F5264\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1251639\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"V231704352HB01XXX\"\n            }\n        ],\n        \"bolnumber\": \"134596994\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"0032217421\"\n    },\n    {\n        \"shipmentID\": 134597016,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 239.14,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741305600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741824000000,\n        \"deliveryDate\": 1741824000000,\n        \"shipperName\": \"PUCK CUSTOM ENTERPRISES\",\n        \"shipperAddress\": \"1110 100TH ST\",\n        \"shipperCity\": \"MANNING\",\n        \"shipperState\": \"IA\",\n        \"shipperZip\": \"51455\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOLUTION BASED INNOVATION\",\n        \"consigneeAddress\": \"2656 QUALITY COURT\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1092,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/7dd766995da49746149fab7bcec2c930-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1334878\"\n            }\n        ],\n        \"bolnumber\": \"1347755\",\n        \"ponumber\": \"1334878\",\n        \"pronumber\": \"I770702148\"\n    },\n    {\n        \"shipmentID\": 134597067,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 140.58,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741305600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741651200000,\n        \"deliveryDate\": 1741651200000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DEFENSE DISTRIBUTION DEPOT\",\n        \"consigneeAddress\": \"MPC RECEIVING OFFICE\",\n        \"consigneeCity\": \"NORFOLK\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23511\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1440,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/7a32420dd594efe1481e83b797c8fc68-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE7LX25FAEG2\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1256729\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"V2318050590944XXX\"\n            }\n        ],\n        \"bolnumber\": \"134597067\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"705364537\"\n    },\n    {\n        \"shipmentID\": 134597186,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 199.75,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741305600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741737600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"W4GG TACOM LCMC CMO OCIE RLSC\",\n        \"consigneeAddress\": \"7100 MILLETT HIGHWAY\",\n        \"consigneeCity\": \"LANSING\",\n        \"consigneeState\": \"MI\",\n        \"consigneeZip\": \"48917\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 21,\n        \"totalWeight\": 441,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/2f4b5ae2161a7fb83974b961214a1d62-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE1C1-24-F-2535\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1163704\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"00001\"\n            }\n        ],\n        \"bolnumber\": \"134597186\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"8207443296\"\n    },\n    {\n        \"shipmentID\": 134597430,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 217.29,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741564800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742169600000,\n        \"deliveryDate\": 1742256000000,\n        \"shipperName\": \"TYR TACTICAL\",\n        \"shipperAddress\": \"9330 N 91ST AVE\",\n        \"shipperCity\": \"PEORIA\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 350,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/94f198f4e08d80d142691b9e3a2c26c1-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1433918\"\n            }\n        ],\n        \"bolnumber\": \"1347844\",\n        \"ponumber\": \"1433918\",\n        \"pronumber\": \"I314086734\"\n    },\n    {\n        \"shipmentID\": 134597463,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 353.67,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741651200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742256000000,\n        \"shipperName\": \"KANBAN LOGISTICS\",\n        \"shipperAddress\": \"614 DANIEL ST\",\n        \"shipperCity\": \"Tarboro\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"27886\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA DISTRIBUTION RED RIVER\",\n        \"consigneeAddress\": \"HIGHWAY 82 WEST , RED RIVER\",\n        \"consigneeCity\": \"Texarkana\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"75507\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 22,\n        \"totalWeight\": 511,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/2f592ad2-e491-4a7b-bdab-09e21281806d.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134597463\",\n        \"ponumber\": \"1291865 \",\n        \"pronumber\": \"390627879\"\n    },\n    {\n        \"shipmentID\": 134598489,\n        \"name\": \"DHX DEPENDABLE HAWAIIAN EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 814.74,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741737600000,\n        \"modeDesc\": \"Domestic Ocean\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743984000000,\n        \"shipperName\": \"Survival Armor, Inc.\",\n        \"shipperAddress\": \"12621 Corporate Lakes Drive, Unit 8\",\n        \"shipperCity\": \"Fort Myers\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33913\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMRF BARKING SANDS\",\n        \"consigneeAddress\": \"449 SOUTH AVENUE\",\n        \"consigneeCity\": \"Pearl Harbor\",\n        \"consigneeState\": \"HI\",\n        \"consigneeZip\": \"96860\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 7,\n        \"totalWeight\": 265,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SO# 376720\"\n            }\n        ],\n        \"bolnumber\": \"134598489\",\n        \"ponumber\": \"1399773 \",\n        \"pronumber\": \"3161904 \"\n    },\n    {\n        \"shipmentID\": 134598532,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 334.44,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741564800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742774400000,\n        \"deliveryDate\": 1742774400000,\n        \"shipperName\": \"LEONARDO DRS\",\n        \"shipperAddress\": \"100 NORTH BABCOCK STREET\",\n        \"shipperCity\": \"Melbourne\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32935\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CEVA LOGISTICS US HOLDING INC\",\n        \"consigneeAddress\": \"230-39 INTL AIRPORT CENTER BLVD SUITE 1001\",\n        \"consigneeCity\": \"New York\",\n        \"consigneeState\": \"NY\",\n        \"consigneeZip\": \"11413\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 180,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/5c426efd-b490-4f0d-bc08-19889e4fc80c.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134598532\",\n        \"ponumber\": \"1261831\",\n        \"pronumber\": \"222198532\"\n    },\n    {\n        \"shipmentID\": 134598653,\n        \"name\": \"SEAWIDE EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 2129.68,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741651200000,\n        \"modeDesc\": \"Domestic Ocean\",\n        \"estimatedDeliveryDate\": 1742947200000,\n        \"deliveryDate\": 1742947200000,\n        \"shipperName\": \"Basic Concepts Inc.\",\n        \"shipperAddress\": \"1310 HARRIS BRIDGE RD.\",\n        \"shipperCity\": \"Anderson\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29621\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MCB HAWAII DISTRIBUTION MGMT OFFICE\",\n        \"consigneeAddress\": \"BLDG 209\",\n        \"consigneeCity\": \"MCBH KANOHE BAY\",\n        \"consigneeState\": \"HI\",\n        \"consigneeZip\": \"96863\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 912,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134598653\",\n        \"ponumber\": \"1428896\",\n        \"pronumber\": \"159312\"\n    },\n    {\n        \"shipmentID\": 134598667,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 318.77,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741564800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742169600000,\n        \"deliveryDate\": 1742169600000,\n        \"shipperName\": \"VELOCITY SYSTEMS LLC\",\n        \"shipperAddress\": \"45064 UNDERWOOD LANE UNIT B\",\n        \"shipperCity\": \"Sterling\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"20166\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DEAV\",\n        \"consigneeAddress\": \"7952 CLUNY CT SA-7D\",\n        \"consigneeCity\": \"Springfield\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22153\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 2040,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/3b7810b0e0238606d6e9e7c6c9312e4b-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134598667\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"413182347\"\n    },\n    {\n        \"shipmentID\": 134598752,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 157.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741564800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741737600000,\n        \"deliveryDate\": 1741737600000,\n        \"shipperName\": \"MISSION SYSTEMS DAVENPORT\",\n        \"shipperAddress\": \"2734 HICKORY GROVE RD\",\n        \"shipperCity\": \"DAVENPORT\",\n        \"shipperState\": \"IA\",\n        \"shipperZip\": \"52804\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM UH PO (UTILITY HELICOPTERS PROJE\",\n        \"consigneeAddress\": \"BLDG 8024 COTTONWOOD ROAD\",\n        \"consigneeCity\": \"REDSTONE ARSENAL\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35898\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 640,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/70dd123b710e7f5fccbf696a10c429b7-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F12L2\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"R&FM UHPO\"\n            }\n        ],\n        \"bolnumber\": \"1348683\",\n        \"ponumber\": \"1361647\",\n        \"pronumber\": \"I644951115\"\n    },\n    {\n        \"shipmentID\": 134598768,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 374.44,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741564800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742169600000,\n        \"deliveryDate\": 1742169600000,\n        \"shipperName\": \" CHECKERS SAFETY GROUP\",\n        \"shipperAddress\": \"620 COMPTON ST.\",\n        \"shipperCity\": \"Broomfield\",\n        \"shipperState\": \"CO\",\n        \"shipperZip\": \"80020\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"The Boeing Company\",\n        \"consigneeAddress\": \"Building 5016 Menoher Dr.\",\n        \"consigneeCity\": \"Andrews AFB\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20762\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 205,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/bde2b178-3574-4bcb-9c39-d9b1a6cee2bd.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134598768\",\n        \"ponumber\": \"1430514\",\n        \"pronumber\": \"110863913\"\n    },\n    {\n        \"shipmentID\": 134598801,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 242.29,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741564800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742256000000,\n        \"deliveryDate\": 1742256000000,\n        \"shipperName\": \"FRIDGEFREEZE INC.\",\n        \"shipperAddress\": \"625 VENTURE ST\",\n        \"shipperCity\": \"ESCONDIDO\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92029\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA TROOP SUPPORT\",\n        \"consigneeAddress\": \"W8ZW RI ARNG MED DET\",\n        \"consigneeCity\": \"EAST GREENWICH\",\n        \"consigneeState\": \"RI\",\n        \"consigneeZip\": \"02818\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 230,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/78dff1334fac9dd603e04a00e7b8156b-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE2D524F186J\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE2D524F186J\"\n            }\n        ],\n        \"bolnumber\": \"1348704\",\n        \"ponumber\": \"1383616\",\n        \"pronumber\": \"I778786056\"\n    },\n    {\n        \"shipmentID\": 134598847,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 142.52,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741564800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741651200000,\n        \"deliveryDate\": 1741651200000,\n        \"shipperName\": \"THALES DEFENSE & SECURITY, INC\",\n        \"shipperAddress\": \"22605 GATEWAY CENTER DRIVE\",\n        \"shipperCity\": \"CLARKSBURG\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"20871\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"TOBYHANNA ARMY DEPOT\",\n        \"consigneeAddress\": \"11 HAP ARNOLD BLVD\",\n        \"consigneeCity\": \"TOBYHANNA\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"18466\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 440,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/4bacf4252d53ddf2354b5f9e40030361-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1D8J\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1D8J\"\n            }\n        ],\n        \"bolnumber\": \"1348706\",\n        \"ponumber\": \"1409173\",\n        \"pronumber\": \"I796593186\"\n    },\n    {\n        \"shipmentID\": 134598881,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 281.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741651200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741824000000,\n        \"deliveryDate\": 1741824000000,\n        \"shipperName\": \"MIDWAY INDUSTRIAL SUPPLY\",\n        \"shipperAddress\": \"3930 Eastbourne Dr.\",\n        \"shipperCity\": \"Syracuse\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"13206\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOLUTION BASED INNOVATION\",\n        \"consigneeAddress\": \"2656 QUALITY COURT\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 777,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/28f2782b660e7634a9bcd44bc9178772-C.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134598881\",\n        \"ponumber\": \"1421082\",\n        \"pronumber\": \"I630079776\"\n    },\n    {\n        \"shipmentID\": 134598934,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 230.39,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741564800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741737600000,\n        \"deliveryDate\": 1741737600000,\n        \"shipperName\": \"DYNALEC CORPORATION\",\n        \"shipperAddress\": \"79 ROTTERDAM RD.\",\n        \"shipperCity\": \"SODUS\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14551\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC PHILADELPHIA\",\n        \"consigneeAddress\": \"1601 LANGLEY AVE\",\n        \"consigneeCity\": \"PHILADELPHIA\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"19112\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 2364,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/e3ddd96a533a67d0aff8cb3b0ecce5d7-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX24F10YW\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX24F10YW\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX24F10YW\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX24F10YW\"\n            }\n        ],\n        \"bolnumber\": \"1348711\",\n        \"ponumber\": \"1392466\",\n        \"pronumber\": \"I936435186\"\n    },\n    {\n        \"shipmentID\": 134598936,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 230.59,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741651200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741824000000,\n        \"deliveryDate\": 1741824000000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"EODESU 2\",\n        \"consigneeAddress\": \"1627 MIDWAY ROAD\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23459\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 2058,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/e654bd31-1433-4519-8d31-ca2ef974e20f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1D6Y\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1D6Y\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1D6Y\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1D6Y\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1D6Y\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1D6Y\"\n            }\n        ],\n        \"bolnumber\": \"1348713\",\n        \"ponumber\": \"1408590\",\n        \"pronumber\": \"683079719\"\n    },\n    {\n        \"shipmentID\": 134599139,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 259.83,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741564800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742169600000,\n        \"deliveryDate\": 1741910400000,\n        \"shipperName\": \"TYR TACTICAL\",\n        \"shipperAddress\": \"9330 N 91ST AVE\",\n        \"shipperCity\": \"PEORIA\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"SOFSA\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 752,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/dad2de652d7ac9d552d9cb73e0789257-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24P0013\"\n            }\n        ],\n        \"bolnumber\": \"1348727\",\n        \"ponumber\": \"1401890\",\n        \"pronumber\": \"I314086743\"\n    },\n    {\n        \"shipmentID\": 134599150,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 466.47,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741651200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742169600000,\n        \"deliveryDate\": 1742169600000,\n        \"shipperName\": \"LIBERTY MOUNTAIN SPORTS LLC\",\n        \"shipperAddress\": \"9816 SOUTH JORDAN GATEWAY\",\n        \"shipperCity\": \"Sandy\",\n        \"shipperState\": \"UT\",\n        \"shipperZip\": \"84070\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 61,\n        \"totalWeight\": 579,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/ffd8c2bb-12fd-4839-a86b-d2715e0ab6d2.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134599150\",\n        \"ponumber\": \"1433151\",\n        \"pronumber\": \"2251785309\"\n    },\n    {\n        \"shipmentID\": 134599172,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 550.27,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741651200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742256000000,\n        \"deliveryDate\": 1742256000000,\n        \"shipperName\": \"INDAL TECHNOLOGIES\",\n        \"shipperAddress\": \"3570 HAWKESTONE RD\",\n        \"shipperCity\": \"MISSISSAUGA\",\n        \"shipperState\": \"ON\",\n        \"shipperZip\": \"L5C2V8\",\n        \"shipperCountry\": \"CAN\",\n        \"consigneeName\": \"LCSRON 2\",\n        \"consigneeAddress\": \"BAILEY AVE BLDG 2529\",\n        \"consigneeCity\": \"NAVAL STATION MAYPORT\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32228\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 903,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/25003cff4a926ab1193c75c33d37bb93-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134599172\",\n        \"ponumber\": \"1398090\",\n        \"pronumber\": \"419663991\"\n    },\n    {\n        \"shipmentID\": 134599186,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 48.4,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741564800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741737600000,\n        \"shipperName\": \" BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DRIVE\",\n        \"shipperCity\": \"Belleville\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VF IMAGEWEAR INC\",\n        \"consigneeAddress\": \"800 SOUTH MAIN ST\",\n        \"consigneeCity\": \"Henning\",\n        \"consigneeState\": \"TN\",\n        \"consigneeZip\": \"38041\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 24,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://www.fedex.com/fedextrack/?tracknumbers=772614633250\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134599186\",\n        \"ponumber\": \"1434233\",\n        \"pronumber\": \"772614633250 \"\n    },\n    {\n        \"shipmentID\": 134599246,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 204.51,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741564800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741824000000,\n        \"deliveryDate\": 1741824000000,\n        \"shipperName\": \"STEVENS ENGINEERING INC.\",\n        \"shipperAddress\": \"3946 W. CLARENDON AVENUE\",\n        \"shipperCity\": \"PHOENIX\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85019\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"309TH CMXG\",\n        \"consigneeAddress\": \"5760 SOUTHGATE AVE BLDG 507\",\n        \"consigneeCity\": \"HILL AFB\",\n        \"consigneeState\": \"UT\",\n        \"consigneeZip\": \"84056\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1840,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/08e19cc4959e4deed7e228df2cb1b20e-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"0064949341\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"0064949341\"\n            }\n        ],\n        \"bolnumber\": \"1348743\",\n        \"ponumber\": \"1415021\",\n        \"pronumber\": \"I426536055\"\n    },\n    {\n        \"shipmentID\": 134599253,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 217.29,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741564800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741910400000,\n        \"deliveryDate\": 1741910400000,\n        \"shipperName\": \"CASCADE DESIGNS\",\n        \"shipperAddress\": \"10990 LEAR BLVD\",\n        \"shipperCity\": \"RENO\",\n        \"shipperState\": \"NV\",\n        \"shipperZip\": \"89506\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"353RD SW TS\",\n        \"consigneeAddress\": \"1020 APOLLO DRIVE, BLDG 225\",\n        \"consigneeCity\": \"JBSA-LACKLAND\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"78236\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 590,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/f412ea1c2373e752fb5e0917e44bdde9-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F12WS\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F12WS\"\n            }\n        ],\n        \"bolnumber\": \"1348746\",\n        \"ponumber\": \"1431893\",\n        \"pronumber\": \"I664309944\"\n    },\n    {\n        \"shipmentID\": 134599601,\n        \"name\": \"FEDEX 2DAY\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 101.76,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX05\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741651200000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741824000000,\n        \"shipperName\": \"TYR TACTICAL LLC\",\n        \"shipperAddress\": \"9330 N 91ST AVE\",\n        \"shipperCity\": \"Peoria\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FBI Honolulu HI\",\n        \"consigneeAddress\": \"91-1300 Enterprise Ave\",\n        \"consigneeCity\": \"Kapolei\",\n        \"consigneeState\": \"HI\",\n        \"consigneeZip\": \"96707\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 6,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134599601\",\n        \"ponumber\": \"1402988\",\n        \"pronumber\": \"772630617098\"\n    },\n    {\n        \"shipmentID\": 134599632,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 383.22,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741651200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741824000000,\n        \"deliveryDate\": 1741824000000,\n        \"shipperName\": \"LUXOTTICA – ESS - OAKLEY\",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 29,\n        \"totalWeight\": 1334,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134599632\",\n        \"ponumber\": \"1433717\",\n        \"pronumber\": \"783385536\"\n    },\n    {\n        \"shipmentID\": 134599679,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 154.03,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741737600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741910400000,\n        \"deliveryDate\": 1741910400000,\n        \"shipperName\": \"NIPPON EXPRESS ATL\",\n        \"shipperAddress\": \"5176 PELICAN DRIVE\",\n        \"shipperCity\": \"ATLANTA\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30349\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NUWC NEWPORT CODE 25 USW COMBAT SYS\",\n        \"consigneeAddress\": \"47 CHANDLER ST BLDG 47\",\n        \"consigneeCity\": \"NEWPORT\",\n        \"consigneeState\": \"RI\",\n        \"consigneeZip\": \"02841\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 398,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/b2e4a4a1ba813fd4c723bf29b9c6bc30-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F18C0\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"USW TRAINERS, CODE 2531\"\n            }\n        ],\n        \"bolnumber\": \"1348883\",\n        \"ponumber\": \"1394254\",\n        \"pronumber\": \"858218418\"\n    },\n    {\n        \"shipmentID\": 134599682,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 225.61,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741651200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742342400000,\n        \"deliveryDate\": 1742342400000,\n        \"shipperName\": \"InVeris Training Solutions\",\n        \"shipperAddress\": \"296 Brogdon Road\",\n        \"shipperCity\": \"Suwanee\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30024\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Marine Corps Security Force\",\n        \"consigneeAddress\": \"2123 Halstead Road\",\n        \"consigneeCity\": \"Yorktown\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23691\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 440,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/22fc62154d398f2219ca55664a3c4f43-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F1235\"\n            }\n        ],\n        \"bolnumber\": \"134599682\",\n        \"ponumber\": \"1426571\",\n        \"pronumber\": \"412155745\"\n    },\n    {\n        \"shipmentID\": 134599712,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 273.44,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741651200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741910400000,\n        \"shipperName\": \"Harris Defense Communications \",\n        \"shipperAddress\": \"1350 Jefferson Rd\",\n        \"shipperCity\": \"Rochester\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 812,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/fb3c47cb-7de2-465d-9dcd-a9b4370241b1.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134599712\",\n        \"ponumber\": \"1398387\",\n        \"pronumber\": \"020-1249088\"\n    },\n    {\n        \"shipmentID\": 134599748,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 154.03,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741651200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741737600000,\n        \"deliveryDate\": 1741737600000,\n        \"shipperName\": \"INTERSURGICAL/MAIN OCEAN\",\n        \"shipperAddress\": \"300 A TRADE ZONE BLVD\",\n        \"shipperCity\": \"SUMMERVILLE\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29486\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 520,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/7de539c2ee932696cbd2b488a5f55ef8-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1433784\"\n            }\n        ],\n        \"bolnumber\": \"1348903\",\n        \"ponumber\": \"1433784\",\n        \"pronumber\": \"I768004524\"\n    },\n    {\n        \"shipmentID\": 134599771,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 192.09,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741651200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741737600000,\n        \"deliveryDate\": 1741737600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"OLGOONIK FEDERAL LLC\",\n        \"consigneeAddress\": \"150 Lee Avenue\",\n        \"consigneeCity\": \"Winchester\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22601\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 38,\n        \"totalWeight\": 2216,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/1bf6d42a-4ff1-4745-916b-d9a42c5397a6.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1069-24H0130\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1229801\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1069-24H0130\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1229801\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1069-24H0130\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1229801\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1069-24H0130\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1229801\"\n            }\n        ],\n        \"bolnumber\": \"134599771\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"685321580\"\n    },\n    {\n        \"shipmentID\": 134599910,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 313.6,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741651200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741824000000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"IAP WORLDWIDE SERVICES INC\",\n        \"consigneeAddress\": \"4962 RIVERTON ROAD\",\n        \"consigneeCity\": \"DAYTON\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45414\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1324,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/6c96ad50-1b52-4174-a93f-68aeffed2645.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10WU\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPECIAL TACTICS BARS\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10WU\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPECIAL TACTICS BARS\"\n            }\n        ],\n        \"bolnumber\": \"1348924\",\n        \"ponumber\": \"1419311\",\n        \"pronumber\": \"704794544\"\n    },\n    {\n        \"shipmentID\": 134599938,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 109.85,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741737600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742169600000,\n        \"shipperName\": \"DRS NIS \",\n        \"shipperAddress\": \"100 N BABCOCK ST\",\n        \"shipperCity\": \"Melbourne\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32935\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"JXQR SPECIAL OPS AND GROUND EO SYSTEMS BRANCH\",\n        \"consigneeAddress\": \"300 HIGHWAY 361 BLDG 3291\",\n        \"consigneeCity\": \"Crane\",\n        \"consigneeState\": \"IN\",\n        \"consigneeZip\": \"47522\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 78,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://www.fedex.com/fedextrack/?tracknumbers=772645062605\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134599938\",\n        \"ponumber\": \"1217887\",\n        \"pronumber\": \"772645062605\"\n    },\n    {\n        \"shipmentID\": 134600045,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 154.03,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741651200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741824000000,\n        \"deliveryDate\": 1741824000000,\n        \"shipperName\": \"VELOCITY SYSTEMS LLC\",\n        \"shipperAddress\": \"45064 UNDERWOOD LANE UNIT B\",\n        \"shipperCity\": \"Sterling\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"20166\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"LOCKHEED MARTIN CORP\",\n        \"consigneeAddress\": \"86 S COBB DR.\",\n        \"consigneeCity\": \"Marietta\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"30063\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 231,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/48230b3b030da9544245d91d38d14519-C.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134600045\",\n        \"ponumber\": \"1398111\",\n        \"pronumber\": \"I148103136\"\n    },\n    {\n        \"shipmentID\": 134600050,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 252.67,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741651200000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741910400000,\n        \"shipperName\": \"     Bren-Tronics, INC.\",\n        \"shipperAddress\": \"10 Brayton Court\",\n        \"shipperCity\": \"Commack\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11725\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AFSOC 23RD STS\",\n        \"consigneeAddress\": \"601 INDEPENDENCE RD\",\n        \"consigneeCity\": \"Hurlburt Field\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32544\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 156,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"F4FDHB4296A001\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"F4FDHB4296A001\"\n            }\n        ],\n        \"bolnumber\": \"134600050\",\n        \"ponumber\": \"1419610\",\n        \"pronumber\": \"772639724505 \"\n    },\n    {\n        \"shipmentID\": 134600097,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 648.45,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741737600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742256000000,\n        \"deliveryDate\": 1742256000000,\n        \"shipperName\": \"United Terra Technologies\",\n        \"shipperAddress\": \"234 ABBY ROAD\",\n        \"shipperCity\": \"Manchester\",\n        \"shipperState\": \"NH\",\n        \"shipperZip\": \"03103\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Travis Association for the Blind\",\n        \"consigneeAddress\": \"4512 S Pleasant Valley Rd docks 1-4\",\n        \"consigneeCity\": \"Austin\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"78744\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1250,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/d8730d4a9725bf4a449c4c746be32819-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SD0131 AF&MC 3PL-Dst Srvs\"\n            }\n        ],\n        \"bolnumber\": \"134600097\",\n        \"ponumber\": \"1417975\",\n        \"pronumber\": \"5040002827\"\n    },\n    {\n        \"shipmentID\": 134600111,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 319.59,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741737600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742169600000,\n        \"deliveryDate\": 1742169600000,\n        \"shipperName\": \"United Terra Technologies\",\n        \"shipperAddress\": \"234 ABBY ROAD\",\n        \"shipperCity\": \"Manchester\",\n        \"shipperState\": \"NH\",\n        \"shipperZip\": \"03103\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"LION VALLEN INDUSTRIES\",\n        \"consigneeAddress\": \"596 Bonnie Valentine Way, Door 28 Pnd Dis\",\n        \"consigneeCity\": \"Pendergrass\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"30567\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 625,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/842a7a17ccc6f179185c4606c96490fc-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"UY0159 Ln Vn-OCIE SE\"\n            }\n        ],\n        \"bolnumber\": \"134600111\",\n        \"ponumber\": \"1417976\",\n        \"pronumber\": \"5040002826\"\n    },\n    {\n        \"shipmentID\": 134600280,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 145.84,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741651200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742169600000,\n        \"deliveryDate\": 1742169600000,\n        \"shipperName\": \"L3 HARRIS\",\n        \"shipperAddress\": \"3 TECHNOLOGY DRIVE\",\n        \"shipperCity\": \"LONDONDERRY\",\n        \"shipperState\": \"NH\",\n        \"shipperZip\": \"03053\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SMPT (SOLDIER MANUEVER PRECISION\",\n        \"consigneeAddress\": \"1 ROCK ISLAND ARSENAL, BLDG 335\",\n        \"consigneeCity\": \"ROCK ISLAND\",\n        \"consigneeState\": \"IL\",\n        \"consigneeZip\": \"61299\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 596,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/d04d0fbbe16de150315b51df29bfb8ce-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL23F179L\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"Lithuania Consolidation\"\n            }\n        ],\n        \"bolnumber\": \"1348983\",\n        \"ponumber\": \"1301321\",\n        \"pronumber\": \"I420273711\"\n    },\n    {\n        \"shipmentID\": 134600449,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 648.18,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741737600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742515200000,\n        \"deliveryDate\": 1742256000000,\n        \"shipperName\": \"WATERSHED LLC\",\n        \"shipperAddress\": \"2000 RIVERSIDE DR\",\n        \"shipperCity\": \"ASHEVILLE\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28804\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSW G1\",\n        \"consigneeAddress\": \"214 SEA FLOAT ST NSWG-1 BLDG 214\",\n        \"consigneeCity\": \"SAN DIEGO\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92118\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 4000,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/47ccd0f9-6159-4247-a961-636637314fb4.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E7T\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E7T\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E7T\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E7T\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E7T\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E7T\"\n            }\n        ],\n        \"bolnumber\": \"1349026\",\n        \"ponumber\": \"1407953\",\n        \"pronumber\": \"560406755\"\n    },\n    {\n        \"shipmentID\": 134600508,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 430.08,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742342400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742947200000,\n        \"shipperName\": \"Aircraft Covers, Inc.\",\n        \"shipperAddress\": \"18850 Adams Ct\",\n        \"shipperCity\": \"Morgan Hill\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"95037\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAS JRB FORT WORTH\",\n        \"consigneeAddress\": \"1055 Hercules RD\",\n        \"consigneeCity\": \"NAS JRB\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"76127\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 525,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134600508\",\n        \"ponumber\": \"1396301 \",\n        \"pronumber\": \"154122367\"\n    },\n    {\n        \"shipmentID\": 134600525,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 241.33,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741651200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742169600000,\n        \"deliveryDate\": 1742169600000,\n        \"shipperName\": \"KEY CARGO MARINE\",\n        \"shipperAddress\": \"9400 BUSCH DR.\",\n        \"shipperCity\": \"Jacksonville\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"5749 BRIAR HILL RD, BUILDING 220 DOOR 4\",\n        \"consigneeCity\": \"Lexington\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1134,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/732eb4b20ebbc535dd1647e6f029f017-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Conntainer STRU456055-6\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Conntainer STRU456055-6\"\n            }\n        ],\n        \"bolnumber\": \"134600525\",\n        \"ponumber\": \"1401850\",\n        \"pronumber\": \"520-950824\"\n    },\n    {\n        \"shipmentID\": 134600536,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 150.36,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741737600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741910400000,\n        \"deliveryDate\": 1741910400000,\n        \"shipperName\": \"KEY CARGO MARINE\",\n        \"shipperAddress\": \"9400 BUSCH DR. \",\n        \"shipperCity\": \"Jacksonville\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"172nd AW\",\n        \"consigneeAddress\": \"141 MILITARY DRIVE\",\n        \"consigneeCity\": \"Flowood\",\n        \"consigneeState\": \"MS\",\n        \"consigneeZip\": \"39232\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 300,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/5923084e-a9e8-477f-87df-31e5b32473b1.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Pick up #\",\n                \"value\": \"PO 1404711\"\n            },\n            {\n                \"name\": \"Pick up #\",\n                \"value\": \"PO 1404711\"\n            }\n        ],\n        \"bolnumber\": \"134600536\",\n        \"ponumber\": \"1390786\",\n        \"pronumber\": \"I630778392\"\n    },\n    {\n        \"shipmentID\": 134600554,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 221.45,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741737600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742169600000,\n        \"deliveryDate\": 1742169600000,\n        \"shipperName\": \"Survival Armor, Inc.\",\n        \"shipperAddress\": \"12621 Corporate Lakes Drive, Unit 8\",\n        \"shipperCity\": \"Fort Myers\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33913\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSA MID SOUTH\",\n        \"consigneeAddress\": \"5801MCCAIN STREET BLDG 237\",\n        \"consigneeCity\": \"Millington\",\n        \"consigneeState\": \"TN\",\n        \"consigneeZip\": \"38054\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 570,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/3fbfaf579ff058c193d027f2652635d8-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134600554\",\n        \"ponumber\": \"1399792\",\n        \"pronumber\": \"402118341\"\n    },\n    {\n        \"shipmentID\": 134600663,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 114.68,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741737600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741824000000,\n        \"shipperName\": \"LONDON BRIDGE TRADING\",\n        \"shipperAddress\": \"2861 Guardian Lane\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23452\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 420,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/1e8b0f71-2ddc-431b-b7f3-5b665961da1b.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134600663\",\n        \"ponumber\": \"1419633\",\n        \"pronumber\": \"028-0764789\"\n    },\n    {\n        \"shipmentID\": 134601124,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 145.53,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741737600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741910400000,\n        \"deliveryDate\": 1741910400000,\n        \"shipperName\": \"UNITED TACTICAL SUPPLY\",\n        \"shipperAddress\": \"464 E MARKET AVE\",\n        \"shipperCity\": \"DALLASTOWN\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"17313\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"JPL CBRN SOF (JPL CBRN SPECIAL OPER\",\n        \"consigneeAddress\": \"5749 BRIAR HILL RD\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 400,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b3be4361-b1ff-4d6b-8b89-de60b1035ae0.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24F0092\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24F0092\"\n            }\n        ],\n        \"bolnumber\": \"1333604\",\n        \"ponumber\": \"1384664\",\n        \"pronumber\": \"I747807822\"\n    },\n    {\n        \"shipmentID\": 134601192,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 161.51,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741737600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741824000000,\n        \"shipperName\": \"PRINCETON TEC\",\n        \"shipperAddress\": \"1777 HYLTON RD\",\n        \"shipperCity\": \"EAST PENNSAUKEN\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08110\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1460,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/62f0d118-65ab-4abd-949d-40b2de6a3731.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1430947\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1430947\"\n            }\n        ],\n        \"bolnumber\": \"1349143\",\n        \"ponumber\": \"1430947\",\n        \"pronumber\": \"015-5925563\"\n    },\n    {\n        \"shipmentID\": 134601249,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 140.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741910400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741824000000,\n        \"shipperName\": \"MUSTANGSURVIVAL\",\n        \"shipperAddress\": \"214 WILLIAMS DRIVE\",\n        \"shipperCity\": \"SPENCER\",\n        \"shipperState\": \"WV\",\n        \"shipperZip\": \"25276\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 452,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1434271\"\n            }\n        ],\n        \"bolnumber\": \"1349174\",\n        \"ponumber\": \"1434271\",\n        \"pronumber\": \"685636615\"\n    },\n    {\n        \"shipmentID\": 134601388,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 213.29,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741737600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742169600000,\n        \"shipperName\": \"Warwood Tools\",\n        \"shipperAddress\": \"164 N 19th St\",\n        \"shipperCity\": \"Wheeling\",\n        \"shipperState\": \"WV\",\n        \"shipperZip\": \"26003\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" Solution Based Innovation\",\n        \"consigneeAddress\": \"2656 Quality Ct\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 346,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/a906325b399bcb06021ccb641587089b-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134601388\",\n        \"ponumber\": \"1432506\",\n        \"pronumber\": \"9844451002\"\n    },\n    {\n        \"shipmentID\": 134601479,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 145.53,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741737600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741910400000,\n        \"deliveryDate\": 1741910400000,\n        \"shipperName\": \"PELICAN\",\n        \"shipperAddress\": \"1564 INNOVATION BLVD\",\n        \"shipperCity\": \"CLAYTON\",\n        \"shipperState\": \"IN\",\n        \"shipperZip\": \"46118\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 392,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/3ad4815037ac84855ccd3a35581ba342-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1434652\"\n            }\n        ],\n        \"bolnumber\": \"1349223\",\n        \"ponumber\": \"1434652\",\n        \"pronumber\": \"I125018973\"\n    },\n    {\n        \"shipmentID\": 134601577,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 744.89,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741737600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742256000000,\n        \"deliveryDate\": 1742342400000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CONSOLIDATED STORAGE PROGRAM\",\n        \"consigneeAddress\": \"A ST. MCLB, 1ST FSB WHSE 4\",\n        \"consigneeCity\": \"Barstow\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92311\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 72,\n        \"totalWeight\": 1455,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a647c781-bde0-43a6-a8f1-a87f02ebe4a1.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134601577\",\n        \"ponumber\": \"1393355\",\n        \"pronumber\": \"0285909638\"\n    },\n    {\n        \"shipmentID\": 134601722,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 184.66,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741824000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741910400000,\n        \"deliveryDate\": 1741910400000,\n        \"shipperName\": \"True North Enterprises\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NIWC ATLANTIC (NAVAL INFORMATION WARFARE CENTER ATLANTIC)\",\n        \"consigneeAddress\": \"1008 TRIDENT STREET\",\n        \"consigneeCity\": \"Hanahan\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 655,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/08110cdf32c1ada4746ddc8b51110139-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F11E0\"\n            }\n        ],\n        \"bolnumber\": \"134601722\",\n        \"ponumber\": \"1421389 \",\n        \"pronumber\": \"410104027\"\n    },\n    {\n        \"shipmentID\": 134601747,\n        \"name\": \"PITT OHIO\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 504.53,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PITD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741824000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742169600000,\n        \"deliveryDate\": 1742169600000,\n        \"shipperName\": \"Vertex Wireless\",\n        \"shipperAddress\": \"500 Wegner Drive\",\n        \"shipperCity\": \"West Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60185\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 2027,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a56f9e74-5f78-43f2-b44e-827b44128869.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SO 197599\"\n            }\n        ],\n        \"bolnumber\": \"134601747\",\n        \"ponumber\": \"1427702\",\n        \"pronumber\": \"5047956835\"\n    },\n    {\n        \"shipmentID\": 134601779,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742169600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742342400000,\n        \"deliveryDate\": 1742342400000,\n        \"shipperName\": \"AVADIM TECHNOLOGIES\",\n        \"shipperAddress\": \"4 OLD PATTON COVE RD\",\n        \"shipperCity\": \"SWANNANOA\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28778\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CARDINAL HEALTH MPS DIST CENTER\",\n        \"consigneeAddress\": \"7611 BRANDON WOODS BLVD\",\n        \"consigneeCity\": \"BALTIMORE\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"21226\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 650,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/904fd0a4af96bd906affc34307212f06-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"4532682205\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"4532682205\"\n            }\n        ],\n        \"bolnumber\": \"1349269\",\n        \"ponumber\": \"1435197\",\n        \"pronumber\": \"I408500874\"\n    },\n    {\n        \"shipmentID\": 134602127,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 597.57,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741824000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742169600000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SPIE (SOLDIER PROTECTION AND IND\",\n        \"consigneeAddress\": \"7100 MILLET HWY\",\n        \"consigneeCity\": \"LANSING\",\n        \"consigneeState\": \"MI\",\n        \"consigneeZip\": \"48917\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 3538,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/1acb7317-b6fa-4765-a8e5-f3edf367cf0d.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10WR\"\n            }\n        ],\n        \"bolnumber\": \"1349287\",\n        \"ponumber\": \"1419198\",\n        \"pronumber\": \"683079727\"\n    },\n    {\n        \"shipmentID\": 134602130,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 170.6,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741737600000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741910400000,\n        \"shipperName\": \" BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DRIVE\",\n        \"shipperCity\": \"Belleville\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CIF\",\n        \"consigneeAddress\": \"BLDG 4, D STREET\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 81,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134602130\",\n        \"ponumber\": \"1435234\",\n        \"pronumber\": \"772674187230 \"\n    },\n    {\n        \"shipmentID\": 134602814,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 142.21,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741824000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741910400000,\n        \"deliveryDate\": 1741910400000,\n        \"shipperName\": \"VELOCITY SYSTEMS LLC\",\n        \"shipperAddress\": \"45064 UNDERWOOD LANE UNIT B\",\n        \"shipperCity\": \"Sterling\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"20166\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DEAV\",\n        \"consigneeAddress\": \"7952 CLUNY CT SA-7D\",\n        \"consigneeCity\": \"Springfield\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22153\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 365,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/c5224b22fedb969983af76c5357c5f54-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134602814\",\n        \"ponumber\": \"1398111\",\n        \"pronumber\": \"I150635385\"\n    },\n    {\n        \"shipmentID\": 134602855,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 397.15,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741824000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743379200000,\n        \"shipperName\": \"The Protective Group\",\n        \"shipperAddress\": \"14100 NW 58TH CT \",\n        \"shipperCity\": \"MIAMI LAKES \",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33014\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"US ARMY DEPOT SIERRA\",\n        \"consigneeAddress\": \"CH47 AVIATION SUPPORT BLDG #362\",\n        \"consigneeCity\": \"Herlong\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"96113\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 452,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/3b3aa47a-097c-4004-a9b6-c749516286fd.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"47QSWC24F0146\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"DODAAC W62G2X\"\n            }\n        ],\n        \"bolnumber\": \"134602855\",\n        \"ponumber\": \"1386082 \",\n        \"pronumber\": \"221087575\"\n    },\n    {\n        \"shipmentID\": 134602999,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 197.03,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741824000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742169600000,\n        \"deliveryDate\": 1742169600000,\n        \"shipperName\": \"COB INDUSTRIES\",\n        \"shipperAddress\": \"6909 Vickie Circle\",\n        \"shipperCity\": \"Melbourne\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32904\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" Solution Based Innovation\",\n        \"consigneeAddress\": \"2656 Quality Ct\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 545,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/372d2b9e2de39446ab95a7e1f8f18d81-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134602999\",\n        \"ponumber\": \"1334880 , 1423038\",\n        \"pronumber\": \"421648287\"\n    },\n    {\n        \"shipmentID\": 134603029,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 541.9,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741824000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742169600000,\n        \"shipperName\": \"FIRST SPEAR, LLC\",\n        \"shipperAddress\": \"2012 CORPORATE 44 DR\",\n        \"shipperCity\": \"FENTON\",\n        \"shipperState\": \"MO\",\n        \"shipperZip\": \"63026\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AFSOC 1ST SOW\",\n        \"consigneeAddress\": \"205 BENNET AVE\",\n        \"consigneeCity\": \"HURLBERT FIELD\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32544\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 4036,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/45ad0430-f423-43cf-9642-20cab840116c.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1D6T\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1D6T\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1D6T\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1D6T\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1D6T\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1D6T\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1D6T\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1D6T\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1D6T\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1D6T\"\n            }\n        ],\n        \"bolnumber\": \"1349443\",\n        \"ponumber\": \"1408249\",\n        \"pronumber\": \"996983352\"\n    },\n    {\n        \"shipmentID\": 134603072,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 148.18,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741824000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742169600000,\n        \"deliveryDate\": 1742169600000,\n        \"shipperName\": \"ELECTROMET CORPORATION\",\n        \"shipperAddress\": \"879 COMMONWEALTH AVE\",\n        \"shipperCity\": \"HAGERTOWN\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21740\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAWC AD 4.11.2\",\n        \"consigneeAddress\": \"17598 WEBSTER FIELD ROAD BLDG 8115\",\n        \"consigneeCity\": \"ST INIGOES\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20684\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1060,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/98fd7c7543e85cea73493f490232d453-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F13XJ\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F13XJ\"\n            }\n        ],\n        \"bolnumber\": \"1349450\",\n        \"ponumber\": \"1371562\",\n        \"pronumber\": \"I300867795\"\n    },\n    {\n        \"shipmentID\": 134603144,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 181.23,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741824000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742169600000,\n        \"deliveryDate\": 1742169600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"HUMAN TECHNOLOGIES CORP\",\n        \"consigneeAddress\": \"2201 Dwyer Ave\",\n        \"consigneeCity\": \"Utica\",\n        \"consigneeState\": \"NY\",\n        \"consigneeZip\": \"13501\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 64,\n        \"totalWeight\": 1360,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/5a82972cf2c4d66dd84160cc921a77fd-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"INL70465 REV2\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1225102\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"INL70465 REV2\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1225102\"\n            }\n        ],\n        \"bolnumber\": \"134603144\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"705364545\"\n    },\n    {\n        \"shipmentID\": 134603153,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 397.51,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743379200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743120000000,\n        \"deliveryDate\": 1744070400000,\n        \"shipperName\": \"Icor Technology\",\n        \"shipperAddress\": \"935 Ages Drive\",\n        \"shipperCity\": \"Ottawa\",\n        \"shipperState\": \"ON\",\n        \"shipperZip\": \"K1G 6L3\",\n        \"shipperCountry\": \"CAN\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1200,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/5bda15934c30b572206934adb2bb5b1f-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SO98965\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"W516SF53251GGL\"\n            }\n        ],\n        \"bolnumber\": \"134603153\",\n        \"ponumber\": \"1416167\",\n        \"pronumber\": \"419672265\"\n    },\n    {\n        \"shipmentID\": 134603186,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 360.6,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741824000000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742428800000,\n        \"shipperName\": \"Genasys Inc\",\n        \"shipperAddress\": \"16262 W Bernardo Drive\",\n        \"shipperCity\": \"San Diego\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92127\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 134,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134603186\",\n        \"ponumber\": \"1434716\",\n        \"pronumber\": \"772727612130\"\n    },\n    {\n        \"shipmentID\": 134603214,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 922.6,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741824000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742428800000,\n        \"deliveryDate\": 1742256000000,\n        \"shipperName\": \"SERKET - CESHI\",\n        \"shipperAddress\": \"5527 DISTRICT BLVD\",\n        \"shipperCity\": \"VERNON\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"90058\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"1ST BN 509TH IN REG\",\n        \"consigneeAddress\": \"1869 15TH STREET BLDG 2046\",\n        \"consigneeCity\": \"FORT JOHNSON\",\n        \"consigneeState\": \"LA\",\n        \"consigneeZip\": \"71459\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 3760,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/db7fac71-5f2f-4140-a5f3-2895cf6dc4ca.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F13RG\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F13RG\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F13RG\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F13RG\"\n            }\n        ],\n        \"bolnumber\": \"1349453\",\n        \"ponumber\": \"1369595\",\n        \"pronumber\": \"2914240246\"\n    },\n    {\n        \"shipmentID\": 134603233,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 263.23,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741824000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742774400000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CARDINAL HEALTH MPS ONTARIO CA DIST CENTER\",\n        \"consigneeAddress\": \"4551 E Philadelphia St\",\n        \"consigneeCity\": \"Ontario\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"91761\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 54,\n        \"totalWeight\": 250,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/5c16e1019b327094045a530bf41fac53-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"4532644469\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1254245\"\n            }\n        ],\n        \"bolnumber\": \"134603233\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"8207443300\"\n    },\n    {\n        \"shipmentID\": 134603254,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 191.56,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741824000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742256000000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"IAP WORLDWIDE SERVICES INC\",\n        \"consigneeAddress\": \"4962 Riverton Road\",\n        \"consigneeCity\": \"Dayton \",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45414\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 24,\n        \"totalWeight\": 796,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/0719f910e5b71f011e21ba7fabe8bbf1-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F12JR\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1252068\"\n            }\n        ],\n        \"bolnumber\": \"134603254\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"8207443311\"\n    },\n    {\n        \"shipmentID\": 134603255,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 169.89,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741910400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742256000000,\n        \"shipperName\": \"True North Enterprises\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd.\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"   NAVSUP WSS\",\n        \"consigneeAddress\": \"5450 CARLISLE PIKE BLDG 209\",\n        \"consigneeCity\": \"Mechanicsburg\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17055\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 830,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/f14fd665-8431-4d83-becc-81be6a839785.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL23F1DBM\"\n            }\n        ],\n        \"bolnumber\": \"134603255\",\n        \"ponumber\": \"1322508\",\n        \"pronumber\": \"0280746835\"\n    },\n    {\n        \"shipmentID\": 134603500,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 45.62,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741910400000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742256000000,\n        \"shipperName\": \" BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DRIVE\",\n        \"shipperCity\": \"Belleville\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VP-9 MATERICAL CONTROL\",\n        \"consigneeAddress\": \"3560 N CHARLES PORTER AVE\",\n        \"consigneeCity\": \"Oak Harbor\",\n        \"consigneeState\": \"WA\",\n        \"consigneeZip\": \"98278\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 13,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134603500\",\n        \"ponumber\": \"1431657\",\n        \"pronumber\": \"772723548875\"\n    },\n    {\n        \"shipmentID\": 134603668,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 150.04,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741910400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742169600000,\n        \"deliveryDate\": 1742169600000,\n        \"shipperName\": \"NATIONAL SAFETY APPAREL\",\n        \"shipperAddress\": \"10601 MEMPHIS AVE B.12\",\n        \"shipperCity\": \"Cleveland\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44144\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"IAP WORLDWIDE SERVICES INC\",\n        \"consigneeAddress\": \"4962 RIVERTON RD\",\n        \"consigneeCity\": \"Dayton\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45414\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 154,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/68bd2fc988983d4f29492aa966f44504-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134603668\",\n        \"ponumber\": \"1435002\",\n        \"pronumber\": \"I186567849\"\n    },\n    {\n        \"shipmentID\": 134603669,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 142.21,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742169600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742256000000,\n        \"deliveryDate\": 1742256000000,\n        \"shipperName\": \"THALES DEFENSE & SECURITY, INC\",\n        \"shipperAddress\": \"22605 GATEWAY CENTER DRIVE\",\n        \"shipperCity\": \"CLARKSBURG\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"20871\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"TOBYHANNA ARMY DEPOT\",\n        \"consigneeAddress\": \"11 HAP ARNOLD BLVD\",\n        \"consigneeCity\": \"TOBYHANNA\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"18466\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 340,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/01a030ddc19b668f4413e46b77a082d8-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1DH1\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1DH1\"\n            }\n        ],\n        \"bolnumber\": \"1349563\",\n        \"ponumber\": \"1409174\",\n        \"pronumber\": \"I796593213\"\n    },\n    {\n        \"shipmentID\": 134604163,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 565.36,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741910400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742342400000,\n        \"shipperName\": \"TYR TACTICAL LLC\",\n        \"shipperAddress\": \"9330 N 91ST AVE\",\n        \"shipperCity\": \"Peoria\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"5749 BRIAR HILL RD, BUILDING 220 DOOR 4\",\n        \"consigneeCity\": \"Lexington\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 844,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134604163\",\n        \"ponumber\": \"1402422, 1401890\",\n        \"pronumber\": \" 297-2382391\"\n    },\n    {\n        \"shipmentID\": 134604227,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 371.65,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741910400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743033600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA DISTRIBUTION\",\n        \"consigneeAddress\": \"2001 Normandy Dr Door 135-168\",\n        \"consigneeCity\": \"New Cumberland\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 66,\n        \"totalWeight\": 1756,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/ebf710064f145a27d414b44ab1af7d27-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX24F11LD\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1223999\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX24F11LD\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1223999\"\n            }\n        ],\n        \"bolnumber\": \"134604227\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"705364552\"\n    },\n    {\n        \"shipmentID\": 134604594,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 469.29,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741910400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742688000000,\n        \"deliveryDate\": 1742774400000,\n        \"shipperName\": \"ELECTROMET CORPORATION\",\n        \"shipperAddress\": \"879 COMMONWEALTH AVE\",\n        \"shipperCity\": \"HAGERTOWN\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21740\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMW A 170 AMPHIBIOUS TACTICAL COMMS\",\n        \"consigneeAddress\": \"4297 PACIFIC HWY BLDG 7\",\n        \"consigneeCity\": \"SAN DIEGO\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92110\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 1500,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/80a6cfbe-b544-430a-aa66-c45f463ac796.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F102R\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F102R\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F102R\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F102R\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F102R\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F102R\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F102R\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F102R\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F102R\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F102R\"\n            }\n        ],\n        \"bolnumber\": \"1349623\",\n        \"ponumber\": \"1410917\",\n        \"pronumber\": \"1510212522\"\n    },\n    {\n        \"shipmentID\": 134604606,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 412.86,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741910400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742688000000,\n        \"deliveryDate\": 1742774400000,\n        \"shipperName\": \"ELECTROMET CORPORATION\",\n        \"shipperAddress\": \"879 COMMONWEALTH AVE\",\n        \"shipperCity\": \"HAGERTOWN\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21740\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMW A 170 AMPHIBIOUS TACTICAL COMMS\",\n        \"consigneeAddress\": \"4297 PACIFIC HWY BLDG 7\",\n        \"consigneeCity\": \"SAN DIEGO\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92110\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 1200,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/e68720d4-8012-4090-8bca-6266456c58ec.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F102R\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F102R\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F102R\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F102R\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F102R\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F102R\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F102R\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F102R\"\n            }\n        ],\n        \"bolnumber\": \"1349624\",\n        \"ponumber\": \"1410917\",\n        \"pronumber\": \"1510212521\"\n    },\n    {\n        \"shipmentID\": 134604723,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 145.53,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741910400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742169600000,\n        \"deliveryDate\": 1742169600000,\n        \"shipperName\": \"EHMKE MANUFACTURING COMPANY INC\",\n        \"shipperAddress\": \"4200 MACALESTER STREET\",\n        \"shipperCity\": \"PHILADELPHIA\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19124\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"910TH SFS\",\n        \"consigneeAddress\": \"3976 KING GRAVES ROAD\",\n        \"consigneeCity\": \"YOUNGSTOWN\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"44473\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 338,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/9bdcc8f9bba96cdd921710afed0c14b8-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"FA665624P0015\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"FA665624P0015\"\n            }\n        ],\n        \"bolnumber\": \"1349627\",\n        \"ponumber\": \"1406549\",\n        \"pronumber\": \"I740585502\"\n    },\n    {\n        \"shipmentID\": 134604799,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 575.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741910400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742256000000,\n        \"deliveryDate\": 1742256000000,\n        \"shipperName\": \"LUXOTTICA \",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1307,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8873659859/ 8873733833\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8873659859/ 8873733833\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8873659859/ 8873733833\"\n            }\n        ],\n        \"bolnumber\": \"134604799\",\n        \"ponumber\": \"1429947/ 1435430\",\n        \"pronumber\": \"195175341\"\n    },\n    {\n        \"shipmentID\": 134604835,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741910400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742342400000,\n        \"deliveryDate\": 1742342400000,\n        \"shipperName\": \"L3HARRIS TECHNOLOGIES\",\n        \"shipperAddress\": \"1350 JEFFERSON ROAD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SCIENCE APPLICATIONS INTERNATIONAL\",\n        \"consigneeAddress\": \"7413 MAGI ROAD\",\n        \"consigneeCity\": \"HANAHAN\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 460,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/87576f16-bcf1-4388-a0c0-a79b7377ca3e.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F1068\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"PALMETTO ONE\"\n            }\n        ],\n        \"bolnumber\": \"1349632\",\n        \"ponumber\": \"1412237\",\n        \"pronumber\": \"I731827278\"\n    },\n    {\n        \"shipmentID\": 134604857,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 197.03,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741910400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742256000000,\n        \"deliveryDate\": 1742169600000,\n        \"shipperName\": \"MUSTANGSURVIVAL\",\n        \"shipperAddress\": \"201 BUSCH DRIVE\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 2120,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1399081\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1399081\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1399081\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1399081\"\n            }\n        ],\n        \"bolnumber\": \"1349645\",\n        \"ponumber\": \"1399081\",\n        \"pronumber\": \"411226045\"\n    },\n    {\n        \"shipmentID\": 134604937,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 560.38,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741910400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742256000000,\n        \"shipperName\": \"THERMO FISHER SCIENTIFIC\",\n        \"shipperAddress\": \"1600 LEXINGTON AVE. DOCK 107\",\n        \"shipperCity\": \"Rochester\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14606\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 733,\n        \"totalWeight\": 2409,\n        \"totalHU\": 7,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/7d1a5a99-c247-40b9-8037-63e7c9110946.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"82768487\"\n            }\n        ],\n        \"bolnumber\": \"134604937\",\n        \"ponumber\": \"1433152\",\n        \"pronumber\": \"020-1213740\"\n    },\n    {\n        \"shipmentID\": 134604944,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 323.74,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742256000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742342400000,\n        \"deliveryDate\": 1742342400000,\n        \"shipperName\": \"PERSISTENT SYSTEMS LLC\",\n        \"shipperAddress\": \"601 WEST 26TH STREET\",\n        \"shipperCity\": \"NEW YORK\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"10001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVAL SUPPLY SYSTEMS COMMAND (NAVSU\",\n        \"consigneeAddress\": \"5450 CARLISLE PIKE BLDG 107\",\n        \"consigneeCity\": \"MECHANICSBURG\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17055\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 3910,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/f3f071df-1abe-40da-9b36-78d6b93908f7.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E3R\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E3R\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E3R\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E3R\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E3R\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E3R\"\n            }\n        ],\n        \"bolnumber\": \"1349663\",\n        \"ponumber\": \"1410072\",\n        \"pronumber\": \"693164576\"\n    },\n    {\n        \"shipmentID\": 134604969,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 533.8,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741910400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742256000000,\n        \"deliveryDate\": 1742169600000,\n        \"shipperName\": \"SAFARILAND LLC\",\n        \"shipperAddress\": \"3041 FAYE RD\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32226\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 7644,\n        \"totalHU\": 12,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/34974a1d646b228719da1eb32ca269ee-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1406416\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1406416\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1406416\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1406416\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1406416\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1406416\"\n            }\n        ],\n        \"bolnumber\": \"1349670\",\n        \"ponumber\": \"1406416\",\n        \"pronumber\": \"411441124\"\n    },\n    {\n        \"shipmentID\": 134605045,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 651.05,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742169600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742256000000,\n        \"shipperName\": \"TRUE NORTH ENTERPRISES\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd. Units 108-109\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VXX MISSION COMMS SYSTEM PROGRAM AIR 4 11\",\n        \"consigneeAddress\": \"17179 Webster Field Rd Building 8165 Test Bed 2\",\n        \"consigneeCity\": \"St. Inigoes\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20684 \",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 1580,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/f5873ebb-0225-4d58-a27e-44c420a09928.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Customer Ref# SPE8EL25F105Z / REQ# N0042152971G3D\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Customer Ref# SPE8EL25F105Z / REQ# N0042152971G3D\"\n            }\n        ],\n        \"bolnumber\": \"134605045\",\n        \"ponumber\": \"1412243\",\n        \"pronumber\": \"680359726\"\n    },\n    {\n        \"shipmentID\": 134605081,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 965.55,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741910400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742515200000,\n        \"deliveryDate\": 1742515200000,\n        \"shipperName\": \"CURTISS-WRIGHT PACSTAR\",\n        \"shipperAddress\": \"14100 SW 72ND AVE.\",\n        \"shipperCity\": \"PORTLAND\",\n        \"shipperState\": \"OR\",\n        \"shipperZip\": \"97224\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CACI INC FEDERAL\",\n        \"consigneeAddress\": \"3611-E RAMSEY STREET\",\n        \"consigneeCity\": \"FAYETTEVILLE\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28311\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 5076,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/df140f98-0f21-4c9f-bcc3-0070525e7682.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1DQH\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1DQH\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1DQH\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1DQH\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1DQH\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1DQH\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1DQH\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1DQH\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1DQH\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1DQH\"\n            }\n        ],\n        \"bolnumber\": \"1349683\",\n        \"ponumber\": \"1406805\",\n        \"pronumber\": \"2221314815\"\n    },\n    {\n        \"shipmentID\": 134605093,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 200.88,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741910400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742256000000,\n        \"deliveryDate\": 1742169600000,\n        \"shipperName\": \"InVeris Training Solutions\",\n        \"shipperAddress\": \"296 Brogdon Road\",\n        \"shipperCity\": \"Suwanee\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30024\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MCI EAST\",\n        \"consigneeAddress\": \"100 SIM CENTER DRIVE BLDG 1046\",\n        \"consigneeCity\": \"CAMP LEJEUNE\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28546\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 204,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/c3c014edb6c6dce8f1cc4ce52330dc80-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F1231\"\n            }\n        ],\n        \"bolnumber\": \"134605093\",\n        \"ponumber\": \"1426568\",\n        \"pronumber\": \"424639262\"\n    },\n    {\n        \"shipmentID\": 134605095,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 306.42,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741910400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742860800000,\n        \"deliveryDate\": 1742860800000,\n        \"shipperName\": \"InVeris Training Solutions\",\n        \"shipperAddress\": \"296 Brogdon Road\",\n        \"shipperCity\": \"Suwanee\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30024\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MCB Camp Pendleton\",\n        \"consigneeAddress\": \"Bldg 2238,Room 125A\",\n        \"consigneeCity\": \"Camp Pendleton\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92055\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 278,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/11bfad7ca7421380a27ab88ed7c22f27-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F1232\"\n            }\n        ],\n        \"bolnumber\": \"134605095\",\n        \"ponumber\": \"1427437\",\n        \"pronumber\": \"I322831728\"\n    },\n    {\n        \"shipmentID\": 134605170,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742342400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742774400000,\n        \"shipperName\": \"AdValue Photonics Inc. \",\n        \"shipperAddress\": \"2700 E Bilby Rd\",\n        \"shipperCity\": \"Tucson\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85706\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FCDD ASW F\",\n        \"consigneeAddress\": \"BUILDING 95\",\n        \"consigneeCity\": \"Picatinny Arsenal\",\n        \"consigneeState\": \"NJ\",\n        \"consigneeZip\": \"07806\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 48,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://www.fedex.com/fedextrack/?tracknumbers=772803253064\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134605170\",\n        \"ponumber\": \"1421477 \",\n        \"pronumber\": \"772803253064\"\n    },\n    {\n        \"shipmentID\": 134606342,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 145.53,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742169600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742342400000,\n        \"deliveryDate\": 1742428800000,\n        \"shipperName\": \" SSI, Inc\",\n        \"shipperAddress\": \"105 Park Street \",\n        \"shipperCity\": \"Loogootee\",\n        \"shipperState\": \"IN\",\n        \"shipperZip\": \"47553\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 200,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/d88fb5753b886279570e71324e38780a-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Pick up #\",\n                \"value\": \"SPE8EL24F19GB\"\n            }\n        ],\n        \"bolnumber\": \"134606342\",\n        \"ponumber\": \"1398379\",\n        \"pronumber\": \"464123007\"\n    },\n    {\n        \"shipmentID\": 134606433,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 323.74,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742256000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742342400000,\n        \"shipperName\": \"PERSISTENT SYSTEMS LLC\",\n        \"shipperAddress\": \"601 WEST 26TH STREET\",\n        \"shipperCity\": \"NEW YORK\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"10001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVSUP WSS\",\n        \"consigneeAddress\": \"5450 CARLISLE PIKE BLDG 107 S END\",\n        \"consigneeCity\": \"MECHANICSBURG\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17050\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 3910,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/4370c788-87a0-474f-9dd0-f1d8e4d0296c.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E5D\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E5D\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E5D\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E5D\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E5D\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E5D\"\n            }\n        ],\n        \"bolnumber\": \"1349863\",\n        \"ponumber\": \"1407557\",\n        \"pronumber\": \"693164584\"\n    },\n    {\n        \"shipmentID\": 134606822,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 150.04,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742256000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742342400000,\n        \"deliveryDate\": 1742342400000,\n        \"shipperName\": \"PELICAN\",\n        \"shipperAddress\": \"1564 INNOVATION BLVD\",\n        \"shipperCity\": \"CLAYTON\",\n        \"shipperState\": \"IN\",\n        \"shipperZip\": \"46118\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"LOCKHEED MARTIN CORP\",\n        \"consigneeAddress\": \"5749 BRIAR HILL RD\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 721,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/7a9dab50-b5d5-4de6-a422-7cad71da4242.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"4500063534\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"H92254-17-D-0001\"\n            }\n        ],\n        \"bolnumber\": \"1350503\",\n        \"ponumber\": \"1434736\",\n        \"pronumber\": \"I125010072\"\n    },\n    {\n        \"shipmentID\": 134606853,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 241.82,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742169600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742428800000,\n        \"deliveryDate\": 1742428800000,\n        \"shipperName\": \"MITHIX PRO, LLC\",\n        \"shipperAddress\": \"3591 WAY BACK RD.\",\n        \"shipperCity\": \"FARMERSVILLE\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75442\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"UCT 2\",\n        \"consigneeAddress\": \"4643 DOCK RD BLDG 524\",\n        \"consigneeCity\": \"PORT HUENEME\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"93043\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 580,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/b6a584f9bc2161b9b3c1ff6db2c15692-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1EEK\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1EEK\"\n            }\n        ],\n        \"bolnumber\": \"1350490\",\n        \"ponumber\": \"1407767\",\n        \"pronumber\": \"I064621332\"\n    },\n    {\n        \"shipmentID\": 134606921,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 304.39,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742256000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742860800000,\n        \"shipperName\": \"USBP DETROIT SECTOR  SPECIAL OPERATIONS DETACHMENT\",\n        \"shipperAddress\": \"26000 South St.  BLDG 1506 \",\n        \"shipperCity\": \"Harrison\",\n        \"shipperState\": \"MI\",\n        \"shipperZip\": \"48045\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NUVAIR\",\n        \"consigneeAddress\": \"1600 BEACON PL\",\n        \"consigneeCity\": \"Oxnard\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"93033\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 140,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/a709ab92db04bd7536480ea401aeac00-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SO 1222168/ Case 75685\"\n            }\n        ],\n        \"bolnumber\": \"134606921\",\n        \"ponumber\": \"SQ041878\",\n        \"pronumber\": \"6970235241\"\n    },\n    {\n        \"shipmentID\": 134607071,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 558.35,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742342400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742774400000,\n        \"deliveryDate\": 1742860800000,\n        \"shipperName\": \"THALES DEFENSE & SECURITY, INC\",\n        \"shipperAddress\": \"22605 GATEWAY CENTER DRIVE\",\n        \"shipperCity\": \"CLARKSBURG\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"20871\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NIWC PACIFIC (NAVAL INFORMATION WAR\",\n        \"consigneeAddress\": \"4297 PACIFIC HIGHWAY\",\n        \"consigneeCity\": \"SAN DIEGO\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92110\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1700,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/aab6faf6-6d54-4039-a2fc-54573929d8a6.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F1319\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F1319\"\n            }\n        ],\n        \"bolnumber\": \"1350529\",\n        \"ponumber\": \"1431869\",\n        \"pronumber\": \"1510182214\"\n    },\n    {\n        \"shipmentID\": 134607107,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742256000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742428800000,\n        \"deliveryDate\": 1742428800000,\n        \"shipperName\": \"CARSON INDUSTRIES INC.\",\n        \"shipperAddress\": \"110 NOBEL CT.\",\n        \"shipperCity\": \"ALPHARETTA\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30005\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA DISTRIBUTION\",\n        \"consigneeAddress\": \"SR W1A8 DLA DISTRIBUTION DDSP NEW CUMBERLAND FACILITY\",\n        \"consigneeCity\": \"NEW CUMBERLAND\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 490,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/34733d36e1e8a4ccb3c3f2f376029372-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPRBL124F0141\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPRBL124F0141\"\n            }\n        ],\n        \"bolnumber\": \"1350531\",\n        \"ponumber\": \"1401257\",\n        \"pronumber\": \"I854602524\"\n    },\n    {\n        \"shipmentID\": 134607131,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 259.27,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742256000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742428800000,\n        \"deliveryDate\": 1742428800000,\n        \"shipperName\": \"RAIDER OUTBOARDS INC\",\n        \"shipperAddress\": \"1885 ARMSTRONG DRIVE\",\n        \"shipperCity\": \"TITUSVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32780\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 2558,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/a12727082b94ccc0e5cbe0b4e8242153-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1399082\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1399082\"\n            }\n        ],\n        \"bolnumber\": \"1350534\",\n        \"ponumber\": \"1399082\",\n        \"pronumber\": \"365141402\"\n    },\n    {\n        \"shipmentID\": 134607142,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 756.4,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742256000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742342400000,\n        \"deliveryDate\": 1742342400000,\n        \"shipperName\": \"     Bren-Tronics, INC.\",\n        \"shipperAddress\": \"10 Brayton Court\",\n        \"shipperCity\": \"Commack\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11725\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"TOBYHANNA ARMY DEPOT\",\n        \"consigneeAddress\": \"11 HAP ARNOLD BLVD BLDG 5, BAY 3. DROP #549\",\n        \"consigneeCity\": \"Tobyhanna\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"18466\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 3017,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/617c5b1dd82081456a8c3d7915b39244-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"33662\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"33662\"\n            }\n        ],\n        \"bolnumber\": \"134607142\",\n        \"ponumber\": \"1420549\",\n        \"pronumber\": \"681355269\"\n    },\n    {\n        \"shipmentID\": 134607166,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 142.21,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742256000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742342400000,\n        \"deliveryDate\": 1742342400000,\n        \"shipperName\": \"THALES DEFENSE & SECURITY, INC\",\n        \"shipperAddress\": \"22605 GATEWAY CENTER DRIVE\",\n        \"shipperCity\": \"CLARKSBURG\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"20871\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PDM PFM (PRECISION FIRES AND MORTAR\",\n        \"consigneeAddress\": \"BLDG 91 4TH AVE\",\n        \"consigneeCity\": \"PICATINNY ARSENAL\",\n        \"consigneeState\": \"NJ\",\n        \"consigneeZip\": \"07806\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 260,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/9201768f0a4b30b88609cbccbd84c80d-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F144D\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F144D\"\n            }\n        ],\n        \"bolnumber\": \"1350536\",\n        \"ponumber\": \"1372990\",\n        \"pronumber\": \"I796593222\"\n    },\n    {\n        \"shipmentID\": 134607245,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 128.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742256000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742342400000,\n        \"shipperName\": \"Thales Defense & Security Inc.\",\n        \"shipperAddress\": \"22605 GATEWAY CENTER DRIVE\",\n        \"shipperCity\": \"Clarksburg\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"20871\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMS 340 - PAUL BLANKENSHIP\",\n        \"consigneeAddress\": \"1820 DILLINGHAM\",\n        \"consigneeCity\": \"Norfolk\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23511\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 490,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/8bf765e3-cdd3-4ce9-906c-80064e5d970f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"80001701\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"20000744\"\n            }\n        ],\n        \"bolnumber\": \"134607245\",\n        \"ponumber\": \"1424482\",\n        \"pronumber\": \"026-2591913\"\n    },\n    {\n        \"shipmentID\": 134607254,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 384.03,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742256000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742774400000,\n        \"deliveryDate\": 1742774400000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AFSOC 27TH SOSS\",\n        \"consigneeAddress\": \"312 CHINDIT BLVD.\",\n        \"consigneeCity\": \"CANNON AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88103\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 520,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/817e0d69-cba7-4e91-abad-f8db154abe9f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F13C3\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13C3\"\n            }\n        ],\n        \"bolnumber\": \"1350505\",\n        \"ponumber\": \"1433780\",\n        \"pronumber\": \"990896933\"\n    },\n    {\n        \"shipmentID\": 134607662,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 142.21,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742342400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742515200000,\n        \"deliveryDate\": 1742515200000,\n        \"shipperName\": \"DYNALEC CORPORATION\",\n        \"shipperAddress\": \"79 ROTTERDAM RD.\",\n        \"shipperCity\": \"SODUS\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14551\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC PHILADELPHIA\",\n        \"consigneeAddress\": \"1601 LANGLEY AVE\",\n        \"consigneeCity\": \"PHILADELPHIA\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"19112\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 400,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/c09da40f586779f45c1f0fba87162eef-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX24F10YW\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX24F10YW\"\n            }\n        ],\n        \"bolnumber\": \"1350603\",\n        \"ponumber\": \"1392466\",\n        \"pronumber\": \"I043095789\"\n    },\n    {\n        \"shipmentID\": 134607725,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 128.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742256000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742342400000,\n        \"shipperName\": \"Thales Defense & Security, Inc\",\n        \"shipperAddress\": \"22605 Gateway Center Drive\",\n        \"shipperCity\": \"Clarksburg\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"20871\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 400,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/bb3cfe04-b9c9-4adb-b873-4ab3ec0d3c87.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"80001699\"\n            }\n        ],\n        \"bolnumber\": \"134607725\",\n        \"ponumber\": \"1409172 \",\n        \"pronumber\": \"026-2591912\"\n    },\n    {\n        \"shipmentID\": 134607770,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 336.93,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742256000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742342400000,\n        \"shipperName\": \"TEAM WENDY\",\n        \"shipperAddress\": \"17000 ST CLAIR AVE BLDG 1\",\n        \"shipperCity\": \"Cleveland\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44110\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PECKHAM VOCATIONAL INDUSTRIES INC\",\n        \"consigneeAddress\": \"7100 MILLETT HWY\",\n        \"consigneeCity\": \"Lansing\",\n        \"consigneeState\": \"MI\",\n        \"consigneeZip\": \"48917\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1253,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/d092bb54b9bf7174cb56739b98967968-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134607770\",\n        \"ponumber\": \"1402339\",\n        \"pronumber\": \"9118119301\"\n    },\n    {\n        \"shipmentID\": 134607788,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 440.3,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742256000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743033600000,\n        \"deliveryDate\": 1742947200000,\n        \"shipperName\": \"BULLDOG HOSE COMPANY, LLC\",\n        \"shipperAddress\": \"141 JUNNY RD\",\n        \"shipperCity\": \"ANGIER\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"27501\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"35TH CES CEF\",\n        \"consigneeAddress\": \"DLA SAN JOAQUIN TRACY DEPOT\",\n        \"consigneeCity\": \"TRACY\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"95304\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1824,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/147c53cf-9580-482b-abe7-a9211785233e.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1350627\",\n        \"ponumber\": \"1428067\",\n        \"pronumber\": \"910882744\"\n    },\n    {\n        \"shipmentID\": 134608031,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 209.51,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742256000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742342400000,\n        \"deliveryDate\": 1742342400000,\n        \"shipperName\": \"INTERSURGICAL/MAIN OCEAN\",\n        \"shipperAddress\": \"300 A TRADE ZONE BLVD\",\n        \"shipperCity\": \"SUMMERVILLE\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29486\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 16,\n        \"totalWeight\": 4184,\n        \"totalHU\": 16,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/684bb3282215ffcd272b0eba8705eb55-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1435433\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1435433\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1435433\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1435433\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1435433\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1435433\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1435433\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1435433\"\n            }\n        ],\n        \"bolnumber\": \"1350708\",\n        \"ponumber\": \"1435433\",\n        \"pronumber\": \"420497137\"\n    },\n    {\n        \"shipmentID\": 134608092,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 142.21,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742256000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742342400000,\n        \"deliveryDate\": 1742428800000,\n        \"shipperName\": \"VELOCITY SYSTEMS LLC\",\n        \"shipperAddress\": \"45064 UNDERWOOD LANE UNIT B\",\n        \"shipperCity\": \"Sterling\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"20166\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DEAV\",\n        \"consigneeAddress\": \"7952 CLUNY CT SA-7D\",\n        \"consigneeCity\": \"Springfield\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22153\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 904,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/fdd90fef9095d9275a0068afef1bf6af-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"1398111\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"1398111\"\n            }\n        ],\n        \"bolnumber\": \"134608092\",\n        \"ponumber\": \"ADS1398111\",\n        \"pronumber\": \"I150635448\"\n    },\n    {\n        \"shipmentID\": 134608121,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 654.66,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742256000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742860800000,\n        \"deliveryDate\": 1742860800000,\n        \"shipperName\": \"CASCADE DESIGNS\",\n        \"shipperAddress\": \"10990 LEAR BLVD\",\n        \"shipperCity\": \"RENO\",\n        \"shipperState\": \"NV\",\n        \"shipperZip\": \"89506\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 2124,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/dde31f69cd224dea364f80e7b550abda-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1412549\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1412549\"\n            }\n        ],\n        \"bolnumber\": \"1350711\",\n        \"ponumber\": \"1412549\",\n        \"pronumber\": \"I664309953\"\n    },\n    {\n        \"shipmentID\": 134608209,\n        \"name\": \"SPAN ALASKA TRANSPORTATION\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 712.8,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SPAJ\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742428800000,\n        \"modeDesc\": \"Domestic Ocean\",\n        \"estimatedDeliveryDate\": 1744243200000,\n        \"deliveryDate\": 1744243200000,\n        \"shipperName\": \"RICOCHET MANUFACTURING CO., INC\",\n        \"shipperAddress\": \"4700 WISSAHICKON AVE, SUITE 112\",\n        \"shipperCity\": \"Philadelphia\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19144\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"673RD CES CED\",\n        \"consigneeAddress\": \"5332 KINEY AVE\",\n        \"consigneeCity\": \"JBER\",\n        \"consigneeState\": \"AK\",\n        \"consigneeZip\": \"99506\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 13,\n        \"totalWeight\": 426,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/60bb0cac-efde-43f6-b583-734eef291b98.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134608209\",\n        \"ponumber\": \"1418819\",\n        \"pronumber\": \"4267037\"\n    },\n    {\n        \"shipmentID\": 134608241,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 324.1,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742256000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742947200000,\n        \"deliveryDate\": 1742860800000,\n        \"shipperName\": \"B.E. MEYERS & CO.\",\n        \"shipperAddress\": \"9461 WILLOWS RD NE\",\n        \"shipperCity\": \"REDMOND\",\n        \"shipperState\": \"WA\",\n        \"shipperZip\": \"98052\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"JXNV AIRBORNE CREWSERVED WEAPONS BR\",\n        \"consigneeAddress\": \"300 HWY 361 BLDG 2521W\",\n        \"consigneeCity\": \"CRANE\",\n        \"consigneeState\": \"IN\",\n        \"consigneeZip\": \"47522\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 796,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/7778cbb4-ace7-47bd-ad2e-efcc310100dc.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F15B4\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F15B4\"\n            }\n        ],\n        \"bolnumber\": \"1350726\",\n        \"ponumber\": \"1381389\",\n        \"pronumber\": \"I186608547\"\n    },\n    {\n        \"shipmentID\": 134608255,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 148.18,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742256000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742428800000,\n        \"deliveryDate\": 1742428800000,\n        \"shipperName\": \"ELECTROMET CORPORATION\",\n        \"shipperAddress\": \"879 COMMONWEALTH AVE\",\n        \"shipperCity\": \"HAGERTOWN\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21740\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAWC AD 4.11.2\",\n        \"consigneeAddress\": \"17598 WEBSTER FIELD ROAD BLDG 8115\",\n        \"consigneeCity\": \"ST INIGOES\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20684\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1060,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/58740a6fe9c09c5aea6cf6e2d4dcb144-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F13XJ\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F13XJ\"\n            }\n        ],\n        \"bolnumber\": \"1350728\",\n        \"ponumber\": \"1371562\",\n        \"pronumber\": \"I300867804\"\n    },\n    {\n        \"shipmentID\": 134608280,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 225.16,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742342400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742860800000,\n        \"shipperName\": \"  CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVE BLDG 128B\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOCOM\",\n        \"consigneeAddress\": \"2592 Horse Pasture Road\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 311,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/44c499dbfd966b05c4b6a0711230ce27-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"H9242725P0168; 3100013396; H92506\"\n            }\n        ],\n        \"bolnumber\": \"134608280\",\n        \"ponumber\": \"1433181\",\n        \"pronumber\": \"704757608\"\n    },\n    {\n        \"shipmentID\": 134608296,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 312.93,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742256000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742428800000,\n        \"shipperName\": \"  CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVE BLDG 128B\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SPIE\",\n        \"consigneeAddress\": \"7100 MILLETT HWY\",\n        \"consigneeCity\": \"Lansing\",\n        \"consigneeState\": \"MI\",\n        \"consigneeZip\": \"48917\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 311,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/3447ef12-eccb-4ffd-a7ce-5807292cf5cc.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SO0108076\"\n            }\n        ],\n        \"bolnumber\": \"134608296\",\n        \"ponumber\": \"1419198\",\n        \"pronumber\": \"704757616\"\n    },\n    {\n        \"shipmentID\": 134608454,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 175.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742342400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742860800000,\n        \"deliveryDate\": 1742860800000,\n        \"shipperName\": \"True North Enterprises\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd. Units 108-109\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWCDD DNA\",\n        \"consigneeAddress\": \"2089 Tartar Ave Bldg 559\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23461\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 210,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a5d2565b-3ce8-43e5-b05e-6c56200a3889.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F10Z8 / REQ# N6327353461GVG\"\n            }\n        ],\n        \"bolnumber\": \"134608454\",\n        \"ponumber\": \"1419319\",\n        \"pronumber\": \"705378602\"\n    },\n    {\n        \"shipmentID\": 134608515,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 114.68,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742428800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742947200000,\n        \"shipperName\": \"JBC CORP\",\n        \"shipperAddress\": \"552 CENTRAL DR.\",\n        \"shipperCity\": \"VIRGINIA BEACH\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23454\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA TROOP SUPPORT\",\n        \"consigneeAddress\": \"NECC MEDICAL CENTRAL ISSUE FACILITY CHEATHAM ANNEX\",\n        \"consigneeCity\": \"WILLIAMSBURG\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 928,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b20be64b-2202-4f4b-8920-2dd2c96d3ad5.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE2D625F894N\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE2D625F894N\"\n            }\n        ],\n        \"bolnumber\": \"1350806\",\n        \"ponumber\": \"1415952\",\n        \"pronumber\": \"028-0821327\"\n    },\n    {\n        \"shipmentID\": 134608570,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 263.23,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742342400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743033600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVFAC EXWC\",\n        \"consigneeAddress\": \"1100 23rd Ave Bldg 1100\",\n        \"consigneeCity\": \"PORT HUENEME\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"93043\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 220,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/ef52e8532a98a543fd4959231b10346d-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"0000\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1218701\"\n            }\n        ],\n        \"bolnumber\": \"134608570\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"8207443322\"\n    },\n    {\n        \"shipmentID\": 134609008,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 144.87,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742774400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742947200000,\n        \"shipperName\": \"MUSTANGSURVIVAL\",\n        \"shipperAddress\": \"214 WILLIAMS DRIVE\",\n        \"shipperCity\": \"SPENCER\",\n        \"shipperState\": \"WV\",\n        \"shipperZip\": \"25276\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 764,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/d6a8215b-7276-4257-b3de-cad9a2a073ba.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1428840\"\n            }\n        ],\n        \"bolnumber\": \"1350843\",\n        \"ponumber\": \"1428840\",\n        \"pronumber\": \"625804752\"\n    },\n    {\n        \"shipmentID\": 134609051,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 393.37,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742342400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742515200000,\n        \"deliveryDate\": 1742515200000,\n        \"shipperName\": \"L3HARRIS TECHNOLOGIES\",\n        \"shipperAddress\": \"1350 JEFFERSON ROAD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SCIENCE APPLICATIONS INTERNATIONAL\",\n        \"consigneeAddress\": \"7413 MAGI ROAD\",\n        \"consigneeCity\": \"HANAHAN\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 2830,\n        \"totalHU\": 12,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F1068\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"PALMETTO ONE\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F1068\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"PALMETTO ONE\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F1068\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"PALMETTO ONE\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F1068\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"PALMETTO ONE\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F1068\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"PALMETTO ONE\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F1068\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"PALMETTO ONE\"\n            }\n        ],\n        \"bolnumber\": \"1350863\",\n        \"ponumber\": \"1412237\",\n        \"pronumber\": \"689986264\"\n    },\n    {\n        \"shipmentID\": 134609053,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 586.16,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742342400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742774400000,\n        \"deliveryDate\": 1742774400000,\n        \"shipperName\": \"AZAK, INC.\",\n        \"shipperAddress\": \"3881 N. STEELE ST\",\n        \"shipperCity\": \"Denver\",\n        \"shipperState\": \"CO\",\n        \"shipperZip\": \"80205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"5749 BRIAR HILL RD, BUILDING 220 DOOR 4\",\n        \"consigneeCity\": \"Lexington\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1200,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/368c568f-c024-44ab-9f83-8b070db2b6d0.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EX24F117M\"\n            }\n        ],\n        \"bolnumber\": \"134609053\",\n        \"ponumber\": \"1400576\",\n        \"pronumber\": \"2241819181\"\n    },\n    {\n        \"shipmentID\": 134609161,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 387.63,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742342400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742947200000,\n        \"deliveryDate\": 1742947200000,\n        \"shipperName\": \"GREAT WESTERN EAGLE PACKAGIN\",\n        \"shipperAddress\": \"500 S ETIWANDA AVENUE\",\n        \"shipperCity\": \"ONTATIO\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"91761\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CACI INC FEDERAL\",\n        \"consigneeAddress\": \"3611-E RAMSEY STREET\",\n        \"consigneeCity\": \"FAYETTEVILLE\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28311\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1230,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/30c8747e-fdfb-498c-a49c-4372c5aacbe3.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F12U1\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F12U1\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F12U1\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F12U1\"\n            }\n        ],\n        \"bolnumber\": \"1350904\",\n        \"ponumber\": \"1430544\",\n        \"pronumber\": \"909391195\"\n    },\n    {\n        \"shipmentID\": 134609163,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 272.09,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742428800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742860800000,\n        \"shipperName\": \"Thales Defense & Security Inc.\",\n        \"shipperAddress\": \"22605 GATEWAY CENTER DRIVE\",\n        \"shipperCity\": \"Clarksburg\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"20871\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"W33RBS 1ST ABCT 3RD ID\",\n        \"consigneeAddress\": \"BLDG 1509 WEST 6TH STREET \",\n        \"consigneeCity\": \"Fort Stewart\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"31314\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 38,\n        \"totalWeight\": 926,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/512357cc84eee74ce301de8793db4ef1-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"80001722\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EJ-21-D-0020 SPE8EL-25-F-131L\"\n            }\n        ],\n        \"bolnumber\": \"134609163\",\n        \"ponumber\": \"1431969 \",\n        \"pronumber\": \"5766582780\"\n    },\n    {\n        \"shipmentID\": 134609290,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 316.02,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742342400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742428800000,\n        \"deliveryDate\": 1742428800000,\n        \"shipperName\": \"VELOCITY SYSTEMS LLC\",\n        \"shipperAddress\": \"45064 UNDERWOOD LANE UNIT B\",\n        \"shipperCity\": \"DULLES\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"20166\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 730,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/4aa561c2d5789d1a87dceeb60338f6a5-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134609290\",\n        \"ponumber\": \"1404694\",\n        \"pronumber\": \"430993820\"\n    },\n    {\n        \"shipmentID\": 134609324,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 184.99,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742342400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743033600000,\n        \"deliveryDate\": 1743033600000,\n        \"shipperName\": \"VELOCITY SYSTEMS LLC\",\n        \"shipperAddress\": \"45064 UNDERWOOD LANE\",\n        \"shipperCity\": \"Sterling\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"20166\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DEAV\",\n        \"consigneeAddress\": \"7952 CLUNY CT SA-7D\",\n        \"consigneeCity\": \"Springfield\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22153\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1165,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/b7e665696eee60cab6d23958eebe3ad3-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134609324\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"I360678411\"\n    },\n    {\n        \"shipmentID\": 134609494,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 748.07,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742428800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742774400000,\n        \"deliveryDate\": 1742774400000,\n        \"shipperName\": \"Safariland Group\",\n        \"shipperAddress\": \"3041 Faye RD\",\n        \"shipperCity\": \"Jacksonville\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32226\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 7,\n        \"totalWeight\": 5112,\n        \"totalHU\": 7,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/eb9e38b5f9158a636bc3cb37d6e6effd-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"C25-144585\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"C25-144585\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"C25-144585\"\n            }\n        ],\n        \"bolnumber\": \"134609494\",\n        \"ponumber\": \"1406416\",\n        \"pronumber\": \"0452050844\"\n    },\n    {\n        \"shipmentID\": 134609641,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 579.79,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742342400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742515200000,\n        \"deliveryDate\": 1742515200000,\n        \"shipperName\": \"Survival Armor, Inc.\",\n        \"shipperAddress\": \"12621 Corporate Lakes Drive, Unit 8\",\n        \"shipperCity\": \"Fort Myers\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33913\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 2727,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/39dea08040fcde91054bdc5c732f2fe7-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134609641\",\n        \"ponumber\": \"1399783\",\n        \"pronumber\": \"395787220\"\n    },\n    {\n        \"shipmentID\": 134610565,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 225.76,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742428800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742774400000,\n        \"deliveryDate\": 1742774400000,\n        \"shipperName\": \"MUSTANGSURVIVAL\",\n        \"shipperAddress\": \"214 WILLIAMS DRIVE\",\n        \"shipperCity\": \"SPENCER\",\n        \"shipperState\": \"WV\",\n        \"shipperZip\": \"25276\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 1584,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/3817adab-add8-4aab-9db4-1f46e42a132e.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1434271\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1434271\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1434271\"\n            }\n        ],\n        \"bolnumber\": \"1351206\",\n        \"ponumber\": \"1434271\",\n        \"pronumber\": \"685636623\"\n    },\n    {\n        \"shipmentID\": 134610570,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 410.2,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742428800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742774400000,\n        \"deliveryDate\": 1742774400000,\n        \"shipperName\": \"LUXOTTICA \",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 27,\n        \"totalWeight\": 884,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/9363e54dc1acbd8e45ce7cec76f2bfdd-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8874072669, 8874189855\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8874072669, 8874189855\"\n            }\n        ],\n        \"bolnumber\": \"134610570\",\n        \"ponumber\": \"1436273, 1426029\",\n        \"pronumber\": \"427386632\"\n    },\n    {\n        \"shipmentID\": 134610643,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 663.47,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742428800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743379200000,\n        \"deliveryDate\": 1743379200000,\n        \"shipperName\": \"Team Wendy LLC\",\n        \"shipperAddress\": \"17000 St. Clair Ave. Bldg. 1\",\n        \"shipperCity\": \"Cleveland\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44110\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USAFA\",\n        \"consigneeAddress\": \"1022 JACKS VALLEY RD\",\n        \"consigneeCity\": \"United States Air Force Academy\",\n        \"consigneeState\": \"CO\",\n        \"consigneeZip\": \"80840\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1418,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/cb907fac-6198-4abd-964e-48fa80585707.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"20335\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"20335\"\n            }\n        ],\n        \"bolnumber\": \"134610643\",\n        \"ponumber\": \"1402755\",\n        \"pronumber\": \"428472752\"\n    },\n    {\n        \"shipmentID\": 134610807,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 474.21,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742428800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743638400000,\n        \"shipperName\": \"VERST LOGISTICS\",\n        \"shipperAddress\": \"300 Shorland Drive\",\n        \"shipperCity\": \"Walton\",\n        \"shipperState\": \"KY\",\n        \"shipperZip\": \"41094\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"427TH RS CCQ\",\n        \"consigneeAddress\": \"5800 10TH STREET BLDG 2139\",\n        \"consigneeCity\": \"Beale AFB\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"95903\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 16,\n        \"totalWeight\": 458,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/fcec144d-2e50-4174-bc48-160ac85abe81.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SO0030257-IF0046521\"\n            }\n        ],\n        \"bolnumber\": \"134610807\",\n        \"ponumber\": \"1435492\",\n        \"pronumber\": \"067438953\"\n    },\n    {\n        \"shipmentID\": 134610901,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742428800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742515200000,\n        \"deliveryDate\": 1742515200000,\n        \"shipperName\": \"True North Enterprises\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd.\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NIWC ATLANTIC (NAVAL INFORMATION WARFARE CENTER ATLANTIC)\",\n        \"consigneeAddress\": \"1008 TRIDENT STREET\",\n        \"consigneeCity\": \"Hanahan\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 500,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/a4705d04ba69563c66c49452f79ba56d-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F11E0\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"N6523653581H58\"\n            }\n        ],\n        \"bolnumber\": \"134610901\",\n        \"ponumber\": \"1421389\",\n        \"pronumber\": \"I950797395\"\n    },\n    {\n        \"shipmentID\": 134610905,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 395.12,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742428800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742774400000,\n        \"shipperName\": \"Safety & Security International\",\n        \"shipperAddress\": \"105 Park St.\",\n        \"shipperCity\": \"Loogootee\",\n        \"shipperState\": \"IN\",\n        \"shipperZip\": \"47553\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 20,\n        \"totalWeight\": 1060,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/3c48d13324e2539fa11ddfe746f2c036-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134610905\",\n        \"ponumber\": \"1414001\",\n        \"pronumber\": \"4814070936\"\n    },\n    {\n        \"shipmentID\": 134611028,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 145.53,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742428800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742774400000,\n        \"deliveryDate\": 1742774400000,\n        \"shipperName\": \"L3 HARRIS\",\n        \"shipperAddress\": \"3 TECHNOLOGY DRIVE\",\n        \"shipperCity\": \"LONDONDERRY\",\n        \"shipperState\": \"NH\",\n        \"shipperZip\": \"03053\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USASOC\",\n        \"consigneeAddress\": \"5749 BRIAR HILL RD BLDG 221\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 670,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/30a99ed5-96d5-4177-adb9-afb26be7d5e5.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F18UX\"\n            }\n        ],\n        \"bolnumber\": \"1351267\",\n        \"ponumber\": \"1396800\",\n        \"pronumber\": \"I420273972\"\n    },\n    {\n        \"shipmentID\": 134611045,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 214.07,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742428800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742515200000,\n        \"deliveryDate\": 1742515200000,\n        \"shipperName\": \"True North Enterprises\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd.\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NIWC ATLANTIC\",\n        \"consigneeAddress\": \"1008 Trident Street\",\n        \"consigneeCity\": \"Hanahan\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 195,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/f70e5eb0fad6aea2e586be140b929cc8-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F11E0/ REQ#N6523653581H58\"\n            }\n        ],\n        \"bolnumber\": \"134611045\",\n        \"ponumber\": \"1421389\",\n        \"pronumber\": \"422533815\"\n    },\n    {\n        \"shipmentID\": 134611061,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 140.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742428800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742515200000,\n        \"deliveryDate\": 1742515200000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"0020 ME CMD HHC X1 CBRNE CM\",\n        \"consigneeAddress\": \"W90XN8 LRC APG\",\n        \"consigneeCity\": \"ABERDEEN PROVING GROUND\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"21005\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 945,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/9336d2eff90d4acdc24e979bba77ca1b-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE3SE-25-P-0043\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1230843\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"W58FUP32420001XXX\"\n            }\n        ],\n        \"bolnumber\": \"134611061\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"705364594\"\n    },\n    {\n        \"shipmentID\": 134611064,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 469.89,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742428800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743033600000,\n        \"deliveryDate\": 1742860800000,\n        \"shipperName\": \"OUTDOOR RESEARCH (EL MONTE)\",\n        \"shipperAddress\": \"10668 HICKSON STREET\",\n        \"shipperCity\": \"El Monte\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"91731\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 34,\n        \"totalWeight\": 576,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"USOB-1050193\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"USOB-1050193\"\n            }\n        ],\n        \"bolnumber\": \"134611064\",\n        \"ponumber\": \"1355482 \",\n        \"pronumber\": \"554562654\"\n    },\n    {\n        \"shipmentID\": 134611241,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 542.9,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742774400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743379200000,\n        \"deliveryDate\": 1743465600000,\n        \"shipperName\": \"Pulse Systems Inc.\",\n        \"shipperAddress\": \"15 plymouth drive\",\n        \"shipperCity\": \"South Easton\",\n        \"shipperState\": \"MA\",\n        \"shipperZip\": \"02375\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAWCWD 539400E (AIRBORNE THREAT SIM\",\n        \"consigneeAddress\": \"RONALD REAGAN BLVD , BLDG 351, ROOM 1210\",\n        \"consigneeCity\": \"POINT MUGU\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"93042\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 810,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/ee6fd30f-f741-4a9f-8aff-bc530babb047.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F184B\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F184B\"\n            }\n        ],\n        \"bolnumber\": \"1351290\",\n        \"ponumber\": \"1393695\",\n        \"pronumber\": \"0800913146\"\n    },\n    {\n        \"shipmentID\": 134611511,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 438.13,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742774400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743465600000,\n        \"deliveryDate\": 1743379200000,\n        \"shipperName\": \"DEFENSE VENTURE HOLDINGS\",\n        \"shipperAddress\": \"2601 PERFORMANCE CT.\",\n        \"shipperCity\": \"VIRGINIA BEACH\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ROUND THE WORLD LOGISTICS USA CORP\",\n        \"consigneeAddress\": \"1440 FRANCISCO STREET\",\n        \"consigneeCity\": \"TORRANCE\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"90501\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1408,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F11QH\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F11QH\"\n            }\n        ],\n        \"bolnumber\": \"1351347\",\n        \"ponumber\": \"1423567\",\n        \"pronumber\": \"400252834\"\n    },\n    {\n        \"shipmentID\": 134611615,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 312.93,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742515200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742860800000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"LOCKHEED MARTIN CORP\",\n        \"consigneeAddress\": \"5749 BRIAR HILL RD BLDG 221\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 788,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"4500059226\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"H92254-17-D-0001\"\n            }\n        ],\n        \"bolnumber\": \"1351350\",\n        \"ponumber\": \"1415608\",\n        \"pronumber\": \"706196102\"\n    },\n    {\n        \"shipmentID\": 134611623,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 140.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742515200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743033600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"W1A8 DLA DISTRIBUTION\",\n        \"consigneeAddress\": \"2001 NORMANDY DRIVE DOOR 113 TO 134\",\n        \"consigneeCity\": \"NEW CUMBERLAND\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070-5002\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 18,\n        \"totalWeight\": 276,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/42f77d95cdf89438ad95edd5a6269dcf-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE7L324F3511\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"W25G1U41510539XXX\"\n            }\n        ],\n        \"bolnumber\": \"134611623\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"705363539\"\n    },\n    {\n        \"shipmentID\": 134611654,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 274.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742774400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742947200000,\n        \"deliveryDate\": 1743033600000,\n        \"shipperName\": \"Survival Armor, Inc.\",\n        \"shipperAddress\": \"12621 Corporate Lakes Drive, Unit 8\",\n        \"shipperCity\": \"Fort Myers\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33913\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAS PENSACOLA\",\n        \"consigneeAddress\": \"7700 541 JOHN H TOWERS RD BLDG 3930\",\n        \"consigneeCity\": \"Pensacola\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32508\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 871,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/e5b012610d0dd18621ec0cbfeb95d7ca-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134611654\",\n        \"ponumber\": \"1399800\",\n        \"pronumber\": \"395787254\"\n    },\n    {\n        \"shipmentID\": 134611867,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 378.73,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742515200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742860800000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SPIE (SOLDIER PROTECTION AND IND\",\n        \"consigneeAddress\": \"7100 MILLET HWY\",\n        \"consigneeCity\": \"LANSING\",\n        \"consigneeState\": \"MI\",\n        \"consigneeZip\": \"48917\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 2032,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10WR\"\n            }\n        ],\n        \"bolnumber\": \"1351368\",\n        \"ponumber\": \"1419198\",\n        \"pronumber\": \"706196094\"\n    },\n    {\n        \"shipmentID\": 134611883,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 279.2,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742428800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743120000000,\n        \"deliveryDate\": 1743033600000,\n        \"shipperName\": \"TYR TACTICAL\",\n        \"shipperAddress\": \"9330 N 91ST AVE\",\n        \"shipperCity\": \"PEORIA\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"SOFSA\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 970,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/56dfa7e5ff43d4d02a8156c4c06e6b01-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24P0013\"\n            }\n        ],\n        \"bolnumber\": \"1351369\",\n        \"ponumber\": \"1401890\",\n        \"pronumber\": \"I314086752\"\n    },\n    {\n        \"shipmentID\": 134612623,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 192.61,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742515200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743033600000,\n        \"shipperName\": \"     Bren-Tronics, INC.\",\n        \"shipperAddress\": \"10 Brayton Court\",\n        \"shipperCity\": \"Commack\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11725\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWCDD GUN AND ELECTRONIC WEAPON SYSTEMS\",\n        \"consigneeAddress\": \"6350 PHOTO LANE BLDG 213\",\n        \"consigneeCity\": \"Dahlgren\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22448\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 366,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/f670fb96209049ae42b8526eb95555e0-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"32611\"\n            }\n        ],\n        \"bolnumber\": \"134612623\",\n        \"ponumber\": \"1391379\",\n        \"pronumber\": \"647349810\"\n    },\n    {\n        \"shipmentID\": 134612648,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 390.17,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742515200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742860800000,\n        \"deliveryDate\": 1742860800000,\n        \"shipperName\": \"SAFARILAND LLC\",\n        \"shipperAddress\": \"3041 FAYE RD\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32226\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 5446,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/796a6f265f0fb86042394c8356745c15-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1406416\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1406416\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1406416\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1406416\"\n            }\n        ],\n        \"bolnumber\": \"1351203\",\n        \"ponumber\": \"1406416\",\n        \"pronumber\": \"411441132\"\n    },\n    {\n        \"shipmentID\": 134612701,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 192.83,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742515200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742774400000,\n        \"shipperName\": \"70E Solutions\",\n        \"shipperAddress\": \"135 Sparks Ave\",\n        \"shipperCity\": \"Butler\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"16001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" Solution Based Innovation\",\n        \"consigneeAddress\": \"2656 Quality Ct\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 420,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/51e5c5ce-c0c5-4dc3-a5b3-57e4b68d609f.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134612701\",\n        \"ponumber\": \"1411601, 1421084\",\n        \"pronumber\": \"004-1396711\"\n    },\n    {\n        \"shipmentID\": 134612727,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 342.75,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742515200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743465600000,\n        \"deliveryDate\": 1743465600000,\n        \"shipperName\": \"SHIELD TECHNOLOGIES\",\n        \"shipperAddress\": \"895 BLUE GENTIAN RD\",\n        \"shipperCity\": \"EAGAN\",\n        \"shipperState\": \"MN\",\n        \"shipperZip\": \"55121\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CSFWL\",\n        \"consigneeAddress\": \"1760 FIRST ST\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23460\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1488,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/195679e7-e7de-4ed9-87f3-08593d731fa6.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"50242340001\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EZ-24-F-0130\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"50242340001\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EZ-24-F-0130\"\n            }\n        ],\n        \"bolnumber\": \"1351323\",\n        \"ponumber\": \"1397861\",\n        \"pronumber\": \"400361393\"\n    },\n    {\n        \"shipmentID\": 134612831,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 157.57,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742515200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742947200000,\n        \"deliveryDate\": 1742947200000,\n        \"shipperName\": \"L3 HARRIS\",\n        \"shipperAddress\": \"1350 JEFFERSON RD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SCIENCE APPLICATIONS INTERNATIONAL\",\n        \"consigneeAddress\": \"7410-B MAGI ROAD\",\n        \"consigneeCity\": \"HANAHAN\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 684,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/85b48d101a75c83ab80177e9cb0ae824-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F11C0\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F11C0\"\n            }\n        ],\n        \"bolnumber\": \"1351484\",\n        \"ponumber\": \"1420884\",\n        \"pronumber\": \"I731827395\"\n    },\n    {\n        \"shipmentID\": 134612842,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 493.04,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743552000000,\n        \"deliveryDate\": 1743552000000,\n        \"shipperName\": \"PALZIV NORTH AMERICA - TRANGO SYSTEMS\",\n        \"shipperAddress\": \"7966 NC 56 HWY\",\n        \"shipperCity\": \"LOUISBURG\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"27549\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FONTANA CA PD\",\n        \"consigneeAddress\": \"17005 UPLAND AVE\",\n        \"consigneeCity\": \"FONTANA\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92335\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 2368,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/1be36849-4fe0-47e8-899d-e741e3e8b377.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"22500854\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"22500854\"\n            }\n        ],\n        \"bolnumber\": \"1351485\",\n        \"ponumber\": \"1435707\",\n        \"pronumber\": \"891736204\"\n    },\n    {\n        \"shipmentID\": 134613057,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 140.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742515200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743033600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"W1BG DLA DISTRIBUTION\",\n        \"consigneeAddress\": \"2001 NORMANDY DR DOOR 135-168\",\n        \"consigneeCity\": \"NEW CUMBERLAND\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 30,\n        \"totalWeight\": 540,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/41ee41a6aa187555a860d4ed7a1af109-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE1C1-25-V-0205\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1243512\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"00001\"\n            }\n        ],\n        \"bolnumber\": \"134613057\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"705364602\"\n    },\n    {\n        \"shipmentID\": 134614251,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 957.23,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742774400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743465600000,\n        \"deliveryDate\": 1743465600000,\n        \"shipperName\": \" 5.11 INC\",\n        \"shipperAddress\": \"3201 N. Airport Way\",\n        \"shipperCity\": \"Manteca\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"95336\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1062,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/96188278-e075-45f1-88c9-a4d6661a37c7.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134614251\",\n        \"ponumber\": \"1374426\",\n        \"pronumber\": \"464929905\"\n    },\n    {\n        \"shipmentID\": 134614379,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 145.53,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742774400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742860800000,\n        \"deliveryDate\": 1742860800000,\n        \"shipperName\": \"L3 HARRIS\",\n        \"shipperAddress\": \"1350 JEFFERSON RD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"910TH LRS\",\n        \"consigneeAddress\": \"3976 KING GRAVES RD BLDG 400\",\n        \"consigneeCity\": \"VIENNA\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"44473\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 438,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/6378e026eb7e8c997e0956a73d26a7e3-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1241\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1241\"\n            }\n        ],\n        \"bolnumber\": \"1352143\",\n        \"ponumber\": \"1434011\",\n        \"pronumber\": \"I731827449\"\n    },\n    {\n        \"shipmentID\": 134614412,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 576.59,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742774400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743465600000,\n        \"shipperName\": \"LUXOTTICA – ESS - OAKLEY\",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CYCLIC LOGISTICS\",\n        \"consigneeAddress\": \"570 WOODLAKE CIR\",\n        \"consigneeCity\": \"Chesapeake\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23320\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1310,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/11fbc41b-eafb-4527-a861-eb113accafaf.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8874324080\"\n            }\n        ],\n        \"bolnumber\": \"134614412\",\n        \"ponumber\": \"1437066\",\n        \"pronumber\": \"783092026\"\n    },\n    {\n        \"shipmentID\": 134614457,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 272.51,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742774400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742947200000,\n        \"deliveryDate\": 1742947200000,\n        \"shipperName\": \"London Bridge & Trading\",\n        \"shipperAddress\": \"2861 Guardian Lane\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23452\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"5749 BRIAR HILL RD, BUILDING 220 DOOR 4\",\n        \"consigneeCity\": \"Lexington\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1072,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/08c0d274-87e8-4244-8e63-5346c51ee4ae.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134614457\",\n        \"ponumber\": \"1401889\",\n        \"pronumber\": \"I780151878\"\n    },\n    {\n        \"shipmentID\": 134614611,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 296.46,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742774400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743120000000,\n        \"deliveryDate\": 1743033600000,\n        \"shipperName\": \"Mithix Pro LLC\",\n        \"shipperAddress\": \"3591 Way Back Road\",\n        \"shipperCity\": \"Farmersville\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75442\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" WMDTECH LLC\",\n        \"consigneeAddress\": \"5116 W EMERALD ST\",\n        \"consigneeCity\": \"Boise\",\n        \"consigneeState\": \"ID\",\n        \"consigneeZip\": \"83706\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 357,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/ff85e720231325aad5b9a9c1c599acb3-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"PO-00185\"\n            }\n        ],\n        \"bolnumber\": \"134614611\",\n        \"ponumber\": \"1414786\",\n        \"pronumber\": \"I064621341\"\n    },\n    {\n        \"shipmentID\": 134614711,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 510.45,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742774400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743465600000,\n        \"deliveryDate\": 1743465600000,\n        \"shipperName\": \"OPERATIVE EXPERIENCE\",\n        \"shipperAddress\": \"1007 OLD PHILADELPHIA ROAD\",\n        \"shipperCity\": \"Aberdeen\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" DLA Troop Support, NSW Center Medical\",\n        \"consigneeAddress\": \"2446 Trident Way Bldg 634\",\n        \"consigneeCity\": \"San Diego\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92155\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 415,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/7549fd9b-6d47-4cf9-8485-11cf1052c6c0.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134614711\",\n        \"ponumber\": \"1430430\",\n        \"pronumber\": \"048033934\"\n    },\n    {\n        \"shipmentID\": 134614715,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 228.19,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742774400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743033600000,\n        \"deliveryDate\": 1742947200000,\n        \"shipperName\": \"TEMPTRONIC CORPORATION\",\n        \"shipperAddress\": \"41 HAMPDEN ROAD\",\n        \"shipperCity\": \"MANSFIELD\",\n        \"shipperState\": \"MA\",\n        \"shipperZip\": \"02048\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"GXMQ COMPONENT TEST ENGINEERING BRA\",\n        \"consigneeAddress\": \"300 HIGHWAY 361, BLDG 3334\",\n        \"consigneeCity\": \"CRANE\",\n        \"consigneeState\": \"IN\",\n        \"consigneeZip\": \"47522\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1600,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/e660ac7d63e8e4591da1430b0febc11f-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F1367\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F1367\"\n            }\n        ],\n        \"bolnumber\": \"1352212\",\n        \"ponumber\": \"1433423\",\n        \"pronumber\": \"I876541986\"\n    },\n    {\n        \"shipmentID\": 134615048,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 440.93,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742860800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743120000000,\n        \"deliveryDate\": 1743120000000,\n        \"shipperName\": \"Trijicon, Inc.\",\n        \"shipperAddress\": \"49385 Shafer Avenue\",\n        \"shipperCity\": \"Wixom\",\n        \"shipperState\": \"MI\",\n        \"shipperZip\": \"48393\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Development Command Armament Center(DEVCOM AC)\",\n        \"consigneeAddress\": \"BLDG 91\",\n        \"consigneeCity\": \"Picatinny Arsenal\",\n        \"consigneeState\": \"NJ\",\n        \"consigneeZip\": \"07806\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 30,\n        \"totalWeight\": 1479,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/734e8e564b7d4f901d0d5bf3311326c4-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"BISK4N42329001\"\n            }\n        ],\n        \"bolnumber\": \"134615048\",\n        \"ponumber\": \"1402571\",\n        \"pronumber\": \"1721516880\"\n    },\n    {\n        \"shipmentID\": 134615276,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 207.11,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742860800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742947200000,\n        \"deliveryDate\": 1742947200000,\n        \"shipperName\": \"Survival Armor, Inc.\",\n        \"shipperAddress\": \"12621 Corporate Lakes Drive, Unit 8\",\n        \"shipperCity\": \"Fort Myers\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33913\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVSTA MAYPORT\",\n        \"consigneeAddress\": \"3000 MAYPORT RD BLDG 1591\",\n        \"consigneeCity\": \"Jacksonville\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32228\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 434,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/a7b2556071ad372fc677a4b4bf5eab4c-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134615276\",\n        \"ponumber\": \"1399803\",\n        \"pronumber\": \"351493697\"\n    },\n    {\n        \"shipmentID\": 134615346,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 142.21,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742860800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742947200000,\n        \"deliveryDate\": 1742947200000,\n        \"shipperName\": \"TSC\",\n        \"shipperAddress\": \"246. SOUTH MEADOW RD.\",\n        \"shipperCity\": \"PLYMOUTH\",\n        \"shipperState\": \"MA\",\n        \"shipperZip\": \"02360\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USCG HQ GROUP RDC\",\n        \"consigneeAddress\": \"1 CHELSEA ST\",\n        \"consigneeCity\": \"NEW LONDON\",\n        \"consigneeState\": \"CT\",\n        \"consigneeZip\": \"06320\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 1200,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/b9511077085179887615e9ab23ed48f7-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1EHT\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1EHT\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1EHT\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1EHT\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1EHT\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1EHT\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1EHT\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1EHT\"\n            }\n        ],\n        \"bolnumber\": \"1352343\",\n        \"ponumber\": \"1407749\",\n        \"pronumber\": \"I453358314\"\n    },\n    {\n        \"shipmentID\": 134615388,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 335.79,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742774400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743638400000,\n        \"deliveryDate\": 1743379200000,\n        \"shipperName\": \"TECHNOMAD\",\n        \"shipperAddress\": \"5 TINA DR\",\n        \"shipperCity\": \"S DEERFIELD\",\n        \"shipperState\": \"MA\",\n        \"shipperZip\": \"01373\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"366TH SFS\",\n        \"consigneeAddress\": \"265 7TH AVE BLDG 924\",\n        \"consigneeCity\": \"MOUNTAIN HOME AFB\",\n        \"consigneeState\": \"ID\",\n        \"consigneeZip\": \"83648\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 750,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/280bade3-7785-4f75-8258-da9e2b012e27.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"PO-90753\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"PO-90753\"\n            }\n        ],\n        \"bolnumber\": \"1352347\",\n        \"ponumber\": \"1419988\",\n        \"pronumber\": \"I593301177\"\n    },\n    {\n        \"shipmentID\": 134615408,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 850.17,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742860800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743033600000,\n        \"shipperName\": \"L3Harris Global Communications Inc.\",\n        \"shipperAddress\": \"1350 JEFFERSON ROAD\",\n        \"shipperCity\": \"Rochester\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SAIC \",\n        \"consigneeAddress\": \"7413 MAGI RD\",\n        \"consigneeCity\": \"Hanahan\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 1553,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/8c4175baffac5a28d0ebdb3a97fa5a11-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134615408\",\n        \"ponumber\": \"1412237\",\n        \"pronumber\": \"678654385\"\n    },\n    {\n        \"shipmentID\": 134615818,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 130.54,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742860800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742947200000,\n        \"shipperName\": \"AIRBORNE SYSTEMS\",\n        \"shipperAddress\": \"5800 MAGNOLIA AVE\",\n        \"shipperCity\": \"PENNSAUKEN\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08109\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 756,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b0d191ff-ccb5-49bf-a9f2-a15eb50d191e.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1390361\"\n            }\n        ],\n        \"bolnumber\": \"1352385\",\n        \"ponumber\": \"1390361\",\n        \"pronumber\": \"015-5925571\"\n    },\n    {\n        \"shipmentID\": 134615901,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 145.53,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742860800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743120000000,\n        \"deliveryDate\": 1743120000000,\n        \"shipperName\": \"PELICAN\",\n        \"shipperAddress\": \"1564 INNOVATION BLVD\",\n        \"shipperCity\": \"CLAYTON\",\n        \"shipperState\": \"IN\",\n        \"shipperZip\": \"46118\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"STARCHASE LLC\",\n        \"consigneeAddress\": \"833 SEAHAWK CIR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23452\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 483.3999938964844,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/53a1d787-d5f1-46e6-aa2c-76e4d169d678.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"2025-025\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"2025-025\"\n            }\n        ],\n        \"bolnumber\": \"1352391\",\n        \"ponumber\": \"1431948\",\n        \"pronumber\": \"I125010162 \"\n    },\n    {\n        \"shipmentID\": 134615914,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 359.59,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742860800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743379200000,\n        \"deliveryDate\": 1743120000000,\n        \"shipperName\": \"UNITRON, LP\",\n        \"shipperAddress\": \"10925 MILLER ROAD\",\n        \"shipperCity\": \"DALLAS\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75238\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AAFS 29TH CAB MD ARNG\",\n        \"consigneeAddress\": \"8361 WISE ROAD BLDG E4081\",\n        \"consigneeCity\": \"GUNPOWDER\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"21010\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1974,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c27464dd-8670-4cc1-824b-3a8e469c60aa.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1CND\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1CND\"\n            }\n        ],\n        \"bolnumber\": \"1352392\",\n        \"ponumber\": \"1404073\",\n        \"pronumber\": \"415253602\"\n    },\n    {\n        \"shipmentID\": 134615948,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 212.58,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742860800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743033600000,\n        \"shipperName\": \"OPTEX SYSTEMS INC\",\n        \"shipperAddress\": \"1420 PRESIDENTIAL DRIVE\",\n        \"shipperCity\": \"RICHARDSON\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75081\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ANNISTON ARMY DEPOT\",\n        \"consigneeAddress\": \"7 FRANKFORD AVE, BUILDING 361\",\n        \"consigneeCity\": \"ANNISTON\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"36201\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1660,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b4088f4d-7599-4cb8-b4ba-0703fbb58242.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1BYH\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1BYH\"\n            }\n        ],\n        \"bolnumber\": \"1352389\",\n        \"ponumber\": \"1402471\",\n        \"pronumber\": \"419803581\"\n    },\n    {\n        \"shipmentID\": 134615954,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 299.11,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742860800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743033600000,\n        \"shipperName\": \"Form Tech Concrete Forms\",\n        \"shipperAddress\": \"2850 Kramer Road\",\n        \"shipperCity\": \"Gibsonia\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"15044\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 150,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/4a8f8c3c-98a4-4ed2-a17c-a9e28bb988dd.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134615954\",\n        \"ponumber\": \"1379021\",\n        \"pronumber\": \"010-3799047\"\n    },\n    {\n        \"shipmentID\": 134616006,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 190.07,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742860800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743033600000,\n        \"deliveryDate\": 1743033600000,\n        \"shipperName\": \"OPERATIVE EXPERIENCE INC\",\n        \"shipperAddress\": \"1007 OLD PHILADELPHIA RD STE 300\",\n        \"shipperCity\": \"ABERDEEN\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"174TH MDG\",\n        \"consigneeAddress\": \"6001 E MOLLOY RD BLDG 655\",\n        \"consigneeCity\": \"SYRACUSE\",\n        \"consigneeState\": \"NY\",\n        \"consigneeZip\": \"13211\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1640,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/7ba67ce20cb83ca54b1177ead060b4a1-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX25F1019\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX25F1019\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX25F1019\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX25F1019\"\n            }\n        ],\n        \"bolnumber\": \"1352403\",\n        \"ponumber\": \"1414935\",\n        \"pronumber\": \"I330661818\"\n    },\n    {\n        \"shipmentID\": 134616151,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 139.98,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742860800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743033600000,\n        \"shipperName\": \"L3HARRIS TECHNOLOGIES\",\n        \"shipperAddress\": \"1350 JEFFERSON ROAD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 560,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/e5f7d5cf-985b-48a5-87b3-0859172952bd.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1400149\"\n            }\n        ],\n        \"bolnumber\": \"1352443\",\n        \"ponumber\": \"1400149\",\n        \"pronumber\": \"020-1249089\"\n    },\n    {\n        \"shipmentID\": 134616293,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 478.02,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743379200000,\n        \"deliveryDate\": 1743465600000,\n        \"shipperName\": \"OPERATIVE EXPERIENCE\",\n        \"shipperAddress\": \"1007 OLD PHILADELPHIA ROAD\",\n        \"shipperCity\": \"Aberdeen\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"189TH MDG\",\n        \"consigneeAddress\": \"101 MSGT Dan Wassom RD BLDG 101\",\n        \"consigneeCity\": \"Little Rock AFB\",\n        \"consigneeState\": \"AR\",\n        \"consigneeZip\": \"72099\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 820,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/ba433482-a826-4c91-9c9c-d8dd650674ad.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EX25F101J\"\n            }\n        ],\n        \"bolnumber\": \"134616293\",\n        \"ponumber\": \"1414842\",\n        \"pronumber\": \"0272687664\"\n    },\n    {\n        \"shipmentID\": 134616316,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 652.67,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743638400000,\n        \"deliveryDate\": 1743552000000,\n        \"shipperName\": \"OPERATIVE EXPERIENCE\",\n        \"shipperAddress\": \"1007 OLD PHILADELPHIA ROAD\",\n        \"shipperCity\": \"Aberdeen\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"141ST MDG\",\n        \"consigneeAddress\": \"12 S Graham ST BLDG 443\",\n        \"consigneeCity\": \"Fairchild AFB\",\n        \"consigneeState\": \"WA\",\n        \"consigneeZip\": \"99011\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 820,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EX25F1023\"\n            }\n        ],\n        \"bolnumber\": \"134616316\",\n        \"ponumber\": \"1414860\",\n        \"pronumber\": \"965164266\"\n    },\n    {\n        \"shipmentID\": 134616332,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 140.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742860800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742947200000,\n        \"shipperName\": \"MUSTANGSURVIVAL\",\n        \"shipperAddress\": \"214 WILLIAMS DRIVE\",\n        \"shipperCity\": \"SPENCER\",\n        \"shipperState\": \"WV\",\n        \"shipperZip\": \"25276\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 692,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/54dafedef3ff1731cc1a850ad0e4ce46-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1428840\"\n            }\n        ],\n        \"bolnumber\": \"1352454\",\n        \"ponumber\": \"1428840\",\n        \"pronumber\": \"625804752\"\n    },\n    {\n        \"shipmentID\": 134616380,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 345.83,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743379200000,\n        \"deliveryDate\": 1743379200000,\n        \"shipperName\": \"OPERATIVE EXPERIENCE INC\",\n        \"shipperAddress\": \"1007 OLD PHILADELPHIA RD STE 300\",\n        \"shipperCity\": \"ABERDEEN\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"190TH MDG\",\n        \"consigneeAddress\": \"5920 SE COYOTE DR BLDG 2000\",\n        \"consigneeCity\": \"TOPEKA\",\n        \"consigneeState\": \"KS\",\n        \"consigneeZip\": \"66619\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1640,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/9f4fc6fe2cb409fe53ef745221ef9f32-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX25F101S\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX25F101S\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX25F101S\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX25F101S\"\n            }\n        ],\n        \"bolnumber\": \"1352467\",\n        \"ponumber\": \"1414896\",\n        \"pronumber\": \"I330661827\"\n    },\n    {\n        \"shipmentID\": 134616499,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 469.03,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743465600000,\n        \"shipperName\": \"OPERATIVE EXPERIENCE\",\n        \"shipperAddress\": \"1007 OLD PHILADELPHIA ROAD\",\n        \"shipperCity\": \"Aberdeen\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"184THTH MDG\",\n        \"consigneeAddress\": \"53030 Jayhawk DR BLDG 35\",\n        \"consigneeCity\": \"MCCONNELL AFB\",\n        \"consigneeState\": \"KS\",\n        \"consigneeZip\": \"67221\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 820,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EX25F100Z\"\n            }\n        ],\n        \"bolnumber\": \"134616499\",\n        \"ponumber\": \"1414897\",\n        \"pronumber\": \"706878816\"\n    },\n    {\n        \"shipmentID\": 134616501,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 640.94,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743465600000,\n        \"deliveryDate\": 1743552000000,\n        \"shipperName\": \"OPERATIVE EXPERIENCE\",\n        \"shipperAddress\": \"1007 OLD PHILADELPHIA ROAD\",\n        \"shipperCity\": \"Aberdeen\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"161ST MDG\",\n        \"consigneeAddress\": \"3200 E Old Tower RD BLDG 25\",\n        \"consigneeCity\": \"Phoenix\",\n        \"consigneeState\": \"AZ\",\n        \"consigneeZip\": \"85034\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 820,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/0f0fc5d6-31e8-4991-81ba-a24fb7c62dd9.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EX25F1012\"\n            }\n        ],\n        \"bolnumber\": \"134616501\",\n        \"ponumber\": \"1414867\",\n        \"pronumber\": \"0272687663\"\n    },\n    {\n        \"shipmentID\": 134616548,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 357.58,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743552000000,\n        \"shipperName\": \"Neousys Technology America, Inc.\",\n        \"shipperAddress\": \"55 East Hintz Rd\",\n        \"shipperCity\": \"Wheeling\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60090\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NIWC ATLANTIC (NAVAL INFORMATION WARFARE CENTER ATLANTIC)\",\n        \"consigneeAddress\": \"1008 TRIDENT STREET\",\n        \"consigneeCity\": \"Hanahan\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 14,\n        \"totalWeight\": 484,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/3bdc08a6cb668d7eb98cc59c51eb5274-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134616548\",\n        \"ponumber\": \"1421389\",\n        \"pronumber\": \"6707639702\"\n    },\n    {\n        \"shipmentID\": 134616588,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743033600000,\n        \"deliveryDate\": 1743120000000,\n        \"shipperName\": \"INTERSURGICAL/MAIN OCEAN\",\n        \"shipperAddress\": \"300 A TRADE ZONE BLVD\",\n        \"shipperCity\": \"SUMMERVILLE\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29486\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 516,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/ceeeae31ef27d61782f44916d7863add-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1437072\"\n            }\n        ],\n        \"bolnumber\": \"1352505\",\n        \"ponumber\": \"1437072\",\n        \"pronumber\": \"I413878644\"\n    },\n    {\n        \"shipmentID\": 134616668,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743033600000,\n        \"deliveryDate\": 1743033600000,\n        \"shipperName\": \"INTERSURGICAL/MAIN OCEAN\",\n        \"shipperAddress\": \"300 A TRADE ZONE BLVD\",\n        \"shipperCity\": \"SUMMERVILLE\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29486\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 416,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/2e77909fd94aaa56da20fbdd62326547-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1435698\"\n            }\n        ],\n        \"bolnumber\": \"1352509\",\n        \"ponumber\": \"1435698\",\n        \"pronumber\": \"I413878662\"\n    },\n    {\n        \"shipmentID\": 134616673,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 635.65,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744761600000,\n        \"deliveryDate\": 1744761600000,\n        \"shipperName\": \"OPERATIVE EXPERIENCE\",\n        \"shipperAddress\": \"1007 OLD PHILADELPHIA ROAD\",\n        \"shipperCity\": \"Aberdeen\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"124TH MDG\",\n        \"consigneeAddress\": \"4474 Dehaviland BLDG 411\",\n        \"consigneeCity\": \"Boise\",\n        \"consigneeState\": \"ID\",\n        \"consigneeZip\": \"83705\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 820,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EX25F102F\"\n            }\n        ],\n        \"bolnumber\": \"134616673\",\n        \"ponumber\": \"1414872\",\n        \"pronumber\": \"965164270\"\n    },\n    {\n        \"shipmentID\": 134616691,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 214.07,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743120000000,\n        \"deliveryDate\": 1743120000000,\n        \"shipperName\": \"True North Enterprises\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd.\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NIWC ATLANTIC \",\n        \"consigneeAddress\": \"1008 Trident St. \",\n        \"consigneeCity\": \"Hanahan\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410 \",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 220,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/969d768bc902409715a0dc572236985a-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F11E0 / REQ# N6523653581H58\"\n            }\n        ],\n        \"bolnumber\": \"134616691\",\n        \"ponumber\": \"1421389\",\n        \"pronumber\": \"418559040\"\n    },\n    {\n        \"shipmentID\": 134616729,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 368.23,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743120000000,\n        \"deliveryDate\": 1743120000000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"LOCKHEAD MARTIN CORP\",\n        \"consigneeAddress\": \"86 S Cobb Dr SE\",\n        \"consigneeCity\": \"Marietta\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"30063\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 126,\n        \"totalWeight\": 1418,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"6539457342\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1215572\"\n            }\n        ],\n        \"bolnumber\": \"134616729\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"601002511\"\n    },\n    {\n        \"shipmentID\": 134616859,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 279.15,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743465600000,\n        \"shipperName\": \"TENICOR IDAHO\",\n        \"shipperAddress\": \"321 E PALOUSE RIVER DRIVE\",\n        \"shipperCity\": \"MOSCOW\",\n        \"shipperState\": \"ID\",\n        \"shipperZip\": \"83843\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"US ARMY CETSA\",\n        \"consigneeAddress\": \"5749 BRIAR HILL RD BLDG 221\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 14,\n        \"totalWeight\": 574,\n        \"totalHU\": 14,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/05a22017792f9c2d237f5e9dfe50e46f-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F12LZ\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F12LZ\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F12LZ\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F12LZ\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F12LZ\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F12LZ\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F12LZ\"\n            }\n        ],\n        \"bolnumber\": \"1352543\",\n        \"ponumber\": \"1429719\",\n        \"pronumber\": \"4956417196\"\n    },\n    {\n        \"shipmentID\": 134617361,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 212.41,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743120000000,\n        \"deliveryDate\": 1743120000000,\n        \"shipperName\": \"OPERATIVE EXPERIENCE INC\",\n        \"shipperAddress\": \"1007 OLD PHILADELPHIA RD STE 300\",\n        \"shipperCity\": \"ABERDEEN\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"183RD FW\",\n        \"consigneeAddress\": \"3101 J DAVID JONES PKWY BLDG P48\",\n        \"consigneeCity\": \"SPRINGFIELD\",\n        \"consigneeState\": \"IL\",\n        \"consigneeZip\": \"62707\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1640,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/38505e73dcbafcf11c429d5c9e67be39-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX25F1011\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX25F1011\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX25F1011\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX25F1011\"\n            }\n        ],\n        \"bolnumber\": \"1352588\",\n        \"ponumber\": \"1414832\",\n        \"pronumber\": \"I330661836\"\n    },\n    {\n        \"shipmentID\": 134617371,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 212.41,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743120000000,\n        \"deliveryDate\": 1743120000000,\n        \"shipperName\": \"OPERATIVE EXPERIENCE INC\",\n        \"shipperAddress\": \"1007 OLD PHILADELPHIA RD STE 300\",\n        \"shipperCity\": \"ABERDEEN\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"182ND MDG\",\n        \"consigneeAddress\": \"2416 S FALCON BLVD\",\n        \"consigneeCity\": \"PEORIA\",\n        \"consigneeState\": \"IL\",\n        \"consigneeZip\": \"61607\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1640,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/2246d675149b3730fd95d96df821ff8b-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX25F101B\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX25F101B\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX25F101B\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX25F101B\"\n            }\n        ],\n        \"bolnumber\": \"1352590\",\n        \"ponumber\": \"1414888\",\n        \"pronumber\": \"I330661845\"\n    },\n    {\n        \"shipmentID\": 134617376,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 333.26,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743120000000,\n        \"deliveryDate\": 1743120000000,\n        \"shipperName\": \"L3 HARRIS\",\n        \"shipperAddress\": \"1350 JEFFERSON RD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PDM ENDURANCE UAS\",\n        \"consigneeAddress\": \"5681 WOOD RD\",\n        \"consigneeCity\": \"HUNTSVILLE\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35808\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1808,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/162033722e34f7852b45eaa21555832a-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E4X\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E4X\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E4X\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E4X\"\n            }\n        ],\n        \"bolnumber\": \"1352592\",\n        \"ponumber\": \"1406245\",\n        \"pronumber\": \"I731827458\"\n    },\n    {\n        \"shipmentID\": 134617377,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 225.76,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743120000000,\n        \"deliveryDate\": 1743120000000,\n        \"shipperName\": \"MUSTANGSURVIVAL\",\n        \"shipperAddress\": \"214 WILLIAMS DRIVE\",\n        \"shipperCity\": \"SPENCER\",\n        \"shipperState\": \"WV\",\n        \"shipperZip\": \"25276\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1896,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/eccca2ee-e192-4858-a5f2-a0623a7d9696.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1418813\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1418813\"\n            }\n        ],\n        \"bolnumber\": \"1352593\",\n        \"ponumber\": \"1418813\",\n        \"pronumber\": \"628823908\"\n    },\n    {\n        \"shipmentID\": 134617382,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 267.13,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743120000000,\n        \"deliveryDate\": 1743120000000,\n        \"shipperName\": \"OPERATIVE EXPERIENCE INC\",\n        \"shipperAddress\": \"1007 OLD PHILADELPHIA RD STE 300\",\n        \"shipperCity\": \"ABERDEEN\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"134TH MDG\",\n        \"consigneeAddress\": \"420 POST AVE\",\n        \"consigneeCity\": \"LOUISVILLE\",\n        \"consigneeState\": \"TN\",\n        \"consigneeZip\": \"37777\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1640,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/2cc61441aa8fc3e465026fe0216bc549-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX25F101K\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX25F101K\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX25F101K\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX25F101K\"\n            }\n        ],\n        \"bolnumber\": \"1352595\",\n        \"ponumber\": \"1414880\",\n        \"pronumber\": \"I330661854\"\n    },\n    {\n        \"shipmentID\": 134617384,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 124.11,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743033600000,\n        \"shipperName\": \"EHMKE MANUFACTURING COMPANY INC\",\n        \"shipperAddress\": \"4200 MACALESTER STREET\",\n        \"shipperCity\": \"PHILADELPHIA\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19124\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOCOM\",\n        \"consigneeAddress\": \"2592 HORSE PASTURE ROAD\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 260,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/62097d39-8139-4166-8477-f055c112db2e.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1352596\",\n        \"ponumber\": \"1429670\",\n        \"pronumber\": \"015-4607295\"\n    },\n    {\n        \"shipmentID\": 134617403,\n        \"name\": \"DHX DEPENDABLE HAWAIIAN EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1817.01,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743120000000,\n        \"modeDesc\": \"Domestic Ocean\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744848000000,\n        \"shipperName\": \"OPERATIVE EXPERIENCE\",\n        \"shipperAddress\": \"1007 OLD PHILADELPHIA ROAD\",\n        \"shipperCity\": \"Aberdeen\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"154TH MDG\",\n        \"consigneeAddress\": \"360 MAMALA BAR DRIVE BLDG 3417\",\n        \"consigneeCity\": \"JBPHH\",\n        \"consigneeState\": \"HI\",\n        \"consigneeZip\": \"96853\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 820,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EX25F1027\"\n            }\n        ],\n        \"bolnumber\": \"134617403\",\n        \"ponumber\": \"1414889\",\n        \"pronumber\": \"3170432\"\n    },\n    {\n        \"shipmentID\": 134617424,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 289.22,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743638400000,\n        \"deliveryDate\": 1743638400000,\n        \"shipperName\": \"OPERATIVE EXPERIENCE\",\n        \"shipperAddress\": \"1007 OLD PHILADELPHIA ROAD\",\n        \"shipperCity\": \"Aberdeen\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"193RD MDG\",\n        \"consigneeAddress\": \"81 Constellation CT\",\n        \"consigneeCity\": \"Middletown\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17057\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 820,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134617424\",\n        \"ponumber\": \"1414957\",\n        \"pronumber\": \"460501834 \"\n    },\n    {\n        \"shipmentID\": 134617435,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 410.15,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743465600000,\n        \"deliveryDate\": 1743465600000,\n        \"shipperName\": \"OPERATIVE EXPERIENCE\",\n        \"shipperAddress\": \"1007 OLD PHILADELPHIA ROAD\",\n        \"shipperCity\": \"Aberdeen\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"159TH MDG\",\n        \"consigneeAddress\": \"400 Russell Ave BLDG 41 Room 204\",\n        \"consigneeCity\": \"New Orleans\",\n        \"consigneeState\": \"LA\",\n        \"consigneeZip\": \"70143\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 820,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EX25F1017\"\n            }\n        ],\n        \"bolnumber\": \"134617435\",\n        \"ponumber\": \"1414936\",\n        \"pronumber\": \"965164303\"\n    },\n    {\n        \"shipmentID\": 134617460,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 685.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743465600000,\n        \"shipperName\": \"Aerial Machine & Tool\",\n        \"shipperAddress\": \"4298 Jeb Stuart Highway\",\n        \"shipperCity\": \"Meadows Dan\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"24120\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMA 202 AIRCREW SYSTEMS\",\n        \"consigneeAddress\": \"22697 Hammond Road, Blg 653\",\n        \"consigneeCity\": \"Patuxent River\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20670\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 3048,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/3bd84cc4-91fd-44af-8cb6-05f22bbd5a71.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134617460\",\n        \"ponumber\": \"1384684 \",\n        \"pronumber\": \"029-0159957\"\n    },\n    {\n        \"shipmentID\": 134617480,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 312.93,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743120000000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AFSOC 427TH SOS\",\n        \"consigneeAddress\": \"789 2ND STREET BLDG 173\",\n        \"consigneeCity\": \"POPE AAF\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28308\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 882,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/b05acf37268f283b5eccc4ba0653092e-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F13EK\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13EK\"\n            }\n        ],\n        \"bolnumber\": \"1352469\",\n        \"ponumber\": \"1434513\",\n        \"pronumber\": \"652643982\"\n    },\n    {\n        \"shipmentID\": 134617611,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 145.53,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743379200000,\n        \"deliveryDate\": 1743379200000,\n        \"shipperName\": \"G-FORM LLC\",\n        \"shipperAddress\": \"1 TUPPERWARE DRIVE\",\n        \"shipperCity\": \"NORTH SMITHFIELD\",\n        \"shipperState\": \"RI\",\n        \"shipperZip\": \"02896\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PECKHAM VOCATIONAL INDUSTRIES INC\",\n        \"consigneeAddress\": \"7100 MILLETT HWY\",\n        \"consigneeCity\": \"LANSING\",\n        \"consigneeState\": \"MI\",\n        \"consigneeZip\": \"48917\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1012,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/6b200f9b2958ac3652319bab8ea39f93-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1B3R\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1B3R\"\n            }\n        ],\n        \"bolnumber\": \"1352626\",\n        \"ponumber\": \"1399928\",\n        \"pronumber\": \"I938090853\"\n    },\n    {\n        \"shipmentID\": 134617640,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 145.53,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743465600000,\n        \"deliveryDate\": 1743379200000,\n        \"shipperName\": \"AIRBORNE SYSTEMS\",\n        \"shipperAddress\": \"5800 MAGNOLIA AVE\",\n        \"shipperCity\": \"PENNSAUKEN\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08109\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USASOC 5TH SFG GSB\",\n        \"consigneeAddress\": \"BLDG 6252, 42ND STREET\",\n        \"consigneeCity\": \"FORT CAMPBELL\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"42223\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 510,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/d2724b55ecad313bb29e537c4c5088b9-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1CQ0\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1CQ0\"\n            }\n        ],\n        \"bolnumber\": \"1352629\",\n        \"ponumber\": \"1405936\",\n        \"pronumber\": \"I728181144\"\n    },\n    {\n        \"shipmentID\": 134617643,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 163.63,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743120000000,\n        \"deliveryDate\": 1743120000000,\n        \"shipperName\": \"MED-ENG, LLC\",\n        \"shipperAddress\": \"103 TULLOCH DRIVE\",\n        \"shipperCity\": \"OGDENSBURG\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"13669\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1076,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/cff3b3c02bd9c0df670ec5e06cf92ea4-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1416415\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1416415\"\n            }\n        ],\n        \"bolnumber\": \"1352631\",\n        \"ponumber\": \"1416415\",\n        \"pronumber\": \"I647945307\"\n    },\n    {\n        \"shipmentID\": 134617665,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 972.08,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743379200000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Communication Center (UDO-Supply)\",\n        \"consigneeAddress\": \"3070 V St NE\",\n        \"consigneeCity\": \"Washington\",\n        \"consigneeState\": \"DC\",\n        \"consigneeZip\": \"20018\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 183,\n        \"totalWeight\": 5640,\n        \"totalHU\": 9,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/45d4676e9a080bbf8d47deab3bdbb6bd-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"70US0924F3OTH2962\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1183499\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"PR-24-USSS-2523XXX\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"70US0924F3OTH2962\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1183499\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"PR-24-USSS-2523XXX\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"70US0924F3OTH2962\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1183499\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"PR-24-USSS-2523XXX\"\n            }\n        ],\n        \"bolnumber\": \"134617665\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"7825890833\"\n    },\n    {\n        \"shipmentID\": 134617693,\n        \"name\": \"SEAWIDE EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 788.9,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"Domestic Ocean\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1745280000000,\n        \"shipperName\": \"PHOKUS RESEARCH GROUP LLC\",\n        \"shipperAddress\": \"12225 WORLD TRADE DR. SUITE C/D\",\n        \"shipperCity\": \"San Diego\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92128\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"3rd MLG CLR 37 CLC 33\",\n        \"consigneeAddress\": \"BLDG 271 5TH ST\",\n        \"consigneeCity\": \"MCBH Kaneohe Bay\",\n        \"consigneeState\": \"HI\",\n        \"consigneeZip\": \"96863\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 494,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134617693\",\n        \"ponumber\": \"1419117\",\n        \"pronumber\": \"HON161398\"\n    },\n    {\n        \"shipmentID\": 134617733,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 264.1,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743120000000,\n        \"deliveryDate\": 1743120000000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"5749 Briar Hill Rd \",\n        \"consigneeCity\": \"Lexington\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 82,\n        \"totalWeight\": 2040,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/e284359340e82390f375d0391b4d386c-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24F0165\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1224967\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24F0165\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1224967\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24F0165\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1224967\"\n            }\n        ],\n        \"bolnumber\": \"134617733\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"388924268\"\n    },\n    {\n        \"shipmentID\": 134617738,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 212.41,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743120000000,\n        \"deliveryDate\": 1743120000000,\n        \"shipperName\": \"OPERATIVE EXPERIENCE INC\",\n        \"shipperAddress\": \"1007 OLD PHILADELPHIA RD STE 300\",\n        \"shipperCity\": \"ABERDEEN\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ALPENA CRTC\",\n        \"consigneeAddress\": \"5884 A ST\",\n        \"consigneeCity\": \"ALPENA\",\n        \"consigneeState\": \"MI\",\n        \"consigneeZip\": \"49707\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1640,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/3b909cc38c8f3dcfc8a18f3147de3daf-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX25F101Y\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX25F101Y\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX25F101Y\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX25F101Y\"\n            }\n        ],\n        \"bolnumber\": \"1352667\",\n        \"ponumber\": \"1414887\",\n        \"pronumber\": \"I330661863\"\n    },\n    {\n        \"shipmentID\": 134617762,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 397.15,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744243200000,\n        \"shipperName\": \"The Protective Group\",\n        \"shipperAddress\": \"14100 NW 58TH CT \",\n        \"shipperCity\": \"MIAMI LAKES \",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33014\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"US ARMY DEPOT SIERRA\",\n        \"consigneeAddress\": \"CH47 AVIATION SUPPORT BLDG #362\",\n        \"consigneeCity\": \"Herlong\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"96113\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 226,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/ab868148-1db8-48ee-8988-97382033f23d.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134617762\",\n        \"ponumber\": \"1386082\",\n        \"pronumber\": \"221075398\"\n    },\n    {\n        \"shipmentID\": 134617783,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 650.36,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743465600000,\n        \"deliveryDate\": 1743724800000,\n        \"shipperName\": \"Survival Armor, Inc.\",\n        \"shipperAddress\": \"12621 Corporate Lakes Drive, Unit 8\",\n        \"shipperCity\": \"Fort Myers\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33913\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVBASE SAN DIEGO\",\n        \"consigneeAddress\": \"4635 PACIFIC HWY BLDG 4\",\n        \"consigneeCity\": \"San Diego\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92110\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1520,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/db7f7a46f85af5b2ee53a1334ab55b27-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SO 376706\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SO 376706\"\n            }\n        ],\n        \"bolnumber\": \"134617783\",\n        \"ponumber\": \"1399799 \",\n        \"pronumber\": \"194783190\"\n    },\n    {\n        \"shipmentID\": 134617844,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 200.88,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743033600000,\n        \"deliveryDate\": 1743033600000,\n        \"shipperName\": \"InVeris Training Solutions\",\n        \"shipperAddress\": \"296 Brogdon Road\",\n        \"shipperCity\": \"Suwanee\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30024\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MCI EAST\",\n        \"consigneeAddress\": \"100 SIM CENTER DRIVE BLDG 1046\",\n        \"consigneeCity\": \"CAMP LEJEUNE\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28546\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 20,\n        \"totalWeight\": 232,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/a623cd88b6cfa4b045f7b75c932f5ef3-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134617844\",\n        \"ponumber\": \"1426568\",\n        \"pronumber\": \"424638584\"\n    },\n    {\n        \"shipmentID\": 134617850,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 304.39,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743724800000,\n        \"shipperName\": \"InVeris Training Solutions\",\n        \"shipperAddress\": \"296 Brogdon Road\",\n        \"shipperCity\": \"Suwanee\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30024\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MCB CAMP PENDLETON PM TRASYS LIASON OFFICE\",\n        \"consigneeAddress\": \"BLDG 2238 ROOM 125A\",\n        \"consigneeCity\": \"Camp Pendleton\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92055\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 20,\n        \"totalWeight\": 234,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/75b8f4f4506857c394c6d4d13a65b9cc-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134617850\",\n        \"ponumber\": \"1427437\",\n        \"pronumber\": \"8875729612\"\n    },\n    {\n        \"shipmentID\": 134617885,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743465600000,\n        \"deliveryDate\": 1743465600000,\n        \"shipperName\": \"InVeris Training Solutions\",\n        \"shipperAddress\": \"296 Brogdon Road\",\n        \"shipperCity\": \"Suwanee\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30024\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MARINE CORPS SECURITY FORCE REGIMENT \",\n        \"consigneeAddress\": \"2123 HALSTEAD RD\",\n        \"consigneeCity\": \"Yorktown\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23691\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 142,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/ef5a455f-4c81-4165-8d57-1e6671e46f65.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134617885\",\n        \"ponumber\": \"1426571\",\n        \"pronumber\": \"I211639608\"\n    },\n    {\n        \"shipmentID\": 134618057,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 333.72,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743638400000,\n        \"deliveryDate\": 1743638400000,\n        \"shipperName\": \"MILPOWER\",\n        \"shipperAddress\": \"10180 SCRIPPS RANCH BLVD\",\n        \"shipperCity\": \"SAN DIEGO\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92131\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CHUGACH GOVERNMENT SOLUTIONS LLC\",\n        \"consigneeAddress\": \"7384 INDUSTRY DR\",\n        \"consigneeCity\": \"NORTH CHARLESTON\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29418\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 760,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/08f6afbc-a11b-413e-bcd9-0bd9237e304a.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F139E\"\n            }\n        ],\n        \"bolnumber\": \"1352824\",\n        \"ponumber\": \"1366763\",\n        \"pronumber\": \"158563768\"\n    },\n    {\n        \"shipmentID\": 134618229,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 175.04,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743465600000,\n        \"deliveryDate\": 1743465600000,\n        \"shipperName\": \"CHROMA SYSTEMS SOLUTIONS INC.\",\n        \"shipperAddress\": \"26301 DIMENSION DRIVE\",\n        \"shipperCity\": \"LAKE FOREST\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92630\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NUWC KEYPORT\",\n        \"consigneeAddress\": \"610 DOWELL ST\",\n        \"consigneeCity\": \"KEYPORT\",\n        \"consigneeState\": \"WA\",\n        \"consigneeZip\": \"98345\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 314,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/7f45cf394f351cd1b3bc73263d6b8ab6-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F13D1\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13D1\"\n            }\n        ],\n        \"bolnumber\": \"1352843\",\n        \"ponumber\": \"1433919\",\n        \"pronumber\": \"I214737264\"\n    },\n    {\n        \"shipmentID\": 134618233,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743379200000,\n        \"deliveryDate\": 1743379200000,\n        \"shipperName\": \"ASTRONICS TEST SYSTEMS\",\n        \"shipperAddress\": \"12700 INGENUITY DRIVE\",\n        \"shipperCity\": \"Orlando\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32826\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAWC AD LAKEHURST\",\n        \"consigneeAddress\": \"ROUTE 547, BLDG 271\",\n        \"consigneeCity\": \"JOINT BASE MDL\",\n        \"consigneeState\": \"NJ\",\n        \"consigneeZip\": \"08733\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 350,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/f1f8f550dd8a4437a13efd06489e8de8-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1DFQ\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1DFQ\"\n            }\n        ],\n        \"bolnumber\": \"1352713\",\n        \"ponumber\": \"1409104\",\n        \"pronumber\": \"I233770599\"\n    },\n    {\n        \"shipmentID\": 134618296,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743379200000,\n        \"deliveryDate\": 1743379200000,\n        \"shipperName\": \"L3HARRIS TECHNOLOGIES\",\n        \"shipperAddress\": \"1350 JEFFERSON ROAD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PDM ENDURANCE UAS\",\n        \"consigneeAddress\": \"7216 LIMEBERRY RD\",\n        \"consigneeCity\": \"REDSTONE ARSENAL\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35898\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 300,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/001750fe0336d006b1523e55c21e5ab8-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1BN0\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1BN0\"\n            }\n        ],\n        \"bolnumber\": \"1352850\",\n        \"ponumber\": \"1401420\",\n        \"pronumber\": \"I731827287\"\n    },\n    {\n        \"shipmentID\": 134618371,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743120000000,\n        \"deliveryDate\": 1743120000000,\n        \"shipperName\": \"INTERSURGICAL/MAIN OCEAN\",\n        \"shipperAddress\": \"300 A TRADE ZONE BLVD\",\n        \"shipperCity\": \"SUMMERVILLE\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29486\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 420,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/29602d3b8a2f2a2e74d78d9d1801418d-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1432523\"\n            }\n        ],\n        \"bolnumber\": \"1352865\",\n        \"ponumber\": \"1432523\",\n        \"pronumber\": \"I764998596\"\n    },\n    {\n        \"shipmentID\": 134618619,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 324.1,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743724800000,\n        \"deliveryDate\": 1743638400000,\n        \"shipperName\": \"B.E. MEYERS & CO.\",\n        \"shipperAddress\": \"9461 WILLOWS RD NE\",\n        \"shipperCity\": \"REDMOND\",\n        \"shipperState\": \"WA\",\n        \"shipperZip\": \"98052\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"JXNV AIRBORNE CREWSERVED WEAPONS BR\",\n        \"consigneeAddress\": \"300 HWY 361 BLDG 2521W\",\n        \"consigneeCity\": \"CRANE\",\n        \"consigneeState\": \"IN\",\n        \"consigneeZip\": \"47522\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 796,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/5ed1d697893825c1dfc3e9de885b8f1b-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F15B4\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F15B4\"\n            }\n        ],\n        \"bolnumber\": \"1352883\",\n        \"ponumber\": \"1381389\",\n        \"pronumber\": \"I183505194\"\n    },\n    {\n        \"shipmentID\": 134619027,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 713.15,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743984000000,\n        \"deliveryDate\": 1743984000000,\n        \"shipperName\": \"Survival Armor, Inc.\",\n        \"shipperAddress\": \"12621 Corporate Lakes Drive, Unit 8\",\n        \"shipperCity\": \"Fort Myers\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33913\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVY REGION NORTHWEST\",\n        \"consigneeAddress\": \"1103 HUNLEY ROAD RM 210\",\n        \"consigneeCity\": \"Silverdale\",\n        \"consigneeState\": \"WA\",\n        \"consigneeZip\": \"98315\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 546,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/ef9f01ec-0bde-4f6f-b9a6-a23218fefd3e.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SO 376719\"\n            }\n        ],\n        \"bolnumber\": \"134619027\",\n        \"ponumber\": \"1399797\",\n        \"pronumber\": \"434591054\"\n    },\n    {\n        \"shipmentID\": 134619113,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 674.76,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743465600000,\n        \"deliveryDate\": 1743552000000,\n        \"shipperName\": \"ATLANTIC SIGNAL LLC\",\n        \"shipperAddress\": \"1221 S KANSAS AVE\",\n        \"shipperCity\": \"TOPEKA\",\n        \"shipperState\": \"KS\",\n        \"shipperZip\": \"66612\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMA 202 AIRCREW SYSTEMS\",\n        \"consigneeAddress\": \"4301 PACIFIC HWY\",\n        \"consigneeCity\": \"SAN DIEGO\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92110\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 3882,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/90eb1d07-1813-427d-a7fe-42596d0c0d28.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10XD\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10XD\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10XD\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10XD\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10XD\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10XD\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10XD\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10XD\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10XD\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10XD\"\n            }\n        ],\n        \"bolnumber\": \"1352945\",\n        \"ponumber\": \"1419353\",\n        \"pronumber\": \"0520026490\"\n    },\n    {\n        \"shipmentID\": 134619172,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 130.54,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743379200000,\n        \"shipperName\": \"AIRBORNE SYSTEMS\",\n        \"shipperAddress\": \"5800 MAGNOLIA AVE\",\n        \"shipperCity\": \"PENNSAUKEN\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08109\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 696,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a38519d2-e70b-42f6-93c0-c6608d62e388.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1390366\"\n            }\n        ],\n        \"bolnumber\": \"1352963\",\n        \"ponumber\": \"1390366\",\n        \"pronumber\": \"015-5886021\"\n    },\n    {\n        \"shipmentID\": 134619233,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 430.3,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743379200000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CIF\",\n        \"consigneeAddress\": \"BLDG 4, D STREET\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 29,\n        \"totalWeight\": 420,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/28a06529-9df9-485b-81e6-f436cf0bd5fe.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F1DLB\"\n            }\n        ],\n        \"bolnumber\": \"134619233\",\n        \"ponumber\": \"1407706\",\n        \"pronumber\": \"0400654835\"\n    },\n    {\n        \"shipmentID\": 134619249,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 485.06,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743552000000,\n        \"deliveryDate\": 1743552000000,\n        \"shipperName\": \"THALES USA, INC\",\n        \"shipperAddress\": \"1137 S 3800 W\",\n        \"shipperCity\": \"SALT LAKE CITY\",\n        \"shipperState\": \"UT\",\n        \"shipperZip\": \"84104\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"245TH ATCS\",\n        \"consigneeAddress\": \"1325 SOUTH CAROLINA RD\",\n        \"consigneeCity\": \"EASTOVER\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29044\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 2100,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F139M\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F139M\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F139M\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F139M\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F139M\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F139M\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F139M\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F139M\"\n            }\n        ],\n        \"bolnumber\": \"1353108\",\n        \"ponumber\": \"1366641\",\n        \"pronumber\": \"402515105\"\n    },\n    {\n        \"shipmentID\": 134619428,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 220.39,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743379200000,\n        \"deliveryDate\": 1743465600000,\n        \"shipperName\": \"L3HARRIS TECHNOLOGIES\",\n        \"shipperAddress\": \"1350 JEFFERSON ROAD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"5TH CCG\",\n        \"consigneeAddress\": \"575 10TH ST\",\n        \"consigneeCity\": \"ROBINS AFB\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"31098\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 920,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/a2fbd288c84ffb9b59137a777d876106-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL23F1EY9\"\n            }\n        ],\n        \"bolnumber\": \"1353150\",\n        \"ponumber\": \"1415429\",\n        \"pronumber\": \"I731827467\"\n    },\n    {\n        \"shipmentID\": 134619518,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 150.04,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743379200000,\n        \"deliveryDate\": 1743379200000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"W1A8 DLA DISTRIBUTION\",\n        \"consigneeAddress\": \"DDSP NEW CUMBERLAND FACILITY\",\n        \"consigneeCity\": \"NEW CUMBERLAND\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 27,\n        \"totalWeight\": 1518,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8E5-24-P-1502\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1216115\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"W25G1U50860878XAX\"\n            }\n        ],\n        \"bolnumber\": \"134619518\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"266565191\"\n    },\n    {\n        \"shipmentID\": 134619563,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 976.58,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743984000000,\n        \"deliveryDate\": 1743984000000,\n        \"shipperName\": \"Survival Armor, Inc.\",\n        \"shipperAddress\": \"12621 Corporate Lakes Drive, Unit 8\",\n        \"shipperCity\": \"Fort Myers\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33913\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVY REGION NORTHWEST\",\n        \"consigneeAddress\": \"1200 SKATE STREET RM 515\",\n        \"consigneeCity\": \"Silverdale\",\n        \"consigneeState\": \"WA\",\n        \"consigneeZip\": \"98315\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 789,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/fe3ea109-45b8-4d03-8e0a-8816a7c063e1.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134619563\",\n        \"ponumber\": \"1399798 \",\n        \"pronumber\": \"434591065\"\n    },\n    {\n        \"shipmentID\": 134619623,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 333.04,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743552000000,\n        \"deliveryDate\": 1743552000000,\n        \"shipperName\": \"Survival Armor, Inc.\",\n        \"shipperAddress\": \"12621 Corporate Lakes Drive, Unit 8\",\n        \"shipperCity\": \"Fort Myers\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33913\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Navy Region Mid Atlantic\",\n        \"consigneeAddress\": \"1510 Gilbert Street\",\n        \"consigneeCity\": \"Norfolk\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23511\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1069,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/957478eee1cc94ca6d1df5da392699a5-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SO 376669\"\n            }\n        ],\n        \"bolnumber\": \"134619623\",\n        \"ponumber\": \"1399785 \",\n        \"pronumber\": \"402090276\"\n    },\n    {\n        \"shipmentID\": 134619676,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 241.82,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743638400000,\n        \"deliveryDate\": 1743724800000,\n        \"shipperName\": \"ELECTROMET CORPORATION\",\n        \"shipperAddress\": \"879 COMMONWEALTH AVE\",\n        \"shipperCity\": \"HAGERTOWN\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21740\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMW A 170 AMPHIBIOUS TACTICAL COMMS\",\n        \"consigneeAddress\": \"4297 PACIFIC HWY BLDG 7\",\n        \"consigneeCity\": \"SAN DIEGO\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92110\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 300,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/b830397987d1628a4127b7bf6840e48a-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F102R\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F102R\"\n            }\n        ],\n        \"bolnumber\": \"1353184\",\n        \"ponumber\": \"1410917\",\n        \"pronumber\": \"I300867822\"\n    },\n    {\n        \"shipmentID\": 134619777,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 490.1,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743120000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743465600000,\n        \"deliveryDate\": 1743379200000,\n        \"shipperName\": \"Exxel Outdoors\",\n        \"shipperAddress\": \"300 American Bvld\",\n        \"shipperCity\": \"Haleyville\",\n        \"shipperState\": \"AL\",\n        \"shipperZip\": \"35565\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"IAP WORLDWIDE SERVICES INC\",\n        \"consigneeAddress\": \"4962 RIVERTON RD\",\n        \"consigneeCity\": \"Dayton\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45414\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 910,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/9615e7fa40c19b766f62a28a3797d69b-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F1DDV\"\n            }\n        ],\n        \"bolnumber\": \"134619777\",\n        \"ponumber\": \"1408378\",\n        \"pronumber\": \"0361068322\"\n    },\n    {\n        \"shipmentID\": 134619798,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 233.19,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743638400000,\n        \"deliveryDate\": 1743638400000,\n        \"shipperName\": \"CURTISS-WRIGHT PACSTAR\",\n        \"shipperAddress\": \"14100 SW 72ND AVE.\",\n        \"shipperCity\": \"PORTLAND\",\n        \"shipperState\": \"OR\",\n        \"shipperZip\": \"97224\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 496,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/e3adda6017c06cc08aea682593267419-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1406721\"\n            }\n        ],\n        \"bolnumber\": \"1353188\",\n        \"ponumber\": \"1406721\",\n        \"pronumber\": \"I647060238\"\n    },\n    {\n        \"shipmentID\": 134619932,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 169.01,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743120000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743465600000,\n        \"deliveryDate\": 1743465600000,\n        \"shipperName\": \"GOULD SOUTHERN\",\n        \"shipperAddress\": \"2940 OLD NORCROSS ROAD\",\n        \"shipperCity\": \"DULUTH\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30096\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"F 35 JPO (JOINT PROGRAM OFFICE)\",\n        \"consigneeAddress\": \"5450 CARLISLE PIKE\",\n        \"consigneeCity\": \"MECHANICSBURG\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17050\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 800,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/9ea9a14fb932890819bff6be001985ec-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E01\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"LM RMS\"\n            }\n        ],\n        \"bolnumber\": \"1353207\",\n        \"ponumber\": \"1409680\",\n        \"pronumber\": \"I978943743\"\n    },\n    {\n        \"shipmentID\": 134620116,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 280.32,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743120000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743724800000,\n        \"deliveryDate\": 1743724800000,\n        \"shipperName\": \"TYR TACTICAL\",\n        \"shipperAddress\": \"9330 N 91ST AVE\",\n        \"shipperCity\": \"PEORIA\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"SOFSA\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1004,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/ba422a90ae12f1bdd572756841bca677-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24P0013\"\n            }\n        ],\n        \"bolnumber\": \"1353226\",\n        \"ponumber\": \"1402422\",\n        \"pronumber\": \"I314086761\"\n    },\n    {\n        \"shipmentID\": 134620479,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 706.29,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743120000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744070400000,\n        \"deliveryDate\": 1743724800000,\n        \"shipperName\": \"5.11 INC.\",\n        \"shipperAddress\": \"3201 N. Airport Way\",\n        \"shipperCity\": \"Manteca\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"95336\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VF IMAGEWEAR\",\n        \"consigneeAddress\": \"800 S MAIN ST\",\n        \"consigneeCity\": \"Henning\",\n        \"consigneeState\": \"TN\",\n        \"consigneeZip\": \"38041\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 23,\n        \"totalWeight\": 597,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134620479\",\n        \"ponumber\": \"1436498 \",\n        \"pronumber\": \"963976285\"\n    },\n    {\n        \"shipmentID\": 134620510,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 686.75,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743120000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743724800000,\n        \"deliveryDate\": 1743724800000,\n        \"shipperName\": \"OPERATIVE EXPERIENCE\",\n        \"shipperAddress\": \"1007 OLD PHILADELPHIA ROAD 1B\",\n        \"shipperCity\": \"Aberdeen\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"19TH AF 162ND FW 162ND MDG\",\n        \"consigneeAddress\": \"1670 E Perimeter Way BLDG 4 \",\n        \"consigneeCity\": \"Tucson\",\n        \"consigneeState\": \"AZ\",\n        \"consigneeZip\": \"85706\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 820,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EX25F102G\"\n            }\n        ],\n        \"bolnumber\": \"134620510\",\n        \"ponumber\": \"1414856\",\n        \"pronumber\": \"965164373\"\n    },\n    {\n        \"shipmentID\": 134620517,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 160.78,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743120000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743379200000,\n        \"deliveryDate\": 1743379200000,\n        \"shipperName\": \"OPERATIVE EXPERIENCE INC\",\n        \"shipperAddress\": \"1007 OLD PHILADELPHIA RD STE 300\",\n        \"shipperCity\": \"ABERDEEN\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA TROOP SUPPORT\",\n        \"consigneeAddress\": \"TCCC01 - TCCC ITEMS FOR PDC\",\n        \"consigneeCity\": \"BETHESDA\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20889\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1616,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/385ba94e-a075-4616-9494-75559f836793.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE2D525F9430\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE2D525F9430\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE2D525F9430\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE2D525F9430\"\n            }\n        ],\n        \"bolnumber\": \"1353270\",\n        \"ponumber\": \"1435787\",\n        \"pronumber\": \"I330661872\"\n    },\n    {\n        \"shipmentID\": 134620568,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 308.44,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743120000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743465600000,\n        \"shipperName\": \" Operative Experience\",\n        \"shipperAddress\": \"1007 Old Philadelphia RD BLDG 1B Suite 300\",\n        \"shipperCity\": \"Aberdeen\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"192ND FW\",\n        \"consigneeAddress\": \"77 Nealy AVE BLDG 256\",\n        \"consigneeCity\": \"Langley AFB\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23665\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 820,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/8cc0400b-66fc-40b6-b3fc-e8ba58eb8408.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EX25F1028\"\n            }\n        ],\n        \"bolnumber\": \"134620568\",\n        \"ponumber\": \"1414884\",\n        \"pronumber\": \"026-2759632\"\n    },\n    {\n        \"shipmentID\": 134620574,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 348.59,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743120000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743465600000,\n        \"deliveryDate\": 1743465600000,\n        \"shipperName\": \"WILEY X, INC.\",\n        \"shipperAddress\": \"15755 PRESTON RD\",\n        \"shipperCity\": \"FRISCO\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75033\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 2426,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/34c1b2cf897211a0e35d793d47ec5939-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1430358\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1430358\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1430358\"\n            }\n        ],\n        \"bolnumber\": \"1353281\",\n        \"ponumber\": \"1430358\",\n        \"pronumber\": \"423359274\"\n    },\n    {\n        \"shipmentID\": 134620707,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 142.21,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743120000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744156800000,\n        \"deliveryDate\": 1744156800000,\n        \"shipperName\": \"L3 HARRIS\",\n        \"shipperAddress\": \"1350 JEFFERSON RD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"436TH APS\",\n        \"consigneeAddress\": \"550 ATLANTIC ST BLDG 550\",\n        \"consigneeCity\": \"DOVER AFB\",\n        \"consigneeState\": \"DE\",\n        \"consigneeZip\": \"19902\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 482,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/ea23c37e-2ab0-40e7-8d72-febb688fed1c.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1EL4\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1EL4\"\n            }\n        ],\n        \"bolnumber\": \"1353283\",\n        \"ponumber\": \"1409598\",\n        \"pronumber\": \"I731827476\"\n    },\n    {\n        \"shipmentID\": 134620809,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 546.4,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743120000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743638400000,\n        \"shipperName\": \"GLENAIR\",\n        \"shipperAddress\": \"901 LIVE OAK AVE\",\n        \"shipperCity\": \"IRWINDALE\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"91706\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC CARDEROCK DIV 72\",\n        \"consigneeAddress\": \"33964 N MAIN AVE\",\n        \"consigneeCity\": \"BAYVIEW\",\n        \"consigneeState\": \"ID\",\n        \"consigneeZip\": \"83803\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 2346,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/e3b1e2a3ff2321a5ff6cf390068c40e6-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1CVL\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1CVL\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1CVL\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1CVL\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1CVL\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1CVL\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1CVL\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1CVL\"\n            }\n        ],\n        \"bolnumber\": \"1353438\",\n        \"ponumber\": \"1408114\",\n        \"pronumber\": \"5556962143\"\n    },\n    {\n        \"shipmentID\": 134620846,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 676.41,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743120000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743724800000,\n        \"deliveryDate\": 1743552000000,\n        \"shipperName\": \"CURTISS-WRIGHT PACSTAR\",\n        \"shipperAddress\": \"14100 SW 72ND AVE.\",\n        \"shipperCity\": \"PORTLAND\",\n        \"shipperState\": \"OR\",\n        \"shipperZip\": \"97224\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CACI INC FEDERAL\",\n        \"consigneeAddress\": \"3611-E RAMSEY STREET\",\n        \"consigneeCity\": \"FAYETTEVILLE\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28311\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 2790,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/153ea340dee0ae38ed37e515bdfef059-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1BZ1\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1BZ1\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1BZ1\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1BZ1\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1BZ1\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1BZ1\"\n            }\n        ],\n        \"bolnumber\": \"1353441\",\n        \"ponumber\": \"1411060\",\n        \"pronumber\": \"2221303314\"\n    },\n    {\n        \"shipmentID\": 134620872,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 503.24,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743120000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743984000000,\n        \"deliveryDate\": 1743984000000,\n        \"shipperName\": \"L3HARRIS TECHNOLOGIES\",\n        \"shipperAddress\": \"1350 JEFFERSON ROAD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA DISTRIBUTION\",\n        \"consigneeAddress\": \"25600 SOUTH CHRISMAN ROAD\",\n        \"consigneeCity\": \"TRACY\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"95304\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1482,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F187F\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F187F\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F187F\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F187F\"\n            }\n        ],\n        \"bolnumber\": \"1353442\",\n        \"ponumber\": \"1435251\",\n        \"pronumber\": \"551905303\"\n    },\n    {\n        \"shipmentID\": 134621005,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 999.6,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743379200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743984000000,\n        \"deliveryDate\": 1743984000000,\n        \"shipperName\": \"ATSC-IES\",\n        \"shipperAddress\": \"1620 W. Sunrise Blvd\",\n        \"shipperCity\": \"Gilbert\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85233\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 6240,\n        \"totalHU\": 12,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/e938e6c0-628d-4457-92dd-cca65f5a34f4.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"#N4730442531DB1\"\n            }\n        ],\n        \"bolnumber\": \"134621005\",\n        \"ponumber\": \"1402251\",\n        \"pronumber\": \"2972501623\"\n    },\n    {\n        \"shipmentID\": 134621232,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 312.93,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743379200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743552000000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"IAP WORLDWIDE SERVICES INC\",\n        \"consigneeAddress\": \"4962 RIVERTON ROAD\",\n        \"consigneeCity\": \"DAYTON\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45414\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 912,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/1ef07b01-b2da-4665-be63-695c6bf09fb1.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10WU\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPECIAL TACTICS BARS\"\n            }\n        ],\n        \"bolnumber\": \"1353493\",\n        \"ponumber\": \"1419311\",\n        \"pronumber\": \"702456674\"\n    },\n    {\n        \"shipmentID\": 134621256,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 502.73,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743120000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743984000000,\n        \"deliveryDate\": 1743984000000,\n        \"shipperName\": \"TYR TACTICAL\",\n        \"shipperAddress\": \"9330 N 91ST AVE\",\n        \"shipperCity\": \"PEORIA\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DEA HQ\",\n        \"consigneeAddress\": \"2500 INVESTIGATION PKWY\",\n        \"consigneeCity\": \"QUANTICO\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22134\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1600,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"15DDTR25F00000049\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"D-25-TR-0077\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"15DDTR25F00000049\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"D-25-TR-0077\"\n            }\n        ],\n        \"bolnumber\": \"1353503\",\n        \"ponumber\": \"1428308\",\n        \"pronumber\": \"257672542\"\n    },\n    {\n        \"shipmentID\": 134621271,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 215.2,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743379200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743552000000,\n        \"deliveryDate\": 1743552000000,\n        \"shipperName\": \"MITHIX PRO, LLC\",\n        \"shipperAddress\": \"3591 WAY BACK RD.\",\n        \"shipperCity\": \"FARMERSVILLE\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75442\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AFCEC CXXE\",\n        \"consigneeAddress\": \"5835 BAY LINE DRIVE\",\n        \"consigneeCity\": \"PANAMA CITY\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32404\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1090,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/8e0ead39-a374-4dfd-9dd7-d2a78668550b.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E3W\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E3W\"\n            }\n        ],\n        \"bolnumber\": \"1353504\",\n        \"ponumber\": \"1407969\",\n        \"pronumber\": \"388812583\"\n    },\n    {\n        \"shipmentID\": 134621290,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 157.36,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743379200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743724800000,\n        \"deliveryDate\": 1743984000000,\n        \"shipperName\": \"MITHIX PRO, LLC\",\n        \"shipperAddress\": \"3591 WAY BACK RD.\",\n        \"shipperCity\": \"FARMERSVILLE\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75442\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 550,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/4d1b0c1c8d622850ccf9a3d538cc0c68-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1414473\"\n            }\n        ],\n        \"bolnumber\": \"1353525\",\n        \"ponumber\": \"1414473\",\n        \"pronumber\": \"I064621359\"\n    },\n    {\n        \"shipmentID\": 134621315,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 461.17,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743379200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743638400000,\n        \"deliveryDate\": 1743724800000,\n        \"shipperName\": \" Operative Experience\",\n        \"shipperAddress\": \"1007 Old Philadelphia RD BLDG 1B Suite 300\",\n        \"shipperCity\": \"Aberdeen\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"158TH MDG\",\n        \"consigneeAddress\": \"10 Falcon St\",\n        \"consigneeCity\": \"South Burlington\",\n        \"consigneeState\": \"VT\",\n        \"consigneeZip\": \"05403\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 820,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/f9d57185534d1788e56894921b3464ea-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EX25F101E\"\n            }\n        ],\n        \"bolnumber\": \"134621315\",\n        \"ponumber\": \"1414954\",\n        \"pronumber\": \"I330661899\"\n    },\n    {\n        \"shipmentID\": 134621332,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 394.26,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743379200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743552000000,\n        \"deliveryDate\": 1743638400000,\n        \"shipperName\": \" Operative Experience\",\n        \"shipperAddress\": \"1007 Old Philadelphia RD BLDG 1B Suite 300\",\n        \"shipperCity\": \"Aberdeen\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"127TH MDG\",\n        \"consigneeAddress\": \"43401 N Jefferson Ave BLDG 825\",\n        \"consigneeCity\": \"Selfridge ANGB\",\n        \"consigneeState\": \"MI\",\n        \"consigneeZip\": \"48045\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 820,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EX25F101G\"\n            }\n        ],\n        \"bolnumber\": \"134621332\",\n        \"ponumber\": \"1414901\",\n        \"pronumber\": \"965164406\"\n    },\n    {\n        \"shipmentID\": 134621341,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 173.11,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743379200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743465600000,\n        \"deliveryDate\": 1743465600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVSUP WSS\",\n        \"consigneeAddress\": \"5450 CARLISLE PIKE BLDG 107 S END\",\n        \"consigneeCity\": \"Mechanicsburg\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"170502412\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 81,\n        \"totalWeight\": 2430,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/61b388035a41a0ffa36550d790f665ea-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1CRG\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1220643\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"N4730442531DBS\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1CRG\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1220643\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"N4730442531DBS\"\n            }\n        ],\n        \"bolnumber\": \"134621341\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"705363547\"\n    },\n    {\n        \"shipmentID\": 134621395,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 461.75,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743379200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743638400000,\n        \"deliveryDate\": 1743638400000,\n        \"shipperName\": \" Operative Experience\",\n        \"shipperAddress\": \"1007 Old Philadelphia RD BLDG 1B Suite 300\",\n        \"shipperCity\": \"Aberdeen\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"185TH MDG\",\n        \"consigneeAddress\": \"2920 Headquarters Ave\",\n        \"consigneeCity\": \"Sioux City\",\n        \"consigneeState\": \"IA\",\n        \"consigneeZip\": \"51111\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 820,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/bc5f96b2b50c74b2712691ad852a26a8-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EX25F101H\"\n            }\n        ],\n        \"bolnumber\": \"134621395\",\n        \"ponumber\": \"1414955\",\n        \"pronumber\": \"I330661881\"\n    },\n    {\n        \"shipmentID\": 134621743,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 223.33,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743379200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743984000000,\n        \"shipperName\": \"GLENAIR\",\n        \"shipperAddress\": \"901 LIVE OAK AVE\",\n        \"shipperCity\": \"IRWINDALE\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"91706\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC CARDEROCK DIV 72\",\n        \"consigneeAddress\": \"33964 N MAIN AVE\",\n        \"consigneeCity\": \"BAYVIEW\",\n        \"consigneeState\": \"ID\",\n        \"consigneeZip\": \"83803\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 608,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/8537c71668d532841e25c43d945c2a1d-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1CVL\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1CVL\"\n            }\n        ],\n        \"bolnumber\": \"1353563\",\n        \"ponumber\": \"1408114\",\n        \"pronumber\": \"5557369731\"\n    },\n    {\n        \"shipmentID\": 134622057,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 188.76,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743379200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743552000000,\n        \"deliveryDate\": 1743552000000,\n        \"shipperName\": \"RAMI\",\n        \"shipperAddress\": \"14500 168TH AVE\",\n        \"shipperCity\": \"GRAND HAVEN\",\n        \"shipperState\": \"MI\",\n        \"shipperZip\": \"49417\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"TOBYHANNA ARMY DEPOT\",\n        \"consigneeAddress\": \"11 HAP ARNOLD BLVD BLDG 5\",\n        \"consigneeCity\": \"TOBYHANNA\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"18466\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1400,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/150aef87-3abb-4801-80f6-e056f206c3c9.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F196N\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F196N\"\n            }\n        ],\n        \"bolnumber\": \"1353589\",\n        \"ponumber\": \"1397266\",\n        \"pronumber\": \"I561870351\"\n    },\n    {\n        \"shipmentID\": 134622135,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 307.63,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743552000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744156800000,\n        \"deliveryDate\": 1744070400000,\n        \"shipperName\": \"CAPEWELL AERIAL SYSTEMS LLC\",\n        \"shipperAddress\": \"4298 JEB STUART HWY\",\n        \"shipperCity\": \"MEADOWS OF DAN\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"24120\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ID ARNG\",\n        \"consigneeAddress\": \"3634 W GUARD ST BLDG 500\",\n        \"consigneeCity\": \"BOISE\",\n        \"consigneeState\": \"ID\",\n        \"consigneeZip\": \"83705\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 750,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/2222e788b7d2b6abfeffd349276481f6-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1DEF\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1DEF\"\n            }\n        ],\n        \"bolnumber\": \"1353623\",\n        \"ponumber\": \"1411946\",\n        \"pronumber\": \"I897448617\"\n    },\n    {\n        \"shipmentID\": 134622170,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 241.82,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743379200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743984000000,\n        \"deliveryDate\": 1743984000000,\n        \"shipperName\": \"HEXAGON METROLOGY\",\n        \"shipperAddress\": \"46444 HEXAGON WAY\",\n        \"shipperCity\": \"NOVI\",\n        \"shipperState\": \"MI\",\n        \"shipperZip\": \"48377\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC PORT HUENEME\",\n        \"consigneeAddress\": \"4364 MISSILE WAY BLDG. 435\",\n        \"consigneeCity\": \"PORT HUENEME\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"93043\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 430,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/be5be9d2316d12389d721d32573ecc7e-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F11L7\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F11L7\"\n            }\n        ],\n        \"bolnumber\": \"1353643\",\n        \"ponumber\": \"1422431\",\n        \"pronumber\": \"I446158656\"\n    },\n    {\n        \"shipmentID\": 134622179,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 291.86,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743379200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743552000000,\n        \"deliveryDate\": 1743552000000,\n        \"shipperName\": \"Humphry’s Cover Sports\",\n        \"shipperAddress\": \"5000 Paschall Avenue\",\n        \"shipperCity\": \"Philadelphia\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19143\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" Solution Based Innovation\",\n        \"consigneeAddress\": \"2656 Quality Ct\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1700,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134622179\",\n        \"ponumber\": \"1411601\",\n        \"pronumber\": \"182196545\"\n    },\n    {\n        \"shipmentID\": 134622180,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 123.41,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743379200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743465600000,\n        \"shipperName\": \"LONDON BRIDGE TRADING\",\n        \"shipperAddress\": \"2861 Guardian Lane\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23452\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 680,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/35f442de-ffca-41e7-a48c-ee032d895ee6.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"325592\"\n            }\n        ],\n        \"bolnumber\": \"134622180\",\n        \"ponumber\": \"1422565\",\n        \"pronumber\": \"028-0764790\"\n    },\n    {\n        \"shipmentID\": 134622213,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 471.83,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743379200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743552000000,\n        \"deliveryDate\": 1743638400000,\n        \"shipperName\": \"London Bridge & Trading\",\n        \"shipperAddress\": \"2861 Guardian Lane\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23452\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" VF IMAGEWAER HENNING DISTRIBUTION CENTER\",\n        \"consigneeAddress\": \"800 SOUTH MAIN ST\",\n        \"consigneeCity\": \"Henning\",\n        \"consigneeState\": \"TN\",\n        \"consigneeZip\": \"38041\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1080,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/48f6d6c117cc8c726cc3c32fb21f3cde-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134622213\",\n        \"ponumber\": \"1424354\",\n        \"pronumber\": \"422523011\"\n    },\n    {\n        \"shipmentID\": 134622312,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 140.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743379200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743465600000,\n        \"deliveryDate\": 1743465600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVAL MEDICAL READINESS LOGISITICS\",\n        \"consigneeAddress\": \"565 ANTRIM RD BLDG 565\",\n        \"consigneeCity\": \"WILLIAMSBURG \",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185-5830\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 870,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/661c216d5137510129d90eb015fb144d-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EJ25F2566\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1237817\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"N6861043314252XXX\"\n            }\n        ],\n        \"bolnumber\": \"134622312\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"705363562\"\n    },\n    {\n        \"shipmentID\": 134622355,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 140.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743379200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743465600000,\n        \"deliveryDate\": 1743465600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVSUP WSS\",\n        \"consigneeAddress\": \"5450 CARLISLE PIKE BLDG 107 S END\",\n        \"consigneeCity\": \"Mechanicsburg\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17055\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 15,\n        \"totalWeight\": 546,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/dc9c9d6961ae49d16747740a9ef7d0c3-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F19GB\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1212518\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"N4730442351C7N\"\n            }\n        ],\n        \"bolnumber\": \"134622355\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"705363570\"\n    },\n    {\n        \"shipmentID\": 134622370,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743465600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743724800000,\n        \"deliveryDate\": 1743984000000,\n        \"shipperName\": \"NIPPON EXPRESS ATL\",\n        \"shipperAddress\": \"5176 PELICAN DRIVE\",\n        \"shipperCity\": \"ATLANTA\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30349\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NUWC NEWPORT CODE 25 USW COMBAT SYS\",\n        \"consigneeAddress\": \"47 CHANDLER ST BLDG 47\",\n        \"consigneeCity\": \"NEWPORT\",\n        \"consigneeState\": \"RI\",\n        \"consigneeZip\": \"02841\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 296,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/4bec1b87764fe978e3b62af3e8df6275-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1921\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"CODE 2531\"\n            }\n        ],\n        \"bolnumber\": \"1353683\",\n        \"ponumber\": \"1396776\",\n        \"pronumber\": \"I881391429\"\n    },\n    {\n        \"shipmentID\": 134622404,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 312.93,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743379200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743552000000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"TACP BARS\",\n        \"consigneeAddress\": \"5749 BRIAR HILL ROAD BLDG 220\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 304,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/d4a30ea3c0e8c9d82408f32b72eab812-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10G6\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10G6\"\n            }\n        ],\n        \"bolnumber\": \"1353703\",\n        \"ponumber\": \"1415946\",\n        \"pronumber\": \"702456617\"\n    },\n    {\n        \"shipmentID\": 134622415,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 324.6,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743379200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743552000000,\n        \"deliveryDate\": 1743552000000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"GOLDBELT SECURITY LLC\",\n        \"consigneeAddress\": \"10800 NW 21st St\",\n        \"consigneeCity\": \"Miami\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"33172\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 88,\n        \"totalWeight\": 1410,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/db6927872e43126a9a64a2aabb925c4f-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"191NLE24P0101\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1215527\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"191NLE24P0101\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1215527\"\n            }\n        ],\n        \"bolnumber\": \"134622415\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"388924021\"\n    },\n    {\n        \"shipmentID\": 134622504,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 150.04,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743379200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743552000000,\n        \"deliveryDate\": 1743552000000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVSUP WSS\",\n        \"consigneeAddress\": \"5450 CARLISLE PIKE BLDG 107 S END\",\n        \"consigneeCity\": \"Mechanicsburg\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17055\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 66,\n        \"totalWeight\": 438,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b37117f5-34c6-4395-9c69-33ecd8ab5949.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1C5E\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1217816\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"N4730442531D9Z\"\n            }\n        ],\n        \"bolnumber\": \"134622504\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"601002522\"\n    },\n    {\n        \"shipmentID\": 134622593,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 342.42,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743379200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743379200000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CIF\",\n        \"consigneeAddress\": \"BLDG 4, D STREET\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 19,\n        \"totalWeight\": 320,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/ebdb74ba-6de3-494b-ab94-51075a193619.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL24F1DLB\"\n            }\n        ],\n        \"bolnumber\": \"134622593\",\n        \"ponumber\": \"1407706\",\n        \"pronumber\": \"0400593156\"\n    },\n    {\n        \"shipmentID\": 134622835,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1344.13,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743379200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744070400000,\n        \"shipperName\": \"5.11 Tactical, Inc.\",\n        \"shipperAddress\": \"3201 N Airport Way\",\n        \"shipperCity\": \"Manteca\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"95336\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SPS PARR FRANCONIA WAREHOUSE\",\n        \"consigneeAddress\": \"7000 LOISDALE ROAD BLDG B, DOCK 2\",\n        \"consigneeCity\": \"Springfield\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22150\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1930,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/e8e42859-87ea-4c56-96eb-227637d5600b.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134622835\",\n        \"ponumber\": \"1393596 \",\n        \"pronumber\": \"156798199\"\n    },\n    {\n        \"shipmentID\": 134623034,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 382.36,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743638400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744243200000,\n        \"deliveryDate\": 1744243200000,\n        \"shipperName\": \"MILPOWER\",\n        \"shipperAddress\": \"10180 SCRIPPS RANCH BLVD\",\n        \"shipperCity\": \"SAN DIEGO\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92131\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NIWC ATLANTIC (NAVAL INFORMATION WA\",\n        \"consigneeAddress\": \"1008 TRIDENT STREET\",\n        \"consigneeCity\": \"HANAHAN\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1240,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/1dc2ef64-400b-4a5c-bf31-efc69b022e4a.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F16FW\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F16FW\"\n            }\n        ],\n        \"bolnumber\": \"1353784\",\n        \"ponumber\": \"1387267\",\n        \"pronumber\": \"484959823\"\n    },\n    {\n        \"shipmentID\": 134623212,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 453.12,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743465600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743638400000,\n        \"deliveryDate\": 1743638400000,\n        \"shipperName\": \"STEINER-EOPTICS\",\n        \"shipperAddress\": \"3475 NEWMARK DRIVE\",\n        \"shipperCity\": \"MIAMISBURG\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"45342\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DEVELOPMENT COMMAND ARMAMENT CENTER\",\n        \"consigneeAddress\": \"BLDG 91 4TH AVE\",\n        \"consigneeCity\": \"PICATINNY ARSENAL\",\n        \"consigneeState\": \"NJ\",\n        \"consigneeZip\": \"07806\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 3674,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/ce896a97d39576e526fe31c0f430b2c2-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F19SD\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F19SD\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F19SD\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F19SD\"\n            }\n        ],\n        \"bolnumber\": \"1353795\",\n        \"ponumber\": \"1411056\",\n        \"pronumber\": \"0670973034\"\n    },\n    {\n        \"shipmentID\": 134623362,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 238.41,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743465600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743638400000,\n        \"deliveryDate\": 1743724800000,\n        \"shipperName\": \"SAFARILAND LLC\",\n        \"shipperAddress\": \"3041 FAYE RD\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32226\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SILVER LION TRADE SERVICES LLC\",\n        \"consigneeAddress\": \"45180 GLOBAL PLAZA STE 100\",\n        \"consigneeCity\": \"STERLING\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"20166\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1176,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/0ef3a7318ad54a808e79a6ab9bfc23a8-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"DOS-1203\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"DOS-1203\"\n            }\n        ],\n        \"bolnumber\": \"1353803\",\n        \"ponumber\": \"1417838\",\n        \"pronumber\": \"I588688947\"\n    },\n    {\n        \"shipmentID\": 134623404,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 291.07,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743552000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744243200000,\n        \"shipperName\": \"Quantum Systems Inc.\",\n        \"shipperAddress\": \"5160 Gabbert Road\",\n        \"shipperCity\": \"Moorpark\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"93021\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"30TH ADA BDE FT SILL\",\n        \"consigneeAddress\": \"BLDG 3030 HOSKINS RD\",\n        \"consigneeCity\": \"Fort Sill\",\n        \"consigneeState\": \"OK\",\n        \"consigneeZip\": \"73503\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 100,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/e3cc25e641ddd801278c34dfa65bca5e-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134623404\",\n        \"ponumber\": \"1390768\",\n        \"pronumber\": \"134623404\"\n    },\n    {\n        \"shipmentID\": 134623442,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1063.53,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743465600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744675200000,\n        \"deliveryDate\": 1744675200000,\n        \"shipperName\": \"ATSC-IES\",\n        \"shipperAddress\": \"1620 W. Sunrise Blvd\",\n        \"shipperCity\": \"Gilbert\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85233\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" NAVSUP WSS\",\n        \"consigneeAddress\": \"5450 Carlisle Pike BLDG 107 S End\",\n        \"consigneeCity\": \"Mechanicsburg\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17050\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 2080,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a520e1ff-e6b6-46e3-aca6-5657c1e26817.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"REQ#N4730442531D9W\"\n            }\n        ],\n        \"bolnumber\": \"134623442\",\n        \"ponumber\": \"1407971\",\n        \"pronumber\": \"2972506167\"\n    },\n    {\n        \"shipmentID\": 134623444,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 328.82,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743465600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743638400000,\n        \"deliveryDate\": 1743638400000,\n        \"shipperName\": \"GENTEX CORPORATION\",\n        \"shipperAddress\": \"324 MAIN ST\",\n        \"shipperCity\": \"SIMPSON \",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"18407\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PECKHAM VOCATIONAL INDUSTRIES INC\",\n        \"consigneeAddress\": \"7100 MILLETT HWY\",\n        \"consigneeCity\": \"Lansing\",\n        \"consigneeState\": \"MI\",\n        \"consigneeZip\": \"48917\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 740,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/1e1bc83d159d70907167c4f9eece9efe-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134623444\",\n        \"ponumber\": \"1402470\",\n        \"pronumber\": \"0511443538\"\n    },\n    {\n        \"shipmentID\": 134623624,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 594.94,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743465600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743724800000,\n        \"deliveryDate\": 1743724800000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SPIE (SOLDIER PROTECTION AND IND\",\n        \"consigneeAddress\": \"7100 MILLET HWY\",\n        \"consigneeCity\": \"LANSING\",\n        \"consigneeState\": \"MI\",\n        \"consigneeZip\": \"48917\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 3538,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10WR\"\n            }\n        ],\n        \"bolnumber\": \"1353717\",\n        \"ponumber\": \"1419198\",\n        \"pronumber\": \"929647213\"\n    },\n    {\n        \"shipmentID\": 134623695,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 145.53,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743465600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743638400000,\n        \"deliveryDate\": 1743724800000,\n        \"shipperName\": \"AIRBORNE SYSTEMS\",\n        \"shipperAddress\": \"5800 MAGNOLIA AVE\",\n        \"shipperCity\": \"PENNSAUKEN\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08109\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USASOC 5TH SFG GSB\",\n        \"consigneeAddress\": \"BLDG 6252, 42ND STREET\",\n        \"consigneeCity\": \"FORT CAMPBELL\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"42223\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 510,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/29a1b9e8007649c374fa46530573b0c6-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1CQ0\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1CQ0\"\n            }\n        ],\n        \"bolnumber\": \"1353888\",\n        \"ponumber\": \"1405936\",\n        \"pronumber\": \"I728181342\"\n    },\n    {\n        \"shipmentID\": 134623740,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743465600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743552000000,\n        \"deliveryDate\": 1743638400000,\n        \"shipperName\": \"INTERSURGICAL/MAIN OCEAN\",\n        \"shipperAddress\": \"300 A TRADE ZONE BLVD\",\n        \"shipperCity\": \"SUMMERVILLE\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29486\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 492,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/1479e36b7c3ee4ed2a023fd59f16bc30-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1438446\"\n            }\n        ],\n        \"bolnumber\": \"1353891\",\n        \"ponumber\": \"1438446\",\n        \"pronumber\": \"I413532225\"\n    },\n    {\n        \"shipmentID\": 134623807,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 318.4,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743552000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743638400000,\n        \"shipperName\": \"True North Enterprises\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd.\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAWC AD \",\n        \"consigneeAddress\": \"17179 Webster Field Road Building 8165 TEST BED 2\",\n        \"consigneeCity\": \"St. Inigoes Shores\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20684\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 1200,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/77c6b4d1-c84c-4835-81a2-1c2e39c1e61b.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"REQ# N0042152771FYZ\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL25F101Q\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"REQ# N0042152771FYZ\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL25F101Q\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"REQ# N0042152771FYZ\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL25F101Q\"\n            }\n        ],\n        \"bolnumber\": \"134623807\",\n        \"ponumber\": \"1410552\",\n        \"pronumber\": \"680359817\"\n    },\n    {\n        \"shipmentID\": 134623847,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 477.97,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743984000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744588800000,\n        \"deliveryDate\": 1744329600000,\n        \"shipperName\": \"MILPOWER\",\n        \"shipperAddress\": \"10180 SCRIPPS RANCH BLVD\",\n        \"shipperCity\": \"SAN DIEGO\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92131\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1480,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1410462\"\n            }\n        ],\n        \"bolnumber\": \"1353923\",\n        \"ponumber\": \"1410462\",\n        \"pronumber\": \"195255642\"\n    },\n    {\n        \"shipmentID\": 134623877,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 174.06,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743465600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743552000000,\n        \"deliveryDate\": 1743638400000,\n        \"shipperName\": \"LUXOTTICA – ESS - OAKLEY\",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 250,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/7e9507b29b7e2704362f164cfa870230-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8875194251\"\n            }\n        ],\n        \"bolnumber\": \"134623877\",\n        \"ponumber\": \"1435430\",\n        \"pronumber\": \"427380936\"\n    },\n    {\n        \"shipmentID\": 134624289,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 403.34,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743552000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744243200000,\n        \"deliveryDate\": 1744243200000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ARIZONA INDUSTRIES FOR THE BLIND\",\n        \"consigneeAddress\": \"3695 S 2ND STREET\",\n        \"consigneeCity\": \"DAVIS MONTHAN AFB\",\n        \"consigneeState\": \"AZ\",\n        \"consigneeZip\": \"85707\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1200,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/1179047f-86aa-4e2f-ae5f-9ea21c65109f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1127687\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"1127687\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1127687\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"1127687\"\n            }\n        ],\n        \"bolnumber\": \"1354067\",\n        \"ponumber\": \"1420041\",\n        \"pronumber\": \"990897073\"\n    },\n    {\n        \"shipmentID\": 134624481,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 175.04,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743552000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744070400000,\n        \"deliveryDate\": 1744070400000,\n        \"shipperName\": \"FRIDGEFREEZE INC.\",\n        \"shipperAddress\": \"625 VENTURE ST\",\n        \"shipperCity\": \"ESCONDIDO\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92029\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA TROOP SUPPORT\",\n        \"consigneeAddress\": \"W8ZT OR ARNG MED DET SSG XALINA WILSON\",\n        \"consigneeCity\": \"SALEM\",\n        \"consigneeState\": \"OR\",\n        \"consigneeZip\": \"97301\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 480,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/4ec8e2ba708daeadbc48f02ee0d64fd1-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE2D524F506Y\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE2D524F506Y\"\n            }\n        ],\n        \"bolnumber\": \"1354103\",\n        \"ponumber\": \"1404097\",\n        \"pronumber\": \"I906803118\"\n    },\n    {\n        \"shipmentID\": 134624833,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 320.18,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743552000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744070400000,\n        \"deliveryDate\": 1743984000000,\n        \"shipperName\": \"CAPEWELL AERIAL SYSTEMS LLC\",\n        \"shipperAddress\": \"4298 JEB STUART HWY\",\n        \"shipperCity\": \"MEADOWS OF DAN\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"24120\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"COMPASS FORWARDING CO INC\",\n        \"consigneeAddress\": \"159-15 ROCKAWAY BLVD.\",\n        \"consigneeCity\": \"JAMAICA\",\n        \"consigneeState\": \"NY\",\n        \"consigneeZip\": \"11434\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1306,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1DZK\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1DZK\"\n            }\n        ],\n        \"bolnumber\": \"1354107\",\n        \"ponumber\": \"1411218\",\n        \"pronumber\": \"404919771\"\n    },\n    {\n        \"shipmentID\": 134624872,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 553.24,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743552000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744675200000,\n        \"shipperName\": \"Neousys Technology America, Inc.\",\n        \"shipperAddress\": \"55 East Hintz Rd\",\n        \"shipperCity\": \"Wheeling\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60090\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NIWC ATLANTIC\",\n        \"consigneeAddress\": \"1008 Trident Street\",\n        \"consigneeCity\": \"Hanahan\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 31,\n        \"totalWeight\": 1067,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/36703fc58933c01b3e0c3dfffddd3e7d-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134624872\",\n        \"ponumber\": \"1421389\",\n        \"pronumber\": \"8253210641\"\n    },\n    {\n        \"shipmentID\": 134624987,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 175.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743552000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743638400000,\n        \"deliveryDate\": 1743638400000,\n        \"shipperName\": \"True North Enterprises\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd.\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"   NAVSUP WSS\",\n        \"consigneeAddress\": \"5450 CARLISLE PIKE BLDG 209\",\n        \"consigneeCity\": \"Mechanicsburg\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17055\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 825,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/9a526561-834d-40a2-afca-34981ad2c4b8.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL23F1DBM / REQ# N00024325911EE\"\n            }\n        ],\n        \"bolnumber\": \"134624987\",\n        \"ponumber\": \"1322508\",\n        \"pronumber\": \"705378875\"\n    },\n    {\n        \"shipmentID\": 134624988,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 394.72,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743552000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743984000000,\n        \"deliveryDate\": 1743984000000,\n        \"shipperName\": \"NATIONAL MANUFACTURING CO.\",\n        \"shipperAddress\": \"151 OLD NEW BRUNSWICK ROAD\",\n        \"shipperCity\": \"PISCATAWAY\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08854\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CRANE ARMY AMMUNITION ACTIVITY (CAA\",\n        \"consigneeAddress\": \"300 HIGHWAY 361, BLDG 148\",\n        \"consigneeCity\": \"CRANE\",\n        \"consigneeState\": \"IN\",\n        \"consigneeZip\": \"47522\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 18,\n        \"totalWeight\": 3390,\n        \"totalHU\": 18,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/8ebafa0efa4c21db22d4b3087f8defcc-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F109Z\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F109Z\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F109Z\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F109Z\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F109Z\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F109Z\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F109Z\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F109Z\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F109Z\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F109Z\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F109Z\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F109Z\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F109Z\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F109Z\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F109Z\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F109Z\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F109Z\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F109Z\"\n            }\n        ],\n        \"bolnumber\": \"1354143\",\n        \"ponumber\": \"1414208\",\n        \"pronumber\": \"I098573607\"\n    },\n    {\n        \"shipmentID\": 134625005,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 510.72,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743552000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743724800000,\n        \"deliveryDate\": 1743724800000,\n        \"shipperName\": \"LUXOTTICA – ESS - OAKLEY\",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 24,\n        \"totalWeight\": 1160,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/79b69384-058e-429c-937c-8fb76b1cb70c.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"8875293154\"\n            }\n        ],\n        \"bolnumber\": \"134625005\",\n        \"ponumber\": \"1439762\",\n        \"pronumber\": \"783350713\"\n    },\n    {\n        \"shipmentID\": 134625049,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 248.66,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743552000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744070400000,\n        \"deliveryDate\": 1744070400000,\n        \"shipperName\": \"BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DR\",\n        \"shipperCity\": \"BELLEVILLE\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CIF\",\n        \"consigneeAddress\": \"BLDG 4  D STREET\",\n        \"consigneeCity\": \"WILLIAMSBURG\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1354,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/42dfb84fa0a8b17ab468352ff48db7f9-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F140K\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F140K\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F140K\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F140K\"\n            }\n        ],\n        \"bolnumber\": \"1354149\",\n        \"ponumber\": \"1438576\",\n        \"pronumber\": \"I815604939\"\n    },\n    {\n        \"shipmentID\": 134625063,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 241.82,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743552000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744156800000,\n        \"deliveryDate\": 1744070400000,\n        \"shipperName\": \"L3HARRIS TECHNOLOGIES\",\n        \"shipperAddress\": \"1350 JEFFERSON ROAD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA DISTRIBUTION\",\n        \"consigneeAddress\": \"25600 SOUTH CHRISMAN ROAD\",\n        \"consigneeCity\": \"TRACY\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"95304\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 436,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/85c4b349ff76d6b829ff398a0c3e066e-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F187F\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F187F\"\n            }\n        ],\n        \"bolnumber\": \"1354152\",\n        \"ponumber\": \"1435251\",\n        \"pronumber\": \"I731827485\"\n    },\n    {\n        \"shipmentID\": 134625116,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743984000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744243200000,\n        \"deliveryDate\": 1744761600000,\n        \"shipperName\": \"MNEMONICS, INC\",\n        \"shipperAddress\": \"3900 DOW ROAD\",\n        \"shipperCity\": \"MELBOURNE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32934\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAWCAD WEBSTER FIELD ANNEX\",\n        \"consigneeAddress\": \"17598 WEBSTER FIELD RD BUILDING 8115\",\n        \"consigneeCity\": \"ST INIGOS\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20684\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 136,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/251588a0-9f9d-4175-842e-566266fc634f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F11C1\"\n            }\n        ],\n        \"bolnumber\": \"1354203\",\n        \"ponumber\": \"1347862\",\n        \"pronumber\": \"I686858373\"\n    },\n    {\n        \"shipmentID\": 134625120,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 188.57,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743552000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743638400000,\n        \"shipperName\": \"True North Enterprises\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd.\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Advanced Acoustics Concepts LLC\",\n        \"consigneeAddress\": \"1080 Eberly Way PA\",\n        \"consigneeCity\": \"Lemont Furnace\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"15456 \",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 560,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a1780ce7-b87c-4dbd-a061-91d2a5ab76b2.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F1900\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F1900 / REQ# N0002442251BKS\"\n            }\n        ],\n        \"bolnumber\": \"134625120\",\n        \"ponumber\": \"1401948\",\n        \"pronumber\": \"705378883\"\n    },\n    {\n        \"shipmentID\": 134625160,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743984000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744243200000,\n        \"deliveryDate\": 1744761600000,\n        \"shipperName\": \"MNEMONICS, INC\",\n        \"shipperAddress\": \"3900 DOW ROAD\",\n        \"shipperCity\": \"MELBOURNE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32934\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAWCAD WEBSTER FIELD ANNEX\",\n        \"consigneeAddress\": \"17598 WEBSTER FIELD RD BUILDING 8115\",\n        \"consigneeCity\": \"ST INIGOS\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20684\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 530,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/30d2bb11-035d-406c-8963-c1132cfcc39f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F11C3\"\n            }\n        ],\n        \"bolnumber\": \"1354224\",\n        \"ponumber\": \"1347867\",\n        \"pronumber\": \"I686858364\"\n    },\n    {\n        \"shipmentID\": 134625365,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 605.3,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743638400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744848000000,\n        \"deliveryDate\": 1744243200000,\n        \"shipperName\": \"JBC CORP\",\n        \"shipperAddress\": \"552 CENTRAL DR.\",\n        \"shipperCity\": \"VIRGINIA BEACH\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23454\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"1ST MLG 1ST SUPPLY BN\",\n        \"consigneeAddress\": \"7TH ST AND D AVE. BLDG. 22112\",\n        \"consigneeCity\": \"CAMP PENDLETON\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92055\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 2278,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/5d6c66fb-e939-4804-8dfb-f17afc17d176.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX24F116Z\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX24F116Z\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX24F116Z\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX24F116Z\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX24F116Z\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX24F116Z\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX24F116Z\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX24F116Z\"\n            }\n        ],\n        \"bolnumber\": \"1354326\",\n        \"ponumber\": \"1400823\",\n        \"pronumber\": \"405372133\"\n    },\n    {\n        \"shipmentID\": 134625398,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 172.11,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743552000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743724800000,\n        \"deliveryDate\": 1743724800000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VF IMAGEWEAR INC\",\n        \"consigneeAddress\": \"800 SOUTH MAIN STREET\",\n        \"consigneeCity\": \"HENNING\",\n        \"consigneeState\": \"TN\",\n        \"consigneeZip\": \"38041\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 44,\n        \"totalWeight\": 744,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/0d4aa082590a75eafb6aa11962f76238-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"72965566-20250317\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1260599\"\n            }\n        ],\n        \"bolnumber\": \"134625398\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"388924276\"\n    },\n    {\n        \"shipmentID\": 134625655,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 114.68,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743552000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743724800000,\n        \"deliveryDate\": 1743724800000,\n        \"shipperName\": \"JBC CORP\",\n        \"shipperAddress\": \"552 CENTRAL DR.\",\n        \"shipperCity\": \"VIRGINIA BEACH\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23454\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA TROOP SUPPORT\",\n        \"consigneeAddress\": \"NECC MEDICAL CENTRAL ISSUE FACILITY CHEATHAM ANNEX\",\n        \"consigneeCity\": \"WILLIAMSBURG\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 762,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/4eddd4f6-dca7-4d8b-befc-9022364ca7bb.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE2D625F37NK\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE2D625F37NK\"\n            }\n        ],\n        \"bolnumber\": \"1354397\",\n        \"ponumber\": \"1424934\",\n        \"pronumber\": \"028-0821343\"\n    },\n    {\n        \"shipmentID\": 134625665,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743638400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744243200000,\n        \"deliveryDate\": 1744243200000,\n        \"shipperName\": \"CARSON INDUSTRIES INC.\",\n        \"shipperAddress\": \"110 NOBEL CT.\",\n        \"shipperCity\": \"ALPHARETTA\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30005\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA DISTRIBUTION\",\n        \"consigneeAddress\": \"SR W1A8 DLA DISTRIBUTION DDSP NEW CUMBERLAND FACILITY\",\n        \"consigneeCity\": \"NEW CUMBERLAND\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 682,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/406d57f6940ff30895b8c57c0d96b23a-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPRBL124F0141\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPRBL124F0141\"\n            }\n        ],\n        \"bolnumber\": \"1354400\",\n        \"ponumber\": \"1401257\",\n        \"pronumber\": \"I854601741\"\n    },\n    {\n        \"shipmentID\": 134625732,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 326.53,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743638400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743724800000,\n        \"deliveryDate\": 1743724800000,\n        \"shipperName\": \"FIRST SPEAR, LLC\",\n        \"shipperAddress\": \"2012 CORPORATE 44 DR\",\n        \"shipperCity\": \"FENTON\",\n        \"shipperState\": \"MO\",\n        \"shipperZip\": \"63026\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"SOFSA\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 4954,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/21bf247f8bf2ec4d7dff754a7abd05a7-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24P0013\"\n            }\n        ],\n        \"bolnumber\": \"1354412\",\n        \"ponumber\": \"1401871\",\n        \"pronumber\": \"I815595129\"\n    },\n    {\n        \"shipmentID\": 134625737,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1097.14,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743638400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744243200000,\n        \"deliveryDate\": 1744156800000,\n        \"shipperName\": \"PRECISION ELECTRONICS, INC.\",\n        \"shipperAddress\": \"1 DI TOMAS CT\",\n        \"shipperCity\": \"COPIAGUE\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11726\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC PORT HUENEME\",\n        \"consigneeAddress\": \"4364 MISSILE WAY BLDG. 435\",\n        \"consigneeCity\": \"PORT HUENEME\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"93043\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 3800,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c2d43811-9b39-452f-8e95-0c84e167047f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F18C9\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F18C9\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F18C9\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F18C9\"\n            }\n        ],\n        \"bolnumber\": \"1354413\",\n        \"ponumber\": \"1394496\",\n        \"pronumber\": \"985169721\"\n    },\n    {\n        \"shipmentID\": 134625761,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 145.53,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743638400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744070400000,\n        \"deliveryDate\": 1744070400000,\n        \"shipperName\": \"BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DR\",\n        \"shipperCity\": \"BELLEVILLE\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"109TH CES CEF\",\n        \"consigneeAddress\": \"1 AIR NATIONAL GUARD RD\",\n        \"consigneeCity\": \"STRATTON ANGB\",\n        \"consigneeState\": \"NY\",\n        \"consigneeZip\": \"12302\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 560,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/af7d1e6e73c443734722e4556d633833-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"W50S8J25FA013\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"W50S8J25FA013\"\n            }\n        ],\n        \"bolnumber\": \"1354414\",\n        \"ponumber\": \"1440114\",\n        \"pronumber\": \"I362885058\"\n    },\n    {\n        \"shipmentID\": 134626526,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 145.53,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743638400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743984000000,\n        \"deliveryDate\": 1744070400000,\n        \"shipperName\": \"STEINER-EOPTICS\",\n        \"shipperAddress\": \"3475 NEWMARK DRIVE\",\n        \"shipperCity\": \"MIAMISBURG\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"45342\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PDM CSW NSW ACCESSORIES FMS\",\n        \"consigneeAddress\": \"BLDG 91 RECEIVING\",\n        \"consigneeCity\": \"PICATINNY ARSENAL\",\n        \"consigneeState\": \"NJ\",\n        \"consigneeZip\": \"07806\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 624,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/83a3676f671bf934755ed8d1b29735c0-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F112R\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"Israel IS-B-VBL (A1) line 7 / Req BISK-4N-4263-9007\"\n            }\n        ],\n        \"bolnumber\": \"1354563\",\n        \"ponumber\": \"1420814\",\n        \"pronumber\": \"I030075534\"\n    },\n    {\n        \"shipmentID\": 134626614,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 600.17,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743638400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744243200000,\n        \"deliveryDate\": 1744243200000,\n        \"shipperName\": \"RFD Beaufort (Formerly Southwest Tactical)\",\n        \"shipperAddress\": \"11201 Armour Drive, Unit D\",\n        \"shipperCity\": \"El Paso\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"79935\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"OFFICE OF NAVAL INTELLIGENCE\",\n        \"consigneeAddress\": \"East Perimeter Rd Bldg 3094\",\n        \"consigneeCity\": \"Andrews Air Force Base\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20762\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1000,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/73df185a-0849-4630-b220-47585ed206e2.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134626614\",\n        \"ponumber\": \"1433497\",\n        \"pronumber\": \"405668546\"\n    },\n    {\n        \"shipmentID\": 134626618,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 177.38,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743724800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744070400000,\n        \"shipperName\": \"COPASAT LLC\",\n        \"shipperAddress\": \"2020 WILD ACRES ROAD\",\n        \"shipperCity\": \"LARGO\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33777\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CACI INC FEDERAL\",\n        \"consigneeAddress\": \"3611-E RAMSEY STREET\",\n        \"consigneeCity\": \"FAYETTEVILLE\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28311\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1770,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/3d9181d0-f0fd-4f4f-8d85-d529cafaf4c2.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F1184\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F1184\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F1184\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F1184\"\n            }\n        ],\n        \"bolnumber\": \"1354587\",\n        \"ponumber\": \"1420937\",\n        \"pronumber\": \"428738851\"\n    },\n    {\n        \"shipmentID\": 134626645,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 150.04,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743724800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744070400000,\n        \"deliveryDate\": 1744156800000,\n        \"shipperName\": \"NORTH AMERICAN RESCUE\",\n        \"shipperAddress\": \"35 TEDWALL COURT\",\n        \"shipperCity\": \"GREER\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29650\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"172ND MDG\",\n        \"consigneeAddress\": \"141 MILITARY DR BLDG 129\",\n        \"consigneeCity\": \"JACKSON\",\n        \"consigneeState\": \"MS\",\n        \"consigneeZip\": \"39232\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 962,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/0e8a813163b41967ff99db96eb2faaaf-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX25F100Y\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX25F100Y\"\n            }\n        ],\n        \"bolnumber\": \"1354589\",\n        \"ponumber\": \"1414945\",\n        \"pronumber\": \"I749243484\"\n    },\n    {\n        \"shipmentID\": 134626648,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 142.21,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743638400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743724800000,\n        \"deliveryDate\": 1743724800000,\n        \"shipperName\": \"MED-ENG, LLC\",\n        \"shipperAddress\": \"103 TULLOCH DRIVE\",\n        \"shipperCity\": \"OGDENSBURG\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"13669\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PORTLAND ME PD\",\n        \"consigneeAddress\": \"109 MIDDLE ST\",\n        \"consigneeCity\": \"PORTLAND\",\n        \"consigneeState\": \"ME\",\n        \"consigneeZip\": \"04101\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 632,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/1885fcd7e0af82e19190c7888cdd17d7-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"80596\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"80596\"\n            }\n        ],\n        \"bolnumber\": \"1354595\",\n        \"ponumber\": \"1440185\",\n        \"pronumber\": \"I647945343\"\n    },\n    {\n        \"shipmentID\": 134626697,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 312.93,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743638400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743984000000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"IAP WORLDWIDE SERVICES INC\",\n        \"consigneeAddress\": \"4962 RIVERTON ROAD\",\n        \"consigneeCity\": \"DAYTON\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45414\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 670,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/14c76bd9-ee37-4f08-ae65-de83668c9fb9.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10WU\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPECIAL TACTICS BARS\"\n            }\n        ],\n        \"bolnumber\": \"1354601\",\n        \"ponumber\": \"1419311\",\n        \"pronumber\": \"706196169\"\n    },\n    {\n        \"shipmentID\": 134626740,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 491.26,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743638400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744156800000,\n        \"deliveryDate\": 1744070400000,\n        \"shipperName\": \"MID-ATLANTIC COMPUTER SERVICES\",\n        \"shipperAddress\": \"13030 ALONDRA BLVD\",\n        \"shipperCity\": \"CERRITOS\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"90703\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MODERN TECHNOLOGY SOLUTIONS INC\",\n        \"consigneeAddress\": \"360C QUALITY CIRCLE SUITE 310\",\n        \"consigneeCity\": \"HUNTSVILLE\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35806\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 3392,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/0a332fe9-1cc0-4ef0-98fa-efd7d9c18fcf.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F124U\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F124U\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F124U\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F124U\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F124U\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F124U\"\n            }\n        ],\n        \"bolnumber\": \"1354598\",\n        \"ponumber\": \"1426413\",\n        \"pronumber\": \"638337501\"\n    },\n    {\n        \"shipmentID\": 134626759,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 142.21,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743638400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743724800000,\n        \"deliveryDate\": 1743724800000,\n        \"shipperName\": \"LEX PRODUCTS\",\n        \"shipperAddress\": \"11 FOREST PARKWAY\",\n        \"shipperCity\": \"SHELTON\",\n        \"shipperState\": \"CT\",\n        \"shipperZip\": \"06484\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"US ARMY NATICK SOLDIER RDE CTR (NSR\",\n        \"consigneeAddress\": \"15 GENERAL GREENE AVE.\",\n        \"consigneeCity\": \"NATICK\",\n        \"consigneeState\": \"MA\",\n        \"consigneeZip\": \"01760\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 500,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/9f56dac8137c55c42db03a3227f705fd-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1354607\",\n        \"ponumber\": \"1411331\",\n        \"pronumber\": \"I748801728\"\n    },\n    {\n        \"shipmentID\": 134626775,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 227.52,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743724800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743984000000,\n        \"deliveryDate\": 1743984000000,\n        \"shipperName\": \"SKYDIO, INC\",\n        \"shipperAddress\": \"27317 Industrial boulevard\",\n        \"shipperCity\": \"Hayward\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"94545\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"EVOLVING RESOURCES INC\",\n        \"consigneeAddress\": \"5284 ADOLFO RD STE 150\",\n        \"consigneeCity\": \"Camarillo\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"93012\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 659,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F19QT\"\n            }\n        ],\n        \"bolnumber\": \"134626775\",\n        \"ponumber\": \"1398595\",\n        \"pronumber\": \"195582844\"\n    },\n    {\n        \"shipmentID\": 134626897,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 656.66,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743724800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744243200000,\n        \"deliveryDate\": 1744243200000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"163rd LRS\",\n        \"consigneeAddress\": \"390\",\n        \"consigneeCity\": \"March ARB\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92518\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 120,\n        \"totalWeight\": 3498,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/446e73b92215cfb9c841b230588b6577-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"FA805124F0050\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1201572\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"F4ATA74137A0012XXX\"\n            }\n        ],\n        \"bolnumber\": \"134626897\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"0032236401\"\n    },\n    {\n        \"shipmentID\": 134626925,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 171.53,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743638400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744329600000,\n        \"deliveryDate\": 1744329600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"622nd CES CEF\",\n        \"consigneeAddress\": \"1453 Ridenour Drive\",\n        \"consigneeCity\": \"Marietta\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"30069\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 90,\n        \"totalWeight\": 3282,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/a41f93a8b912789acce561cc4b584f1e-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"FA805124F0050\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1201577\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"F4ATA74137A0012XXX\"\n            }\n        ],\n        \"bolnumber\": \"134626925\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"388924284\"\n    },\n    {\n        \"shipmentID\": 134626981,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 451.54,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743638400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744329600000,\n        \"deliveryDate\": 1744329600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA DISTRIBUTION SAN JOAQUIN 3DU\",\n        \"consigneeAddress\": \"25600 S CHRISMAN RD\",\n        \"consigneeCity\": \"TRACY\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"95304\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 51,\n        \"totalWeight\": 1656,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/83f4f663-79ab-4cf5-8dd6-c19fca40bf07.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EJ25F6526\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1256402\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"N6911750494954XXX\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EJ25F6526\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1256402\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"N6911750494954XXX\"\n            }\n        ],\n        \"bolnumber\": \"134626981\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"466656551\"\n    },\n    {\n        \"shipmentID\": 134627321,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 145.53,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743724800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744070400000,\n        \"deliveryDate\": 1744070400000,\n        \"shipperName\": \"BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DR\",\n        \"shipperCity\": \"BELLEVILLE\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CIF\",\n        \"consigneeAddress\": \"BLDG 4  D STREET\",\n        \"consigneeCity\": \"WILLIAMSBURG\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 426,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/402e08f6abb3371aaf10e124b71fab8e-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F13L5\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13L5\"\n            }\n        ],\n        \"bolnumber\": \"1354706\",\n        \"ponumber\": \"1435825\",\n        \"pronumber\": \"I363970566\"\n    },\n    {\n        \"shipmentID\": 134627797,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 674.54,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743724800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744675200000,\n        \"deliveryDate\": 1744675200000,\n        \"shipperName\": \" Maxify Solution\",\n        \"shipperAddress\": \"6031 Airport Dr \",\n        \"shipperCity\": \"Charlotte \",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28208\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"110TH CHEM BN 48TH CHEM BDE\",\n        \"consigneeAddress\": \"BLDG 9640 I STREET BAY F\",\n        \"consigneeCity\": \"FORT LEWIS\",\n        \"consigneeState\": \"WA\",\n        \"consigneeZip\": \"98433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 600,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/eb104948-ff1e-4a8d-b51c-05c1051be953.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134627797\",\n        \"ponumber\": \"1435135\",\n        \"pronumber\": \"054642585\"\n    },\n    {\n        \"shipmentID\": 134627806,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 139.98,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743724800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743984000000,\n        \"shipperName\": \"Maxify Solution \",\n        \"shipperAddress\": \"6031 Airport Dr \",\n        \"shipperCity\": \"Charlotte\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28273\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 300,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/497e0f7d-c5e0-489b-8af1-716f06778662.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134627806\",\n        \"ponumber\": \"1440332\",\n        \"pronumber\": \"011-2837314\"\n    },\n    {\n        \"shipmentID\": 134627814,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 279.2,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743984000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744675200000,\n        \"deliveryDate\": 1744243200000,\n        \"shipperName\": \"DEFENSE VENTURE HOLDINGS\",\n        \"shipperAddress\": \"2601 PERFORMANCE CT.\",\n        \"shipperCity\": \"VIRGINIA BEACH\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ENVISION BSC 67\",\n        \"consigneeAddress\": \"725 W PAINE ST BLDG 666\",\n        \"consigneeCity\": \"PETERSON AFB\",\n        \"consigneeState\": \"CO\",\n        \"consigneeZip\": \"80914\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 974,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/f9752cdfdc120041979dc00727c62a76-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"67250800001\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"67250800001\"\n            }\n        ],\n        \"bolnumber\": \"1355027\",\n        \"ponumber\": \"1437601\",\n        \"pronumber\": \"I950797836\"\n    },\n    {\n        \"shipmentID\": 134627815,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 276.91,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743724800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744329600000,\n        \"deliveryDate\": 1744329600000,\n        \"shipperName\": \"RAIDER OUTBOARDS INC\",\n        \"shipperAddress\": \"1885 ARMSTRONG DRIVE\",\n        \"shipperCity\": \"TITUSVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32780\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSW SBT12\",\n        \"consigneeAddress\": \"3402 TARAWA RD BLDG 214\",\n        \"consigneeCity\": \"SAN DIEGO\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92155\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 566,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/c996c8196edd1e563fd5df2c20549fdf-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F13XR\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F13XR\"\n            }\n        ],\n        \"bolnumber\": \"1355026\",\n        \"ponumber\": \"1371288\",\n        \"pronumber\": \"I137787624\"\n    },\n    {\n        \"shipmentID\": 134627855,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 259.33,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743724800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744156800000,\n        \"shipperName\": \"KRATOS UNMANNED AERIAL SYSTEMS\",\n        \"shipperAddress\": \"7501SW 29TH ST\",\n        \"shipperCity\": \"OKLAHOMA CITY\",\n        \"shipperState\": \"OK\",\n        \"shipperZip\": \"73179\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PDM TSMO (THREAT SYSTEMS MANAGEMENT\",\n        \"consigneeAddress\": \"BLDG 8695 OROGRANDE BASE CAMP\",\n        \"consigneeCity\": \"OROGRANDE\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88342\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 214,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/2446992f7e7d509ea63a3367cb6766f4-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F17LN\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F17LN\"\n            }\n        ],\n        \"bolnumber\": \"1355552\",\n        \"ponumber\": \"1391778\",\n        \"pronumber\": \"9047016742\"\n    },\n    {\n        \"shipmentID\": 134627879,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 384.03,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743724800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744243200000,\n        \"shipperName\": \"AFL\",\n        \"shipperAddress\": \"110 Hidden Lake Circle\",\n        \"shipperCity\": \"Duncan\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29334\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Wesco Distribution Inc.\",\n        \"consigneeAddress\": \"330 East Inner Rd.\",\n        \"consigneeCity\": \"Buzzards Bay\",\n        \"consigneeState\": \"MA\",\n        \"consigneeZip\": \"02542\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 20,\n        \"totalWeight\": 560,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/f9406bf5-8e22-4015-8486-917f19e66c0e.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134627879\",\n        \"ponumber\": \"1439496 \",\n        \"pronumber\": \"406053104\"\n    },\n    {\n        \"shipmentID\": 134627895,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 139.98,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743724800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744070400000,\n        \"shipperName\": \"PIPE LINE DEVELOPMENT\",\n        \"shipperAddress\": \"11792 ALAMEDA DRIVE\",\n        \"shipperCity\": \"STRONGSVILLE, OH\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44149\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOLUTION BASED INNOVATION\",\n        \"consigneeAddress\": \"2656 QUALITY COURT\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 680,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/ab8a7158-851d-44f2-b8f8-176c75caa6be.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1335155\"\n            }\n        ],\n        \"bolnumber\": \"1355553\",\n        \"ponumber\": \"1335155\",\n        \"pronumber\": \"008-5501885\"\n    },\n    {\n        \"shipmentID\": 134627947,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 323.04,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743724800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744070400000,\n        \"deliveryDate\": 1744070400000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AHC IRELAND KNOX - MM\",\n        \"consigneeAddress\": \"200 Brule St\",\n        \"consigneeCity\": \"Fort Knox\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40121\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 418,\n        \"totalWeight\": 2420,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE2D625F2R63\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1258190\"\n            }\n        ],\n        \"bolnumber\": \"134627947\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"601002533\"\n    },\n    {\n        \"shipmentID\": 134627995,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 666.19,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743724800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744243200000,\n        \"deliveryDate\": 1744243200000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA DISTRIBUTION\",\n        \"consigneeAddress\": \"2001 Normandy Dr DOOR 135 - 168\",\n        \"consigneeCity\": \"New Cumberland\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 15,\n        \"totalWeight\": 18000,\n        \"totalHU\": 15,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/9058be41-2930-46b0-b14b-5cdcaff80629.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EM24F10D9\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1206465\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"FE483541930000XXX\"\n            }\n        ],\n        \"bolnumber\": \"134627995\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"0032241335\"\n    },\n    {\n        \"shipmentID\": 134628047,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 401.41,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743724800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744243200000,\n        \"deliveryDate\": 1744243200000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA DISTRIBUTION\",\n        \"consigneeAddress\": \"2001 Normandy Dr DOOR 135-168\",\n        \"consigneeCity\": \"New Cumberland\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 7200,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/387bfbe9-e668-40f4-a00a-e18efd792f41.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EM24F10D7\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1206463\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"FE485641930001XXX\"\n            }\n        ],\n        \"bolnumber\": \"134628047\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"0032241336\"\n    },\n    {\n        \"shipmentID\": 134628075,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 345.51,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743724800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744329600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA DISTRIBUTION\",\n        \"consigneeAddress\": \"2001 Normandy Dr DOOR 135-168\",\n        \"consigneeCity\": \"New Cumberland\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 7200,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/3206611e5c240348d6054db4b94f4277-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EM24F10D6\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1206462\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"FE589741930002XXX\"\n            }\n        ],\n        \"bolnumber\": \"134628075\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"705363596\"\n    },\n    {\n        \"shipmentID\": 134628103,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 172.1,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743724800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744070400000,\n        \"deliveryDate\": 1744070400000,\n        \"shipperName\": \"BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DR\",\n        \"shipperCity\": \"BELLEVILLE\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USCG BASE PORTSMOUTH\",\n        \"consigneeAddress\": \"4000 COAST GUARD BLVD\",\n        \"consigneeCity\": \"PORTSMOUTH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23703\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 766,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/d1436cc3-4ae5-421c-b663-2490451f0615.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F1410\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F1410\"\n            }\n        ],\n        \"bolnumber\": \"1355583\",\n        \"ponumber\": \"1438577\",\n        \"pronumber\": \"I363970575\"\n    },\n    {\n        \"shipmentID\": 134628122,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 512.88,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743724800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744675200000,\n        \"deliveryDate\": 1744588800000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"US ARMY DEPOT SIERRA\",\n        \"consigneeAddress\": \"74 C STREET BLDG 309\",\n        \"consigneeCity\": \"HERLONG\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"96113\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 84,\n        \"totalWeight\": 1476,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a82c2a43-f7b3-4a5e-9e7a-90968a4caf7d.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE1C125F0395\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1231050\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"W90W0742540085XXX\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE1C125F0395\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1231050\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"W90W0742540085XXX\"\n            }\n        ],\n        \"bolnumber\": \"134628122\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"466656562\"\n    },\n    {\n        \"shipmentID\": 134628161,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 140.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743984000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743984000000,\n        \"deliveryDate\": 1743984000000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"OLGOONIK FEDERAL LLC\",\n        \"consigneeAddress\": \"150 LEE AVE\",\n        \"consigneeCity\": \"WINCHESTER\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22601\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 58,\n        \"totalWeight\": 910,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/6b69e2d80cd630d1dd108f935c096219-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1052-24H0610\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1231091\"\n            }\n        ],\n        \"bolnumber\": \"134628161\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"705363604\"\n    },\n    {\n        \"shipmentID\": 134628185,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 891.08,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744070400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744329600000,\n        \"deliveryDate\": 1744243200000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CIF\",\n        \"consigneeAddress\": \"BLDG 4, D STREET\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 87,\n        \"totalWeight\": 1590,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/0e9662d30af33875b40893a621b17f21-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL24F1DLB\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL24F1DLB\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL24F1DLB\"\n            }\n        ],\n        \"bolnumber\": \"134628185\",\n        \"ponumber\": \"1407706\",\n        \"pronumber\": \"0285927529\"\n    },\n    {\n        \"shipmentID\": 134628230,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 140.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743984000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743984000000,\n        \"deliveryDate\": 1743984000000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"OLGOONIK FEDERAL LLC\",\n        \"consigneeAddress\": \"150 LEE AVE\",\n        \"consigneeCity\": \"WINCHESTER \",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22601\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 58,\n        \"totalWeight\": 850,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/e9e6c6e86aef1e0a8bffe826b44028d3-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1052-24H0609\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1231086\"\n            }\n        ],\n        \"bolnumber\": \"134628230\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"705363612\"\n    },\n    {\n        \"shipmentID\": 134628308,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 124.11,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743724800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1745366400000,\n        \"shipperName\": \"DEFENSE VENTURE HOLDINGS\",\n        \"shipperAddress\": \"2601 PERFORMANCE CT.\",\n        \"shipperCity\": \"VIRGINIA BEACH\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVSUP WSS\",\n        \"consigneeAddress\": \"5450 CARLISLE PIKE BLDG 107 S END\",\n        \"consigneeCity\": \"MECHANICSBURG\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17050\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 660,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F13WT\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13WT\"\n            }\n        ],\n        \"bolnumber\": \"1355603\",\n        \"ponumber\": \"1438651\",\n        \"pronumber\": \"028-0829518\"\n    },\n    {\n        \"shipmentID\": 134628317,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 216.82,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743984000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744329600000,\n        \"deliveryDate\": 1744243200000,\n        \"shipperName\": \"BAE SYSTEMS SPACE AND MISSION SYSTEMS INC\",\n        \"shipperAddress\": \"9675 W 108TH, CIR\",\n        \"shipperCity\": \"WESTMINSTER\",\n        \"shipperState\": \"CO\",\n        \"shipperZip\": \"80021\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVAIR CENTRAL KITTING ACTIVITY\",\n        \"consigneeAddress\": \"235 INDUSTRIAL LOOP\",\n        \"consigneeCity\": \"ORANGE PARK\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32073\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 280,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/f4b45ff23eabea36bfbc1caff798d507-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL23F13VZ\"\n            }\n        ],\n        \"bolnumber\": \"1355604\",\n        \"ponumber\": \"1404194\",\n        \"pronumber\": \"I563166027\"\n    },\n    {\n        \"shipmentID\": 134628342,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 968.39,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744070400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744675200000,\n        \"deliveryDate\": 1744675200000,\n        \"shipperName\": \"Zero Point Incorporated\",\n        \"shipperAddress\": \"1763 Princess Anne Road, Suite 101\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23456\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"19th SFG UT ARNG\",\n        \"consigneeAddress\": \"17800 S Camp Williams Rd Bldg 9500\",\n        \"consigneeCity\": \"Bluffdale\",\n        \"consigneeState\": \"UT\",\n        \"consigneeZip\": \"84065\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 2700,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/90c5d5f5-6ef7-4305-b240-809a7abfe3bc.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F17NX\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"W67K21420119D2\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F17NX\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"W67K21420119D2\"\n            }\n        ],\n        \"bolnumber\": \"134628342\",\n        \"ponumber\": \"1392172\",\n        \"pronumber\": \"406285143\"\n    },\n    {\n        \"shipmentID\": 134628460,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 140.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743984000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744070400000,\n        \"deliveryDate\": 1744070400000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"W7NX CIF ACTIVITY PA ARNG\",\n        \"consigneeAddress\": \"BLDG 14 12 FIRE LANE\",\n        \"consigneeCity\": \"ANNVILLE \",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17003-5003\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 33,\n        \"totalWeight\": 1098,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/34268e3f3b330761bfe33182bb8eb086-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EJ25F7983\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1263252\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"W91N2P50690010XXX\"\n            }\n        ],\n        \"bolnumber\": \"134628460\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"705363620\"\n    },\n    {\n        \"shipmentID\": 134628487,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 390.51,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743984000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744156800000,\n        \"deliveryDate\": 1744156800000,\n        \"shipperName\": \"Midway Industrial Supply\",\n        \"shipperAddress\": \"3930 Eastbourne Dr.\",\n        \"shipperCity\": \"Syracuse\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"13206\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 1039,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/ad5f3f8e-4186-4f25-bbf8-affc55beb8f1.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134628487\",\n        \"ponumber\": \"1412844 \",\n        \"pronumber\": \"631687480\"\n    },\n    {\n        \"shipmentID\": 134628515,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 199.33,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743984000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744761600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Medline Industries INC\",\n        \"consigneeAddress\": \"1 MEDLINE DR STE 100\",\n        \"consigneeCity\": \"Wilmer\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"75172\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 18,\n        \"totalWeight\": 440,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/172838d78418fc96a4db6c33c0aa570e-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"4518329576\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1256346\"\n            }\n        ],\n        \"bolnumber\": \"134628515\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"7382801941\"\n    },\n    {\n        \"shipmentID\": 134628542,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 218.01,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743984000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745280000000,\n        \"deliveryDate\": 1745280000000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Medline Industries INC\",\n        \"consigneeAddress\": \"1 MEDLINE DR STE 100 \",\n        \"consigneeCity\": \"WILMER\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"75172\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 30,\n        \"totalWeight\": 536,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/937d0168c3a8bea29338fd58846216c5-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"4518404403\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1259556\"\n            }\n        ],\n        \"bolnumber\": \"134628542\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"388924039\"\n    },\n    {\n        \"shipmentID\": 134628552,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 140.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743984000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744156800000,\n        \"deliveryDate\": 1744156800000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"OLGOONIK FEDERAL LLC\",\n        \"consigneeAddress\": \"150 LEE AVE\",\n        \"consigneeCity\": \"WINCHESTER \",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22601\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 56,\n        \"totalWeight\": 962,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/5928ff51-d509-4ab8-9477-474a954b1f6d.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1052-24H0604\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1231096\"\n            }\n        ],\n        \"bolnumber\": \"134628552\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"705363638\"\n    },\n    {\n        \"shipmentID\": 134629401,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 397.15,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743984000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744848000000,\n        \"shipperName\": \"The Protective Group\",\n        \"shipperAddress\": \"14100 NW 58TH CT \",\n        \"shipperCity\": \"MIAMI LAKES \",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33014\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"US ARMY DEPOT SIERRA\",\n        \"consigneeAddress\": \"CH47 AVIATION SUPPORT BLDG #362\",\n        \"consigneeCity\": \"Herlong\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"96113\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 226,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b571cea1-4f83-44ba-9f72-ee83098e7b13.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134629401\",\n        \"ponumber\": \"1386082\",\n        \"pronumber\": \"221106205\"\n    },\n    {\n        \"shipmentID\": 134629446,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 204.45,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743984000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744070400000,\n        \"deliveryDate\": 1744070400000,\n        \"shipperName\": \"INTERSURGICAL/MAIN OCEAN\",\n        \"shipperAddress\": \"300 A TRADE ZONE BLVD\",\n        \"shipperCity\": \"SUMMERVILLE\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29486\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 3108,\n        \"totalHU\": 12,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/068105066ab53d82c7ae0b42e8f9add0-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1439764\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1439764\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1439764\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1439764\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1439764\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1439764\"\n            }\n        ],\n        \"bolnumber\": \"1355723\",\n        \"ponumber\": \"1439764\",\n        \"pronumber\": \"422486051\"\n    },\n    {\n        \"shipmentID\": 134629480,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 446.98,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743984000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744329600000,\n        \"deliveryDate\": 1744329600000,\n        \"shipperName\": \" Operative Experience\",\n        \"shipperAddress\": \"1007 Old Philadelphia RD BLDG 1B Suite 300\",\n        \"shipperCity\": \"Aberdeen\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"125TH MDG\",\n        \"consigneeAddress\": \"14300 Fang Drive BLDG 3\",\n        \"consigneeCity\": \"Jacksonville\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32218\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 820,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/454e8621-aed9-4d3c-9cba-a986bb66851c.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EX25F102B\"\n            }\n        ],\n        \"bolnumber\": \"134629480\",\n        \"ponumber\": \"1414886\",\n        \"pronumber\": \"973248780\"\n    },\n    {\n        \"shipmentID\": 134629602,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 142.21,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744156800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744243200000,\n        \"deliveryDate\": 1744243200000,\n        \"shipperName\": \"KONGSBERG DEFENSE AND AEROSPACE\",\n        \"shipperAddress\": \"210 INDUSTRIAL PARK RD\",\n        \"shipperCity\": \"JOHNSTOWN\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"15904\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PDM CSW REMOTE WEAPONS STATION (RWS\",\n        \"consigneeAddress\": \"BAT 4 ROAD, BLDG 3305\",\n        \"consigneeCity\": \"PICATINNY ARSENAL\",\n        \"consigneeState\": \"NJ\",\n        \"consigneeZip\": \"07806\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 328,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/2c154930e465f39d999e36a220e39244-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F11QX\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F11QX\"\n            }\n        ],\n        \"bolnumber\": \"1355743\",\n        \"ponumber\": \"1423260\",\n        \"pronumber\": \"I625367799\"\n    },\n    {\n        \"shipmentID\": 134629606,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 273.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743984000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744070400000,\n        \"deliveryDate\": 1744070400000,\n        \"shipperName\": \"VELOCITY SYSTEMS LLC\",\n        \"shipperAddress\": \"45064 UNDERWOOD LANE UNIT B\",\n        \"shipperCity\": \"DULLES\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"20166\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DEAV\",\n        \"consigneeAddress\": \"7952 CLUNY CT SA-7D\",\n        \"consigneeCity\": \"Springfield\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22153\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 780,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/54d4f396-2da5-4585-9854-8bba028ad879.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"19AQMM24F7352\"\n            }\n        ],\n        \"bolnumber\": \"134629606\",\n        \"ponumber\": \"1398111\",\n        \"pronumber\": \"406522023\"\n    },\n    {\n        \"shipmentID\": 134629674,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 241.82,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743984000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744675200000,\n        \"deliveryDate\": 1744675200000,\n        \"shipperName\": \"THALES DEFENSE & SECURITY, INC\",\n        \"shipperAddress\": \"22605 GATEWAY CENTER DRIVE\",\n        \"shipperCity\": \"CLARKSBURG\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"20871\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NIWC PACIFIC (NAVAL INFORMATION WAR\",\n        \"consigneeAddress\": \"4297 PACIFIC HWY BLDG 7\",\n        \"consigneeCity\": \"SAN DIEGO\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92110\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 380,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/aec727f3-bb52-438a-8e76-5e637d4a1c35.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F125X\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F125X\"\n            }\n        ],\n        \"bolnumber\": \"1355763\",\n        \"ponumber\": \"1426675\",\n        \"pronumber\": \"I796593348\"\n    },\n    {\n        \"shipmentID\": 134629708,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 231.87,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743984000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744070400000,\n        \"deliveryDate\": 1744070400000,\n        \"shipperName\": \"Team Wendy LLC\",\n        \"shipperAddress\": \"17000 St. Clair Ave. Bldg. 1\",\n        \"shipperCity\": \"Cleveland\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44110\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PECKHAM VOCATIONAL INDUSTRIES INC\",\n        \"consigneeAddress\": \"7100 MILLETT HWY\",\n        \"consigneeCity\": \"Lansing\",\n        \"consigneeState\": \"MI\",\n        \"consigneeZip\": \"48917\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1177,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/8aa2424bc4ce87bb1d8112bdc3b4eb9e-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Ship ID 15764\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Ship ID 15764\"\n            }\n        ],\n        \"bolnumber\": \"134629708\",\n        \"ponumber\": \"1402339\",\n        \"pronumber\": \"I088105212\"\n    },\n    {\n        \"shipmentID\": 134629791,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 400.3,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744070400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744675200000,\n        \"deliveryDate\": 1744675200000,\n        \"shipperName\": \"SELECT FABRICATORS\",\n        \"shipperAddress\": \"6 FRAMARK DRIVE\",\n        \"shipperCity\": \"VICTOR\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14564\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USSS TSD\",\n        \"consigneeAddress\": \"245 MURRAY LANE SW BLDG T-5\",\n        \"consigneeCity\": \"WASHINGTON\",\n        \"consigneeState\": \"DC\",\n        \"consigneeZip\": \"20223\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 3700,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EM25F101K\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EM25F101K\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EM25F101K\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EM25F101K\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EM25F101K\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EM25F101K\"\n            }\n        ],\n        \"bolnumber\": \"1355806\",\n        \"ponumber\": \"1419559\",\n        \"pronumber\": \"441959195\"\n    },\n    {\n        \"shipmentID\": 134629885,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1350.56,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743984000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744675200000,\n        \"deliveryDate\": 1744675200000,\n        \"shipperName\": \"Electric Apparatus Company\",\n        \"shipperAddress\": \"409 Roosevelt Street\",\n        \"shipperCity\": \"Howell\",\n        \"shipperState\": \"MI\",\n        \"shipperZip\": \"48843\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"309TH MXSG\",\n        \"consigneeAddress\": \"5832 H AVE, BAY J BUILDING 843\",\n        \"consigneeCity\": \"HILL AFB\",\n        \"consigneeState\": \"UT\",\n        \"consigneeZip\": \"84056\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 3000,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"0064179912\"\n            }\n        ],\n        \"bolnumber\": \"134629885\",\n        \"ponumber\": \"1393873 \",\n        \"pronumber\": \"0690882858\"\n    },\n    {\n        \"shipmentID\": 134629902,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 311.08,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744070400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744243200000,\n        \"deliveryDate\": 1744243200000,\n        \"shipperName\": \"AWS, INC\",\n        \"shipperAddress\": \"1405 WATERLESS ST.\",\n        \"shipperCity\": \"FAYETTEVILLE\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28306\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"LOCKHEED MARTIN CORP\",\n        \"consigneeAddress\": \"5749 BRIAR HILL RD BLDG 221\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 4440,\n        \"totalHU\": 12,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/d4066ba33d504a9f0a097ac5592ca9e4-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"4500063368\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"H92254-17-D-0001\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"4500063368\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"H92254-17-D-0001\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"4500063368\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"H92254-17-D-0001\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"4500063368\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"H92254-17-D-0001\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"4500063368\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"H92254-17-D-0001\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"4500063368\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"H92254-17-D-0001\"\n            }\n        ],\n        \"bolnumber\": \"1355826\",\n        \"ponumber\": \"1432131\",\n        \"pronumber\": \"424068087\"\n    },\n    {\n        \"shipmentID\": 134630125,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 611.38,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744070400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744675200000,\n        \"shipperName\": \"KIFARU INTERNATIONAL\",\n        \"shipperAddress\": \"511 E SUNSET DRIVE\",\n        \"shipperCity\": \"RIVERTON\",\n        \"shipperState\": \"WY\",\n        \"shipperZip\": \"82501\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"CETSA BLUEGRASS STATION\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 2388,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/9dd36f3febfd0930235d5a02db40cd44-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F198H\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F198H\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F198H\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F198H\"\n            }\n        ],\n        \"bolnumber\": \"1355843\",\n        \"ponumber\": \"1397088\",\n        \"pronumber\": \"7562437912\"\n    },\n    {\n        \"shipmentID\": 134630167,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 433.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744070400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744588800000,\n        \"deliveryDate\": 1744761600000,\n        \"shipperName\": \"5.11 INC.\",\n        \"shipperAddress\": \"3201 N. Airport Way\",\n        \"shipperCity\": \"Manteca\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"95336\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FBI ORC\",\n        \"consigneeAddress\": \"1000 Falls Run Dr\",\n        \"consigneeCity\": \"Fredericksburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22406\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 16,\n        \"totalWeight\": 349,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/f6e65e91-4797-40ec-bdcc-2865d7d70c30.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134630167\",\n        \"ponumber\": \"1439520 \",\n        \"pronumber\": \"156833208\"\n    },\n    {\n        \"shipmentID\": 134630910,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 142.21,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744070400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744156800000,\n        \"deliveryDate\": 1744156800000,\n        \"shipperName\": \"ELECTROMET CORPORATION\",\n        \"shipperAddress\": \"879 COMMONWEALTH AVE\",\n        \"shipperCity\": \"HAGERTOWN\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21740\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAWC AD 4.11.2\",\n        \"consigneeAddress\": \"17598 WEBSTER FIELD ROAD BLDG 8115\",\n        \"consigneeCity\": \"ST INIGOES\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20684\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 820,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/02ed55308c7c38af0056979c66074b69-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL23F13WU\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL23F13WU\"\n            }\n        ],\n        \"bolnumber\": \"1355926\",\n        \"ponumber\": \"1279857\",\n        \"pronumber\": \"I300867813\"\n    },\n    {\n        \"shipmentID\": 134631118,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 400.72,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744243200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744675200000,\n        \"deliveryDate\": 1744675200000,\n        \"shipperName\": \"True North Enterprises\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd. Units 108-109\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PD MAIN BATTLE TANK SYSTEMS (MBTS)\",\n        \"consigneeAddress\": \"BLDG 88037 LOGISTICS LANE\",\n        \"consigneeCity\": \"FORT CAVAZOS\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"76544\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 2030,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/f09525d4835512b447d4789ac13fa2a1-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"REQ# W50REN42651ERW\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL24F1DF3\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"REQ# W50REN42651ERW\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL24F1DF3\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"REQ# W50REN42651ERW\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL24F1DF3\"\n            }\n        ],\n        \"bolnumber\": \"134631118\",\n        \"ponumber\": \"1408206\",\n        \"pronumber\": \"422520535\"\n    },\n    {\n        \"shipmentID\": 134631136,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744070400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744243200000,\n        \"deliveryDate\": 1744243200000,\n        \"shipperName\": \"MUSTANGSURVIVAL\",\n        \"shipperAddress\": \"201 BUSCH DRIVE\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 650,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/5140ddbbebd1dfe989136e49b9f4e4d5-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1422303\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1422303\"\n            }\n        ],\n        \"bolnumber\": \"1356325\",\n        \"ponumber\": \"1422303\",\n        \"pronumber\": \"I889970121\"\n    },\n    {\n        \"shipmentID\": 134631181,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 279.2,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744070400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744675200000,\n        \"deliveryDate\": 1744329600000,\n        \"shipperName\": \"TYR TACTICAL\",\n        \"shipperAddress\": \"9330 N 91ST AVE\",\n        \"shipperCity\": \"PEORIA\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"SOFSA\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 888,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/f7822cc5-65d6-4c64-88de-848c94f58240.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24P0013\"\n            }\n        ],\n        \"bolnumber\": \"1356330\",\n        \"ponumber\": \"1401890\",\n        \"pronumber\": \"I314086779\"\n    },\n    {\n        \"shipmentID\": 134631189,\n        \"name\": \"none\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744156800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744761600000,\n        \"shipperName\": \"Amer Sports\",\n        \"shipperAddress\": \"961 West 2nd St.\",\n        \"shipperCity\": \"Ogden\",\n        \"shipperState\": \"UT\",\n        \"shipperZip\": \"84404\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"91st SFG\",\n        \"consigneeAddress\": \"330 Tanker Trail\",\n        \"consigneeCity\": \"Minot AFB\",\n        \"consigneeState\": \"ND\",\n        \"consigneeZip\": \"58705\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 38,\n        \"totalWeight\": 1420,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134631189\",\n        \"ponumber\": \"1440203\",\n        \"pronumber\": \"\"\n    },\n    {\n        \"shipmentID\": 134631212,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 492.67,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744156800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744329600000,\n        \"deliveryDate\": 1744329600000,\n        \"shipperName\": \" Brenner Metal Products\",\n        \"shipperAddress\": \"90 Dayton Ave. Bldg. 14 Unit 1F\",\n        \"shipperCity\": \"Passaic\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"07055\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVMEDREADLOGCOM\",\n        \"consigneeAddress\": \" Bldg 565, Atrim Road\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1410,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/cab9ec37d3917419c433b534bcc2bf00-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134631212\",\n        \"ponumber\": \"1440384\",\n        \"pronumber\": \"0842454597\"\n    },\n    {\n        \"shipmentID\": 134631482,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 536.68,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744156800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744761600000,\n        \"deliveryDate\": 1744761600000,\n        \"shipperName\": \"Pulse Systems Inc.\",\n        \"shipperAddress\": \"15 Plymouth Drive, Unit A\",\n        \"shipperCity\": \"South Easton\",\n        \"shipperState\": \"MA\",\n        \"shipperZip\": \"02375\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAWCWD 539400E (AIRBORNE THREAT SIMULATION)\",\n        \"consigneeAddress\": \"RONALD REAGAN BLVD. BLDG 351, ROOM 1210\",\n        \"consigneeCity\": \"Point Mugu Naws\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"93042\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 784,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"CODE EB46100\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"N6312642171B3S\"\n            }\n        ],\n        \"bolnumber\": \"134631482\",\n        \"ponumber\": \"1393695\",\n        \"pronumber\": \"0800944069\"\n    },\n    {\n        \"shipmentID\": 134631707,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 548.3,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744243200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744675200000,\n        \"deliveryDate\": 1744675200000,\n        \"shipperName\": \"Zero Point Incorporated\",\n        \"shipperAddress\": \"  1763 Princess Anne Road\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23456\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MARSOC MRR 1ST MRB\",\n        \"consigneeAddress\": \"Stone Bay Rifle Range Road Bldg RR465\",\n        \"consigneeCity\": \"Sneads Ferry\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28460\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 8050,\n        \"totalHU\": 12,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/11301f34c2d3187b0c1884e020be8e58-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"M2097042321C1M\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1969\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"M2097042321C1M\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1969\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"M2097042321C1M\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1969\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"M2097042321C1M\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1969\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"M2097042321C1M\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1969\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"M2097042321C1M\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1969\"\n            }\n        ],\n        \"bolnumber\": \"134631707\",\n        \"ponumber\": \"1397199\",\n        \"pronumber\": \"418543747\"\n    },\n    {\n        \"shipmentID\": 134632405,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 752.87,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744156800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744329600000,\n        \"deliveryDate\": 1744329600000,\n        \"shipperName\": \"LUXOTTICA – ESS - OAKLEY\",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 46,\n        \"totalWeight\": 2124,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b325fc7d-d03a-4976-8060-360d991ec7bf.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8875703371\"\n            }\n        ],\n        \"bolnumber\": \"134632405\",\n        \"ponumber\": \"1439744\",\n        \"pronumber\": \"783385993\"\n    },\n    {\n        \"shipmentID\": 134632414,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 222.41,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744156800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744588800000,\n        \"shipperName\": \"OAKWOOD CONTROLS CORPORATION\",\n        \"shipperAddress\": \"159 INDUSTRIAL RD\",\n        \"shipperCity\": \"Glen Rock\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"17327\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"JXNM WEAPON SUSTAINMENT PROTOTYPING AND TESTING BRANCH\",\n        \"consigneeAddress\": \"300 HIGHWAY 361 BLDG 2521 WEST\",\n        \"consigneeCity\": \"Crane\",\n        \"consigneeState\": \"IN\",\n        \"consigneeZip\": \"47522\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 16,\n        \"totalWeight\": 500,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/98eef21cc57af49022c804ec4e20f546-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"RATED - DOC9, SHIP TO DODAAC N00164\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F11UM\"\n            }\n        ],\n        \"bolnumber\": \"134632414\",\n        \"ponumber\": \"1424548\",\n        \"pronumber\": \"6782456402\"\n    },\n    {\n        \"shipmentID\": 134632587,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1120.99,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744156800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744329600000,\n        \"deliveryDate\": 1744329600000,\n        \"shipperName\": \"Vertex Wireless, LLC\",\n        \"shipperAddress\": \"500 Wegner Drive\",\n        \"shipperCity\": \"West Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60185\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PDM AIR WARRIOR\",\n        \"consigneeAddress\": \"BLDG 8024 Cottonwood Drive\",\n        \"consigneeCity\": \"Redstone Arsenal\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35898 \",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 16,\n        \"totalWeight\": 14160,\n        \"totalHU\": 16,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/920dd3dd82e0b41a2f8924ac3b797ec8-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F148J\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"198924\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F148J\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"198924\"\n            }\n        ],\n        \"bolnumber\": \"134632587\",\n        \"ponumber\": \"1440786\",\n        \"pronumber\": \"1282764272\"\n    },\n    {\n        \"shipmentID\": 134632595,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 398.4,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744156800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744329600000,\n        \"deliveryDate\": 1744329600000,\n        \"shipperName\": \"DARN TOUGH VT\",\n        \"shipperAddress\": \"7 BELKNAP AVE\",\n        \"shipperCity\": \"NORTHFIELD\",\n        \"shipperState\": \"VT\",\n        \"shipperZip\": \"05663\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 3434,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/23c6aeb8-7681-4844-b920-b29a2c804ac2.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1424955\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1424955\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1424955\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1424955\"\n            }\n        ],\n        \"bolnumber\": \"1356403\",\n        \"ponumber\": \"1424955\",\n        \"pronumber\": \"464209966\"\n    },\n    {\n        \"shipmentID\": 134632704,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 147.1,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744156800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744329600000,\n        \"shipperName\": \"NORTH AMERICAN RESCUE\",\n        \"shipperAddress\": \"35 TEDWALL COURT\",\n        \"shipperCity\": \"GREER\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29650\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"192ND FW\",\n        \"consigneeAddress\": \"70 ELM STREET BLDG 223\",\n        \"consigneeCity\": \"JB LANGLEY-EUSTIS\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23665\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 962,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/21df7ea6-078c-4412-9bc3-24ffa74a685f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX25F1028\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX25F1028\"\n            }\n        ],\n        \"bolnumber\": \"1356505\",\n        \"ponumber\": \"1414922\",\n        \"pronumber\": \"011-2887506\"\n    },\n    {\n        \"shipmentID\": 134632738,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 147.1,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744156800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744675200000,\n        \"shipperName\": \"NORTH AMERICAN RESCUE\",\n        \"shipperAddress\": \"35 TEDWALL COURT\",\n        \"shipperCity\": \"GREER\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29650\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FBI TTU\",\n        \"consigneeAddress\": \"FBI ACADEMY - TTU\",\n        \"consigneeCity\": \"QUANTICO\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22135\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 862,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/6a49e8c5-25a3-4269-a428-1c33034b9591.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"15F06725F0000019\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"15F06725F0000019\"\n            }\n        ],\n        \"bolnumber\": \"1356507\",\n        \"ponumber\": \"1437436\",\n        \"pronumber\": \"011-2887507\"\n    },\n    {\n        \"shipmentID\": 134632755,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 327.73,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744156800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744761600000,\n        \"deliveryDate\": 1744761600000,\n        \"shipperName\": \"NORTH AMERICAN RESCUE\",\n        \"shipperAddress\": \"35 TEDWALL COURT\",\n        \"shipperCity\": \"GREER\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29650\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"124TH MDG\",\n        \"consigneeAddress\": \"4682 GENERAL MANNING AVE BLDG 310\",\n        \"consigneeCity\": \"BOISE\",\n        \"consigneeState\": \"ID\",\n        \"consigneeZip\": \"83705\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 962,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/aa19f1c653c10562c11c1a3b0f93c169-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX25F102F\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX25F102F\"\n            }\n        ],\n        \"bolnumber\": \"1356508\",\n        \"ponumber\": \"1414878\",\n        \"pronumber\": \"I481021128\"\n    },\n    {\n        \"shipmentID\": 134632805,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 145.84,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744156800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744329600000,\n        \"deliveryDate\": 1744329600000,\n        \"shipperName\": \"BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DR\",\n        \"shipperCity\": \"BELLEVILLE\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USCG BASE PORTSMOUTH\",\n        \"consigneeAddress\": \"4000 COAST GUARD BLVD\",\n        \"consigneeCity\": \"PORTSMOUTH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23703\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 594,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/5b76606d5343ce2391f388072fdb80e3-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F1410\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F1410\"\n            }\n        ],\n        \"bolnumber\": \"1356513\",\n        \"ponumber\": \"1438577\",\n        \"pronumber\": \"I362122164\"\n    },\n    {\n        \"shipmentID\": 134632888,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 563.44,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744156800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744761600000,\n        \"deliveryDate\": 1744675200000,\n        \"shipperName\": \"NORTH AMERICAN RESCUE\",\n        \"shipperAddress\": \"35 TEDWALL COURT\",\n        \"shipperCity\": \"GREER\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29650\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"146TH MDG\",\n        \"consigneeAddress\": \"106 MULCAHEY DR\",\n        \"consigneeCity\": \"PORT HUENEME\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"93041\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1938,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/818e42e3-1d54-4fcf-9122-77a72a2e08ae.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX25F1021\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX25F1021\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX25F1021\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX25F1021\"\n            }\n        ],\n        \"bolnumber\": \"1356528\",\n        \"ponumber\": \"1415114\",\n        \"pronumber\": \"472202905\"\n    },\n    {\n        \"shipmentID\": 134632891,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 227.97,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744675200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744761600000,\n        \"deliveryDate\": 1744761600000,\n        \"shipperName\": \"SKYDIO\",\n        \"shipperAddress\": \"27317 INDUSTRIAL BLVD\",\n        \"shipperCity\": \"Hayward\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"94545\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"EVOLVING RESOURCES INC\",\n        \"consigneeAddress\": \"5284 ADOLFO RD STE 150\",\n        \"consigneeCity\": \"Camarillo\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"93012\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 14,\n        \"totalWeight\": 648,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Q9703442391CFV\"\n            }\n        ],\n        \"bolnumber\": \"134632891\",\n        \"ponumber\": \"1398595\",\n        \"pronumber\": \"667226114\"\n    },\n    {\n        \"shipmentID\": 134632932,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 306.99,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744156800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744848000000,\n        \"deliveryDate\": 1744675200000,\n        \"shipperName\": \"MID-ATLANTIC COMPUTER SERVICES\",\n        \"shipperAddress\": \"13030 ALONDRA BLVD\",\n        \"shipperCity\": \"CERRITOS\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"90703\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"JXYM C2 INTEGRATION BRANCH\",\n        \"consigneeAddress\": \"300 HIGHWAY 361\",\n        \"consigneeCity\": \"CRANE\",\n        \"consigneeState\": \"IN\",\n        \"consigneeZip\": \"47522\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 730,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/65920a00307cd40d1f7a63aa345a6892-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F12N3\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F12N3\"\n            }\n        ],\n        \"bolnumber\": \"1356533\",\n        \"ponumber\": \"1429926\",\n        \"pronumber\": \"I048350691\"\n    },\n    {\n        \"shipmentID\": 134632978,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1331.04,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744243200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744675200000,\n        \"deliveryDate\": 1744675200000,\n        \"shipperName\": \"Thermo Fisher Scientific\",\n        \"shipperAddress\": \"1600 Lexington Ave. Dock 107\",\n        \"shipperCity\": \"Rochester\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14606\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"LCI DISTRIBUTION \",\n        \"consigneeAddress\": \"1131 CHAPEL CROSSING RD BLDG 680\",\n        \"consigneeCity\": \"Brunswick\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"31524\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 18,\n        \"totalWeight\": 5580,\n        \"totalHU\": 18,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/4dc8d586ef6dbcef016c7574e442455b-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"82768487\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"2224860-1\"\n            }\n        ],\n        \"bolnumber\": \"134632978\",\n        \"ponumber\": \"1438133\",\n        \"pronumber\": \"I068574546\"\n    },\n    {\n        \"shipmentID\": 134633077,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 915.29,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744156800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744675200000,\n        \"deliveryDate\": 1744675200000,\n        \"shipperName\": \"TYR TACTICAL LLC\",\n        \"shipperAddress\": \"9330 N 91ST AVE\",\n        \"shipperCity\": \"Peoria\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USMS TD\",\n        \"consigneeAddress\": \"1131 Chapel Crossing Rd BLDG 2200\",\n        \"consigneeCity\": \"GLYNCO\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"31524\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 3100,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/2a7c96f7c9a34ae64cabc6a8dab91d87-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"M-25-A46-R-000063\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"15M10425FA4700024\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"M-25-A46-R-000063\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"15M10425FA4700024\"\n            }\n        ],\n        \"bolnumber\": \"134633077\",\n        \"ponumber\": \"1434502\",\n        \"pronumber\": \"2972382393\"\n    },\n    {\n        \"shipmentID\": 134633094,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 209.69,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744329600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744675200000,\n        \"deliveryDate\": 1744675200000,\n        \"shipperName\": \"COB INDUSTRIES\",\n        \"shipperAddress\": \"6909 Vickie Circle\",\n        \"shipperCity\": \"Melbourne\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32904\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SBI\",\n        \"consigneeAddress\": \"2656 Quality Court\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 425,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/12cd7b092112e4d95b06a94ddf6a6d83-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134633094\",\n        \"ponumber\": \"1334880\",\n        \"pronumber\": \"416579051\"\n    },\n    {\n        \"shipmentID\": 134633362,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 283.26,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744243200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744848000000,\n        \"deliveryDate\": 1744848000000,\n        \"shipperName\": \"BREACHING TECHNOLOGIES INC\",\n        \"shipperAddress\": \"17317 BANDERA ROAD\",\n        \"shipperCity\": \"HELOTES\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"78023\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSW BTC\",\n        \"consigneeAddress\": \"FT STORY 209 I STREET\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23459\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1466,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/c2ec07976853b8f7bcb608bc34f94853-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F13ZR\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13ZR\"\n            }\n        ],\n        \"bolnumber\": \"1356647\",\n        \"ponumber\": \"1438644\",\n        \"pronumber\": \"424950804\"\n    },\n    {\n        \"shipmentID\": 134634036,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 444.83,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744243200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1745280000000,\n        \"shipperName\": \"5.11 INC.\",\n        \"shipperAddress\": \"3201 N. Airport Way\",\n        \"shipperCity\": \"Manteca\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"95336\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FBI ORC\",\n        \"consigneeAddress\": \"1000 Falls Run Dr\",\n        \"consigneeCity\": \"Fredericksburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22406\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 290,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/61aba58d4d874fd89dc87af13c360307-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134634036\",\n        \"ponumber\": \"1440143  \",\n        \"pronumber\": \"5767870043\"\n    },\n    {\n        \"shipmentID\": 134634149,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 140.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744243200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744588800000,\n        \"shipperName\": \"L3HARRIS TECHNOLOGIES\",\n        \"shipperAddress\": \"1350 JEFFERSON RD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 328,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/5309b37a-af17-42f9-a788-70e144804f8a.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1405641\"\n            }\n        ],\n        \"bolnumber\": \"1356703\",\n        \"ponumber\": \"1405641\",\n        \"pronumber\": \"020-1249091\"\n    },\n    {\n        \"shipmentID\": 134634196,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 140.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744243200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744588800000,\n        \"shipperName\": \"L3HARRIS TECHNOLOGIES\",\n        \"shipperAddress\": \"1350 JEFFERSON RD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 556,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c16b069e-88aa-4a29-82e3-c8974c89be96.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1405500\"\n            }\n        ],\n        \"bolnumber\": \"1356723\",\n        \"ponumber\": \"1405500\",\n        \"pronumber\": \"020-1249090\"\n    },\n    {\n        \"shipmentID\": 134634205,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1595,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744243200000,\n        \"modeDesc\": \"Volume LTL\",\n        \"estimatedDeliveryDate\": 1744588800000,\n        \"deliveryDate\": 1744588800000,\n        \"shipperName\": \"Exxel Outdoors\",\n        \"shipperAddress\": \"300 American Blvd\",\n        \"shipperCity\": \"Haleyville\",\n        \"shipperState\": \"AL\",\n        \"shipperZip\": \"35565\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 4900,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/a948e3150189dad8ccb7505089648be2-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134634205\",\n        \"ponumber\": \"1424023\",\n        \"pronumber\": \"0361068326\"\n    },\n    {\n        \"shipmentID\": 134634519,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 290.26,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744329600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745193600000,\n        \"deliveryDate\": 1745193600000,\n        \"shipperName\": \"AYON CYBERSECURITY INC DBA VDC\",\n        \"shipperAddress\": \"5155 W KING STREET\",\n        \"shipperCity\": \"COCOA\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32926\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC PORT HUENEME\",\n        \"consigneeAddress\": \"4364 MISSILE WAY BLDG. 435\",\n        \"consigneeCity\": \"PORT HUENEME\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"93043\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 788,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1BD9\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1BD9\"\n            }\n        ],\n        \"bolnumber\": \"1356784\",\n        \"ponumber\": \"1400587\",\n        \"pronumber\": \"520956413\"\n    },\n    {\n        \"shipmentID\": 134634878,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 630.65,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744329600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745193600000,\n        \"deliveryDate\": 1744934400000,\n        \"shipperName\": \"DOCK HIGH LOGISTICS\",\n        \"shipperAddress\": \"13515 48TH STREET EAST\",\n        \"shipperCity\": \"SUMNER\",\n        \"shipperState\": \"WA\",\n        \"shipperZip\": \"98390\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 2294,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/12f02b6ecd88796605f6c933b8163d3a-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1439710\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1439710\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1439710\"\n            }\n        ],\n        \"bolnumber\": \"1356884\",\n        \"ponumber\": \"1439710\",\n        \"pronumber\": \"2231069944\"\n    },\n    {\n        \"shipmentID\": 134635806,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 400.96,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744329600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744675200000,\n        \"deliveryDate\": 1744675200000,\n        \"shipperName\": \"CRYE PRECISION - NJ\",\n        \"shipperAddress\": \"1157 GLOBE AVE\",\n        \"shipperCity\": \"MOUNTAINSIDE\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"07092\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MCLB ALBANY GARRISON SUPPLY\",\n        \"consigneeAddress\": \"1315 WEST OAKRIDGE DRIVE\",\n        \"consigneeCity\": \"ALBANY\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"31707\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1900,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/8807688d-4664-47b1-b8f6-8643982b193d.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"TMG-491317\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"FA805124P0023\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"TMG-491317\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"FA805124P0023\"\n            }\n        ],\n        \"bolnumber\": \"1356905\",\n        \"ponumber\": \"1424339\",\n        \"pronumber\": \"0842384136\"\n    },\n    {\n        \"shipmentID\": 134635929,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 376.32,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744329600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744761600000,\n        \"deliveryDate\": 1744761600000,\n        \"shipperName\": \"CRYE PRECISION - NJ\",\n        \"shipperAddress\": \"1157 GLOBE AVE\",\n        \"shipperCity\": \"MOUNTAINSIDE\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"07092\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"EXPLOSIVE ORDNANCE DISPOSAL (CXD)\",\n        \"consigneeAddress\": \"5835 BAY LINE DRIVE\",\n        \"consigneeCity\": \"PANAMA CITY\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32404\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1200,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"TMG-491316\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"FA805124P0023\"\n            }\n        ],\n        \"bolnumber\": \"1356907\",\n        \"ponumber\": \"1418475\",\n        \"pronumber\": \"408627730\"\n    },\n    {\n        \"shipmentID\": 134635937,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 434.16,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744329600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744675200000,\n        \"deliveryDate\": 1744675200000,\n        \"shipperName\": \"WILEY X, INC.\",\n        \"shipperAddress\": \"15755 PRESTON RD\",\n        \"shipperCity\": \"FRISCO\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75033\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 2844,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/c63d3b455b7b851cbd1b5bc6a1fe8c0b-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1430358\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1430358\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1430358\"\n            }\n        ],\n        \"bolnumber\": \"1356908\",\n        \"ponumber\": \"1430358\",\n        \"pronumber\": \"423359045\"\n    },\n    {\n        \"shipmentID\": 134635951,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744329600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744761600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Communication Center (UDO-Supply)\",\n        \"consigneeAddress\": \"3070 V St NE\",\n        \"consigneeCity\": \"Washington\",\n        \"consigneeState\": \"DC\",\n        \"consigneeZip\": \"20018\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 243,\n        \"totalWeight\": 6054,\n        \"totalHU\": 15,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/b20aa936c0792479c9ae2a29c800c784-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"70US0924F3OTH2962\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1183499\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"PR-24-USSS-523\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"70US0924F3OTH2962\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1183499\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"PR-24-USSS-523\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"70US0924F3OTH2962\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1183499\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"PR-24-USSS-523\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"70US0924F3OTH2962\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1183499\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"PR-24-USSS-523\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"70US0924F3OTH2962\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1183499\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"PR-24-USSS-523\"\n            }\n        ],\n        \"bolnumber\": \"134635951\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"7825890855\"\n    },\n    {\n        \"shipmentID\": 134635985,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 373.35,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744329600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745280000000,\n        \"deliveryDate\": 1744848000000,\n        \"shipperName\": \"CASCADE DESIGNS\",\n        \"shipperAddress\": \"10990 LEAR BLVD\",\n        \"shipperCity\": \"RENO\",\n        \"shipperState\": \"NV\",\n        \"shipperZip\": \"89506\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1044,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1422531\"\n            }\n        ],\n        \"bolnumber\": \"1356913\",\n        \"ponumber\": \"1422531\",\n        \"pronumber\": \"777526201\"\n    },\n    {\n        \"shipmentID\": 134636070,\n        \"name\": \"FedEx Freight Priority\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 973.75,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXFE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744329600000,\n        \"modeDesc\": \"Volume LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744934400000,\n        \"shipperName\": \"SKF/KAYDON plant 12a\",\n        \"shipperAddress\": \"840 CORPORATE CIR\",\n        \"shipperCity\": \"Sumter\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29154\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"W562RM-RED RIVER ARMY DEPOT   \",\n        \"consigneeAddress\": \"10TH ST AND K AVENUE          \",\n        \"consigneeCity\": \"Texarkana\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"75507\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 11,\n        \"totalWeight\": 5400,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/12235c726cc212b04d2acc4e64fb5a55-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134636070\",\n        \"ponumber\": \"1326915\",\n        \"pronumber\": \"5149874564\"\n    },\n    {\n        \"shipmentID\": 134636083,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 418.17,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744329600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744848000000,\n        \"deliveryDate\": 1744848000000,\n        \"shipperName\": \"GETZ EQUIPMENT INNOVATORS\",\n        \"shipperAddress\": \"2320 LAKECREST DR.\",\n        \"shipperCity\": \"PEKIN\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"61554\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"309TH CMXG\",\n        \"consigneeAddress\": \"7226 SOUTHGATE AVE BLDG 257\",\n        \"consigneeCity\": \"HILL AFB\",\n        \"consigneeState\": \"UT\",\n        \"consigneeZip\": \"84056\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 2078,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/6e90dc358f922bcc82320c6453555994-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"PO-94608\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"PO-94608\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"PO-94608\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"PO-94608\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"PO-94608\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"PO-94608\"\n            }\n        ],\n        \"bolnumber\": \"1356929\",\n        \"ponumber\": \"1434101\",\n        \"pronumber\": \"I047881476\"\n    },\n    {\n        \"shipmentID\": 134636261,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 305.86,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744329600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744675200000,\n        \"deliveryDate\": 1744675200000,\n        \"shipperName\": \"SAFARILAND LLC\",\n        \"shipperAddress\": \"3041 FAYE RD\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32226\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 3334,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/1b96bb3916637d5e398aaef1deb51791-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1431271\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1431271\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1431271\"\n            }\n        ],\n        \"bolnumber\": \"1356953\",\n        \"ponumber\": \"1431271\",\n        \"pronumber\": \"411441175\"\n    },\n    {\n        \"shipmentID\": 134636340,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 128.55,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744329600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744848000000,\n        \"shipperName\": \"ELECTROMET CORPORATION\",\n        \"shipperAddress\": \"879 COMMONWEALTH AVE\",\n        \"shipperCity\": \"HAGERTOWN\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21740\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC PORT HUENEME DET YORKTOWN\",\n        \"consigneeAddress\": \"160 MAIN ROAD BLDG 476\",\n        \"consigneeCity\": \"YORKTOWN\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23691\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 650,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10UC\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10UC\"\n            }\n        ],\n        \"bolnumber\": \"1356976\",\n        \"ponumber\": \"1420008\",\n        \"pronumber\": \"027-0600760\"\n    },\n    {\n        \"shipmentID\": 134636696,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 366.03,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744588800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744848000000,\n        \"deliveryDate\": 1744848000000,\n        \"shipperName\": \"TYR TACTICAL\",\n        \"shipperAddress\": \"9330 N 91ST AVE\",\n        \"shipperCity\": \"PEORIA\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"OKLAHOMA CITY OK PD\",\n        \"consigneeAddress\": \"700 COLCORD DRIVE\",\n        \"consigneeCity\": \"OKLAHOMA CITY\",\n        \"consigneeState\": \"OK\",\n        \"consigneeZip\": \"73102\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 2200,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"COKC_PO002016\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"COKC_PO002016\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"COKC_PO002016\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"COKC_PO002016\"\n            }\n        ],\n        \"bolnumber\": \"1357048\",\n        \"ponumber\": \"1394225\",\n        \"pronumber\": \"257672553\"\n    },\n    {\n        \"shipmentID\": 134637969,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 240.91,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744588800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1745193600000,\n        \"shipperName\": \"North American Rescue Simulation\",\n        \"shipperAddress\": \"2110 Spencer Ct \",\n        \"shipperCity\": \"La Grange\",\n        \"shipperState\": \"KY\",\n        \"shipperZip\": \"40031\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA TRP SPT\",\n        \"consigneeAddress\": \"7611A Brandon Woods Blvd\",\n        \"consigneeCity\": \"BALTIMORE\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"21226\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 300,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/25f1bcd2d49495a667d47e5dadf67cfa-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE2D525F9177 HT1081\"\n            }\n        ],\n        \"bolnumber\": \"134637969\",\n        \"ponumber\": \"1435016\",\n        \"pronumber\": \"8732385141\"\n    },\n    {\n        \"shipmentID\": 134637975,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 226.25,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744675200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744848000000,\n        \"shipperName\": \"DYNALEC CORPORATION\",\n        \"shipperAddress\": \"79 ROTTERDAM RD.\",\n        \"shipperCity\": \"SODUS\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14551\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC PHILADELPHIA\",\n        \"consigneeAddress\": \"1601 LANGLEY AVE\",\n        \"consigneeCity\": \"PHILADELPHIA\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"19112\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 400,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/180ef38238fb6725935e74c34b97b539-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX24F10YW\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX24F10YW\"\n            }\n        ],\n        \"bolnumber\": \"1357123\",\n        \"ponumber\": \"1392466\",\n        \"pronumber\": \"7991361895\"\n    },\n    {\n        \"shipmentID\": 134638126,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 361.2,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744588800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744675200000,\n        \"deliveryDate\": 1744675200000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVSUP WSS\",\n        \"consigneeAddress\": \"5450 CARLISLE PIKE BLDG 107 S END\",\n        \"consigneeCity\": \"Mechanicsburg\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17055\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 80,\n        \"totalWeight\": 5008,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/74f7a40936cd3bcaf93dc47f928c5bde-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1C0N\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1217557\"\n            }\n        ],\n        \"bolnumber\": \"134638126\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"685321606\"\n    },\n    {\n        \"shipmentID\": 134638199,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1134.51,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744675200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745107200000,\n        \"deliveryDate\": 1745193600000,\n        \"shipperName\": \"ARX PERIMETERS\",\n        \"shipperAddress\": \"421 HEATHROW CT\",\n        \"shipperCity\": \"BURR RIDGE\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60527\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"377TH SFS\",\n        \"consigneeAddress\": \"8251 GRIFFIN AVE BLDG 20412\",\n        \"consigneeCity\": \"KIRTLAND AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"87117\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 4400,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"PO-95924\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"PO-95924\"\n            }\n        ],\n        \"bolnumber\": \"1357601\",\n        \"ponumber\": \"1441930\",\n        \"pronumber\": \"0285861432\"\n    },\n    {\n        \"shipmentID\": 134638223,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 142.52,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744588800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744848000000,\n        \"deliveryDate\": 1744848000000,\n        \"shipperName\": \"DARN TOUGH VT\",\n        \"shipperAddress\": \"7 BELKNAP AVE\",\n        \"shipperCity\": \"NORTHFIELD\",\n        \"shipperState\": \"VT\",\n        \"shipperZip\": \"05663\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 534,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/906a2f3aad16521a2dda5af64d63e124-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1424955\"\n            }\n        ],\n        \"bolnumber\": \"1357603\",\n        \"ponumber\": \"1424955\",\n        \"pronumber\": \"I348370587\"\n    },\n    {\n        \"shipmentID\": 134638306,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 145.84,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744675200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744934400000,\n        \"deliveryDate\": 1744848000000,\n        \"shipperName\": \"DEFENSE VENTURE HOLDINGS\",\n        \"shipperAddress\": \"2601 PERFORMANCE CT.\",\n        \"shipperCity\": \"VIRGINIA BEACH\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"WXS AIRBORNE ELECTRONIC ATTACK SYST\",\n        \"consigneeAddress\": \"300 HIGHWAY 361 BLDG 3330C\",\n        \"consigneeCity\": \"CRANE\",\n        \"consigneeState\": \"IN\",\n        \"consigneeZip\": \"47522\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 162,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/a83b7b8793d02a3ad5e227d95f7a5456-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F12HN\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F12HN\"\n            }\n        ],\n        \"bolnumber\": \"1357623\",\n        \"ponumber\": \"1428953\",\n        \"pronumber\": \"I952449192\"\n    },\n    {\n        \"shipmentID\": 134638423,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 384.57,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744675200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744934400000,\n        \"deliveryDate\": 1744934400000,\n        \"shipperName\": \"TRUSTED SYSTEMS/FAIRLAWN TOOL\",\n        \"shipperAddress\": \"1232 INDEPENDENCE WAY\",\n        \"shipperCity\": \"WESTMINSTER\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21157\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PORTSMOUTH NAVAL SHIPYARD\",\n        \"consigneeAddress\": \"PORTSMOUTH NAVAL SHIPYARD GF\",\n        \"consigneeCity\": \"KITTERY\",\n        \"consigneeState\": \"ME\",\n        \"consigneeZip\": \"03904\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 4200,\n        \"totalHU\": 12,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/868144fc9adeb76c4cee8e56dbe13bd2-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10SL\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10SL\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10SL\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10SL\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10SL\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10SL\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10SL\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10SL\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10SL\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10SL\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10SL\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10SL\"\n            }\n        ],\n        \"bolnumber\": \"1357624\",\n        \"ponumber\": \"1418269\",\n        \"pronumber\": \"I129027771\"\n    },\n    {\n        \"shipmentID\": 134638558,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 145.84,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744675200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744848000000,\n        \"deliveryDate\": 1744934400000,\n        \"shipperName\": \"BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DR\",\n        \"shipperCity\": \"BELLEVILLE\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USCG BASE PORTSMOUTH\",\n        \"consigneeAddress\": \"4000 COAST GUARD BLVD\",\n        \"consigneeCity\": \"PORTSMOUTH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23703\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 610,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/99d7abaed32922f2ee950e912333fde9-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F1410\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F1410\"\n            }\n        ],\n        \"bolnumber\": \"1357669\",\n        \"ponumber\": \"1438577\",\n        \"pronumber\": \"362122326\"\n    },\n    {\n        \"shipmentID\": 134638573,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 485.93,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744675200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745193600000,\n        \"deliveryDate\": 1745193600000,\n        \"shipperName\": \"SENCO INC\",\n        \"shipperAddress\": \"11005 DOVER ST\",\n        \"shipperCity\": \"WESTMINSTER\",\n        \"shipperState\": \"CO\",\n        \"shipperZip\": \"80021\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"SOFSA\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 2768,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24P0013\"\n            }\n        ],\n        \"bolnumber\": \"1357672\",\n        \"ponumber\": \"1401902\",\n        \"pronumber\": \"2241813088\"\n    },\n    {\n        \"shipmentID\": 134638576,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 324.79,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744675200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745366400000,\n        \"deliveryDate\": 1745280000000,\n        \"shipperName\": \"B.E. MEYERS & CO.\",\n        \"shipperAddress\": \"9461 WILLOWS RD NE\",\n        \"shipperCity\": \"REDMOND\",\n        \"shipperState\": \"WA\",\n        \"shipperZip\": \"98052\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"JXNV AIRBORNE CREWSERVED WEAPONS BR\",\n        \"consigneeAddress\": \"300 HWY 361 BLDG 2521W\",\n        \"consigneeCity\": \"CRANE\",\n        \"consigneeState\": \"IN\",\n        \"consigneeZip\": \"47522\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 796,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/2d094c7e609c1d4d19fe3732031ed871-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F15B4\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F15B4\"\n            }\n        ],\n        \"bolnumber\": \"1357670\",\n        \"ponumber\": \"1381389\",\n        \"pronumber\": \"I186584823\"\n    },\n    {\n        \"shipmentID\": 134639262,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 145.84,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744675200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744848000000,\n        \"deliveryDate\": 1744848000000,\n        \"shipperName\": \"RAMI\",\n        \"shipperAddress\": \"14500 168TH AVE\",\n        \"shipperCity\": \"GRAND HAVEN\",\n        \"shipperState\": \"MI\",\n        \"shipperZip\": \"49417\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"TOBYHANNA ARMY DEPOT\",\n        \"consigneeAddress\": \"11 HAP ARNOLD BLVD BLDG 5\",\n        \"consigneeCity\": \"TOBYHANNA\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"18466\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 480,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/2bbcaa0ef28223ef90e8427b7c95624e-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F196N\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F196N\"\n            }\n        ],\n        \"bolnumber\": \"1357687\",\n        \"ponumber\": \"1397266\",\n        \"pronumber\": \"I561871341\"\n    },\n    {\n        \"shipmentID\": 134639305,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 154.03,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744675200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745193600000,\n        \"deliveryDate\": 1745193600000,\n        \"shipperName\": \"L3HARRIS TECHNOLOGIES\",\n        \"shipperAddress\": \"1350 JEFFERSON ROAD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SCIENCE APPLICATIONS INTERNATIONAL\",\n        \"consigneeAddress\": \"7413 MAGI ROAD\",\n        \"consigneeCity\": \"HANAHAN\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 318,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/f200faff-2e6a-42d0-acee-ca6b12dc37a0.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F1068\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"PALMETTO ONE\"\n            }\n        ],\n        \"bolnumber\": \"1357703\",\n        \"ponumber\": \"1412237\",\n        \"pronumber\": \"I731827494 \"\n    },\n    {\n        \"shipmentID\": 134639462,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 157.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744675200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744848000000,\n        \"deliveryDate\": 1744934400000,\n        \"shipperName\": \"MISSION SYSTEMS DAVENPORT\",\n        \"shipperAddress\": \"2734 HICKORY GROVE RD\",\n        \"shipperCity\": \"DAVENPORT\",\n        \"shipperState\": \"IA\",\n        \"shipperZip\": \"52804\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM UH PO (UTILITY HELICOPTERS PROJE\",\n        \"consigneeAddress\": \"BLDG 8024 COTTONWOOD ROAD\",\n        \"consigneeCity\": \"REDSTONE ARSENAL\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35898\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 650,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/702eeee0-c5c9-4d5e-9b99-98100d7ca668.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F12L2\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"R&FM UHPO\"\n            }\n        ],\n        \"bolnumber\": \"1357768\",\n        \"ponumber\": \"1361647\",\n        \"pronumber\": \"I668547387\"\n    },\n    {\n        \"shipmentID\": 134639589,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 598.44,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744675200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745193600000,\n        \"deliveryDate\": 1745193600000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SPIE (SOLDIER PROTECTION AND IND\",\n        \"consigneeAddress\": \"7100 MILLET HWY\",\n        \"consigneeCity\": \"LANSING\",\n        \"consigneeState\": \"MI\",\n        \"consigneeZip\": \"48917\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 3786,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10WR\"\n            }\n        ],\n        \"bolnumber\": \"1357786\",\n        \"ponumber\": \"1419198\",\n        \"pronumber\": \"990897176\"\n    },\n    {\n        \"shipmentID\": 134639699,\n        \"name\": \"FedEx Freight Priority\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 285.27,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXFE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744675200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744848000000,\n        \"shipperName\": \"DEFENSE TECHNOLOGY EQUIPMENT INC.\",\n        \"shipperAddress\": \"21300 RIDGETOP CIRCLE\",\n        \"shipperCity\": \"STERLING\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"20166\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CEVA LOGISTICS US HOLDINGS INC\",\n        \"consigneeAddress\": \"230-39 INTL AIRPORT CENTER BLVD\",\n        \"consigneeCity\": \"SPRINGFIELD GARDENS\",\n        \"consigneeState\": \"NY\",\n        \"consigneeZip\": \"11413\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 204,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/cc527327243569fabffc1eef9dcec495-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1DMS\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1DMS\"\n            }\n        ],\n        \"bolnumber\": \"1357804\",\n        \"ponumber\": \"1409082\",\n        \"pronumber\": \"6472542871\"\n    },\n    {\n        \"shipmentID\": 134639810,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 114.92,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744675200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744848000000,\n        \"shipperName\": \"JBC CORP\",\n        \"shipperAddress\": \"552 CENTRAL DR.\",\n        \"shipperCity\": \"VIRGINIA BEACH\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23454\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1730,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1433121\"\n            }\n        ],\n        \"bolnumber\": \"1357828\",\n        \"ponumber\": \"1433121\",\n        \"pronumber\": \"028-0820491\"\n    },\n    {\n        \"shipmentID\": 134639879,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 248.05,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744761600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744848000000,\n        \"deliveryDate\": 1744848000000,\n        \"shipperName\": \"VELOCITY SYSTEMS LLC\",\n        \"shipperAddress\": \"45064 UNDERWOOD LANE UNIT B\",\n        \"shipperCity\": \"Sterling\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"20166\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VF Imagewear Inc\",\n        \"consigneeAddress\": \"800 SOUTH MAIN STREET\",\n        \"consigneeCity\": \"Henning\",\n        \"consigneeState\": \"TN\",\n        \"consigneeZip\": \"38041\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 504,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/8f26b6edfa026d7a4336436ea243bd00-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134639879\",\n        \"ponumber\": \"1439457, 1439448\",\n        \"pronumber\": \"424062577\"\n    },\n    {\n        \"shipmentID\": 134639900,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 225.4,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744675200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744848000000,\n        \"deliveryDate\": 1744848000000,\n        \"shipperName\": \"LUXOTTICA – ESS - OAKLEY\",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 305,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/7a01a7b2efd932417860ca130fec7ebe-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"8876068111\"\n            }\n        ],\n        \"bolnumber\": \"134639900\",\n        \"ponumber\": \"à1437066\",\n        \"pronumber\": \"423483579\"\n    },\n    {\n        \"shipmentID\": 134639915,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 990.66,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744675200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744934400000,\n        \"deliveryDate\": 1744934400000,\n        \"shipperName\": \"LUXOTTICA – ESS - OAKLEY\",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA TROOP SUPPORT HRR\",\n        \"consigneeAddress\": \"BLDG 13 DOOR 28\",\n        \"consigneeCity\": \"WRIGHT PATTERSON AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1830,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"8876270471\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"8876270471\"\n            }\n        ],\n        \"bolnumber\": \"134639915\",\n        \"ponumber\": \"à1439744\",\n        \"pronumber\": \"0410721402\"\n    },\n    {\n        \"shipmentID\": 134640235,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 128.55,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744675200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1745193600000,\n        \"shipperName\": \"AIRBOSS DEFENSE GROUP\",\n        \"shipperAddress\": \"8261 PRESTON CT\",\n        \"shipperCity\": \"JESSUP\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"20794\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VALIANT INTEGRATED SERVICES LLC\",\n        \"consigneeAddress\": \"8384 TERMINAL ROAD\",\n        \"consigneeCity\": \"LORTON\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22079\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 460,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"2222371\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"HDTRA1-14-D-0013\"\n            }\n        ],\n        \"bolnumber\": \"1357883\",\n        \"ponumber\": \"1424326\",\n        \"pronumber\": \"026-2744153\"\n    },\n    {\n        \"shipmentID\": 134640243,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 128.55,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744675200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1745193600000,\n        \"shipperName\": \"AIRBOSS DEFENSE GROUP\",\n        \"shipperAddress\": \"8261 PRESTON CT\",\n        \"shipperCity\": \"JESSUP\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"20794\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VALIANT INTEGRATED SERVICES LLC\",\n        \"consigneeAddress\": \"8384 TERMINAL ROAD\",\n        \"consigneeCity\": \"LORTON\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22079\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 460,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"2222370\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"HDTRA1-14-D-0013\"\n            }\n        ],\n        \"bolnumber\": \"1357903\",\n        \"ponumber\": \"1424327\",\n        \"pronumber\": \"026-2744154\"\n    },\n    {\n        \"shipmentID\": 134640253,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 684.57,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744761600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1745366400000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CIF\",\n        \"consigneeAddress\": \"BLDG 4, D STREET\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 58,\n        \"totalWeight\": 895,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL24F1DLB\"\n            }\n        ],\n        \"bolnumber\": \"134640253\",\n        \"ponumber\": \"1407706\",\n        \"pronumber\": \"040-0651589\"\n    },\n    {\n        \"shipmentID\": 134640888,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 147.12,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744934400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745193600000,\n        \"deliveryDate\": 1745193600000,\n        \"shipperName\": \"MUSTANGSURVIVAL\",\n        \"shipperAddress\": \"214 WILLIAMS DRIVE\",\n        \"shipperCity\": \"SPENCER\",\n        \"shipperState\": \"WV\",\n        \"shipperZip\": \"25276\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 776,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1441042\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1441042\"\n            }\n        ],\n        \"bolnumber\": \"1357944\",\n        \"ponumber\": \"1441042\",\n        \"pronumber\": \"628663940\"\n    },\n    {\n        \"shipmentID\": 134641039,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 295.6,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744761600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744934400000,\n        \"deliveryDate\": 1744934400000,\n        \"shipperName\": \"D&S\",\n        \"shipperAddress\": \"300 D&S LANE\",\n        \"shipperCity\": \"BEAR\",\n        \"shipperState\": \"DE\",\n        \"shipperZip\": \"19701\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"JPL CBRN SOF (JPL CBRN SPECIAL OPER\",\n        \"consigneeAddress\": \"5749 BRIAR HILL RD\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 2830,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/74ed358b12a3e793f50ba1264b082f38-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA25F0008\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA25F0008\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA25F0008\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA25F0008\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA25F0008\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA25F0008\"\n            }\n        ],\n        \"bolnumber\": \"1357983\",\n        \"ponumber\": \"1418743\",\n        \"pronumber\": \"I259622028\"\n    },\n    {\n        \"shipmentID\": 134641041,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 191.27,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744848000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745193600000,\n        \"deliveryDate\": 1745193600000,\n        \"shipperName\": \"Exxel Outdoors\",\n        \"shipperAddress\": \"300 American Blvd\",\n        \"shipperCity\": \"Haleyville\",\n        \"shipperState\": \"AL\",\n        \"shipperZip\": \"35565\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 420,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/bdb53a7e339ce75f77f343e589834dae-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134641041\",\n        \"ponumber\": \"1418490\",\n        \"pronumber\": \"326747737\"\n    },\n    {\n        \"shipmentID\": 134641042,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744761600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744848000000,\n        \"deliveryDate\": 1744848000000,\n        \"shipperName\": \"INTERSURGICAL/MAIN OCEAN\",\n        \"shipperAddress\": \"300 A TRADE ZONE BLVD\",\n        \"shipperCity\": \"SUMMERVILLE\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29486\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 524,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/5eca8d1d4b88b6622b3b47c5c8cfb764-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1441937\"\n            }\n        ],\n        \"bolnumber\": \"1357984\",\n        \"ponumber\": \"1441937\",\n        \"pronumber\": \"I764998839\"\n    },\n    {\n        \"shipmentID\": 134641434,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 139.98,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744761600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1745193600000,\n        \"shipperName\": \"RPP Containers\",\n        \"shipperAddress\": \"10111 EVENDALE COMMONS DR\",\n        \"shipperCity\": \"Cincinnati\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"45241\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" Solution Based Innovation\",\n        \"consigneeAddress\": \"2656 Quality Ct\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 116,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"5061672\"\n            }\n        ],\n        \"bolnumber\": \"134641434\",\n        \"ponumber\": \"1442307 \",\n        \"pronumber\": \"002-1212204\"\n    },\n    {\n        \"shipmentID\": 134641450,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 574.54,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744761600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1745366400000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AZ INDUSTRIES FOR THE BLIND\",\n        \"consigneeAddress\": \"3695 S 2ND ST BLDG 5126 \",\n        \"consigneeCity\": \"DAVIS MOTHAN AFB\",\n        \"consigneeState\": \"AZ\",\n        \"consigneeZip\": \"85707\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 21,\n        \"totalWeight\": 330,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/885be6ebfd16958d333ced930c081333-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1127916\"\n            }\n        ],\n        \"bolnumber\": \"134641450\",\n        \"ponumber\": \"1428648 \",\n        \"pronumber\": \"3282684101\"\n    },\n    {\n        \"shipmentID\": 134641451,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 216.82,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744761600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745193600000,\n        \"deliveryDate\": 1745366400000,\n        \"shipperName\": \"SENSPEX INCORPORATED\",\n        \"shipperAddress\": \"6050 ZENITH COURT NE\",\n        \"shipperCity\": \"RIO RANCHO\",\n        \"shipperState\": \"NM\",\n        \"shipperZip\": \"87144\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 430,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/aa85e5255e387717c4e5695f92607f5d-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1402587\"\n            }\n        ],\n        \"bolnumber\": \"1358045\",\n        \"ponumber\": \"1402587\",\n        \"pronumber\": \"I494633754\"\n    },\n    {\n        \"shipmentID\": 134641498,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 139.98,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744761600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1745193600000,\n        \"shipperName\": \"L3HARRIS TECHNOLOGIES\",\n        \"shipperAddress\": \"1350 JEFFERSON RD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 448,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1405641\"\n            }\n        ],\n        \"bolnumber\": \"1358047\",\n        \"ponumber\": \"1405641\",\n        \"pronumber\": \"020-1249092\"\n    },\n    {\n        \"shipmentID\": 134641499,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 687.19,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744848000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745280000000,\n        \"deliveryDate\": 1745366400000,\n        \"shipperName\": \"LEADING TECHNOLOGY COMPOSITES\",\n        \"shipperAddress\": \"2626 WEST MAY\",\n        \"shipperCity\": \"WICHITA\",\n        \"shipperState\": \"KS\",\n        \"shipperZip\": \"67213\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC IHEODTD\",\n        \"consigneeAddress\": \"2008 STUMP NECK RD\",\n        \"consigneeCity\": \"INDIAN HEAD\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20640\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 3536,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/662b79e41a0d137e162ddc9cfa627ead-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"N0017425F0303\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"1301234633\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"N0017425F0303\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"1301234633\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"N0017425F0303\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"1301234633\"\n            }\n        ],\n        \"bolnumber\": \"1358049\",\n        \"ponumber\": \"1436240\",\n        \"pronumber\": \"I868941783\"\n    },\n    {\n        \"shipmentID\": 134641668,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 312.93,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744848000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1745193600000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SPIE (SOLDIER PROTECTION AND IND\",\n        \"consigneeAddress\": \"7100 MILLET HWY\",\n        \"consigneeCity\": \"LANSING\",\n        \"consigneeState\": \"MI\",\n        \"consigneeZip\": \"48917\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1034,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10WR\"\n            }\n        ],\n        \"bolnumber\": \"1358223\",\n        \"ponumber\": \"1419198\",\n        \"pronumber\": \"627460314\"\n    },\n    {\n        \"shipmentID\": 134642495,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 142.21,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744848000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745280000000,\n        \"deliveryDate\": 1745280000000,\n        \"shipperName\": \"DARN TOUGH VT\",\n        \"shipperAddress\": \"7 BELKNAP AVE\",\n        \"shipperCity\": \"NORTHFIELD\",\n        \"shipperState\": \"VT\",\n        \"shipperZip\": \"05663\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 506,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/9e2fee67d7c2e52cdf6fb8ff27d1ca75-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1435428\"\n            }\n        ],\n        \"bolnumber\": \"1358305\",\n        \"ponumber\": \"1435428\",\n        \"pronumber\": \"I348370263\"\n    },\n    {\n        \"shipmentID\": 134642681,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 142.21,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744848000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745193600000,\n        \"deliveryDate\": 1745193600000,\n        \"shipperName\": \"TASCO CORPORATION\",\n        \"shipperAddress\": \"999 PONTIAC AVE\",\n        \"shipperCity\": \"CRANSTON\",\n        \"shipperState\": \"RI\",\n        \"shipperZip\": \"02920\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 640,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/87311b1bab4f0f17bdacd0573d9811f2-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1442908\"\n            }\n        ],\n        \"bolnumber\": \"1358343\",\n        \"ponumber\": \"1442908\",\n        \"pronumber\": \"I280488789\"\n    },\n    {\n        \"shipmentID\": 134642912,\n        \"name\": \"PITT OHIO\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 416.93,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PITD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744848000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1745280000000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ENVISIONXPRESS\",\n        \"consigneeAddress\": \"727 2ND STREET\",\n        \"consigneeCity\": \"WHITEMAN AFB\",\n        \"consigneeState\": \"MO\",\n        \"consigneeZip\": \"65305\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 174,\n        \"totalWeight\": 2736,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE1C1-25-F-1599\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1246859\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"95641142710038XXX/95641142710037XXX\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE1C1-25-F-1599\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1246859\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"95641142710038XXX/95641142710037XXX\"\n            }\n        ],\n        \"bolnumber\": \"134642912\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"5021061879\"\n    },\n    {\n        \"shipmentID\": 134642944,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 227.59,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744848000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745193600000,\n        \"deliveryDate\": 1745193600000,\n        \"shipperName\": \"LUXOTTICA – ESS - OAKLEY\",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 309,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/6fb037b13742a89cbd1df3c60bdf2868-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8876534627\"\n            }\n        ],\n        \"bolnumber\": \"134642944\",\n        \"ponumber\": \"1437066\",\n        \"pronumber\": \"399534784\"\n    },\n    {\n        \"shipmentID\": 134643222,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 188.18,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745280000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745366400000,\n        \"deliveryDate\": 1745366400000,\n        \"shipperName\": \"CAPEWELL AERIAL SYSTEMS LLC\",\n        \"shipperAddress\": \"4298 JEB STUART HWY\",\n        \"shipperCity\": \"MEADOWS OF DAN\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"24120\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"435TH SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR\",\n        \"consigneeCity\": \"WRIGHT PATTERSON AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1674,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F13YF\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13YF\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F13YF\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13YF\"\n            }\n        ],\n        \"bolnumber\": \"1358455\",\n        \"ponumber\": \"1439489\",\n        \"pronumber\": \"I898468857\"\n    },\n    {\n        \"shipmentID\": 134643470,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 491.26,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744848000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745366400000,\n        \"deliveryDate\": 1745280000000,\n        \"shipperName\": \"MID-ATLANTIC COMPUTER SERVICES\",\n        \"shipperAddress\": \"13030 ALONDRA BLVD\",\n        \"shipperCity\": \"CERRITOS\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"90703\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MODERN TECHNOLOGY SOLUTIONS INC\",\n        \"consigneeAddress\": \"360C QUALITY CIRCLE SUITE 310\",\n        \"consigneeCity\": \"HUNTSVILLE\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35806\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 3654,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F124U\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F124U\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F124U\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F124U\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F124U\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F124U\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F124U\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F124U\"\n            }\n        ],\n        \"bolnumber\": \"1358644\",\n        \"ponumber\": \"1426413\",\n        \"pronumber\": \"932155383\"\n    },\n    {\n        \"shipmentID\": 134643592,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 157.36,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744934400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745280000000,\n        \"deliveryDate\": 1745280000000,\n        \"shipperName\": \"MITHIX PRO, LLC\",\n        \"shipperAddress\": \"3591 WAY BACK RD.\",\n        \"shipperCity\": \"FARMERSVILLE\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75442\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVSCOLEOD\",\n        \"consigneeAddress\": \"8840 RANGE RD\",\n        \"consigneeCity\": \"NICEVILLE\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32578\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 540,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/bc0ab39962b2bb912a5e001c0814f755-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL23F1CU3\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL23F1CU3\"\n            }\n        ],\n        \"bolnumber\": \"1358688\",\n        \"ponumber\": \"1320868\",\n        \"pronumber\": \"I064621377\"\n    },\n    {\n        \"shipmentID\": 134643605,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 142.21,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744934400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745193600000,\n        \"deliveryDate\": 1745193600000,\n        \"shipperName\": \"ATLAS DEVICES\",\n        \"shipperAddress\": \"21 ALPHA ROAD\",\n        \"shipperCity\": \"CHELMSFORD\",\n        \"shipperState\": \"MA\",\n        \"shipperZip\": \"01824\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVSUP WSS\",\n        \"consigneeAddress\": \"5450 CARLISLE PIKE BLDG 107 S END\",\n        \"consigneeCity\": \"MECHANICSBURG\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17055\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 600,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/86809d65-d0ea-4293-a499-215a21d69dd4.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F13BN\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13BN\"\n            }\n        ],\n        \"bolnumber\": \"1358689\",\n        \"ponumber\": \"1434488\",\n        \"pronumber\": \"I473420079\"\n    },\n    {\n        \"shipmentID\": 134644217,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 140.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744934400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745193600000,\n        \"deliveryDate\": 1745193600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SR W1A8 DLA Dist Tobyhanna\",\n        \"consigneeAddress\": \"Gibbs and Fifth Streets\",\n        \"consigneeCity\": \"Tobyhanna\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"18466\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 30,\n        \"totalWeight\": 520,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/a43f737f860160536e14b231e89bd9b4-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPRBL124F0166\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1225842\"\n            }\n        ],\n        \"bolnumber\": \"134644217\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"705364651\"\n    },\n    {\n        \"shipmentID\": 134644919,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 182.22,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745193600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745366400000,\n        \"deliveryDate\": 1745366400000,\n        \"shipperName\": \"Exxel Outdoors\",\n        \"shipperAddress\": \"300 American Blvd\",\n        \"shipperCity\": \"Haleyville\",\n        \"shipperState\": \"AL\",\n        \"shipperZip\": \"35565\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 400,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/9ea8128bbb5463709416c0472a4b557c-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134644919\",\n        \"ponumber\": \"1426027, 1437073\",\n        \"pronumber\": \"326747745\"\n    },\n    {\n        \"shipmentID\": 134645007,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 190.16,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745193600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745280000000,\n        \"deliveryDate\": 1745280000000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOCOM\",\n        \"consigneeAddress\": \"2592 HORSE PASTURE ROAD\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 642,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/7bf2d7b88997e3fd8c6d6e517ccb529e-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"H9242725P0168\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"H9242725P0168\"\n            }\n        ],\n        \"bolnumber\": \"1359186\",\n        \"ponumber\": \"1433181\",\n        \"pronumber\": \"626133417\"\n    },\n    {\n        \"shipmentID\": 134645017,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 190.16,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745193600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745280000000,\n        \"deliveryDate\": 1745280000000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"HUMAN TECHNOLOGIES CORP\",\n        \"consigneeAddress\": \"2201 DWYER AVENUE\",\n        \"consigneeCity\": \"UTICA\",\n        \"consigneeState\": \"NY\",\n        \"consigneeZip\": \"13501\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 410,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/510f8c34c66b3b0f5c8dad54ea053a81-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"INL70465 REV2\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"19AQMM24F1700\"\n            }\n        ],\n        \"bolnumber\": \"1359190\",\n        \"ponumber\": \"1420289\",\n        \"pronumber\": \"626133409\"\n    },\n    {\n        \"shipmentID\": 134645041,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 240.49,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745193600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1745366400000,\n        \"shipperName\": \"North American Rescue Simulation\",\n        \"shipperAddress\": \"2110 Spencer Ct \",\n        \"shipperCity\": \"La Grange\",\n        \"shipperState\": \"KY\",\n        \"shipperZip\": \"40031\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA TRP SPT\",\n        \"consigneeAddress\": \"23rd MDSS SGSL MM\",\n        \"consigneeCity\": \"Moody AFB\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"31699\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 500,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/e1af945d8f707cfe2f580d7a6009dc2f-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE2D525F8556/HT1051\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"CP 2292574337\"\n            }\n        ],\n        \"bolnumber\": \"134645041\",\n        \"ponumber\": \"1433369\",\n        \"pronumber\": \"8732384894\"\n    },\n    {\n        \"shipmentID\": 134645114,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 360.97,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745193600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745366400000,\n        \"deliveryDate\": 1745366400000,\n        \"shipperName\": \"LUXOTTICA – ESS - OAKLEY\",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 28,\n        \"totalWeight\": 1270,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"8876776818\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"3686771\"\n            }\n        ],\n        \"bolnumber\": \"134645114\",\n        \"ponumber\": \"1443179\",\n        \"pronumber\": \"932240083\"\n    },\n    {\n        \"shipmentID\": 134645120,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 157.36,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745193600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745366400000,\n        \"deliveryDate\": 1745366400000,\n        \"shipperName\": \"MISSION SYSTEMS DAVENPORT\",\n        \"shipperAddress\": \"2734 HICKORY GROVE RD\",\n        \"shipperCity\": \"DAVENPORT\",\n        \"shipperState\": \"IA\",\n        \"shipperZip\": \"52804\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM UH PO (UTILITY HELICOPTERS PROJE\",\n        \"consigneeAddress\": \"BLDG 8024 COTTONWOOD ROAD\",\n        \"consigneeCity\": \"REDSTONE ARSENAL\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35898\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 636,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F12L2\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"R&FM UHPO\"\n            }\n        ],\n        \"bolnumber\": \"1359226\",\n        \"ponumber\": \"1361647\",\n        \"pronumber\": \"I666374544\"\n    },\n    {\n        \"shipmentID\": 448397,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1400,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1738195200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1738540800000,\n        \"deliveryDate\": 1738540800000,\n        \"shipperName\": \"Cave Systems c/o S&W Metal Products\",\n        \"shipperAddress\": \"200C N Furnace St,\",\n        \"shipperCity\": \"Birdsboro\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19508\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOLUTION BASED INNOVATION\",\n        \"consigneeAddress\": \"2656 QUALITY CT\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 20710,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Container# - USFU041803-7, USFU041805-8, USFU041807-9, USFU041834-0, USFU041836-1\"\n            }\n        ],\n        \"bolnumber\": \"134548318\",\n        \"ponumber\": \"1319934\",\n        \"pronumber\": \"ADS448397\"\n    },\n    {\n        \"shipmentID\": 448398,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1400,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1738195200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1738281600000,\n        \"deliveryDate\": 1738281600000,\n        \"shipperName\": \"Cave Systems c/o S&W Metal Products\",\n        \"shipperAddress\": \"200C N Furnace St,\",\n        \"shipperCity\": \"Birdsboro\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19508\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOLUTION BASED INNOVATION\",\n        \"consigneeAddress\": \"2656 QUALITY CT\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 29160,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Container# - USFU041802-1, USFU041804-2, USFU041806-3, USFU041833-5,USFU041835-6\"\n            }\n        ],\n        \"bolnumber\": \"134548319\",\n        \"ponumber\": \"1319934\",\n        \"pronumber\": \"ADS448398\"\n    },\n    {\n        \"shipmentID\": 448405,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 250,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1738022400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1738022400000,\n        \"deliveryDate\": 1738022400000,\n        \"shipperName\": \"Defense Venture Holdings\",\n        \"shipperAddress\": \"2601 Performance Ct - Ste 101\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 1925,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134548628\",\n        \"ponumber\": \"1400268\",\n        \"pronumber\": \"ADS448405\"\n    },\n    {\n        \"shipmentID\": 448418,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1975,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1737936000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1738195200000,\n        \"deliveryDate\": 1738195200000,\n        \"shipperName\": \"Celina Tent, Inc.\",\n        \"shipperAddress\": \"5373 State Route 29\",\n        \"shipperCity\": \"Celina\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"45822\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"IFMC (INTEGRATED FIRES MISSION COMMAND) PROJECT OFFICE\",\n        \"consigneeAddress\": \"21 Shields Road\",\n        \"consigneeCity\": \"Huntsville\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35898\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 25150,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Container# XHCU 559745\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"154752\"\n            }\n        ],\n        \"bolnumber\": \"134549198\",\n        \"ponumber\": \"1411122\",\n        \"pronumber\": \"ADS448418\"\n    },\n    {\n        \"shipmentID\": 448434,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1700,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1738022400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1738195200000,\n        \"deliveryDate\": 1738195200000,\n        \"shipperName\": \"XFS Global LLC \",\n        \"shipperAddress\": \"70 Douglas Way\",\n        \"shipperCity\": \"Natural Bridge Station\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"24579\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS - Weide Heliport\",\n        \"consigneeAddress\": \"2624 Laudick Creek road\",\n        \"consigneeCity\": \"Edgewood\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"21040\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 7,\n        \"totalWeight\": 12106,\n        \"totalHU\": 7,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"SPE8EM25F1008\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Job# 24-0048\"\n            }\n        ],\n        \"bolnumber\": \"134549687\",\n        \"ponumber\": \"1411119\",\n        \"pronumber\": \"ADS448434\"\n    },\n    {\n        \"shipmentID\": 448436,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1650,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1738022400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1738281600000,\n        \"deliveryDate\": 1738281600000,\n        \"shipperName\": \"XFS Global LLC\",\n        \"shipperAddress\": \"70 Douglas Way\",\n        \"shipperCity\": \"Natural Bridge Station\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"24579\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS - Weide Heliport\",\n        \"consigneeAddress\": \"2624 Laudick Creek road\",\n        \"consigneeCity\": \"Edgewood\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"21040\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 40000,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Job# 24-0048\"\n            }\n        ],\n        \"bolnumber\": \"134549966\",\n        \"ponumber\": \"1411119\",\n        \"pronumber\": \"ADS448436\"\n    },\n    {\n        \"shipmentID\": 448438,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1650,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1738108800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1738540800000,\n        \"deliveryDate\": 1738540800000,\n        \"shipperName\": \"XFS Global LLC\",\n        \"shipperAddress\": \"70 Douglas Way\",\n        \"shipperCity\": \"Natural Bridge Station\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"24579\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS - Weide Heliport\",\n        \"consigneeAddress\": \"2624 Laudick Creek road\",\n        \"consigneeCity\": \"Edgewood\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"21040\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 40000,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Job# 24-0048\"\n            }\n        ],\n        \"bolnumber\": \"134549968\",\n        \"ponumber\": \"1411119\",\n        \"pronumber\": \"ADS448438\"\n    },\n    {\n        \"shipmentID\": 448437,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1800,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1738540800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1738627200000,\n        \"deliveryDate\": 1738627200000,\n        \"shipperName\": \"XFS Global LLC\",\n        \"shipperAddress\": \"70 Douglas Way\",\n        \"shipperCity\": \"Natural Bridge Station\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"24579\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS - Weide Heliport\",\n        \"consigneeAddress\": \"2624 Laudick Creek road\",\n        \"consigneeCity\": \"Edgewood\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"21040\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 7,\n        \"totalWeight\": 3406,\n        \"totalHU\": 7,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Job# 24-0048\"\n            }\n        ],\n        \"bolnumber\": \"134549967\",\n        \"ponumber\": \"1411119\",\n        \"pronumber\": \"ADS448437\"\n    },\n    {\n        \"shipmentID\": 448462,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1000,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1737936000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1738108800000,\n        \"deliveryDate\": 1738108800000,\n        \"shipperName\": \"     Bren-Tronics, INC.\",\n        \"shipperAddress\": \"10 Brayton Court\",\n        \"shipperCity\": \"Commack\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11725\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" TOBYHANNA ARMY DEPOT\",\n        \"consigneeAddress\": \"11 HAP ARNOLD BLVD BLDG 1C BAY 6\",\n        \"consigneeCity\": \"Tobyhanna\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"18466\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 5747,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"33662\"\n            }\n        ],\n        \"bolnumber\": \"134550025\",\n        \"ponumber\": \"1420549\",\n        \"pronumber\": \"ADS448462\"\n    },\n    {\n        \"shipmentID\": 453084,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1975,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1737936000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1738195200000,\n        \"deliveryDate\": 1738195200000,\n        \"shipperName\": \"Celina Tent, Inc.\",\n        \"shipperAddress\": \"5373 State Route 29\",\n        \"shipperCity\": \"Celina\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"45822\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"IFMC (INTEGRATED FIRES MISSION COMMAND) PROJECT OFFICE\",\n        \"consigneeAddress\": \"21 Shields Road\",\n        \"consigneeCity\": \"Huntsville\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35898\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 21900,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"154752\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Container# HXCU 559743\"\n            }\n        ],\n        \"bolnumber\": \"134550704\",\n        \"ponumber\": \"1411122\",\n        \"pronumber\": \"ADS453084\"\n    },\n    {\n        \"shipmentID\": 453085,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1975,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1738022400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1738195200000,\n        \"deliveryDate\": 1738195200000,\n        \"shipperName\": \"Celina Tent, Inc.\",\n        \"shipperAddress\": \"5373 State Route 29\",\n        \"shipperCity\": \"Celina\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"45822\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"IFMC (INTEGRATED FIRES MISSION COMMAND) PROJECT OFFICE\",\n        \"consigneeAddress\": \"21 Shields Road\",\n        \"consigneeCity\": \"Huntsville\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35898\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 25150,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Container# MCDU 172257\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"154752\"\n            }\n        ],\n        \"bolnumber\": \"134550705\",\n        \"ponumber\": \"1411122\",\n        \"pronumber\": \"ADS453085\"\n    },\n    {\n        \"shipmentID\": 453086,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1975,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1738022400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1738195200000,\n        \"deliveryDate\": 1738195200000,\n        \"shipperName\": \"Celina Tent, Inc.\",\n        \"shipperAddress\": \"5373 State Route 29\",\n        \"shipperCity\": \"Celina\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"45822\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"IFMC (INTEGRATED FIRES MISSION COMMAND) PROJECT OFFICE\",\n        \"consigneeAddress\": \"21 Shields Road\",\n        \"consigneeCity\": \"Huntsville\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35898\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 21900,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"154752\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Container# ACCU 503331\"\n            }\n        ],\n        \"bolnumber\": \"134550706\",\n        \"ponumber\": \"1411122\",\n        \"pronumber\": \"ADS453086\"\n    },\n    {\n        \"shipmentID\": 453091,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1300,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1737936000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1738022400000,\n        \"deliveryDate\": 1738022400000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505 AVIATOR DR\",\n        \"shipperCity\": \"VIRGINIA BEACH\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"   NAVSUP WSS\",\n        \"consigneeAddress\": \"5450 CARLISLE PIKE BLDG 107 S END\",\n        \"consigneeCity\": \"Mechanicsburg\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17055\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 7,\n        \"totalWeight\": 3152,\n        \"totalHU\": 7,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1212845\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"SPE8EL24F19H9\"\n            }\n        ],\n        \"bolnumber\": \"134550891\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"ADS453091\"\n    },\n    {\n        \"shipmentID\": 453092,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 3840,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1738022400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1738281600000,\n        \"deliveryDate\": 1738281600000,\n        \"shipperName\": \"GTA Containers\",\n        \"shipperAddress\": \"4201 Linden Ave - Door #8\",\n        \"shipperCity\": \"South Bend\",\n        \"shipperState\": \"IN\",\n        \"shipperZip\": \"46619\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"49TH MMSS LGSPAR \",\n        \"consigneeAddress\": \"1273 Bear Path Rd BLDG 902 Rm 109\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 25080,\n        \"totalHU\": 12,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134550917\",\n        \"ponumber\": \"1399264\",\n        \"pronumber\": \"ADS453092\"\n    },\n    {\n        \"shipmentID\": 453104,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1320,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1737936000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1738022400000,\n        \"deliveryDate\": 1738022400000,\n        \"shipperName\": \"Western Global\",\n        \"shipperAddress\": \"10233 Rodney St\",\n        \"shipperCity\": \"Pineville\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28134\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 3900,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"0064578962\"\n            }\n        ],\n        \"bolnumber\": \"134533956\",\n        \"ponumber\": \"1406995\",\n        \"pronumber\": \"ADS453104\"\n    },\n    {\n        \"shipmentID\": 453126,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 3400,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1738022400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1738281600000,\n        \"deliveryDate\": 1738540800000,\n        \"shipperName\": \"Basic Concepts Inc. - RF\",\n        \"shipperAddress\": \"18 RED FOX BLVD.\",\n        \"shipperCity\": \"Williamston\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29697\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"635TH MMSS\",\n        \"consigneeAddress\": \"1273 Bear Path Rd. Bldg 902\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 19500,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134552072\",\n        \"ponumber\": \"1396217\",\n        \"pronumber\": \"ADS453126\"\n    },\n    {\n        \"shipmentID\": 453136,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 3840,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1738022400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1738281600000,\n        \"deliveryDate\": 1738281600000,\n        \"shipperName\": \"GTA Containers\",\n        \"shipperAddress\": \"4201 Linden Ave - Door #8\",\n        \"shipperCity\": \"South Bend\",\n        \"shipperState\": \"IN\",\n        \"shipperZip\": \"46619\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"49TH MMSS LGSPAR \",\n        \"consigneeAddress\": \"1273 Bear Path Rd BLDG 902 Rm 109\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 20900,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"ADS PO\",\n                \"value\": \"1399264\"\n            }\n        ],\n        \"bolnumber\": \"134552496\",\n        \"ponumber\": null,\n        \"pronumber\": \"ADS453136\"\n    },\n    {\n        \"shipmentID\": 453159,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 800,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1738108800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1738195200000,\n        \"deliveryDate\": 1738195200000,\n        \"shipperName\": \"Sea Box Inc\",\n        \"shipperAddress\": \"700 Union Landing Road\",\n        \"shipperCity\": \"Cinnaminson\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08077\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"S&W Metal Products\",\n        \"consigneeAddress\": \"200C N Furnace Road\",\n        \"consigneeCity\": \"Birdsboro\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"19508\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 16800,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134553185\",\n        \"ponumber\": null,\n        \"pronumber\": \"ADS453159\"\n    },\n    {\n        \"shipmentID\": 453166,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 4200,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1738108800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1738540800000,\n        \"deliveryDate\": 1738540800000,\n        \"shipperName\": \"Trango Systems\",\n        \"shipperAddress\": \"62 T Kemp Rd \",\n        \"shipperCity\": \"Louisburg\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"27549\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Orange County CA Probation Dept - Probation- Training Center\",\n        \"consigneeAddress\": \"1700 E. St Andrew Place\",\n        \"consigneeCity\": \"Santa Ana\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92705\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 3828,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134552663\",\n        \"ponumber\": \"1423392\",\n        \"pronumber\": \"ADS453166\"\n    },\n    {\n        \"shipmentID\": 453188,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 3840,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1738281600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1738540800000,\n        \"deliveryDate\": 1738540800000,\n        \"shipperName\": \"GTA Containers\",\n        \"shipperAddress\": \"4201 Linden Ave - Door #8\",\n        \"shipperCity\": \"South Bend\",\n        \"shipperState\": \"IN\",\n        \"shipperZip\": \"46619\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"49TH MMSS LGSPAR \",\n        \"consigneeAddress\": \"1273 Bear Path Rd BLDG 902 Rm 109\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 16720,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134553883\",\n        \"ponumber\": \"1399264\",\n        \"pronumber\": \"ADS453188\"\n    },\n    {\n        \"shipmentID\": 453229,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 3400,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1738281600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1738627200000,\n        \"deliveryDate\": 1738540800000,\n        \"shipperName\": \"Basic Concepts Inc. - RF\",\n        \"shipperAddress\": \"18 RED FOX BLVD.\",\n        \"shipperCity\": \"Williamston\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29697\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"635TH MMSS\",\n        \"consigneeAddress\": \"1273 Bear Path Rd. Bldg 902\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 19500,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134555322\",\n        \"ponumber\": \"1396217\",\n        \"pronumber\": \"ADS453229\"\n    },\n    {\n        \"shipmentID\": 453230,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1200,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1738540800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1738627200000,\n        \"deliveryDate\": 1738627200000,\n        \"shipperName\": \"Aerial Machine & Tool\",\n        \"shipperAddress\": \"4298 Jeb Stuart Highway\",\n        \"shipperCity\": \"Meadows Dan\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"24120\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMA 202 AIRCREW SYSTEMS\",\n        \"consigneeAddress\": \"48110 Shaw Rd, Unit 5, Bldg. 2187, Ste. 2280\",\n        \"consigneeCity\": \"Patuxent River\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20670\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 300,\n        \"totalWeight\": 3144,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134555328\",\n        \"ponumber\": \"1384684\",\n        \"pronumber\": \"ADS453230\"\n    },\n    {\n        \"shipmentID\": 453248,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1100,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1738195200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1738540800000,\n        \"deliveryDate\": 1738540800000,\n        \"shipperName\": \"Beta Fueling Systems LLC\",\n        \"shipperAddress\": \"1209 Freeway Drive\",\n        \"shipperCity\": \"Reidsville\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"27320\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOLUTION BASED INNOVATION\",\n        \"consigneeAddress\": \"2656 QUALITY COURT\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23452 \",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 7860,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134555772\",\n        \"ponumber\": \"1319462\",\n        \"pronumber\": \"ADS453248\"\n    },\n    {\n        \"shipmentID\": 467195,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 900,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1738281600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1738540800000,\n        \"deliveryDate\": 1738540800000,\n        \"shipperName\": \"InVeris Training Solutions\",\n        \"shipperAddress\": \"296 Brogdon Road\",\n        \"shipperCity\": \"Suwanee\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30024\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"75th RR USASOC - Attn: Refimental PBO Officemail Stop 10\",\n        \"consigneeAddress\": \"6301 Indianhead Rd\",\n        \"consigneeCity\": \"Fort Benning\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"31905\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 9,\n        \"totalWeight\": 4883,\n        \"totalHU\": 9,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134557148\",\n        \"ponumber\": \"1386761\",\n        \"pronumber\": \"ADS467195\"\n    },\n    {\n        \"shipmentID\": 467212,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 2600,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1738540800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1738627200000,\n        \"deliveryDate\": 1738627200000,\n        \"shipperName\": \"Float On Trailers\",\n        \"shipperAddress\": \"1925 98th Ave\",\n        \"shipperCity\": \"Vero Beach\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32966\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"EODGRU2\",\n        \"consigneeAddress\": \"1627 Midway Rd\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23459\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 5000,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134557452\",\n        \"ponumber\": \"1402391\",\n        \"pronumber\": \"ADS467212\"\n    },\n    {\n        \"shipmentID\": 467342,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 900,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1738713600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1738800000000,\n        \"deliveryDate\": 1738800000000,\n        \"shipperName\": \"True North Enterprises\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd. Units 108-109\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWCDD INTEGRATED COMBAT SYSTEMS\",\n        \"consigneeAddress\": \"6220 Tisdale Road, STE 159 BLDG 125\",\n        \"consigneeCity\": \"Dahlgren\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22448 \",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 3368,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F1E9S / REQ# N0017842691FSU\"\n            }\n        ],\n        \"bolnumber\": \"134560698\",\n        \"ponumber\": \"1407713\",\n        \"pronumber\": \"ADS467342\"\n    },\n    {\n        \"shipmentID\": 467355,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 4700,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1738713600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1739145600000,\n        \"deliveryDate\": 1739145600000,\n        \"shipperName\": \"Quantum Systems Inc.\",\n        \"shipperAddress\": \"5160 Gabbert Road\",\n        \"shipperCity\": \"Moorpark\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"93021\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PEO SOFSA (SPECIAL OPERATIONS SUPPORT ACTIVITY)\",\n        \"consigneeAddress\": \"5749 Briar Hill Road - Bldg 102\",\n        \"consigneeCity\": \"Lexington\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 2724,\n        \"totalHU\": 12,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134561301\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"ADS467355\"\n    },\n    {\n        \"shipmentID\": 479108,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1475,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1739145600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1739318400000,\n        \"deliveryDate\": 1739318400000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505 AVIATOR DR\",\n        \"shipperCity\": \"VIRGINIA BEACH\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA DISTRIBUTION\",\n        \"consigneeAddress\": \"2001 NORMANDY DRIVE DOOR 113 - 134\",\n        \"consigneeCity\": \"New Cumberland\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 18,\n        \"totalWeight\": 6786,\n        \"totalHU\": 18,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"5043322927\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Large NSN\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1095791\"\n            }\n        ],\n        \"bolnumber\": \"134563551\",\n        \"ponumber\": null,\n        \"pronumber\": \"ADS479108\"\n    },\n    {\n        \"shipmentID\": 479109,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1850,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1738886400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1739145600000,\n        \"deliveryDate\": 1739145600000,\n        \"shipperName\": \"Slate Solutions, LLC.\",\n        \"shipperAddress\": \"7060 W State Road 84, Bay 20 \",\n        \"shipperCity\": \"Davie\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33317\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMS 408 NTI TERRORISM A FLOAT\",\n        \"consigneeAddress\": \"2626 INDIAN RIVER WHSE 4C BAY 28 FLT CBD & BALLISTI PPE \",\n        \"consigneeCity\": \"Chesapeake\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23325\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 30,\n        \"totalWeight\": 7200,\n        \"totalHU\": 30,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134563557\",\n        \"ponumber\": \"1381802\",\n        \"pronumber\": \"ADS479109\"\n    },\n    {\n        \"shipmentID\": 479130,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1680,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1739145600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1739318400000,\n        \"deliveryDate\": 1739318400000,\n        \"shipperName\": \"Sea Box Inc\",\n        \"shipperAddress\": \"321 Valley Road\",\n        \"shipperCity\": \"Hillsborough\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08844\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"LOCKHEED MARTIN\",\n        \"consigneeAddress\": \"5749 BRIAR HILL ROAD - Bldg 341\",\n        \"consigneeCity\": \"Lexington\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 13740,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"H92254-17-D-0001\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"101634\"\n            }\n        ],\n        \"bolnumber\": \"134564291\",\n        \"ponumber\": \"1406418\",\n        \"pronumber\": \"ADS479130\"\n    },\n    {\n        \"shipmentID\": 479131,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1680,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1739145600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1739318400000,\n        \"deliveryDate\": 1739318400000,\n        \"shipperName\": \"Sea Box Inc\",\n        \"shipperAddress\": \"321 Valley Road\",\n        \"shipperCity\": \"Hillsborough\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08844\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"LOCKHEED MARTIN\",\n        \"consigneeAddress\": \"5749 BRIAR HILL ROAD - Bldg 341\",\n        \"consigneeCity\": \"Lexington\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 13740,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"101634\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"H92254-17-D-0001\"\n            }\n        ],\n        \"bolnumber\": \"134564327\",\n        \"ponumber\": \"1406418\",\n        \"pronumber\": \"ADS479131\"\n    },\n    {\n        \"shipmentID\": 479167,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 3400,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1739318400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1739923200000,\n        \"deliveryDate\": 1739923200000,\n        \"shipperName\": \"Basic Concepts Inc. - RF\",\n        \"shipperAddress\": \"18 RED FOX BLVD.\",\n        \"shipperCity\": \"Williamston\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29697\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"635TH MMSS\",\n        \"consigneeAddress\": \"1273 Bear Path Rd. Bldg 902\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 9,\n        \"totalWeight\": 35100,\n        \"totalHU\": 9,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134565257\",\n        \"ponumber\": \"1396217\",\n        \"pronumber\": \"ADS479167\"\n    },\n    {\n        \"shipmentID\": 479240,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 900,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1739404800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1739836800000,\n        \"deliveryDate\": 1739836800000,\n        \"shipperName\": \"J. Steele Services LLC\",\n        \"shipperAddress\": \"800 Flanders Road - Bldg 5 -  Unit 3\",\n        \"shipperCity\": \"Mystic\",\n        \"shipperState\": \"CT\",\n        \"shipperZip\": \"06355\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NUWC Division Newport\",\n        \"consigneeAddress\": \"47 Chandler Street\",\n        \"consigneeCity\": \"Newport\",\n        \"consigneeState\": \"RI\",\n        \"consigneeZip\": \"02841\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 18,\n        \"totalWeight\": 8318,\n        \"totalHU\": 18,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"CUSTOMER PO NUMBER -  SPE8EL24F18HE\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SHIP TO DODAAC N66604\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"FMS CASE CODE\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SHIPMENT PRIORITY RATED - DOC9\"\n            }\n        ],\n        \"bolnumber\": \"134566773\",\n        \"ponumber\": \"1395006\",\n        \"pronumber\": \"ADS479240\"\n    },\n    {\n        \"shipmentID\": 479301,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 850,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1739318400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1739404800000,\n        \"deliveryDate\": 1739404800000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ATF HQ\",\n        \"consigneeAddress\": \"TOB 45250 SEVERN WAY - SUITE 104\",\n        \"consigneeCity\": \"STERLING\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"20166\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 33,\n        \"totalWeight\": 910,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"15A00020DAQA00604/15A00025FAQ000043\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1244041\"\n            }\n        ],\n        \"bolnumber\": \"134567813\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"ADS479301\"\n    },\n    {\n        \"shipmentID\": 479309,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 4700,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1739750400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1739923200000,\n        \"deliveryDate\": 1740009600000,\n        \"shipperName\": \"KWA Performance Industries\",\n        \"shipperAddress\": \"17539 Rowland St \",\n        \"shipperCity\": \"Rowland Heights\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"91748\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USAFA CADET WING\",\n        \"consigneeAddress\": \"1022 JACKS VALLEY RD\",\n        \"consigneeCity\": \"United States Air Force Academy\",\n        \"consigneeState\": \"CO\",\n        \"consigneeZip\": \"80840\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 700,\n        \"totalWeight\": 7969,\n        \"totalHU\": 11,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134567720\",\n        \"ponumber\": \"1406283\",\n        \"pronumber\": \"ADS479309\"\n    },\n    {\n        \"shipmentID\": 479373,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 6440,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1739923200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1740355200000,\n        \"deliveryDate\": 1740355200000,\n        \"shipperName\": \"Bose\",\n        \"shipperAddress\": \"3550 E 40th St\",\n        \"shipperCity\": \"Yuma\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85365\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 215,\n        \"totalWeight\": 6930,\n        \"totalHU\": 18,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134569472\",\n        \"ponumber\": \"1349438\",\n        \"pronumber\": \"ADS479373\"\n    },\n    {\n        \"shipmentID\": 479385,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 3292.34,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1739491200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1739836800000,\n        \"deliveryDate\": 1739836800000,\n        \"shipperName\": \"PETTER INVESTMENTS DBA RIVEER\",\n        \"shipperAddress\": \"233 VETERANS BLVD\",\n        \"shipperCity\": \"SOUTH HAVEN\",\n        \"shipperState\": \"MI\",\n        \"shipperZip\": \"49090\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"90TH LRS\",\n        \"consigneeAddress\": \"FB4613 90TH LRS LGRD\",\n        \"consigneeCity\": \"FE WARREN AFB\",\n        \"consigneeState\": \"WY\",\n        \"consigneeZip\": \"82005\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 3592,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"FA461324P0053\"\n            }\n        ],\n        \"bolnumber\": \"1342636\",\n        \"ponumber\": \"1412271\",\n        \"pronumber\": \"ADS479385\"\n    },\n    {\n        \"shipmentID\": 491208,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 3400,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1739836800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1740096000000,\n        \"deliveryDate\": 1740096000000,\n        \"shipperName\": \"Basic Concepts Inc. - RF\",\n        \"shipperAddress\": \"18 RED FOX BLVD.\",\n        \"shipperCity\": \"Williamston\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29697\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"635TH MMSS\",\n        \"consigneeAddress\": \"1273 Bear Path Rd. Bldg 902\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 9,\n        \"totalWeight\": 35100,\n        \"totalHU\": 9,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134572194\",\n        \"ponumber\": \"1396217\",\n        \"pronumber\": \"ADS491208\"\n    },\n    {\n        \"shipmentID\": 491230,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 4600,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1740355200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1740700800000,\n        \"deliveryDate\": 1740700800000,\n        \"shipperName\": \"RFD Beaufort (Formerly Southwest Tactical\",\n        \"shipperAddress\": \"11201 Armour Drive - Unit D\",\n        \"shipperCity\": \"El Paso\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"79935\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Ananis (NAS) Boyd - NECC CIF\",\n        \"consigneeAddress\": \"Yorktown NWS Cheatham Annex -  4 D Street\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 26,\n        \"totalWeight\": 8320,\n        \"totalHU\": 26,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134572837\",\n        \"ponumber\": \"1408404\",\n        \"pronumber\": \"ADS491230\"\n    },\n    {\n        \"shipmentID\": 491231,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5200,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1739923200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1740355200000,\n        \"deliveryDate\": 1740355200000,\n        \"shipperName\": \"Danner INC\",\n        \"shipperAddress\": \"17634 NE Airport Way\",\n        \"shipperCity\": \"Portland\",\n        \"shipperState\": \"OR\",\n        \"shipperZip\": \"97230\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" 435TH SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR, EMEF DOOR 28\",\n        \"consigneeCity\": \"WRIGHT PATTERSON AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 26,\n        \"totalWeight\": 10764,\n        \"totalHU\": 26,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134572839\",\n        \"ponumber\": \"1397025\",\n        \"pronumber\": \"ADS491231\"\n    },\n    {\n        \"shipmentID\": 491232,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5200,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1739923200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1740441600000,\n        \"deliveryDate\": 1740355200000,\n        \"shipperName\": \"Danner INC\",\n        \"shipperAddress\": \"17634 NE Airport Way\",\n        \"shipperCity\": \"Portland\",\n        \"shipperState\": \"OR\",\n        \"shipperZip\": \"97230\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" 435TH SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR, EMEF DOOR 28\",\n        \"consigneeCity\": \"WRIGHT PATTERSON AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 14,\n        \"totalWeight\": 5796,\n        \"totalHU\": 14,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134572840\",\n        \"ponumber\": \"1397025\",\n        \"pronumber\": \"ADS491232\"\n    },\n    {\n        \"shipmentID\": 491260,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 800,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1739923200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1739923200000,\n        \"deliveryDate\": 1739923200000,\n        \"shipperName\": \"Ceva Logistics \",\n        \"shipperAddress\": \"1564 Innovation Blvd Clayton\",\n        \"shipperCity\": \"Clayton\",\n        \"shipperState\": \"IN\",\n        \"shipperZip\": \"46118\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"IAP WORLDWIDE SERVICES INC\",\n        \"consigneeAddress\": \"4962 RIVERTON ROAD\",\n        \"consigneeCity\": \"DAYTON\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45414\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 14,\n        \"totalWeight\": 5498,\n        \"totalHU\": 14,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Pick up #\",\n                \"value\": \"86962682\"\n            }\n        ],\n        \"bolnumber\": \"134573710\",\n        \"ponumber\": \"86962682\",\n        \"pronumber\": \"ADS491260\"\n    },\n    {\n        \"shipmentID\": 491287,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1400,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1740614400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1740614400000,\n        \"deliveryDate\": 1740614400000,\n        \"shipperName\": \"Cave Systems c/o S&W Metal Products\",\n        \"shipperAddress\": \"200C N Furnace St\",\n        \"shipperCity\": \"Birdsboro\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19508\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOLUTION BASED INNOVATION\",\n        \"consigneeAddress\": \"2656 QUALITY COURT\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 33308,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134574837\",\n        \"ponumber\": \"1319934\",\n        \"pronumber\": \"ADS491287\"\n    },\n    {\n        \"shipmentID\": 491311,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 2700,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1740355200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1740441600000,\n        \"deliveryDate\": 1740528000000,\n        \"shipperName\": \"HIGHLAND ENGINEERING, INC.\",\n        \"shipperAddress\": \"1153 Grand Oaks Dr.\",\n        \"shipperCity\": \"Howell\",\n        \"shipperState\": \"MI\",\n        \"shipperZip\": \"48843\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" Solution Based Innovation\",\n        \"consigneeAddress\": \"2656 Quality Ct\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 7150,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Pick up #\",\n                \"value\": \"6866\"\n            }\n        ],\n        \"bolnumber\": \"134575805\",\n        \"ponumber\": \"1357554\",\n        \"pronumber\": \"ADS491311\"\n    },\n    {\n        \"shipmentID\": 491392,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1600,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1740355200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1740441600000,\n        \"deliveryDate\": 1740441600000,\n        \"shipperName\": \"OTIS TECHNOLOGY\",\n        \"shipperAddress\": \"6987 LAURA ST\",\n        \"shipperCity\": \"Lyons Falls\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"13368\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PDM CSW NSW ACCESSORIES FMS\",\n        \"consigneeAddress\": \"BLDG 91 RECEIVING\",\n        \"consigneeCity\": \"Picatinny Arsenal\",\n        \"consigneeState\": \"NJ\",\n        \"consigneeZip\": \"07806\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 14167,\n        \"totalHU\": 12,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"W90ZAH42581DVU SWEDEN SW-B-WCM LINE 8 REQ BSWA-45-4234-D008\"\n            }\n        ],\n        \"bolnumber\": \"134564559\",\n        \"ponumber\": \"1408177\",\n        \"pronumber\": \"ADS491392\"\n    },\n    {\n        \"shipmentID\": 496179,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 6250,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1741046400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1741564800000,\n        \"deliveryDate\": 1741564800000,\n        \"shipperName\": \"Clear Carbon Components \",\n        \"shipperAddress\": \"108 Tupelo Street\",\n        \"shipperCity\": \"Bristol\",\n        \"shipperState\": \"RI\",\n        \"shipperZip\": \"02809\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA Distribution Hill AFB\",\n        \"consigneeAddress\": \"6149 Wardleigh Rd\",\n        \"consigneeCity\": \"Hill AFB\",\n        \"consigneeState\": \"UT\",\n        \"consigneeZip\": \"84056\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 18,\n        \"totalWeight\": 11400,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134578565\",\n        \"ponumber\": \"1375924\",\n        \"pronumber\": \"ADS496179\"\n    },\n    {\n        \"shipmentID\": 496184,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1300,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1740355200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1740528000000,\n        \"deliveryDate\": 1740528000000,\n        \"shipperName\": \"Carter Machinery\",\n        \"shipperAddress\": \"565 Electric Rd\",\n        \"shipperCity\": \"Salem\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"24153\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" Solution Based Innovation\",\n        \"consigneeAddress\": \"2656 Quality Ct\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 16,\n        \"totalWeight\": 26888,\n        \"totalHU\": 16,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134578741\",\n        \"ponumber\": \"1414591\",\n        \"pronumber\": \"ADS496184\"\n    },\n    {\n        \"shipmentID\": 496212,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 4000,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1740614400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1740960000000,\n        \"deliveryDate\": 1740960000000,\n        \"shipperName\": \"Hydraulics International, Inc\",\n        \"shipperAddress\": \"20961 Knapp Street\",\n        \"shipperCity\": \"Chatsworth\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"91311\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FLC JACKSONVILLE\",\n        \"consigneeAddress\": \"511 North Brown Ave. BLDG 437\",\n        \"consigneeCity\": \"Gulfport\",\n        \"consigneeState\": \"MS\",\n        \"consigneeZip\": \"39501\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 7600,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134579700\",\n        \"ponumber\": \"1360975\",\n        \"pronumber\": \"ADS496212\"\n    },\n    {\n        \"shipmentID\": 496213,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 800,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1740528000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1740528000000,\n        \"deliveryDate\": 1740614400000,\n        \"shipperName\": \"Sea Box Inc\",\n        \"shipperAddress\": \"700 Union Landing Road\",\n        \"shipperCity\": \"Cinnaminson\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08077\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"S&W Metal Products\",\n        \"consigneeAddress\": \"200C N Furnace Road\",\n        \"consigneeCity\": \"Birdsboro\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"19508\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 16800,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"100326\"\n            }\n        ],\n        \"bolnumber\": \"134579716\",\n        \"ponumber\": \"1320516\",\n        \"pronumber\": \"ADS496213\"\n    },\n    {\n        \"shipmentID\": 496216,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1275,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1740528000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1741046400000,\n        \"deliveryDate\": 1741046400000,\n        \"shipperName\": \"BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DRIVE\",\n        \"shipperCity\": \"Belleville\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"435TH SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR EMEF DOOR 28\",\n        \"consigneeCity\": \"Wright Patterson AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 40,\n        \"totalWeight\": 19220,\n        \"totalHU\": 40,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"REQ# FB4880326211S3\"\n            }\n        ],\n        \"bolnumber\": \"134579795\",\n        \"ponumber\": \"1327346\",\n        \"pronumber\": \"ADS496216\"\n    },\n    {\n        \"shipmentID\": 496217,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1275,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1740960000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1741046400000,\n        \"deliveryDate\": 1741046400000,\n        \"shipperName\": \"BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DRIVE\",\n        \"shipperCity\": \"Belleville\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"435TH SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR EMEF DOOR 28\",\n        \"consigneeCity\": \"Wright Patterson AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 53,\n        \"totalWeight\": 25255,\n        \"totalHU\": 53,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"REQ# FB4880326211S3\"\n            }\n        ],\n        \"bolnumber\": \"134579796\",\n        \"ponumber\": \"1327346\",\n        \"pronumber\": \"ADS496217\"\n    },\n    {\n        \"shipmentID\": 496237,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1600,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1740528000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1740614400000,\n        \"deliveryDate\": 1740614400000,\n        \"shipperName\": \"MIDWAY INDUSTRIAL SUPPLY INC.\",\n        \"shipperAddress\": \"3930 Eastbourne Dr\",\n        \"shipperCity\": \"Syracuse\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"13206\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Portsmouth Naval Shipyard\",\n        \"consigneeAddress\": \"1 Walker Street - Bldg 170\",\n        \"consigneeCity\": \"Kittery\",\n        \"consigneeState\": \"ME\",\n        \"consigneeZip\": \"03904\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 618,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134580272\",\n        \"ponumber\": \"141792\",\n        \"pronumber\": \"ADS496237\"\n    },\n    {\n        \"shipmentID\": 496265,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1750,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1742860800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1742947200000,\n        \"deliveryDate\": 1742947200000,\n        \"shipperName\": \"Babington Technology\",\n        \"shipperAddress\": \"159 Fabrication Way\",\n        \"shipperCity\": \"Rocky Mount\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"27804\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FB6232 / 107TH AW\",\n        \"consigneeAddress\": \"2660 JOHNSON ST., BLDG. 204C\",\n        \"consigneeCity\": \"Niagara Falls\",\n        \"consigneeState\": \"NY\",\n        \"consigneeZip\": \"14304\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 7000,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"SPE8EM25F1023 / FB623243440024\"\n            }\n        ],\n        \"bolnumber\": \"134581201\",\n        \"ponumber\": \"1421623\",\n        \"pronumber\": \"ADS496265\"\n    },\n    {\n        \"shipmentID\": 496267,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5280,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1740700800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1740960000000,\n        \"deliveryDate\": 1740960000000,\n        \"shipperName\": \"Generac\",\n        \"shipperAddress\": \"215 Power Drive\",\n        \"shipperCity\": \"Berlin\",\n        \"shipperState\": \"WI\",\n        \"shipperZip\": \"54923\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Holloman AFB\",\n        \"consigneeAddress\": \"1273 Bear Path Rd - Bldg 902\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 7,\n        \"totalWeight\": 13895,\n        \"totalHU\": 7,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134581229\",\n        \"ponumber\": \"1392663\",\n        \"pronumber\": \"ADS496267\"\n    },\n    {\n        \"shipmentID\": 496268,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5280,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1740700800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1740960000000,\n        \"deliveryDate\": 1740960000000,\n        \"shipperName\": \"Generac\",\n        \"shipperAddress\": \"215 Power Drive\",\n        \"shipperCity\": \"Berlin\",\n        \"shipperState\": \"WI\",\n        \"shipperZip\": \"54923\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Holloman AFB\",\n        \"consigneeAddress\": \"1273 Bear Path Rd - Bldg 902\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 7,\n        \"totalWeight\": 13895,\n        \"totalHU\": 7,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134581230\",\n        \"ponumber\": \"1392663\",\n        \"pronumber\": \"ADS496268\"\n    },\n    {\n        \"shipmentID\": 496269,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5280,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1740700800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1740960000000,\n        \"deliveryDate\": 1740960000000,\n        \"shipperName\": \"Generac\",\n        \"shipperAddress\": \"215 Power Drive\",\n        \"shipperCity\": \"Berlin\",\n        \"shipperState\": \"WI\",\n        \"shipperZip\": \"54923\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Holloman AFB\",\n        \"consigneeAddress\": \"1273 Bear Path Rd - Bldg 902\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 11910,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134581231\",\n        \"ponumber\": \"1392663\",\n        \"pronumber\": \"ADS496269\"\n    },\n    {\n        \"shipmentID\": 496328,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 4000,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1740700800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1741132800000,\n        \"deliveryDate\": 1741132800000,\n        \"shipperName\": \"Quantum Systems Inc.\",\n        \"shipperAddress\": \"5160 Gabbert Road\",\n        \"shipperCity\": \"Moorpark\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"93021\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PEO SOFSA (SPECIAL OPERATIONS SUPPORT ACTIVITY)\",\n        \"consigneeAddress\": \"5749 Briar Hill Road - Bldg 102\",\n        \"consigneeCity\": \"Lexington\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 750,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"SPE8EL24F11CV\"\n            }\n        ],\n        \"bolnumber\": \"134583618\",\n        \"ponumber\": \"1347418\",\n        \"pronumber\": \"ADS496328\"\n    },\n    {\n        \"shipmentID\": 498754,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 6300,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1740960000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1741564800000,\n        \"deliveryDate\": 1741564800000,\n        \"shipperName\": \"ATSC-IES\",\n        \"shipperAddress\": \"1620 W. Sunrise Blvd\",\n        \"shipperCity\": \"Gilbert\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85233\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"   NAVSUP WSS\",\n        \"consigneeAddress\": \"5450 CARLISLE PIKE BLDG 107 South\",\n        \"consigneeCity\": \"Mechanicsburg\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17055\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 3120,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F173V\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Shipment Priority-Rated-DOC9\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Ship To DODAAC-N47304\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"FMS Case Code-DT-B-WAZ\"\n            }\n        ],\n        \"bolnumber\": \"134584842\",\n        \"ponumber\": \"1390049\",\n        \"pronumber\": \"ADS498754\"\n    },\n    {\n        \"shipmentID\": 498765,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 700,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1740960000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1741132800000,\n        \"deliveryDate\": 1741132800000,\n        \"shipperName\": \"D&S Warehouse\",\n        \"shipperAddress\": \"300 D and S Lane.\",\n        \"shipperCity\": \"Bear\",\n        \"shipperState\": \"DE\",\n        \"shipperZip\": \"19711\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Aberdeen Proving Grounds\",\n        \"consigneeAddress\": \"8799 Magnolia Rd - Bldg 35050\",\n        \"consigneeCity\": \"Gunpowder\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"21010\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 261,\n        \"totalWeight\": 12750,\n        \"totalHU\": 14,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Shipment No. 5753776\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Order# 38490597\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"5753776\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"SPE8EL24F1DLU\"\n            }\n        ],\n        \"bolnumber\": \"134585480\",\n        \"ponumber\": \"1428473\",\n        \"pronumber\": \"ADS498765\"\n    },\n    {\n        \"shipmentID\": 498784,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 6200,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1741564800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1741824000000,\n        \"deliveryDate\": 1742169600000,\n        \"shipperName\": \"Float-On Trailers\",\n        \"shipperAddress\": \"1925 98th Ave\",\n        \"shipperCity\": \"Vero Beach\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32966\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"EOD Expeditionary Unit 1\",\n        \"consigneeAddress\": \"3500 ATTU TD Bldg 104\",\n        \"consigneeCity\": \"San Diego\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92155\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 6000,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134585833\",\n        \"ponumber\": \"1402393\",\n        \"pronumber\": \"ADS498784\"\n    },\n    {\n        \"shipmentID\": 498829,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 6300,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1741219200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1741564800000,\n        \"deliveryDate\": 1741564800000,\n        \"shipperName\": \"Sea Box Inc\",\n        \"shipperAddress\": \"700 Union Landing Road\",\n        \"shipperCity\": \"Cinnaminson\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08077\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"HQ PACAF A4R\",\n        \"consigneeAddress\": \"280 Delaware Ave\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 20000,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"101605\"\n            }\n        ],\n        \"bolnumber\": \"134592589\",\n        \"ponumber\": \"1405870\",\n        \"pronumber\": \"ADS498829\"\n    },\n    {\n        \"shipmentID\": 498831,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5520,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1741219200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1741564800000,\n        \"deliveryDate\": 1741564800000,\n        \"shipperName\": \"Sea Box Inc\",\n        \"shipperAddress\": \"700 Union Landing Road\",\n        \"shipperCity\": \"Cinnaminson\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08077\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"HQ PACAF A4R\",\n        \"consigneeAddress\": \"280 Delaware Ave\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 20000,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"101605\"\n            }\n        ],\n        \"bolnumber\": \"134592594\",\n        \"ponumber\": \"1405870\",\n        \"pronumber\": \"ADS498831\"\n    },\n    {\n        \"shipmentID\": 498830,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5315,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1741219200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1741564800000,\n        \"deliveryDate\": 1741564800000,\n        \"shipperName\": \"Sea Box Inc\",\n        \"shipperAddress\": \"700 Union Landing Road\",\n        \"shipperCity\": \"Cinnaminson\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08077\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"HQ PACAF A4R\",\n        \"consigneeAddress\": \"280 Delaware Ave\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 20000,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"101605\"\n            }\n        ],\n        \"bolnumber\": \"134592593\",\n        \"ponumber\": \"1405870\",\n        \"pronumber\": \"ADS498830\"\n    },\n    {\n        \"shipmentID\": 498832,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5520,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1741219200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1741564800000,\n        \"deliveryDate\": 1741564800000,\n        \"shipperName\": \"Sea Box Inc\",\n        \"shipperAddress\": \"700 Union Landing Road\",\n        \"shipperCity\": \"Cinnaminson\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08077\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"HQ PACAF A4R\",\n        \"consigneeAddress\": \"280 Delaware Ave\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 20000,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"101605\"\n            }\n        ],\n        \"bolnumber\": \"134592595\",\n        \"ponumber\": \"1405870\",\n        \"pronumber\": \"ADS498832\"\n    },\n    {\n        \"shipmentID\": 498833,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5520,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1741219200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1741564800000,\n        \"deliveryDate\": 1741564800000,\n        \"shipperName\": \"Sea Box Inc\",\n        \"shipperAddress\": \"700 Union Landing Road\",\n        \"shipperCity\": \"Cinnaminson\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08077\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"HQ PACAF A4R\",\n        \"consigneeAddress\": \"280 Delaware Ave\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 20000,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"101605\"\n            }\n        ],\n        \"bolnumber\": \"134592596\",\n        \"ponumber\": \"1405870\",\n        \"pronumber\": \"ADS498833\"\n    },\n    {\n        \"shipmentID\": 498912,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 4100,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1741219200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1741737600000,\n        \"deliveryDate\": 1741564800000,\n        \"shipperName\": \"MIDWAY INDUSTRIAL SUPPLY\",\n        \"shipperAddress\": \"3930 Eastbourne Dr.\",\n        \"shipperCity\": \"Syracuse\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"13206\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"49TH MMSS LGSPAR \",\n        \"consigneeAddress\": \"1273 Bear Path Rd BLDG 902 Rm 109\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 7254,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134595079\",\n        \"ponumber\": \"1415984\",\n        \"pronumber\": \"ADS498912\"\n    },\n    {\n        \"shipmentID\": 501377,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 6400,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1741564800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1741910400000,\n        \"deliveryDate\": 1741910400000,\n        \"shipperName\": \"Sea Box Inc\",\n        \"shipperAddress\": \"700 Union Landing Road\",\n        \"shipperCity\": \"Cinnaminson\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08077\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"HQ PACAF A4R\",\n        \"consigneeAddress\": \"280 Delaware Ave\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 20000,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"101605\"\n            }\n        ],\n        \"bolnumber\": \"134596825\",\n        \"ponumber\": \"1405870\",\n        \"pronumber\": \"ADS501377\"\n    },\n    {\n        \"shipmentID\": 501375,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5315,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1741564800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1742428800000,\n        \"deliveryDate\": 1742428800000,\n        \"shipperName\": \"Sea Box Inc\",\n        \"shipperAddress\": \"700 Union Landing Road\",\n        \"shipperCity\": \"Cinnaminson\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08077\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"HQ PACAF A4R\",\n        \"consigneeAddress\": \"280 Delaware Ave\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 20000,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"101605\"\n            }\n        ],\n        \"bolnumber\": \"134596824\",\n        \"ponumber\": \"1405870\",\n        \"pronumber\": \"ADS501375\"\n    },\n    {\n        \"shipmentID\": 501374,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5315,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1741564800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1742256000000,\n        \"deliveryDate\": 1742256000000,\n        \"shipperName\": \"Sea Box Inc\",\n        \"shipperAddress\": \"700 Union Landing Road\",\n        \"shipperCity\": \"Cinnaminson\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08077\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"HQ PACAF A4R\",\n        \"consigneeAddress\": \"280 Delaware Ave\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 20000,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"101605\"\n            }\n        ],\n        \"bolnumber\": \"134596823\",\n        \"ponumber\": \"1405870\",\n        \"pronumber\": \"ADS501374\"\n    },\n    {\n        \"shipmentID\": 501376,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 6000,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1741564800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1742169600000,\n        \"deliveryDate\": 1710633600000,\n        \"shipperName\": \"Sea Box Inc\",\n        \"shipperAddress\": \"700 Union Landing Road\",\n        \"shipperCity\": \"Cinnaminson\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08077\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"HQ PACAF A4R\",\n        \"consigneeAddress\": \"280 Delaware Ave\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 20000,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"101605\"\n            }\n        ],\n        \"bolnumber\": \"134596826\",\n        \"ponumber\": \"1405870\",\n        \"pronumber\": \"ADS501376\"\n    },\n    {\n        \"shipmentID\": 501378,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5900,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1741564800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1742169600000,\n        \"deliveryDate\": 1742169600000,\n        \"shipperName\": \"Sea Box Inc\",\n        \"shipperAddress\": \"700 Union Landing Road\",\n        \"shipperCity\": \"Cinnaminson\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08077\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"HQ PACAF A4R\",\n        \"consigneeAddress\": \"280 Delaware Ave\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 0,\n        \"totalWeight\": 0,\n        \"totalHU\": 0,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"101605\"\n            }\n        ],\n        \"bolnumber\": \"134596827\",\n        \"ponumber\": \"1405870\",\n        \"pronumber\": \"ADS501378\"\n    },\n    {\n        \"shipmentID\": 501390,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 3200,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1741564800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1741651200000,\n        \"deliveryDate\": 1741651200000,\n        \"shipperName\": \"First-Spear\",\n        \"shipperAddress\": \"2012 Corporate 44 Drive\",\n        \"shipperCity\": \"Fenton\",\n        \"shipperState\": \"MO\",\n        \"shipperZip\": \"63026\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Hurlburt Field\",\n        \"consigneeAddress\": \"205 Bennet Ave\",\n        \"consigneeCity\": \"Hurlburt Field\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32544\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 186,\n        \"totalWeight\": 8391,\n        \"totalHU\": 17,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"SPE8EL24F1D6T\"\n            }\n        ],\n        \"bolnumber\": \"134597307\",\n        \"ponumber\": \"1408249\",\n        \"pronumber\": \"ADS501390\"\n    },\n    {\n        \"shipmentID\": 501417,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1550,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1742256000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1742342400000,\n        \"deliveryDate\": 1742342400000,\n        \"shipperName\": \"Chant Engineering\",\n        \"shipperAddress\": \"59 Industrial Dr\",\n        \"shipperCity\": \"New Britain\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"18901\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"2ND MAW MAG 26 MALS 26\",\n        \"consigneeAddress\": \"BUILDING AS-4085 WHITE ST\",\n        \"consigneeCity\": \"JACKSONVILLE\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28545\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 3200,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134598310\",\n        \"ponumber\": \"1400230\",\n        \"pronumber\": \"ADS501417\"\n    },\n    {\n        \"shipmentID\": 501421,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 960,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1741564800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1741651200000,\n        \"deliveryDate\": 1741651200000,\n        \"shipperName\": \"Sea Box Inc\",\n        \"shipperAddress\": \"321 Valley Road\",\n        \"shipperCity\": \"Hillsborough\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08844\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" Solution Based Innovation\",\n        \"consigneeAddress\": \"2656 Quality Ct\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 4580,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"101841\"\n            }\n        ],\n        \"bolnumber\": \"134598345\",\n        \"ponumber\": \"1414538\",\n        \"pronumber\": \"ADS501421\"\n    },\n    {\n        \"shipmentID\": 501458,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 6250,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1741737600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1742169600000,\n        \"deliveryDate\": 1742169600000,\n        \"shipperName\": \"MIDWAY INDUSTRIAL SUPPLY\",\n        \"shipperAddress\": \"3930 Eastbourne Dr.\",\n        \"shipperCity\": \"Syracuse\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"13206\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"49TH MMSS LGSPAR \",\n        \"consigneeAddress\": \"1273 Bear Path Rd BLDG 902 Rm 109\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 36136,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX24F114G\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"FE480242351C6J\"\n            }\n        ],\n        \"bolnumber\": \"134599668\",\n        \"ponumber\": \"1399232\",\n        \"pronumber\": \"ADS501458\"\n    },\n    {\n        \"shipmentID\": 501474,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1200,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1741651200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1741824000000,\n        \"deliveryDate\": 1741824000000,\n        \"shipperName\": \"Aerial Machine & Tool\",\n        \"shipperAddress\": \"4298 Jeb Stuart Highway\",\n        \"shipperCity\": \"Meadows Dan\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"24120\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMA 202 AIRCREW SYSTEMS\",\n        \"consigneeAddress\": \"48110 Shaw Rd, Unit 5, Bldg. 2187, Ste. 2280\",\n        \"consigneeCity\": \"Patuxent River\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20670\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 11,\n        \"totalWeight\": 941,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134599863\",\n        \"ponumber\": \"1384684\",\n        \"pronumber\": \"ADS501474\"\n    },\n    {\n        \"shipmentID\": 501478,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 900,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1741651200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1741737600000,\n        \"deliveryDate\": 1741737600000,\n        \"shipperName\": \"49th MMSS LGSPAR\",\n        \"shipperAddress\": \"1273 Bear Path\",\n        \"shipperCity\": \"Holloman AFB\",\n        \"shipperState\": \"NM\",\n        \"shipperZip\": \"88330\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"49TH MMSS LGSPAR \",\n        \"consigneeAddress\": \"1273 Bear Path Rd BLDG 902 Rm 109\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 10000,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134600014\",\n        \"ponumber\": null,\n        \"pronumber\": \"ADS501478\"\n    },\n    {\n        \"shipmentID\": 501623,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 850,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1742169600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1742428800000,\n        \"deliveryDate\": 1742342400000,\n        \"shipperName\": \" Zero Point Incorporated\",\n        \"shipperAddress\": \"1763 Princess Anne Road Suite 105\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23456\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MARSOC\",\n        \"consigneeAddress\": \"Stone Bay Rifle Range RD – BLDG RR465 BAY 101\",\n        \"consigneeCity\": \"Sneads Ferry\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28460\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 11,\n        \"totalWeight\": 6810,\n        \"totalHU\": 11,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"REQ# M2097042321C1M\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1969\"\n            }\n        ],\n        \"bolnumber\": \"134605151\",\n        \"ponumber\": \"1397199\",\n        \"pronumber\": \"ADS501623\"\n    },\n    {\n        \"shipmentID\": 501645,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5500,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1742169600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1743379200000,\n        \"deliveryDate\": 1743379200000,\n        \"shipperName\": \"Celina Tent, Inc.\",\n        \"shipperAddress\": \"5373 State Route 29\",\n        \"shipperCity\": \"Celina\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"45822\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"BEAR (Basic Exped Airfield Resources)\",\n        \"consigneeAddress\": \"1273 Bear Path Rd - Bldg 902 RM 109\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 27920,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"154648\"\n            }\n        ],\n        \"bolnumber\": \"134606341\",\n        \"ponumber\": \"1400332\",\n        \"pronumber\": \"ADS501645\"\n    },\n    {\n        \"shipmentID\": 501657,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 6240,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1742342400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1743120000000,\n        \"deliveryDate\": 1743120000000,\n        \"shipperName\": \"EZ Loader Boat Trailers\",\n        \"shipperAddress\": \"349 Wilshire Ave SW\",\n        \"shipperCity\": \"Concord\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28025\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"EODGRU 1\",\n        \"consigneeAddress\": \"3500 ATTU RD BLDG 104\",\n        \"consigneeCity\": \"San Diego\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92155\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 5200,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Order# 2236247\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"ADS Part number – ZTBD-ZODIAC\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"SPE8EX24F11K3\"\n            }\n        ],\n        \"bolnumber\": \"134606542\",\n        \"ponumber\": \"1407290\",\n        \"pronumber\": \"ADS501657\"\n    },\n    {\n        \"shipmentID\": 501658,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 6300,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1742342400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1743379200000,\n        \"deliveryDate\": 1743379200000,\n        \"shipperName\": \"EZ Loader Boat Trailers\",\n        \"shipperAddress\": \"349 Wilshire Ave SW\",\n        \"shipperCity\": \"Concord\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28025\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"EODGRU 1\",\n        \"consigneeAddress\": \"3500 ATTU RD BLDG 104\",\n        \"consigneeCity\": \"San Diego\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92155\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 5200,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"SPE8EX24F11K3\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"ZNA Order# 2236247\"\n            }\n        ],\n        \"bolnumber\": \"134606544\",\n        \"ponumber\": \"1407290\",\n        \"pronumber\": \"ADS501658\"\n    },\n    {\n        \"shipmentID\": 501660,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1742256000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1742256000000,\n        \"deliveryDate\": 1742428800000,\n        \"shipperName\": \"Harris Corporation\",\n        \"shipperAddress\": \"1350 Jefferson Rd East Dock\",\n        \"shipperCity\": \"Rochester\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PEO AVIATION\",\n        \"consigneeAddress\": \"5681 WOOD RD\",\n        \"consigneeCity\": \"Huntsville\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35898\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 15,\n        \"totalWeight\": 2678,\n        \"totalHU\": 15,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"10074951\"\n            }\n        ],\n        \"bolnumber\": \"134606592\",\n        \"ponumber\": \"1406245\",\n        \"pronumber\": \"ADS501660\"\n    },\n    {\n        \"shipmentID\": 501665,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 3600,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1742256000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1743638400000,\n        \"deliveryDate\": 1743638400000,\n        \"shipperName\": \"Mithix Pro LLC\",\n        \"shipperAddress\": \"3591 Way Back Road\",\n        \"shipperCity\": \"Farmersville\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75442\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC IHEODTD   \",\n        \"consigneeAddress\": \"2008 STUMP NECK RD, BLDG 2195, D 26 RECEIVING \",\n        \"consigneeCity\": \"Indian Head\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20640\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 15,\n        \"totalWeight\": 9862,\n        \"totalHU\": 15,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134606748\",\n        \"ponumber\": \"1393376\",\n        \"pronumber\": \"ADS501665\"\n    },\n    {\n        \"shipmentID\": 501678,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 2400,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1742256000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1742428800000,\n        \"deliveryDate\": 1742428800000,\n        \"shipperName\": \"HIGHLAND ENGINEERING, INC.\",\n        \"shipperAddress\": \"1153 Grand Oaks Dr.\",\n        \"shipperCity\": \"Howell\",\n        \"shipperState\": \"MI\",\n        \"shipperZip\": \"48843\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" Solution Based Innovation\",\n        \"consigneeAddress\": \"2656 Quality Ct\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 10725,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Pick up #\",\n                \"value\": \"6866\"\n            }\n        ],\n        \"bolnumber\": \"134607665\",\n        \"ponumber\": \"1357554\",\n        \"pronumber\": \"ADS501678\"\n    },\n    {\n        \"shipmentID\": 501689,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1275,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1742342400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1742428800000,\n        \"deliveryDate\": 1742428800000,\n        \"shipperName\": \"BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DRIVE\",\n        \"shipperCity\": \"Belleville\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"435TH SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR EMEF DOOR 28\",\n        \"consigneeCity\": \"Wright Patterson AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 18,\n        \"totalWeight\": 8130,\n        \"totalHU\": 18,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"FB4880326211S3\"\n            }\n        ],\n        \"bolnumber\": \"134607929\",\n        \"ponumber\": \"1327346\",\n        \"pronumber\": \"ADS501689\"\n    },\n    {\n        \"shipmentID\": 501733,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5100,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1743379200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1743552000000,\n        \"deliveryDate\": 1743552000000,\n        \"shipperName\": \"Celina Tent, Inc.\",\n        \"shipperAddress\": \"5373 State Route 29\",\n        \"shipperCity\": \"Celina\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"45822\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"BEAR (Basic Exped Airfield Resources)\",\n        \"consigneeAddress\": \"1273 Bear Path BLDG 902 RM 109\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 27920,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"154645\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"\"\n            }\n        ],\n        \"bolnumber\": \"134609272\",\n        \"ponumber\": \"1400332\",\n        \"pronumber\": \"ADS501733\"\n    },\n    {\n        \"shipmentID\": 501759,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 4750,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1742515200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1742860800000,\n        \"deliveryDate\": 1742860800000,\n        \"shipperName\": \"RFD Beaufort\",\n        \"shipperAddress\": \"11201 Armour Drive, Unit D\",\n        \"shipperCity\": \"El Paso\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"79935\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ANANIS (NAS) BOYD\",\n        \"consigneeAddress\": \"BLDG 4 STREET \",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 25,\n        \"totalWeight\": 18750,\n        \"totalHU\": 25,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"PO # 1407757\"\n            }\n        ],\n        \"bolnumber\": \"134610600\",\n        \"ponumber\": \"1407757\",\n        \"pronumber\": \"ADS501759\"\n    },\n    {\n        \"shipmentID\": 501773,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5000,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1742774400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1742947200000,\n        \"deliveryDate\": 1742947200000,\n        \"shipperName\": \"Basic Concepts Inc. - RF\",\n        \"shipperAddress\": \"18 RED FOX BLVD.\",\n        \"shipperCity\": \"Williamston\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29697\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"635TH MMSS\",\n        \"consigneeAddress\": \"1273 Bear Path Rd. Bldg 902\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 18400,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"1396217\"\n            }\n        ],\n        \"bolnumber\": \"134611019\",\n        \"ponumber\": \"1396217\",\n        \"pronumber\": \"ADS501773\"\n    },\n    {\n        \"shipmentID\": 501855,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 550,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1742860800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1742947200000,\n        \"deliveryDate\": 1742947200000,\n        \"shipperName\": \"TNE Warehouse Manager\",\n        \"shipperAddress\": \"2608 Horse Pasture Road\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMS 312 IN SERVICE AIRCRAFT CARRIER\",\n        \"consigneeAddress\": \"1848 Dillingham Blvd - BLDG X-134, DWY X-1\",\n        \"consigneeCity\": \"Norfolk\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23511\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 14,\n        \"totalWeight\": 8779,\n        \"totalHU\": 14,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Customer Ref# SPE8EL23F17X5, SPE8EL23F16J7\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"REQ# N0002432000XT5 / NAVSUP, REQ# N0002431670WL2\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"SPE8EL23F17X5, SPE8EL23F16J7\"\n            }\n        ],\n        \"bolnumber\": \"134613143\",\n        \"ponumber\": \"1306032, 1296509\",\n        \"pronumber\": \"ADS501855\"\n    },\n    {\n        \"shipmentID\": 501901,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1600,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1743724800000,\n        \"deliveryDate\": 1743724800000,\n        \"shipperName\": \"Cave Systems c/o S&W Metal Products\",\n        \"shipperAddress\": \"200C N Furnace St\",\n        \"shipperCity\": \"Birdsboro\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19508\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOLUTION BASED INNOVATION\",\n        \"consigneeAddress\": \"2656 QUALITY COURT\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 35001,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Container# - USFU041709-3, USFU041710-7, USFU041712-8, USFU041713-3, USFU041738-6, USFU041739-1\"\n            }\n        ],\n        \"bolnumber\": \"134614595\",\n        \"ponumber\": \"1319934\",\n        \"pronumber\": \"ADS501901\"\n    },\n    {\n        \"shipmentID\": 501932,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5200,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1743379200000,\n        \"deliveryDate\": 1743379200000,\n        \"shipperName\": \"Basic Concepts Inc. - RF\",\n        \"shipperAddress\": \"18 RED FOX BLVD.\",\n        \"shipperCity\": \"Williamston\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29697\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"635TH MMSS\",\n        \"consigneeAddress\": \"1273 Bear Path Rd. Bldg 902\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 12852,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134615915\",\n        \"ponumber\": \"1396217\",\n        \"pronumber\": \"ADS501932\"\n    },\n    {\n        \"shipmentID\": 501943,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5520,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1743120000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1743984000000,\n        \"deliveryDate\": 1743984000000,\n        \"shipperName\": \"Celina Tent, Inc.\",\n        \"shipperAddress\": \"5373 State Route 29\",\n        \"shipperCity\": \"Celina\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"45822\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"BEAR (Basic Exped Airfield Resources)\",\n        \"consigneeAddress\": \"1273 Bear Path Rd - Bldg 902 RM 109\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 27920,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"154650\"\n            }\n        ],\n        \"bolnumber\": \"134616010\",\n        \"ponumber\": \"1400332\",\n        \"pronumber\": \"ADS501943\"\n    },\n    {\n        \"shipmentID\": 501955,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1875,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1743120000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1743465600000,\n        \"deliveryDate\": 1743465600000,\n        \"shipperName\": \"AAR MOBILITY SYSTEMS\",\n        \"shipperAddress\": \"1405 6th Ave\",\n        \"shipperCity\": \"Cadillac\",\n        \"shipperState\": \"MI\",\n        \"shipperZip\": \"49601 \",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Fort Campbell - W585PZ USASOC 160th SOAR 2nd BN\",\n        \"consigneeAddress\": \"7277 Nightstalker Way\",\n        \"consigneeCity\": \"Fort Campbell\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"42223\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 7000,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134616183\",\n        \"ponumber\": \"1396445\",\n        \"pronumber\": \"ADS501955\"\n    },\n    {\n        \"shipmentID\": 501961,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 4750,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1743379200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1743552000000,\n        \"deliveryDate\": 1743724800000,\n        \"shipperName\": \"RFD Beaufort\",\n        \"shipperAddress\": \"11201 Armour Drive, Unit D\",\n        \"shipperCity\": \"El Paso\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"79935\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CIF YORKTOWN NWS CHEATHAM ANNEX\",\n        \"consigneeAddress\": \"BLDG 4 D STREET\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 18,\n        \"totalWeight\": 7200,\n        \"totalHU\": 18,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134616349\",\n        \"ponumber\": \"1407757\",\n        \"pronumber\": \"ADS501961\"\n    },\n    {\n        \"shipmentID\": 501972,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 6100,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1743379200000,\n        \"deliveryDate\": 1743379200000,\n        \"shipperName\": \"TCI International, Inc.\",\n        \"shipperAddress\": \"3541 Gateway Boulevard\",\n        \"shipperCity\": \"Fremont\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"94538\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"   NAVSUP WSS\",\n        \"consigneeAddress\": \"5450 CARLISLE PIKE BLDG 107 S END\",\n        \"consigneeCity\": \"Mechanicsburg\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17055\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 21,\n        \"totalWeight\": 7518,\n        \"totalHU\": 21,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"N473044321138L\"\n            }\n        ],\n        \"bolnumber\": \"134616779\",\n        \"ponumber\": \"1337482\",\n        \"pronumber\": \"ADS501972\"\n    },\n    {\n        \"shipmentID\": 501996,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5100,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1743638400000,\n        \"deliveryDate\": 1743638400000,\n        \"shipperName\": \"Basic Concepts Inc. - RF\",\n        \"shipperAddress\": \"18 RED FOX BLVD.\",\n        \"shipperCity\": \"Williamston\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29697\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"635TH MMSS\",\n        \"consigneeAddress\": \"1273 Bear Path Rd. Bldg 902\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 18400,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134617664\",\n        \"ponumber\": \"1396217\",\n        \"pronumber\": \"ADS501996\"\n    },\n    {\n        \"shipmentID\": 502003,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 4920,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1743120000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1743552000000,\n        \"deliveryDate\": 1743552000000,\n        \"shipperName\": \"Quantum Systems Inc.\",\n        \"shipperAddress\": \"5160 Gabbert Road\",\n        \"shipperCity\": \"Moorpark\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"93021\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PEO SOFSA (SPECIAL OPERATIONS SUPPORT ACTIVITY)\",\n        \"consigneeAddress\": \"5749 Briar Hill Road - Bldg 102\",\n        \"consigneeCity\": \"Lexington\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 2980,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"SPE8EL24F18EU\"\n            }\n        ],\n        \"bolnumber\": \"134617849\",\n        \"ponumber\": \"1394927\",\n        \"pronumber\": \"ADS502003\"\n    },\n    {\n        \"shipmentID\": 502007,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5400,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1743120000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1743984000000,\n        \"deliveryDate\": 1743984000000,\n        \"shipperName\": \"Celina Tent, Inc.\",\n        \"shipperAddress\": \"5373 State Route 29\",\n        \"shipperCity\": \"Celina\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"45822\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"BEAR (Basic Exped Airfield Resources)\",\n        \"consigneeAddress\": \"1273 Bear Path Rd - Bldg 902 RM 109\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 27920,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Bicon#s - USFU044594, USFU044589\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"154646\"\n            }\n        ],\n        \"bolnumber\": \"134618095\",\n        \"ponumber\": \"1400332\",\n        \"pronumber\": \"ADS502007\"\n    },\n    {\n        \"shipmentID\": 502043,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5700,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1743379200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1743638400000,\n        \"deliveryDate\": 1743724800000,\n        \"shipperName\": \"Rapiscan Systems\",\n        \"shipperAddress\": \"2805 Columbia St\",\n        \"shipperCity\": \"Torrance\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"90503\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USAFCENT FP \",\n        \"consigneeAddress\": \"611 Lark Street\",\n        \"consigneeCity\": \"Shaw AFB\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29152\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 16,\n        \"totalWeight\": 15280,\n        \"totalHU\": 16,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134619300\",\n        \"ponumber\": \"1384356\",\n        \"pronumber\": \"ADS502043\"\n    },\n    {\n        \"shipmentID\": 502046,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 6100,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1743465600000,\n        \"deliveryDate\": 1743465600000,\n        \"shipperName\": \"TCI International, Inc.\",\n        \"shipperAddress\": \"3541 Gateway Boulevard\",\n        \"shipperCity\": \"Fremont\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"94538\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"   NAVSUP WSS\",\n        \"consigneeAddress\": \"5450 CARLISLE PIKE BLDG 107 S END\",\n        \"consigneeCity\": \"Mechanicsburg\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17055\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 9,\n        \"totalWeight\": 3222,\n        \"totalHU\": 9,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"N473044321138L\"\n            }\n        ],\n        \"bolnumber\": \"134619347\",\n        \"ponumber\": \"1337482\",\n        \"pronumber\": \"ADS502046\"\n    },\n    {\n        \"shipmentID\": 502048,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 350,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1743120000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1743120000000,\n        \"deliveryDate\": 1743120000000,\n        \"shipperName\": \"VELOCITY SYSTEMS LLC\",\n        \"shipperAddress\": \"45064 UNDERWOOD LANE UNIT B\",\n        \"shipperCity\": \"Sterling\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"20166\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DEAV\",\n        \"consigneeAddress\": \"7952 CLUNY CT SA-7D\",\n        \"consigneeCity\": \"Springfield\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22153\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 5842,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"19AQMM24F7352\"\n            }\n        ],\n        \"bolnumber\": \"134619330\",\n        \"ponumber\": \"1398111\",\n        \"pronumber\": \"ADS502048\"\n    },\n    {\n        \"shipmentID\": 502050,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1825,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1743120000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1743379200000,\n        \"deliveryDate\": 1743379200000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 Flushing Avenue BLDG 128B\",\n        \"shipperCity\": \"Brooklyn\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"5749 BRIAR HILL RD, BUILDING 220 DOOR 4\",\n        \"consigneeCity\": \"Lexington\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 2899,\n        \"totalHU\": 12,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"IF0102463 & IF0102774\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"0106120\"\n            }\n        ],\n        \"bolnumber\": \"134619433\",\n        \"ponumber\": \"1415946\",\n        \"pronumber\": \"ADS502050\"\n    },\n    {\n        \"shipmentID\": 502106,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 800,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1743120000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1743379200000,\n        \"deliveryDate\": 1743379200000,\n        \"shipperName\": \"Sea Box Inc\",\n        \"shipperAddress\": \"700 Union Landing Road\",\n        \"shipperCity\": \"Cinnaminson\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08077\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"S&W Metal Products\",\n        \"consigneeAddress\": \"200C N Furnace Road\",\n        \"consigneeCity\": \"Birdsboro\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"19508\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 16800,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"100326\"\n            }\n        ],\n        \"bolnumber\": \"134620810\",\n        \"ponumber\": \"1320516\",\n        \"pronumber\": \"ADS502106\"\n    },\n    {\n        \"shipmentID\": 502162,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5200,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1743724800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1743984000000,\n        \"deliveryDate\": 1743984000000,\n        \"shipperName\": \"Basic Concepts Inc. - RF\",\n        \"shipperAddress\": \"18 RED FOX BLVD.\",\n        \"shipperCity\": \"Williamston\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29697\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"635TH MMSS\",\n        \"consigneeAddress\": \"1273 Bear Path Rd. Bldg 902\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 18400,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134622837\",\n        \"ponumber\": \"1396217\",\n        \"pronumber\": \"ADS502162\"\n    },\n    {\n        \"shipmentID\": 502164,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5100,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1743552000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1744070400000,\n        \"deliveryDate\": 1743984000000,\n        \"shipperName\": \"Basic Concepts Inc. - RF\",\n        \"shipperAddress\": \"18 RED FOX BLVD.\",\n        \"shipperCity\": \"Williamston\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29697\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"635TH MMSS\",\n        \"consigneeAddress\": \"1273 Bear Path Rd. Bldg 902\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 18400,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134622940\",\n        \"ponumber\": \"1396217\",\n        \"pronumber\": \"ADS502164\"\n    },\n    {\n        \"shipmentID\": 502173,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5100,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1743465600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1744243200000,\n        \"deliveryDate\": 1744243200000,\n        \"shipperName\": \"Celina Tent, Inc.\",\n        \"shipperAddress\": \"5373 State Route 29\",\n        \"shipperCity\": \"Celina\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"45822\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"BEAR (Basic Exped Airfield Resources)\",\n        \"consigneeAddress\": \"1273 Bear Path BLDG 902 RM 109\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 27920,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"154647\"\n            }\n        ],\n        \"bolnumber\": \"134623412\",\n        \"ponumber\": \"1400332\",\n        \"pronumber\": \"ADS502173\"\n    },\n    {\n        \"shipmentID\": 502197,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1100,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1743465600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1743638400000,\n        \"deliveryDate\": 1743638400000,\n        \"shipperName\": \"CUMMINS INC.\",\n        \"shipperAddress\": \"8051 ALLENTOWN BLVD\",\n        \"shipperCity\": \"HARRISBURG\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"17112\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 9,\n        \"totalWeight\": 10800,\n        \"totalHU\": 9,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"1353845\",\n        \"ponumber\": \"1394004, 1394002,1394006\",\n        \"pronumber\": \"ADS502197\"\n    },\n    {\n        \"shipmentID\": 502226,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 8800,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1743552000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1743984000000,\n        \"deliveryDate\": 1744156800000,\n        \"shipperName\": \"Babington Technology\",\n        \"shipperAddress\": \"159 Fabrication Way\",\n        \"shipperCity\": \"Rocky Mount\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"27804\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FB6371 / 194th WG\",\n        \"consigneeAddress\": \"107 Engineer Way\",\n        \"consigneeCity\": \"Murray\",\n        \"consigneeState\": \"WA\",\n        \"consigneeZip\": \"98375\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 14500,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"FB637143440027\"\n            }\n        ],\n        \"bolnumber\": \"134624870\",\n        \"ponumber\": \"1421745\",\n        \"pronumber\": \"ADS502226\"\n    },\n    {\n        \"shipmentID\": 502312,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 2000,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1743984000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1744070400000,\n        \"deliveryDate\": 1744070400000,\n        \"shipperName\": \"HIGHLAND ENGINEERING, INC.\",\n        \"shipperAddress\": \"1153 Grand Oaks Dr.\",\n        \"shipperCity\": \"Howell\",\n        \"shipperState\": \"MI\",\n        \"shipperZip\": \"48843\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" Solution Based Innovation\",\n        \"consigneeAddress\": \"2656 Quality Ct\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 10725,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Pick up #\",\n                \"value\": \"6866\"\n            }\n        ],\n        \"bolnumber\": \"134627904\",\n        \"ponumber\": \"1357554\",\n        \"pronumber\": \"ADS502312\"\n    },\n    {\n        \"shipmentID\": 502314,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1680,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1743984000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1744070400000,\n        \"deliveryDate\": 1744156800000,\n        \"shipperName\": \"BLUE FORCE GEAR\",\n        \"shipperAddress\": \"176 PINE BARREN RD\",\n        \"shipperCity\": \"Pooler\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"31322\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" 435TH SCOS\",\n        \"consigneeAddress\": \"1820 Allbrook drive\",\n        \"consigneeCity\": \"WRIGHT PATTERSON AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3000,\n        \"totalWeight\": 13000,\n        \"totalHU\": 25,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"S-ORD106759\"\n            }\n        ],\n        \"bolnumber\": \"134628045\",\n        \"ponumber\": \"1440465\",\n        \"pronumber\": \"ADS502314\"\n    },\n    {\n        \"shipmentID\": 502345,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5500,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1744070400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1744588800000,\n        \"deliveryDate\": 1744588800000,\n        \"shipperName\": \"Celina Tent, Inc.\",\n        \"shipperAddress\": \"5373 State Route 29\",\n        \"shipperCity\": \"Celina\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"45822\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"BEAR (Basic Exped Airfield Resources)\",\n        \"consigneeAddress\": \"1273 Bear Path BLDG 902 RM 109\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 27920,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"154644\"\n            }\n        ],\n        \"bolnumber\": \"134629634\",\n        \"ponumber\": \"1400332\",\n        \"pronumber\": \"ADS502345\"\n    },\n    {\n        \"shipmentID\": 502383,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1800,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1744070400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1744156800000,\n        \"deliveryDate\": 1744156800000,\n        \"shipperName\": \"HERITAGE HOSIERY \",\n        \"shipperAddress\": \"421 SCRUGGS ROAD \",\n        \"shipperCity\": \"Chattanooga\",\n        \"shipperState\": \"TN\",\n        \"shipperZip\": \"37412\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 21,\n        \"totalWeight\": 9570,\n        \"totalHU\": 21,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134631006\",\n        \"ponumber\": \"1375981\",\n        \"pronumber\": \"ADS502383\"\n    },\n    {\n        \"shipmentID\": 502574,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 4250,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1744934400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1745280000000,\n        \"deliveryDate\": 1745280000000,\n        \"shipperName\": \"KELLYKLOSURE\",\n        \"shipperAddress\": \"220 North H Street\",\n        \"shipperCity\": \"Fremont\",\n        \"shipperState\": \"NE\",\n        \"shipperZip\": \"68025\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MCAGCC 29 PALMS\",\n        \"consigneeAddress\": \"2155 Rifle Range road\",\n        \"consigneeCity\": \"Twentynine Palms\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92278\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 11,\n        \"totalWeight\": 15000,\n        \"totalHU\": 11,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134639392\",\n        \"ponumber\": \"1366309\",\n        \"pronumber\": \"ADS502574\"\n    },\n    {\n        \"shipmentID\": 502575,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 3900,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1744934400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1745193600000,\n        \"deliveryDate\": 1745193600000,\n        \"shipperName\": \"KELLYKLOSURE\",\n        \"shipperAddress\": \"220 North H Street\",\n        \"shipperCity\": \"Fremont\",\n        \"shipperState\": \"NE\",\n        \"shipperZip\": \"68025\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MCAGCC 29 PALMS\",\n        \"consigneeAddress\": \"2155 Rifle Range road\",\n        \"consigneeCity\": \"Twentynine Palms\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92278\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 15000,\n        \"totalHU\": 12,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134639395\",\n        \"ponumber\": null,\n        \"pronumber\": \"ADS502575\"\n    },\n    {\n        \"shipmentID\": 502621,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1600,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1744848000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1744934400000,\n        \"deliveryDate\": 1744934400000,\n        \"shipperName\": \"Babington Technology\",\n        \"shipperAddress\": \"159 Fabrication Way\",\n        \"shipperCity\": \"Rocky Mount\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"27804\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FB6012 / 187th FW\",\n        \"consigneeAddress\": \"5187 Selma Hwy\",\n        \"consigneeCity\": \"Montgomery\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"36108\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 7000,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"SPE8EM25F1024\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"FB601243440018\"\n            }\n        ],\n        \"bolnumber\": \"134641126\",\n        \"ponumber\": \"1420885\",\n        \"pronumber\": \"ADS502621\"\n    },\n    {\n        \"shipmentID\": 4234687,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"delivered\",\n        \"shipDate\": 1679270400000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1679875200000,\n        \"deliveryDate\": 1806364800000,\n        \"shipperName\": \"JP Laboratories, Inc\",\n        \"shipperAddress\": \"120 Wood Avenue\",\n        \"shipperCity\": \"Middlesex\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08846\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"31ST LRS\",\n        \"consigneeAddress\": \"BLDG 1029 CP CARGO MOVEMENT ELEMENT :\",\n        \"consigneeCity\": \"AVIANO AB\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"33081\",\n        \"consigneeCountry\": \"ITA\",\n        \"totalPieces\": 0,\n        \"totalWeight\": 50,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Export\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"771590405647 \",\n        \"ponumber\": \"1266029\",\n        \"pronumber\": \"ADS4234687\"\n    },\n    {\n        \"shipmentID\": 4786605,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"delivered\",\n        \"shipDate\": 1738713600000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1742947200000,\n        \"deliveryDate\": 1742947200000,\n        \"shipperName\": \"CHART INC.\",\n        \"shipperAddress\": \"407 7TH ST NW\",\n        \"shipperCity\": \"NEW PRAGUE\",\n        \"shipperState\": \"MN\",\n        \"shipperZip\": \"56071\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"86TH LRS\",\n        \"consigneeAddress\": \"FE5612 86 LRS LGRDD BLDG 2127 CP 011 49 637 147 2303 TMO RAMSTEIN FLUGPLATZ\",\n        \"consigneeCity\": \"RAMSTEIN MIESENBACH\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"66877\",\n        \"consigneeCountry\": \"DEU\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 16700,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"ADS4786605\",\n        \"ponumber\": \"1274458\",\n        \"pronumber\": \"ADS4786605\"\n    },\n    {\n        \"shipmentID\": 4786050,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 705101,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"delivered\",\n        \"shipDate\": 1736985600000,\n        \"modeDesc\": \"Domestic Ocean\",\n        \"estimatedDeliveryDate\": 1740441600000,\n        \"deliveryDate\": 1740441600000,\n        \"shipperName\": \"Highland Engineering\",\n        \"shipperAddress\": \"1153 Grand Oaks Drive\",\n        \"shipperCity\": \"Howell\",\n        \"shipperState\": \"MI\",\n        \"shipperZip\": \"48843\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FE5240 36TH LRS LGRM\",\n        \"consigneeAddress\": \"ANDERSON AIR FORCE BASE, BLDG 18002\",\n        \"consigneeCity\": \"YIGO\",\n        \"consigneeState\": \"GU\",\n        \"consigneeZip\": \"96929\",\n        \"consigneeCountry\": \"GUM\",\n        \"totalPieces\": 0,\n        \"totalWeight\": 6000,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"ADS4786050\",\n        \"ponumber\": \"1385018\",\n        \"pronumber\": \"ADS4786050\"\n    },\n    {\n        \"shipmentID\": 4794791,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"delivered\",\n        \"shipDate\": 1740787200000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1743552000000,\n        \"deliveryDate\": 1743552000000,\n        \"shipperName\": \"HIGHLAND ENGINEERING, INC\",\n        \"shipperAddress\": \"1153 GRAND OAKS\",\n        \"shipperCity\": \"HOWELL\",\n        \"shipperState\": \"MI\",\n        \"shipperZip\": \"48843\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"1ST SOS\",\n        \"consigneeAddress\": \"BLDG 3537\",\n        \"consigneeCity\": \"NAKAGMI-GUN\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"9070203\",\n        \"consigneeCountry\": \"JPN\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 7500,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"ADS4794791\",\n        \"ponumber\": \"1405032\",\n        \"pronumber\": \"ADS4794791\"\n    },\n    {\n        \"shipmentID\": 4815309,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"delivered\",\n        \"shipDate\": 1741132800000,\n        \"modeDesc\": \"International Ocean\",\n        \"estimatedDeliveryDate\": 1744588800000,\n        \"deliveryDate\": 1744588800000,\n        \"shipperName\": \"Generac Mobile Products LLC\",\n        \"shipperAddress\": \"215 Power Drive\",\n        \"shipperCity\": \"Berlin\",\n        \"shipperState\": \"WI\",\n        \"shipperZip\": \"54923\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FE5445 CRSF WSA SARL SANEM STORAGE\",\n        \"consigneeAddress\": \"Bldg 1, Rue De Limpach\",\n        \"consigneeCity\": \"Soleuvre\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"\",\n        \"consigneeCountry\": \"LUX\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 11910,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"ADS4815309\",\n        \"ponumber\": \"1392657\",\n        \"pronumber\": \"ADS4815309\"\n    },\n    {\n        \"shipmentID\": 4822765,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 2801125,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"delivered\",\n        \"shipDate\": 1741651200000,\n        \"modeDesc\": \"Domestic Ocean\",\n        \"estimatedDeliveryDate\": 1744243200000,\n        \"deliveryDate\": 1744329600000,\n        \"shipperName\": \"TURBINE MARINE INC\",\n        \"shipperAddress\": \"1940 NW 32ND ST\",\n        \"shipperCity\": \"POMPANO BEACH\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33064\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"COMSUBPAC\",\n        \"consigneeAddress\": \"BLDG 4436 POLARIS POINT ROAD NEW-T-SHED-SUBMARINE REFIT SITE\",\n        \"consigneeCity\": \"SANTA RITA\",\n        \"consigneeState\": \"GU\",\n        \"consigneeZip\": \"96915\",\n        \"consigneeCountry\": \"GUM\",\n        \"totalPieces\": 0,\n        \"totalWeight\": 16000,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"ADS4822765\",\n        \"ponumber\": \"1315160\",\n        \"pronumber\": \"ADS4822765\"\n    },\n    {\n        \"shipmentID\": 4823942,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"delivered\",\n        \"shipDate\": 1741996800000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1742860800000,\n        \"deliveryDate\": 1742860800000,\n        \"shipperName\": \"Persistent Systems, LLC\",\n        \"shipperAddress\": \"601 West 26th St, Suite M292\",\n        \"shipperCity\": \"New York\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"10001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"173RD ABCT\",\n        \"consigneeAddress\": \"0173 CS BN CO A DIST BSB CASERMA DEL DIN BLDG 98\",\n        \"consigneeCity\": \"VIALE FERRARIN\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"36100\",\n        \"consigneeCountry\": \"ITA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 96,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"ADS4823942\",\n        \"ponumber\": \"1421906\",\n        \"pronumber\": \"ADS4823942\"\n    },\n    {\n        \"shipmentID\": 4751524,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"delivered\",\n        \"shipDate\": 1740528000000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1744070400000,\n        \"deliveryDate\": 1743984000000,\n        \"shipperName\": \"LION GROUP INC\",\n        \"shipperAddress\": \"20 CORPORATE CIRCLE  SUITE 3\",\n        \"shipperCity\": \"ALBANY\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"12203\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USAG VICENZA IMCOM EU\",\n        \"consigneeAddress\": \"CASERMA EDERLE BLDG 50 VIA PRA SPINEO 12 W6E7 USAG ITALY\",\n        \"consigneeCity\": \"LERINO\",\n        \"consigneeState\": \"VI\",\n        \"consigneeZip\": \"36040\",\n        \"consigneeCountry\": \"ITA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 2474,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"ADS4751524\",\n        \"ponumber\": \"1407331\",\n        \"pronumber\": \"ADS4751524\"\n    },\n    {\n        \"shipmentID\": 4829081,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"delivered\",\n        \"shipDate\": 1742342400000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1742860800000,\n        \"deliveryDate\": 1742860800000,\n        \"shipperName\": \"Survival Armor, Inc.\",\n        \"shipperAddress\": \"12621 Corporate Lakes Drive, Unit 8\",\n        \"shipperCity\": \"Fort Myers\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33913\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVSTA ROTA\",\n        \"consigneeAddress\": \"NAVSTA ROTA SPAIN CADIZ N62863 SECURITY DEPT BLDG 3262\",\n        \"consigneeCity\": \"ROTA\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"11520\",\n        \"consigneeCountry\": \"ESP\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 73,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Export\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"8634824111\",\n        \"ponumber\": \"1399790 \",\n        \"pronumber\": \"ADS4829081\"\n    },\n    {\n        \"shipmentID\": 4832939,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"delivered\",\n        \"shipDate\": 1741564800000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1742256000000,\n        \"deliveryDate\": 1741910400000,\n        \"shipperName\": \"Survival Armor, Inc.\",\n        \"shipperAddress\": \"12621 Corporate Lakes Drive, Unit 8\",\n        \"shipperCity\": \"Fort Myers\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33913\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CFA SASEBO\",\n        \"consigneeAddress\": \"BLDG 320, MUBANCHI\",\n        \"consigneeCity\": \"HIRASE-CHO SASEBO CITY\",\n        \"consigneeState\": \"NAGASAKI\",\n        \"consigneeZip\": \"857-0056\",\n        \"consigneeCountry\": \"JPN\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 405,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Export\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"7958499010\",\n        \"ponumber\": \"1399764 \",\n        \"pronumber\": \"ADS4832939\"\n    },\n    {\n        \"shipmentID\": 4819400,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 2959876,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"delivered\",\n        \"shipDate\": 1741651200000,\n        \"modeDesc\": \"Domestic Ocean\",\n        \"estimatedDeliveryDate\": 1744243200000,\n        \"deliveryDate\": 1744329600000,\n        \"shipperName\": \"TURBINE MARINE\",\n        \"shipperAddress\": \"1940 NW 32ND ST\",\n        \"shipperCity\": \"POMPANO BEACH\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33064\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"COMSUBPAC\",\n        \"consigneeAddress\": \"BLDG 4436 POLARIS POINT ROAD NEW-T-SHED-SUBMARINE REFIT SITE\",\n        \"consigneeCity\": \"SANTA RITA\",\n        \"consigneeState\": \"GU\",\n        \"consigneeZip\": \"96915\",\n        \"consigneeCountry\": \"GUM\",\n        \"totalPieces\": 0,\n        \"totalWeight\": 35000,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"ADS4819400\",\n        \"ponumber\": \"1315160\",\n        \"pronumber\": \"ADS4819400\"\n    },\n    {\n        \"shipmentID\": 4834512,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"delivered\",\n        \"shipDate\": 1741824000000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1742256000000,\n        \"deliveryDate\": 1742256000000,\n        \"shipperName\": \"TYR TACTICAL LLC\",\n        \"shipperAddress\": \"9330 N 91ST AVE\",\n        \"shipperCity\": \"Peoria\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"374TH SFS\",\n        \"consigneeAddress\": \"ADDRESS BLDG 210  YOKOTA AIR BASE\",\n        \"consigneeCity\": \"FUSSA-SHI\",\n        \"consigneeState\": \"TOKIO\",\n        \"consigneeZip\": \"197-0001\",\n        \"consigneeCountry\": \"JPN\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 583,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Export\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"1825528935\",\n        \"ponumber\": \"1402738\",\n        \"pronumber\": \"ADS4834512\"\n    },\n    {\n        \"shipmentID\": 4834774,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"delivered\",\n        \"shipDate\": 1742774400000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1743465600000,\n        \"deliveryDate\": 1743379200000,\n        \"shipperName\": \"Survival Armor, Inc.\",\n        \"shipperAddress\": \"12621 Corporate Lakes Drive, Unit 8\",\n        \"shipperCity\": \"Fort Myers\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33913\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CFA SASEBO\",\n        \"consigneeAddress\": \"Bldg. 320 Mubanchi Hirase-Cho Sasebo City\",\n        \"consigneeCity\": \"Nagasaki\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"857-0056\",\n        \"consigneeCountry\": \"JPN\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 109,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Export\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"1544617922\",\n        \"ponumber\": \"1399789\",\n        \"pronumber\": \"ADS4834774\"\n    },\n    {\n        \"shipmentID\": 4835838,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"delivered\",\n        \"shipDate\": 1741824000000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1742256000000,\n        \"deliveryDate\": 1742342400000,\n        \"shipperName\": \"LIFESAVING SYSTEMS CORPORATION\",\n        \"shipperAddress\": \"220 ELSBERRY ROAD\",\n        \"shipperCity\": \"APOLLO BEACH\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33572\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"21 SOS\",\n        \"consigneeAddress\": \"BLDG. 584A TUNNER AVE. YOKOTA AIR BASE FB5209 374 LRS LGRDDCFUSSA\",\n        \"consigneeCity\": \"TOKYO\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"197-0001\",\n        \"consigneeCountry\": \"JPN\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 38,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Export\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"5598079701\",\n        \"ponumber\": \"1425440\",\n        \"pronumber\": \"ADS4835838\"\n    },\n    {\n        \"shipmentID\": 4837480,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1743465600000,\n        \"deliveryDate\": 1743552000000,\n        \"shipperName\": \"70E Solutions ? GST\",\n        \"shipperAddress\": \"135 Sparks Ave.\",\n        \"shipperCity\": \"Butler\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"16001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MCB CAMP BUTLER\",\n        \"consigneeAddress\": \"CHIKAKO UEHARA  GF MAINTENANCE SUPPLY  HWY 130 CHATAN, CHATAN CHO  CAMP FOSTER BUILDING 362\",\n        \"consigneeCity\": \"OKINAWA\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"904-0100\",\n        \"consigneeCountry\": \"JPN\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 24,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Export\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"5053868724\",\n        \"ponumber\": \"1426058\",\n        \"pronumber\": \"ADS4837480\"\n    },\n    {\n        \"shipmentID\": 4837867,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"delivered\",\n        \"shipDate\": 1741824000000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1742342400000,\n        \"deliveryDate\": 1742256000000,\n        \"shipperName\": \"Survival Armor, Inc.\",\n        \"shipperAddress\": \"12621 Corporate Lakes Drive, Unit 8\",\n        \"shipperCity\": \"Fort Myers\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33913\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"US NAVSUPFAC REDZIKOWO\",\n        \"consigneeAddress\": \"EDZIKOWO JEDNOSKA WOJSKOWA 4220 REDZIKOWO SLUPSK 6\",\n        \"consigneeCity\": \"POMORSKI\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"76-204\",\n        \"consigneeCountry\": \"POL\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 420,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Export\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"4897416554\",\n        \"ponumber\": \"1399791\",\n        \"pronumber\": \"ADS4837867\"\n    },\n    {\n        \"shipmentID\": 4838515,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"delivered\",\n        \"shipDate\": 1741478400000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1742774400000,\n        \"deliveryDate\": 1742774400000,\n        \"shipperName\": \"UXV TECHNOLOGIES APS\",\n        \"shipperAddress\": \"BROGRENEN 7 (BACK DOOR)\",\n        \"shipperCity\": \"ISHØJ\",\n        \"shipperState\": \"\",\n        \"shipperZip\": \"2635\",\n        \"shipperCountry\": \"DNK\",\n        \"consigneeName\": \"PEO SOFSA (SPECIAL OPERATIONS SUPPORT ACTIVITY)\",\n        \"consigneeAddress\": \"5749 BRIAR HILL ROAD BUILDING 102\",\n        \"consigneeCity\": \"Lexington\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516-9723\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 2,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Import\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"ADS4838515\",\n        \"ponumber\": \"1410942\",\n        \"pronumber\": \"ADS4838515\"\n    },\n    {\n        \"shipmentID\": 4840722,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"delivered\",\n        \"shipDate\": 1743120000000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1744070400000,\n        \"deliveryDate\": 1744070400000,\n        \"shipperName\": \"NEROS\",\n        \"shipperAddress\": \"1924 E Maple Ave, Unit A\",\n        \"shipperCity\": \"El Segundo\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"90245\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"173rd ABCT\",\n        \"consigneeAddress\": \"SSF 405th AFSB EUR ROSE BARRACKS SOUTH CAMP Bldg 113\",\n        \"consigneeCity\": \"VILSECK\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"92249\",\n        \"consigneeCountry\": \"DEU\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 125,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"ADS4840722\",\n        \"ponumber\": \"1420264\",\n        \"pronumber\": \"ADS4840722\"\n    },\n    {\n        \"shipmentID\": 4841736,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 10176,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"delivered\",\n        \"shipDate\": 1741651200000,\n        \"modeDesc\": \"Small Package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741824000000,\n        \"shipperName\": \"TYR TACTICAL LLC\",\n        \"shipperAddress\": \"9330 N 91ST AVE\",\n        \"shipperCity\": \"Peoria\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FBI HONOLULU HI\",\n        \"consigneeAddress\": \"91-1300 ENTERPRISE AVE\",\n        \"consigneeCity\": \"KAPOLEI\",\n        \"consigneeState\": \"HI\",\n        \"consigneeZip\": \"96707\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 6,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134599601\",\n        \"ponumber\": \"1402988\",\n        \"pronumber\": \"ADS4841736\"\n    },\n    {\n        \"shipmentID\": 4841738,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 4627,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"delivered\",\n        \"shipDate\": null,\n        \"modeDesc\": \"Small Package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741737600000,\n        \"shipperName\": \"HWI Gear, Inc.\",\n        \"shipperAddress\": \"1156 S. Bannock St.\",\n        \"shipperCity\": \"Denver\",\n        \"shipperState\": \"CO\",\n        \"shipperZip\": \"80223\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FBI WMDD\",\n        \"consigneeAddress\": \"101 E 6TH AVE\",\n        \"consigneeCity\": \"Anchorage\",\n        \"consigneeState\": \"AK\",\n        \"consigneeZip\": \"99501\",\n        \"consigneeCountry\": null,\n        \"totalPieces\": 1,\n        \"totalWeight\": 1,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134598294\",\n        \"ponumber\": \"1433907\",\n        \"pronumber\": \"ADS4841738\"\n    },\n    {\n        \"shipmentID\": 4841743,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"delivered\",\n        \"shipDate\": 1743638400000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1744675200000,\n        \"deliveryDate\": 1744675200000,\n        \"shipperName\": \"KLAS GOVERNMENT INC.\",\n        \"shipperAddress\": \"450 SPRING PARK PLACE\",\n        \"shipperCity\": \"HERNDON\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"20170\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"173RD ABCT\",\n        \"consigneeAddress\": \"0173 CS BN CO A DIS :BSB CASERMA DEL DIN BLDG 98VIALE\",\n        \"consigneeCity\": \"FERRARIN\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"36100\",\n        \"consigneeCountry\": \"ITA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 20,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"ADS4841743\",\n        \"ponumber\": \"1426567\",\n        \"pronumber\": \"ADS4841743\"\n    },\n    {\n        \"shipmentID\": 4841749,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"delivered\",\n        \"shipDate\": 1742774400000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1743465600000,\n        \"deliveryDate\": 1743465600000,\n        \"shipperName\": \"Satcom Resources\",\n        \"shipperAddress\": \"150 Capital Drive\",\n        \"shipperCity\": \"Golden\",\n        \"shipperState\": \"CO\",\n        \"shipperZip\": \"80401\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"1ST ABCT 3RD ID\",\n        \"consigneeAddress\": \"61 BRYGADY 1 STREET DODAAC W81U3R / 3BSB CO A DISTRIBUTION\",\n        \"consigneeCity\": \"SKWEIRZYNA\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"66440\",\n        \"consigneeCountry\": \"POL\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 3340,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"ADS4841749\",\n        \"ponumber\": \"1422611\",\n        \"pronumber\": \"ADS4841749\"\n    },\n    {\n        \"shipmentID\": 4843510,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 18095,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"delivered\",\n        \"shipDate\": 1741305600000,\n        \"modeDesc\": \"Small Package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741737600000,\n        \"shipperName\": \"USASOC JFK SWCS 2ND SWTG 2ND BN B CO\",\n        \"shipperAddress\": \"301 C ST. / BLDG 305\",\n        \"shipperCity\": \"Yuma\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85365\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CRYE PRECISION\",\n        \"consigneeAddress\": \"63 FLUSHING AVE UNIT 252, BLDG 128B\",\n        \"consigneeCity\": \"BROOKLYN\",\n        \"consigneeState\": \"NY\",\n        \"consigneeZip\": \"11205\",\n        \"consigneeCountry\": null,\n        \"totalPieces\": 1,\n        \"totalWeight\": 55,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134595003\",\n        \"ponumber\": \"RMA0006005\",\n        \"pronumber\": \"ADS4843510\"\n    },\n    {\n        \"shipmentID\": 4843511,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 25267,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"delivered\",\n        \"shipDate\": 1741651200000,\n        \"modeDesc\": \"Small Package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741910400000,\n        \"shipperName\": \"Bren-Tronics, INC.\",\n        \"shipperAddress\": \"10 Brayton Court\",\n        \"shipperCity\": \"Commack\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11725\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AFSOC 23RD STS\",\n        \"consigneeAddress\": \"601 INDEPENDENCE RD\",\n        \"consigneeCity\": \"Hurlburt Field\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32544\",\n        \"consigneeCountry\": null,\n        \"totalPieces\": 5,\n        \"totalWeight\": 156,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134600050\",\n        \"ponumber\": \"1419610\",\n        \"pronumber\": \"ADS4843511\"\n    },\n    {\n        \"shipmentID\": 4843512,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 9119,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"delivered\",\n        \"shipDate\": null,\n        \"modeDesc\": \"Small Package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741824000000,\n        \"shipperName\": \"BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DRIVE\",\n        \"shipperCity\": \"Belleville\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VF IMAGEWEAR INC\",\n        \"consigneeAddress\": \"800 SOUTH MAIN ST\",\n        \"consigneeCity\": \"Henning\",\n        \"consigneeState\": \"TN\",\n        \"consigneeZip\": \"38041\",\n        \"consigneeCountry\": null,\n        \"totalPieces\": 3,\n        \"totalWeight\": 18,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134600573\",\n        \"ponumber\": \"1429361; 1430032; 1431355\",\n        \"pronumber\": \"ADS4843512\"\n    },\n    {\n        \"shipmentID\": 4843513,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 17060,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"delivered\",\n        \"shipDate\": 1741737600000,\n        \"modeDesc\": \"Small Package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741910400000,\n        \"shipperName\": \"BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DRIVE\",\n        \"shipperCity\": \"Belleville\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CIF\",\n        \"consigneeAddress\": \"BLDG 4, D STREET, YORKTOWN NWS CHEATAM ANNEX\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": null,\n        \"totalPieces\": 3,\n        \"totalWeight\": 81,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134602130\",\n        \"ponumber\": \"1435234\",\n        \"pronumber\": \"ADS4843513\"\n    },\n    {\n        \"shipmentID\": 4844976,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 28996,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"delivered\",\n        \"shipDate\": null,\n        \"modeDesc\": \"Small Package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742169600000,\n        \"shipperName\": \"Ricochet Manufacturing Co., Inc.\",\n        \"shipperAddress\": \"4700 Wissahickon Ave, Suite 112\",\n        \"shipperCity\": \"Philadelphia\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19144\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"624TH CES\",\n        \"consigneeAddress\": \"1230 VICKERS AVE BLDG 1222\",\n        \"consigneeCity\": \"HICKAM AFB\",\n        \"consigneeState\": \"HI\",\n        \"consigneeZip\": \"96853\",\n        \"consigneeCountry\": null,\n        \"totalPieces\": 1,\n        \"totalWeight\": 32,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134603629\",\n        \"ponumber\": \"1425841\",\n        \"pronumber\": \"ADS4844976\"\n    },\n    {\n        \"shipmentID\": 4845014,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 135240,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"delivered\",\n        \"shipDate\": 1736294400000,\n        \"modeDesc\": \"Domestic Ocean\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741910400000,\n        \"shipperName\": \"Survival Armor, Inc.\",\n        \"shipperAddress\": \"12621 Corporate Lakes Drive, Unit 8\",\n        \"shipperCity\": \"Fort Myers\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33913\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVAL SECURITY FORCE NAVAL BASE GUAM\",\n        \"consigneeAddress\": \"BLDG 6003 SECURITY ROAD\",\n        \"consigneeCity\": \"SANTA RITA\",\n        \"consigneeState\": \"GU\",\n        \"consigneeZip\": \"96915\",\n        \"consigneeCountry\": null,\n        \"totalPieces\": 1,\n        \"totalWeight\": 581,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134518992\",\n        \"ponumber\": \"1399588\",\n        \"pronumber\": \"ADS4845014\"\n    },\n    {\n        \"shipmentID\": 4845968,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"delivered\",\n        \"shipDate\": 1743120000000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1744156800000,\n        \"deliveryDate\": 1744156800000,\n        \"shipperName\": \"UXV Technologies\",\n        \"shipperAddress\": \"Brogrenen 7, back door\",\n        \"shipperCity\": \"Ishøj\",\n        \"shipperState\": \"\",\n        \"shipperZip\": \"2635\",\n        \"shipperCountry\": \"DNK\",\n        \"consigneeName\": \"173RD ABCT\",\n        \"consigneeAddress\": \"0173 CS BN CO A DIST BSB CASERMA DEL DIN BLDG 98 VIALE\",\n        \"consigneeCity\": \"FERRARIN\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"36100\",\n        \"consigneeCountry\": \"ITA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 2,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"ADS4845968\",\n        \"ponumber\": \"1407999\",\n        \"pronumber\": \"ADS4845968\"\n    },\n    {\n        \"shipmentID\": 4845981,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"delivered\",\n        \"shipDate\": 1742774400000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1743120000000,\n        \"deliveryDate\": 1743120000000,\n        \"shipperName\": \"Survival Armor, Inc.\",\n        \"shipperAddress\": \"12621 Corporate Lakes Drive, Unit 8\",\n        \"shipperCity\": \"Fort Myers\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33913\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CFA CHINHAE SECURITY DEPT N32778\",\n        \"consigneeAddress\": \"NAVSUP FLCY COMFLEACT CHINHAE 23 YEO MYONG RO, CHINHAE-GU CHANGWON SI\",\n        \"consigneeCity\": \"GYENGSANGHAM-DO\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"51698\",\n        \"consigneeCountry\": \"KOR\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 215,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Export\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"7020302413\",\n        \"ponumber\": \"1399786\",\n        \"pronumber\": \"ADS4845981\"\n    },\n    {\n        \"shipmentID\": 4846823,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 36060,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"delivered\",\n        \"shipDate\": 1741824000000,\n        \"modeDesc\": \"Small Package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742428800000,\n        \"shipperName\": \"Genasys Inc\",\n        \"shipperAddress\": \"16262 W Bernardo Drive\",\n        \"shipperCity\": \"San Diego\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92127\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 134,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134603186\",\n        \"ponumber\": \"1434716\",\n        \"pronumber\": \"ADS4846823\"\n    },\n    {\n        \"shipmentID\": 4846824,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 4562,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"delivered\",\n        \"shipDate\": 1741910400000,\n        \"modeDesc\": \"Small Package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742256000000,\n        \"shipperName\": \"BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DRIVE\",\n        \"shipperCity\": \"Belleville\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VP-9 MATERICAL CONTROL\",\n        \"consigneeAddress\": \"3560 N CHARLES PORTER AVE\",\n        \"consigneeCity\": \"Oak Harbor\",\n        \"consigneeState\": \"WA\",\n        \"consigneeZip\": \"98278\",\n        \"consigneeCountry\": null,\n        \"totalPieces\": 1,\n        \"totalWeight\": 13,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134603500\",\n        \"ponumber\": \"1431657\",\n        \"pronumber\": \"ADS4846824\"\n    },\n    {\n        \"shipmentID\": 4846861,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"delivered\",\n        \"shipDate\": 1742860800000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1743552000000,\n        \"deliveryDate\": 1744156800000,\n        \"shipperName\": \"Survival Armor, Inc.\",\n        \"shipperAddress\": \"12621 Corporate Lakes Drive, Unit 8\",\n        \"shipperCity\": \"Fort Myers\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33913\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CFA OKINAWA\",\n        \"consigneeAddress\": \"3034 KATSURENHESHIKIYA BLDG 1124 URUMMA\",\n        \"consigneeCity\": \"URUMA\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"904-2314\",\n        \"consigneeCountry\": \"JPN\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 130,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Export\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"2385463021\",\n        \"ponumber\": \"1399754\",\n        \"pronumber\": \"ADS4846861\"\n    },\n    {\n        \"shipmentID\": 4850293,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"delivered\",\n        \"shipDate\": 1743552000000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1744070400000,\n        \"deliveryDate\": 1744070400000,\n        \"shipperName\": \"CSAFE\",\n        \"shipperAddress\": \"675 GATEWAY BLVD\",\n        \"shipperCity\": \"Monroe\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"45050\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"549 th Hospital CTR & Logistics\",\n        \"consigneeAddress\": \"549 th USAG Humphreys bldg. 3030room HB041A\",\n        \"consigneeCity\": \"PYEONGTAEK\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"17709,\",\n        \"consigneeCountry\": \"KOR\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 9,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Export\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"2349109313\",\n        \"ponumber\": \"1437989\",\n        \"pronumber\": \"ADS4850293\"\n    },\n    {\n        \"shipmentID\": 4851527,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 139050,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"delivered\",\n        \"shipDate\": 1739404800000,\n        \"modeDesc\": \"Domestic Ocean\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742947200000,\n        \"shipperName\": \"NORTH AMERICAN RESCUE\",\n        \"shipperAddress\": \"35 TEDWALL CT\",\n        \"shipperCity\": \"Greer\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29650\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"GUAM ANG 254TH RHS\",\n        \"consigneeAddress\": \"UNIT14021\",\n        \"consigneeCity\": \"ANDERSON AFB\",\n        \"consigneeState\": \"GU\",\n        \"consigneeZip\": \"96543\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 482,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134562614\",\n        \"ponumber\": \"1414875\",\n        \"pronumber\": \"ADS4851527\"\n    },\n    {\n        \"shipmentID\": 4851590,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 212968,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"delivered\",\n        \"shipDate\": 1741651200000,\n        \"modeDesc\": \"Domestic Ocean\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742947200000,\n        \"shipperName\": \"BASIC CONCEPTS INC.\",\n        \"shipperAddress\": \"1310 HARRIS BRIDGE RD.\",\n        \"shipperCity\": \"ANDERSON\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29621\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MCB HAWAII DISTRIBUTION MGMT OFFICE\",\n        \"consigneeAddress\": \"BLDG 209\",\n        \"consigneeCity\": \"MCBH KANOHE BAY\",\n        \"consigneeState\": \"HI\",\n        \"consigneeZip\": \"96863\",\n        \"consigneeCountry\": null,\n        \"totalPieces\": 3,\n        \"totalWeight\": 912,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134598653\",\n        \"ponumber\": \"1428896\",\n        \"pronumber\": \"ADS4851590\"\n    },\n    {\n        \"shipmentID\": 4852667,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"delivered\",\n        \"shipDate\": 1743552000000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1744848000000,\n        \"deliveryDate\": 1744848000000,\n        \"shipperName\": \"Radionor Communications AS\",\n        \"shipperAddress\": \"Ingvald Ystgaards vei 23, 7047\",\n        \"shipperCity\": \"Trondheim,\",\n        \"shipperState\": \"\",\n        \"shipperZip\": \"\",\n        \"shipperCountry\": \"NOR\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453-3151\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 772,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Import\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"ADS4852667\",\n        \"ponumber\": \"1428602\",\n        \"pronumber\": \"ADS4852667\"\n    },\n    {\n        \"shipmentID\": 4852672,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"delivered\",\n        \"shipDate\": 1744329600000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1745366400000,\n        \"deliveryDate\": 1745366400000,\n        \"shipperName\": \"RICOCHET MANUFACTURING CO., INC.\",\n        \"shipperAddress\": \"4700 WISSAHICKON AVE  SUITE 112\",\n        \"shipperCity\": \"PHILADELPHIA\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19144\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"422ND CES\",\n        \"consigneeAddress\": \"422ND FIRE & EMERGENCY SERVICES  BUILDING 61 RAF CROUGHTON\",\n        \"consigneeCity\": \"BRACKLEY, NORTHAMPTONSHIRE\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"\",\n        \"consigneeCountry\": \"GBR\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 813,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"ADS4852672\",\n        \"ponumber\": \"1406829\",\n        \"pronumber\": \"ADS4852672\"\n    },\n    {\n        \"shipmentID\": 4855355,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"delivered\",\n        \"shipDate\": 1743552000000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1744243200000,\n        \"deliveryDate\": 1744243200000,\n        \"shipperName\": \"STROHMAN ENTERPRISE, INC.\",\n        \"shipperAddress\": \"7494 INDUSTRIAL PARK RD  STE H\",\n        \"shipperCity\": \"MECHANICSVILLE\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23116\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"31ST RQS\",\n        \"consigneeAddress\": \"BLDG 3490 SCHREIBER AVE  KADENA AB\",\n        \"consigneeCity\": \"OKINAWA\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"904-0203\",\n        \"consigneeCountry\": \"JPN\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 27,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Export\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"6599802381\",\n        \"ponumber\": \"1432608\",\n        \"pronumber\": \"ADS4855355\"\n    },\n    {\n        \"shipmentID\": 4861096,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 81489,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"delivered\",\n        \"shipDate\": 1741737600000,\n        \"modeDesc\": \"Domestic Ocean\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743984000000,\n        \"shipperName\": \"Survival Armor, Inc.\",\n        \"shipperAddress\": \"12621 Corporate Lakes Drive, Unit 8\",\n        \"shipperCity\": \"Fort Myers\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33913\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMRF BARKING SANDS\",\n        \"consigneeAddress\": \"449 SOUTH AVENUE, BLDG 268\",\n        \"consigneeCity\": \"Pearl Harbor\",\n        \"consigneeState\": \"HI\",\n        \"consigneeZip\": \"96860\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 7,\n        \"totalWeight\": 265,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134598489\",\n        \"ponumber\": \"1399773 \",\n        \"pronumber\": \"ADS4861096\"\n    },\n    {\n        \"shipmentID\": 4864455,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"delivered\",\n        \"shipDate\": 1744588800000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1744848000000,\n        \"deliveryDate\": 1744848000000,\n        \"shipperName\": \"Crye Precision\",\n        \"shipperAddress\": \"63 Flushing Avenue  BLDG 128B\",\n        \"shipperCity\": \"Brooklyn\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"48TH CES CED\",\n        \"consigneeAddress\": \"RAF LAKENHEATH BLDG 1159\",\n        \"consigneeCity\": \"RAF LAKENHEATH\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"IP27 9PS\",\n        \"consigneeCountry\": \"GBR\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 22,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Export\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"9620830192\",\n        \"ponumber\": \"1430900\",\n        \"pronumber\": \"ADS4864455\"\n    },\n    {\n        \"shipmentID\": 4864482,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 102554,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"delivered\",\n        \"shipDate\": 1742342400000,\n        \"modeDesc\": \"Domestic Ocean\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744243200000,\n        \"shipperName\": \"L3 Harris Technologies\",\n        \"shipperAddress\": \"1350 JEFFERSON RD\",\n        \"shipperCity\": \"Rochester\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"747TH CS\",\n        \"consigneeAddress\": \"25 EAST ST, STE A-110\",\n        \"consigneeCity\": \"JBPHH\",\n        \"consigneeState\": \"HI\",\n        \"consigneeZip\": \"96853\",\n        \"consigneeCountry\": null,\n        \"totalPieces\": 2,\n        \"totalWeight\": 55,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134607993\",\n        \"ponumber\": \"1401439\",\n        \"pronumber\": \"ADS4864482\"\n    },\n    {\n        \"shipmentID\": 4864488,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 71280,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"delivered\",\n        \"shipDate\": 1742428800000,\n        \"modeDesc\": \"Domestic Ocean\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744243200000,\n        \"shipperName\": \"RICOCHET MANUFACTURING CO., INC\",\n        \"shipperAddress\": \"4700 WISSAHICKON AVE, SUITE 112\",\n        \"shipperCity\": \"Philadelphia\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19144\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"673RD CES CED\",\n        \"consigneeAddress\": \"5332 KINEY AVE\",\n        \"consigneeCity\": \"JBER\",\n        \"consigneeState\": \"AK\",\n        \"consigneeZip\": \"99506\",\n        \"consigneeCountry\": null,\n        \"totalPieces\": 13,\n        \"totalWeight\": 426,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134608209\",\n        \"ponumber\": \"1418819\",\n        \"pronumber\": \"ADS4864488\"\n    },\n    {\n        \"shipmentID\": 4866335,\n        \"name\": \"Estes Express\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 159500,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"delivered\",\n        \"shipDate\": 1744243200000,\n        \"modeDesc\": \"Spot\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744588800000,\n        \"shipperName\": \"Exxel Outdoors\",\n        \"shipperAddress\": \"300 American Blvd\",\n        \"shipperCity\": \"Haleyville\",\n        \"shipperState\": \"AL\",\n        \"shipperZip\": \"35565\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 4900,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134634205\",\n        \"ponumber\": \"1424023\",\n        \"pronumber\": \"0361068326\"\n    }\n]"},{"id":"5b6ee523-9311-4541-ae61-c11629493571","name":"Status Data","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"ILToken {{token}}"}],"url":{"raw":"/nsync/status/data?status=Delivered","host":[""],"path":["nsync","status","data"],"query":[{"key":"status","value":"Delivered"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 02 Jun 2025 18:08:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin"},{"key":"X-Rate-Limit-Limit","value":"2000"},{"key":"X-Rate-Limit-Remaining","value":"1996"},{"key":"X-Rate-Limit-Reset","value":"2025-06-02T18:15:14"},{"key":"X-Local-RequestId","value":"586c7e81-ef6b-4b0d-9ac0-b9f8c32eb233"},{"key":"X-Origin-RequestId","value":"3ae55a48-8d4e-4280-8f0b-de519b74e4b5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"shipmentID\": 134573573,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 158.37,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741219200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741564800000,\n        \"deliveryDate\": 1741564800000,\n        \"shipperName\": \"ARCTICOM LLC\",\n        \"shipperAddress\": \"3101 S AIRPORT ROAD\",\n        \"shipperCity\": \"BARTONVILLE\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"61607 \",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"3M Monroe\",\n        \"consigneeAddress\": \"4320 Goldmine Road\",\n        \"consigneeCity\": \"Monroe\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28110\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 140,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/8816a5f105dcde511f7815f2c2e020e6-C.png\",\n        \"referenceFields\": [],\n        \"ponumber\": \"RMA 60000732783\",\n        \"pronumber\": \"I418061124\",\n        \"bolnumber\": \"134573573\"\n    },\n    {\n        \"shipmentID\": 134585950,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 420.83,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741132800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741651200000,\n        \"deliveryDate\": 1741564800000,\n        \"shipperName\": \"MILPOWER\",\n        \"shipperAddress\": \"10180 SCRIPPS RANCH BLVD\",\n        \"shipperCity\": \"SAN DIEGO\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92131\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NIWC ATLANTIC (NAVAL INFORMATION WA\",\n        \"consigneeAddress\": \"1008 TRIDENT STREET\",\n        \"consigneeCity\": \"HANAHAN\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1240,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/4bf666d1-b0fc-4833-ac0d-79ba95ee61c5.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F16FW\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F16FW\"\n            }\n        ],\n        \"ponumber\": \"1387267\",\n        \"pronumber\": \"992256646\",\n        \"bolnumber\": \"1346689\"\n    },\n    {\n        \"shipmentID\": 134592417,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 223.19,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741132800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741305600000,\n        \"shipperName\": \"PECKHAM, INC. (WATERTOWN B WAREHOUSE)\",\n        \"shipperAddress\": \"5408 W GRAND RIVER AVE/ BUILDING B\",\n        \"shipperCity\": \"Lansing\",\n        \"shipperState\": \"MI\",\n        \"shipperZip\": \"48906\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"5749 BRIAR HILL RD, BUILDING 220 DOOR 4\",\n        \"consigneeCity\": \"Lexington\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 720,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/e97878c0-f520-4545-8c03-b19024c671e8.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"SPE8EL24F1DQR\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"H9226142671F2X\"\n            }\n        ],\n        \"ponumber\": \"1408186\",\n        \"pronumber\": \"6858609586\",\n        \"bolnumber\": \"134592417\"\n    },\n    {\n        \"shipmentID\": 134592539,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 191.38,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741132800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741305600000,\n        \"deliveryDate\": 1741305600000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"EODESU 2\",\n        \"consigneeAddress\": \"2520 MIDWAY RD STE 400\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23459\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1080,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c7b79f51-5528-4367-bdf0-00f6732cd03f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10SY\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10SY\"\n            }\n        ],\n        \"ponumber\": \"1418252\",\n        \"pronumber\": \"706304540\",\n        \"bolnumber\": \"1346944\"\n    },\n    {\n        \"shipmentID\": 134592571,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 184.91,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741219200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741564800000,\n        \"shipperName\": \"True North Enterprises\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd.\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VXX MISSION COMMS SYSTEM PROGRAM AIR 4 11\",\n        \"consigneeAddress\": \"17179 Webster Field Rd Building 8165 Test Bed 2\",\n        \"consigneeCity\": \"St. Inigoes\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20684 \",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 276,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/e5ac6255-a1bc-4f62-992a-f87e33b69470.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F105Z / REQ# N0042152971G3D\"\n            }\n        ],\n        \"ponumber\": \"1412243\",\n        \"pronumber\": \"0280819959\",\n        \"bolnumber\": \"134592571\"\n    },\n    {\n        \"shipmentID\": 134593072,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 188.76,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741132800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741219200000,\n        \"deliveryDate\": 1741219200000,\n        \"shipperName\": \"AMRON INTERNATIONAL\",\n        \"shipperAddress\": \"1380 ASPEN WAY\",\n        \"shipperCity\": \"VISTA\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92081\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SWRMC\",\n        \"consigneeAddress\": \"3602 WOMBLE ST\",\n        \"consigneeCity\": \"SAN DIEGO\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92136\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1516,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/9af459d8-2818-4833-bf29-877c87e65e47.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1CBC\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1CBC\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1CBC\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1CBC\"\n            }\n        ],\n        \"ponumber\": \"1403052\",\n        \"pronumber\": \"I907795557\",\n        \"bolnumber\": \"1347025\"\n    },\n    {\n        \"shipmentID\": 134593073,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 39.33,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741219200000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741564800000,\n        \"shipperName\": \" BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DRIVE\",\n        \"shipperCity\": \"Belleville\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MAG 41 MALS 41\",\n        \"consigneeAddress\": \"BLDG 1050 JRB\",\n        \"consigneeCity\": \"FORTH WORTH\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"76127\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 12,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://www.fedex.com/fedextrack/?tracknumbers=772524984018\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1422454; 1426097\",\n        \"pronumber\": \"772524984018/772524984029\",\n        \"bolnumber\": \"134593073\"\n    },\n    {\n        \"shipmentID\": 134593074,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 34.5,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741219200000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741651200000,\n        \"shipperName\": \"BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DRIVE\",\n        \"shipperCity\": \"Belleville\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSAMW DEVELOPMENT CENTER SMWDC\",\n        \"consigneeAddress\": \"32444 ECHO LANE BLDG 1\",\n        \"consigneeCity\": \"San Diego\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92147\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 5,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://www.fedex.com/fedextrack/?tracknumbers=772528561088\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1412376\",\n        \"pronumber\": \"772528561088\",\n        \"bolnumber\": \"134593074\"\n    },\n    {\n        \"shipmentID\": 134593505,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 3528.17,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741132800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742169600000,\n        \"deliveryDate\": 1742169600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"W1A8 DLA DIST SAN JOAQUIN\",\n        \"consigneeAddress\": \"25600 S CHRISMAN ROAD\",\n        \"consigneeCity\": \"TRACY\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"95304\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1515,\n        \"totalWeight\": 25866,\n        \"totalHU\": 24,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/e08ea1f3-0cfd-458f-b57a-546ec208a62c.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EJ25F1735\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1235763\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"W62G2T43120921XAX\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EJ25F1735\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1235763\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"W62G2T43120921XAX\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EJ25F1735\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1235763\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"W62G2T43120921XAX\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"466656536\",\n        \"bolnumber\": \"134593505\"\n    },\n    {\n        \"shipmentID\": 134593700,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 258.24,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741132800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741651200000,\n        \"deliveryDate\": 1741564800000,\n        \"shipperName\": \"NORTH AMERICAN RESCUE\",\n        \"shipperAddress\": \"35 TEDWALL COURT\",\n        \"shipperCity\": \"GREER\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29650\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CO ARNG\",\n        \"consigneeAddress\": \"19210 E. BRECKENRIDGE\",\n        \"consigneeCity\": \"AURORA\",\n        \"consigneeState\": \"CO\",\n        \"consigneeZip\": \"80011\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 816,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/767741a842fca88b8e4e55654da7a7eb-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"AR1-1318BD CER\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"W9133L-23-D-3800\"\n            }\n        ],\n        \"ponumber\": \"1432825\",\n        \"pronumber\": \"I481021092\",\n        \"bolnumber\": \"1347143\"\n    },\n    {\n        \"shipmentID\": 134593777,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741132800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741219200000,\n        \"deliveryDate\": 1741219200000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Paxton Van Lines Inc\",\n        \"consigneeAddress\": \"5300 Port Royal Rd\",\n        \"consigneeCity\": \"Springfield\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22151\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 88,\n        \"totalWeight\": 1532,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/2b658461-4510-4366-8850-90797014a90f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"24347-BESF\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1240247\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"24347-BESF\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1240247\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"24347-BESF\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1240247\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"360768253\",\n        \"bolnumber\": \"134593777\"\n    },\n    {\n        \"shipmentID\": 134593803,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 403.71,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741132800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741305600000,\n        \"deliveryDate\": 1741305600000,\n        \"shipperName\": \"NORTH AMERICAN RESCUE\",\n        \"shipperAddress\": \"35 TEDWALL COURT\",\n        \"shipperCity\": \"GREER\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29650\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"OH ARNG\",\n        \"consigneeAddress\": \"R5 HRF (WHRF52) 8208 S PERIMETER ROAD\",\n        \"consigneeCity\": \"COLUMBUS\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"43217\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 3206,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/7fb4625b-22bf-4a1f-b542-82dacd54f1e7.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"AR1-1319BD HRF\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"W9133L-23-D-3800\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"AR1-1319BD HRF\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"W9133L-23-D-3800\"\n            }\n        ],\n        \"ponumber\": \"1432827\",\n        \"pronumber\": \"0312809276\",\n        \"bolnumber\": \"1347183\"\n    },\n    {\n        \"shipmentID\": 134593886,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 142.52,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741219200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741564800000,\n        \"deliveryDate\": 1741564800000,\n        \"shipperName\": \"DARN TOUGH VT\",\n        \"shipperAddress\": \"7 BELKNAP AVE\",\n        \"shipperCity\": \"NORTHFIELD\",\n        \"shipperState\": \"VT\",\n        \"shipperZip\": \"05663\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 510,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/f048301cc49ac326a484ea2d29c2a44c-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1422130\"\n            }\n        ],\n        \"ponumber\": \"1422130\",\n        \"pronumber\": \"I049206375\",\n        \"bolnumber\": \"1347203\"\n    },\n    {\n        \"shipmentID\": 134593901,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 148.01,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741219200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741305600000,\n        \"deliveryDate\": 1741305600000,\n        \"shipperName\": \"COCOON SOUTH NEW\",\n        \"shipperAddress\": \"824 LOCUST ST.\",\n        \"shipperCity\": \"HENDERSONVILLE\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28792\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"2ND MAW MAG 26 MALS 26\",\n        \"consigneeAddress\": \"BLDG AS-4085\",\n        \"consigneeCity\": \"JACKSONVILLE\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28545\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1052,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a1b70f88-f72d-4ca6-b26b-d497152359c2.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EM24F10KF\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EM24F10KF\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EM24F10KF\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EM24F10KF\"\n            }\n        ],\n        \"ponumber\": \"1405939\",\n        \"pronumber\": \"421960060\",\n        \"bolnumber\": \"1347205\"\n    },\n    {\n        \"shipmentID\": 134593965,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 362.99,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741132800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741651200000,\n        \"deliveryDate\": 1741651200000,\n        \"shipperName\": \"SKF/KAYDON PLANT 12A\",\n        \"shipperAddress\": \"840 CORPORATE CIR\",\n        \"shipperCity\": \"SUMTER\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29154\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"RED RIVER ARMY DEPOT\",\n        \"consigneeAddress\": \"10TH STREET & K AVENUE\",\n        \"consigneeCity\": \"TEXARKANA\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"75507\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 3920,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/621ae6bd-308b-485e-a5be-3c0a0e1ba37b.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL23F1EEU\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL23F1EEU\"\n            }\n        ],\n        \"ponumber\": \"1326915\",\n        \"pronumber\": \"421520515\",\n        \"bolnumber\": \"1347219\"\n    },\n    {\n        \"shipmentID\": 134594082,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 152.06,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741737600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741824000000,\n        \"deliveryDate\": 1741824000000,\n        \"shipperName\": \"CAPEWELL AERIAL SYSTEMS LLC\",\n        \"shipperAddress\": \"4298 JEB STUART HWY\",\n        \"shipperCity\": \"MEADOWS OF DAN\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"24120\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VSE CORPORATION\",\n        \"consigneeAddress\": \"18259 GREEN ROAD\",\n        \"consigneeCity\": \"RUTHER GLEN\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22546\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1402,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/5908cd2849996eae4cf15f79668023d6-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E2D\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E2D\"\n            }\n        ],\n        \"ponumber\": \"1406837\",\n        \"pronumber\": \"413067629\",\n        \"bolnumber\": \"1347280\"\n    },\n    {\n        \"shipmentID\": 134594236,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 337.68,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741305600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741824000000,\n        \"deliveryDate\": 1741824000000,\n        \"shipperName\": \"AVADIM TECHNOLOGIES\",\n        \"shipperAddress\": \"4 OLD PATTON COVE RD\",\n        \"shipperCity\": \"SWANNANOA\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28778\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CARDINAL HEALTH MPS DIST CENTER\",\n        \"consigneeAddress\": \"7611 BRANDON WOODS BLVD\",\n        \"consigneeCity\": \"BALTIMORE\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"21226\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 2644,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/3efeae191fbec8d2fe00a1acdf63851d-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"4532669789\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"4532669789\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"4532669789\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"4532669789\"\n            }\n        ],\n        \"ponumber\": \"1433622\",\n        \"pronumber\": \"I408500775\",\n        \"bolnumber\": \"1347282\"\n    },\n    {\n        \"shipmentID\": 134594357,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 429.33,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741219200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741564800000,\n        \"deliveryDate\": 1741564800000,\n        \"shipperName\": \"WILEY X, INC.\",\n        \"shipperAddress\": \"15755 PRESTON RD\",\n        \"shipperCity\": \"FRISCO\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75033\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 2980,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/5290a9ee034088b8ef93e457edeec1d7-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1430358\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1430358\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1430358\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1430358\"\n            }\n        ],\n        \"ponumber\": \"1430358\",\n        \"pronumber\": \"425204278\",\n        \"bolnumber\": \"1347303\"\n    },\n    {\n        \"shipmentID\": 134594368,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 305.79,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741219200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741564800000,\n        \"deliveryDate\": 1741564800000,\n        \"shipperName\": \"WILEY X, INC.\",\n        \"shipperAddress\": \"15755 PRESTON RD\",\n        \"shipperCity\": \"FRISCO\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75033\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 2120,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/963fab3180f0893ceb92f9224c2b295e-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1432812\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1432812\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1432812\"\n            }\n        ],\n        \"ponumber\": \"1432812\",\n        \"pronumber\": \"425204286\",\n        \"bolnumber\": \"1347304\"\n    },\n    {\n        \"shipmentID\": 134594473,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 66.07,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741219200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741737600000,\n        \"shipperName\": \"Genasys Inc\",\n        \"shipperAddress\": \"16262 W Bernardo Drive\",\n        \"shipperCity\": \"San Diego\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92127\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 30,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://www.fedex.com/fedextrack/?tracknumbers=772510888323\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1433023\",\n        \"pronumber\": \"772510888323\",\n        \"bolnumber\": \"134594473\"\n    },\n    {\n        \"shipmentID\": 134595003,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 180.95,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741305600000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741737600000,\n        \"shipperName\": \"USASOC JFK SWCS 2ND SWTG 2ND BN B CO\\t\",\n        \"shipperAddress\": \"301 C ST. / BLDG 305\",\n        \"shipperCity\": \"Yuma\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85365\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CRYE PRECISION\",\n        \"consigneeAddress\": \"63 FLUSHING AVE UNIT 252\",\n        \"consigneeCity\": \"BROOKLYN\",\n        \"consigneeState\": \"NY\",\n        \"consigneeZip\": \"11205\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 55,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://www.fedex.com/fedextrack/?tracknumbers=772522886714\",\n        \"referenceFields\": [],\n        \"ponumber\": \"RMA0006005\",\n        \"pronumber\": \"772522886714\",\n        \"bolnumber\": \"134595003\"\n    },\n    {\n        \"shipmentID\": 134595012,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 147.95,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741651200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741824000000,\n        \"deliveryDate\": 1741824000000,\n        \"shipperName\": \"MUSTANGSURVIVAL\",\n        \"shipperAddress\": \"214 WILLIAMS DRIVE\",\n        \"shipperCity\": \"SPENCER\",\n        \"shipperState\": \"WV\",\n        \"shipperZip\": \"25276\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 852,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/62551879-dc1f-42d3-9ec3-17794f0d368b.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1411493\"\n            }\n        ],\n        \"ponumber\": \"1411493\",\n        \"pronumber\": \"685636615\",\n        \"bolnumber\": \"1347343\"\n    },\n    {\n        \"shipmentID\": 134595130,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 202.63,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741219200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741564800000,\n        \"deliveryDate\": 1741564800000,\n        \"shipperName\": \"LEADING TECHNOLOGY COMPOSITES\",\n        \"shipperAddress\": \"2626 WEST MAY\",\n        \"shipperCity\": \"WICHITA\",\n        \"shipperState\": \"KS\",\n        \"shipperZip\": \"67213\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CONSOLIDATED NUCLEAR SECURITY LLC\",\n        \"consigneeAddress\": \"1200 BEAR CREEK ROAD\",\n        \"consigneeCity\": \"OAK RIDGE\",\n        \"consigneeState\": \"TN\",\n        \"consigneeZip\": \"37830\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 874,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/1a982cf6dc137c86f71bcd3d1780012e-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"4300191017\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"DE-NA0001942\"\n            }\n        ],\n        \"ponumber\": \"1420007\",\n        \"pronumber\": \"I151929756\",\n        \"bolnumber\": \"1347364\"\n    },\n    {\n        \"shipmentID\": 134595136,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 201.71,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741219200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741564800000,\n        \"deliveryDate\": 1741564800000,\n        \"shipperName\": \"LEADING TECHNOLOGY COMPOSITES\",\n        \"shipperAddress\": \"2626 WEST MAY\",\n        \"shipperCity\": \"WICHITA\",\n        \"shipperState\": \"KS\",\n        \"shipperZip\": \"67213\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CONSOLIDATED NUCLEAR SECURITY LLC\",\n        \"consigneeAddress\": \"Y-12 RECEIVING\",\n        \"consigneeCity\": \"OAK RIDGE\",\n        \"consigneeState\": \"TN\",\n        \"consigneeZip\": \"37830\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 870,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/5fb9d0f277955c86cf5e9f80e35be779-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"4300191946\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"3300411844/DE-NA0001942\"\n            }\n        ],\n        \"ponumber\": \"1429738\",\n        \"pronumber\": \"I151929747\",\n        \"bolnumber\": \"1347365\"\n    },\n    {\n        \"shipmentID\": 134595143,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 203.1,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741219200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741564800000,\n        \"deliveryDate\": 1741564800000,\n        \"shipperName\": \"LEADING TECHNOLOGY COMPOSITES\",\n        \"shipperAddress\": \"2626 WEST MAY\",\n        \"shipperCity\": \"WICHITA\",\n        \"shipperState\": \"KS\",\n        \"shipperZip\": \"67213\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CONSOLIDATED NUCLEAR SECURITY LLC\",\n        \"consigneeAddress\": \"Y-12 RECEIVING\",\n        \"consigneeCity\": \"OAK RIDGE\",\n        \"consigneeState\": \"TN\",\n        \"consigneeZip\": \"37830\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 876,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/95de5d6eea4a361f44c93e962d869f18-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"4300191425\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"4300191425\"\n            }\n        ],\n        \"ponumber\": \"1424558\",\n        \"pronumber\": \"I151929738\",\n        \"bolnumber\": \"1347367\"\n    },\n    {\n        \"shipmentID\": 134595189,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 225.56,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741219200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742774400000,\n        \"shipperName\": \"     Bren-Tronics, INC.\",\n        \"shipperAddress\": \"10 Brayton Court\",\n        \"shipperCity\": \"Commack\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11725\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"  DDSP NEW CUMBERLAND FACILITY\",\n        \"consigneeAddress\": \"2001 NORMANDY DRIVE   DOOR 113 TO 134\",\n        \"consigneeCity\": \"New Cumberland\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 14,\n        \"totalWeight\": 438,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/46273809-53cf-4700-a7f0-dc0a1b9cf04e.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1402676 \",\n        \"pronumber\": \"647392547\",\n        \"bolnumber\": \"134595189\"\n    },\n    {\n        \"shipmentID\": 134595351,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 217.29,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741219200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741737600000,\n        \"deliveryDate\": 1741651200000,\n        \"shipperName\": \"BAE SYSTEMS SPACE AND MISSION SYSTEMS INC\",\n        \"shipperAddress\": \"9675 W 108TH, CIR\",\n        \"shipperCity\": \"WESTMINSTER\",\n        \"shipperState\": \"CO\",\n        \"shipperZip\": \"80021\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVAIR CENTRAL KITTING ACTIVITY\",\n        \"consigneeAddress\": \"235 INDUSTRIAL LOOP\",\n        \"consigneeCity\": \"ORANGE PARK\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32073\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 280,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/8ec1735e776f89a28d4fa842e256635d-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL23F13VZ\"\n            }\n        ],\n        \"ponumber\": \"1404194\",\n        \"pronumber\": \"I563148576\",\n        \"bolnumber\": \"1347403\"\n    },\n    {\n        \"shipmentID\": 134595357,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 140.58,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741219200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741305600000,\n        \"deliveryDate\": 1741305600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DEPT OF STATE\",\n        \"consigneeAddress\": \"7000 Loisdale Rd\",\n        \"consigneeCity\": \"Springfield\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22150\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 14,\n        \"totalWeight\": 528,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/9b0b1818-d3cf-403e-9680-084bc0838bdd.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1907-4-72403\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1198046\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"705364511\",\n        \"bolnumber\": \"134595357\"\n    },\n    {\n        \"shipmentID\": 134595440,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 140.58,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741219200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741824000000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FBI OSAP\",\n        \"consigneeAddress\": \"FBI ACADEMY ONE RANGE RD \",\n        \"consigneeCity\": \"QUANTICO \",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22135\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 38,\n        \"totalWeight\": 316,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/af807a2a1b555969b8c4cbe45ebf8f88-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"0000\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1257317\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"705364529\",\n        \"bolnumber\": \"134595440\"\n    },\n    {\n        \"shipmentID\": 134595499,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 525.98,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741219200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741737600000,\n        \"deliveryDate\": 1741737600000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CONSOLIDATED STORAGE PROGRAM\",\n        \"consigneeAddress\": \"A ST. MCLB, 1ST FSB WHSE 4\",\n        \"consigneeCity\": \"Barstow\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92311\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 18,\n        \"totalWeight\": 400,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/3fc3f6fc-4b69-4729-b809-c80df7a0236b.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1393355\",\n        \"pronumber\": \"0285893588\",\n        \"bolnumber\": \"134595499\"\n    },\n    {\n        \"shipmentID\": 134595581,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 787.54,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741910400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742428800000,\n        \"deliveryDate\": 1742428800000,\n        \"shipperName\": \"Metocean Telematics Limited\",\n        \"shipperAddress\": \"11 Thornhill Drive\",\n        \"shipperCity\": \"Dartmouth\",\n        \"shipperState\": \"NS\",\n        \"shipperZip\": \"B3B1R9\",\n        \"shipperCountry\": \"CAN\",\n        \"consigneeName\": \"Naval Oceanographic Office \",\n        \"consigneeAddress\": \"MOSES COOK RD BLDG B9134\",\n        \"consigneeCity\": \"Stennis Space Center\",\n        \"consigneeState\": \"MS\",\n        \"consigneeZip\": \"39522\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1498,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/5b5bb4fc-97d9-46bd-88e6-a81a224c51f6.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1409936\",\n        \"pronumber\": \"393055746\",\n        \"bolnumber\": \"134595581\"\n    },\n    {\n        \"shipmentID\": 134595606,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 23,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741219200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741564800000,\n        \"shipperName\": \"Groves Inc.\",\n        \"shipperAddress\": \"818 TRAKK LANE\",\n        \"shipperCity\": \"Woodstock\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60098\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"HUNTINGTON INGALLS INDUSTRIES INC\",\n        \"consigneeAddress\": \"2000 JERRY ST PE' HWY, BLDG 2039 COSAL WAREHOUSE\",\n        \"consigneeCity\": \"Pascagoula\",\n        \"consigneeState\": \"MS\",\n        \"consigneeZip\": \"39567\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 14,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://www.fedex.com/fedextrack/?tracknumbers=772533483387\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1430725\",\n        \"pronumber\": \"772533483387\",\n        \"bolnumber\": \"134595606\"\n    },\n    {\n        \"shipmentID\": 134595649,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 322.89,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741219200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741651200000,\n        \"deliveryDate\": 1741651200000,\n        \"shipperName\": \"LUXOTTICA \",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 781,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/f00ec0c7-e190-4adc-be7f-5282d1089a18.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8873044263\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8873044263\"\n            }\n        ],\n        \"ponumber\": \"1419863\",\n        \"pronumber\": \"783358284\",\n        \"bolnumber\": \"134595649\"\n    },\n    {\n        \"shipmentID\": 134595840,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 174.17,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741305600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741651200000,\n        \"deliveryDate\": 1741651200000,\n        \"shipperName\": \"COPASAT LLC\",\n        \"shipperAddress\": \"2020 WILD ACRES ROAD\",\n        \"shipperCity\": \"LARGO\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33777\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CACI INC FEDERAL\",\n        \"consigneeAddress\": \"3611-E RAMSEY STREET\",\n        \"consigneeCity\": \"FAYETTEVILLE\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28311\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1260,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/a1a74f27134778c244faf10e2de5fdc0-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F1184\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F1184\"\n            }\n        ],\n        \"ponumber\": \"1420937\",\n        \"pronumber\": \"I907701822\",\n        \"bolnumber\": \"1342706\"\n    },\n    {\n        \"shipmentID\": 134595893,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 242.29,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741219200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741651200000,\n        \"deliveryDate\": 1741651200000,\n        \"shipperName\": \"MID-ATLANTIC COMPUTER SERVICES\",\n        \"shipperAddress\": \"13030 ALONDRA BLVD\",\n        \"shipperCity\": \"CERRITOS\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"90703\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AFMRA\",\n        \"consigneeAddress\": \"601 DAVY CROCKETT RD BLDG 1534\",\n        \"consigneeCity\": \"SAN ANTONIO\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"78226\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 664,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/885b0e4557d5e04ea6877a2bbc56270d-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX25F106B\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX25F106B\"\n            }\n        ],\n        \"ponumber\": \"1422815\",\n        \"pronumber\": \"I894721041\",\n        \"bolnumber\": \"1347663\"\n    },\n    {\n        \"shipmentID\": 134595959,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 33.99,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741305600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741737600000,\n        \"shipperName\": \"Rev-Cap Company Inc \",\n        \"shipperAddress\": \"430 COMMERCE LANE UNIT A\",\n        \"shipperCity\": \"West Berlin\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08091\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"WXS AIRBORNE ELECTRONIC ATTACK SYSTEMS DIVISION\",\n        \"consigneeAddress\": \"300 HIGHWAY 361\",\n        \"consigneeCity\": \"Crane\",\n        \"consigneeState\": \"IN\",\n        \"consigneeZip\": \"47522\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 16,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://www.fedex.com/fedextrack/?tracknumbers=772536783903\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1418591\",\n        \"pronumber\": \"772536783903\",\n        \"bolnumber\": \"134595959\"\n    },\n    {\n        \"shipmentID\": 134596231,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 223.23,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741305600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741910400000,\n        \"deliveryDate\": 1741910400000,\n        \"shipperName\": \"KYMETA CORPORATION\",\n        \"shipperAddress\": \"14120 NE 200TH ST\",\n        \"shipperCity\": \"WOODINVILLE\",\n        \"shipperState\": \"WA\",\n        \"shipperZip\": \"98072\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USASOC\",\n        \"consigneeAddress\": \"0-1900 LAMONT RD\",\n        \"consigneeCity\": \"FORT LIBERTY\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28307\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 490,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/1ddcde94bbe9426253cf62c36ae491e7-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F127R\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F127R\"\n            }\n        ],\n        \"ponumber\": \"1427305\",\n        \"pronumber\": \"I575198811\",\n        \"bolnumber\": \"1347703\"\n    },\n    {\n        \"shipmentID\": 134596661,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1274.61,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741305600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741824000000,\n        \"deliveryDate\": 1741737600000,\n        \"shipperName\": \"TYR TACTICAL LLC\",\n        \"shipperAddress\": \"9330 N 91ST AVE\",\n        \"shipperCity\": \"Peoria\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FBI DSU\",\n        \"consigneeAddress\": \"4942 Fowler Road Bldg 7100\",\n        \"consigneeCity\": \"Redstone Arsenal\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35898\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 2590,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/90034409-9fe5-42c2-a532-70935658c632.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1430522,  1430524, 1430519\",\n        \"pronumber\": \"257672531\",\n        \"bolnumber\": \"134596661\"\n    },\n    {\n        \"shipmentID\": 134596749,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 143.75,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741305600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741824000000,\n        \"shipperName\": \"L3Harris Technologies Inc\",\n        \"shipperAddress\": \"1350 JEFFERSON RD\",\n        \"shipperCity\": \"Rochester\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"212th RQS\",\n        \"consigneeAddress\": \"17455 AIRLIFTER DR\",\n        \"consigneeCity\": \"JBER\",\n        \"consigneeState\": \"AK\",\n        \"consigneeZip\": \"99506\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 12,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://www.fedex.com/fedextrack/?tracknumbers=772553392303\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1393125\",\n        \"pronumber\": \"772553392303\",\n        \"bolnumber\": \"134596749\"\n    },\n    {\n        \"shipmentID\": 134596793,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 140.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741305600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741651200000,\n        \"shipperName\": \"L3HARRIS TECHNOLOGIES\",\n        \"shipperAddress\": \"1350 JEFFERSON RD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 556,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/fb92dbbe-ad22-48b7-bf26-ab0e8f6d82c2.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1405500\"\n            }\n        ],\n        \"ponumber\": \"1405500\",\n        \"pronumber\": \"020-1249087\",\n        \"bolnumber\": \"1347748\"\n    },\n    {\n        \"shipmentID\": 134596797,\n        \"name\": \"FedEx Freight Priority\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 300.03,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXFE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741305600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741737600000,\n        \"shipperName\": \"PELICAN\",\n        \"shipperAddress\": \"1564 INNOVATION BLVD\",\n        \"shipperCity\": \"CLAYTON\",\n        \"shipperState\": \"IN\",\n        \"shipperZip\": \"46118\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FBI NEW YORK NY\",\n        \"consigneeAddress\": \"26 FEDERAL PLAZA\",\n        \"consigneeCity\": \"NEW YORK\",\n        \"consigneeState\": \"NY\",\n        \"consigneeZip\": \"10278\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 561,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/7742b3602c3f3d78c3c25058635bbc92-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"15F06725F0000019\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"15F06725F0000019\"\n            }\n        ],\n        \"ponumber\": \"1433473\",\n        \"pronumber\": \"9420554846\",\n        \"bolnumber\": \"1347751\"\n    },\n    {\n        \"shipmentID\": 134596799,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 140.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741305600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741651200000,\n        \"shipperName\": \"PIPE LINE DEVELOPMENT\",\n        \"shipperAddress\": \"11792 ALAMEDA DRIVE\",\n        \"shipperCity\": \"STRONGSVILLE, OH\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44149\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOLUTION BASED INNOVATION\",\n        \"consigneeAddress\": \"2656 QUALITY COURT\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 740,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/d41310c8-eecf-438a-9a19-fcb68ced7531.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1335155\"\n            }\n        ],\n        \"ponumber\": \"1335155\",\n        \"pronumber\": \"008-5502426\",\n        \"bolnumber\": \"1347750\"\n    },\n    {\n        \"shipmentID\": 134596994,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 207.97,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741305600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741737600000,\n        \"deliveryDate\": 1741737600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DEFENSE DISTRIBUTION DEPOT\",\n        \"consigneeAddress\": \"MPC RECEIVING OFFICE\",\n        \"consigneeCity\": \"NORFOLK\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23511\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 102,\n        \"totalWeight\": 4848,\n        \"totalHU\": 9,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/7148de7e-d66b-4dce-9ba7-84bcb0b9bb4c.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EJ25F5264\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1251639\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"V231704352HB01XXX\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EJ25F5264\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1251639\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"V231704352HB01XXX\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"0032217421\",\n        \"bolnumber\": \"134596994\"\n    },\n    {\n        \"shipmentID\": 134597016,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 239.14,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741305600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741824000000,\n        \"deliveryDate\": 1741824000000,\n        \"shipperName\": \"PUCK CUSTOM ENTERPRISES\",\n        \"shipperAddress\": \"1110 100TH ST\",\n        \"shipperCity\": \"MANNING\",\n        \"shipperState\": \"IA\",\n        \"shipperZip\": \"51455\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOLUTION BASED INNOVATION\",\n        \"consigneeAddress\": \"2656 QUALITY COURT\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1092,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/7dd766995da49746149fab7bcec2c930-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1334878\"\n            }\n        ],\n        \"ponumber\": \"1334878\",\n        \"pronumber\": \"I770702148\",\n        \"bolnumber\": \"1347755\"\n    },\n    {\n        \"shipmentID\": 134597067,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 140.58,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741305600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741651200000,\n        \"deliveryDate\": 1741651200000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DEFENSE DISTRIBUTION DEPOT\",\n        \"consigneeAddress\": \"MPC RECEIVING OFFICE\",\n        \"consigneeCity\": \"NORFOLK\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23511\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1440,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/7a32420dd594efe1481e83b797c8fc68-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE7LX25FAEG2\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1256729\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"V2318050590944XXX\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"705364537\",\n        \"bolnumber\": \"134597067\"\n    },\n    {\n        \"shipmentID\": 134597186,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 199.75,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741305600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741737600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"W4GG TACOM LCMC CMO OCIE RLSC\",\n        \"consigneeAddress\": \"7100 MILLETT HIGHWAY\",\n        \"consigneeCity\": \"LANSING\",\n        \"consigneeState\": \"MI\",\n        \"consigneeZip\": \"48917\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 21,\n        \"totalWeight\": 441,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/2f4b5ae2161a7fb83974b961214a1d62-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE1C1-24-F-2535\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1163704\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"00001\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"8207443296\",\n        \"bolnumber\": \"134597186\"\n    },\n    {\n        \"shipmentID\": 134597430,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 217.29,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741564800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742169600000,\n        \"deliveryDate\": 1742256000000,\n        \"shipperName\": \"TYR TACTICAL\",\n        \"shipperAddress\": \"9330 N 91ST AVE\",\n        \"shipperCity\": \"PEORIA\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 350,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/94f198f4e08d80d142691b9e3a2c26c1-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1433918\"\n            }\n        ],\n        \"ponumber\": \"1433918\",\n        \"pronumber\": \"I314086734\",\n        \"bolnumber\": \"1347844\"\n    },\n    {\n        \"shipmentID\": 134597463,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 353.67,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741651200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742256000000,\n        \"shipperName\": \"KANBAN LOGISTICS\",\n        \"shipperAddress\": \"614 DANIEL ST\",\n        \"shipperCity\": \"Tarboro\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"27886\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA DISTRIBUTION RED RIVER\",\n        \"consigneeAddress\": \"HIGHWAY 82 WEST , RED RIVER\",\n        \"consigneeCity\": \"Texarkana\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"75507\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 22,\n        \"totalWeight\": 511,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/2f592ad2-e491-4a7b-bdab-09e21281806d.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1291865 \",\n        \"pronumber\": \"390627879\",\n        \"bolnumber\": \"134597463\"\n    },\n    {\n        \"shipmentID\": 134598489,\n        \"name\": \"DHX DEPENDABLE HAWAIIAN EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 814.74,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741737600000,\n        \"modeDesc\": \"Domestic Ocean\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743984000000,\n        \"shipperName\": \"Survival Armor, Inc.\",\n        \"shipperAddress\": \"12621 Corporate Lakes Drive, Unit 8\",\n        \"shipperCity\": \"Fort Myers\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33913\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMRF BARKING SANDS\",\n        \"consigneeAddress\": \"449 SOUTH AVENUE\",\n        \"consigneeCity\": \"Pearl Harbor\",\n        \"consigneeState\": \"HI\",\n        \"consigneeZip\": \"96860\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 7,\n        \"totalWeight\": 265,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/21a32341-b3f2-40d1-81e4-eb4e8900c07f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SO# 376720\"\n            }\n        ],\n        \"ponumber\": \"1399773 \",\n        \"pronumber\": \"3161904 \",\n        \"bolnumber\": \"134598489\"\n    },\n    {\n        \"shipmentID\": 134598532,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 334.44,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741564800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742774400000,\n        \"deliveryDate\": 1742774400000,\n        \"shipperName\": \"LEONARDO DRS\",\n        \"shipperAddress\": \"100 NORTH BABCOCK STREET\",\n        \"shipperCity\": \"Melbourne\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32935\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CEVA LOGISTICS US HOLDING INC\",\n        \"consigneeAddress\": \"230-39 INTL AIRPORT CENTER BLVD SUITE 1001\",\n        \"consigneeCity\": \"New York\",\n        \"consigneeState\": \"NY\",\n        \"consigneeZip\": \"11413\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 180,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/5c426efd-b490-4f0d-bc08-19889e4fc80c.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1261831\",\n        \"pronumber\": \"222198532\",\n        \"bolnumber\": \"134598532\"\n    },\n    {\n        \"shipmentID\": 134598653,\n        \"name\": \"SEAWIDE EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 2129.68,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741651200000,\n        \"modeDesc\": \"Domestic Ocean\",\n        \"estimatedDeliveryDate\": 1742947200000,\n        \"deliveryDate\": 1742947200000,\n        \"shipperName\": \"Basic Concepts Inc.\",\n        \"shipperAddress\": \"1310 HARRIS BRIDGE RD.\",\n        \"shipperCity\": \"Anderson\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29621\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MCB HAWAII DISTRIBUTION MGMT OFFICE\",\n        \"consigneeAddress\": \"BLDG 209\",\n        \"consigneeCity\": \"MCBH KANOHE BAY\",\n        \"consigneeState\": \"HI\",\n        \"consigneeZip\": \"96863\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 912,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/4a5f702b-d387-4375-ab81-84a75ac8a7e3.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1428896\",\n        \"pronumber\": \"159312\",\n        \"bolnumber\": \"134598653\"\n    },\n    {\n        \"shipmentID\": 134598667,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 318.77,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741564800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742169600000,\n        \"deliveryDate\": 1742169600000,\n        \"shipperName\": \"VELOCITY SYSTEMS LLC\",\n        \"shipperAddress\": \"45064 UNDERWOOD LANE UNIT B\",\n        \"shipperCity\": \"Sterling\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"20166\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DEAV\",\n        \"consigneeAddress\": \"7952 CLUNY CT SA-7D\",\n        \"consigneeCity\": \"Springfield\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22153\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 2040,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/3b7810b0e0238606d6e9e7c6c9312e4b-1.png\",\n        \"referenceFields\": [],\n        \"ponumber\": \"\",\n        \"pronumber\": \"413182347\",\n        \"bolnumber\": \"134598667\"\n    },\n    {\n        \"shipmentID\": 134598752,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 157.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741564800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741737600000,\n        \"deliveryDate\": 1741737600000,\n        \"shipperName\": \"MISSION SYSTEMS DAVENPORT\",\n        \"shipperAddress\": \"2734 HICKORY GROVE RD\",\n        \"shipperCity\": \"DAVENPORT\",\n        \"shipperState\": \"IA\",\n        \"shipperZip\": \"52804\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM UH PO (UTILITY HELICOPTERS PROJE\",\n        \"consigneeAddress\": \"BLDG 8024 COTTONWOOD ROAD\",\n        \"consigneeCity\": \"REDSTONE ARSENAL\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35898\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 640,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/70dd123b710e7f5fccbf696a10c429b7-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F12L2\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"R&FM UHPO\"\n            }\n        ],\n        \"ponumber\": \"1361647\",\n        \"pronumber\": \"I644951115\",\n        \"bolnumber\": \"1348683\"\n    },\n    {\n        \"shipmentID\": 134598768,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 374.44,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741564800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742169600000,\n        \"deliveryDate\": 1742169600000,\n        \"shipperName\": \" CHECKERS SAFETY GROUP\",\n        \"shipperAddress\": \"620 COMPTON ST.\",\n        \"shipperCity\": \"Broomfield\",\n        \"shipperState\": \"CO\",\n        \"shipperZip\": \"80020\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"The Boeing Company\",\n        \"consigneeAddress\": \"Building 5016 Menoher Dr.\",\n        \"consigneeCity\": \"Andrews AFB\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20762\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 205,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/bde2b178-3574-4bcb-9c39-d9b1a6cee2bd.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1430514\",\n        \"pronumber\": \"110863913\",\n        \"bolnumber\": \"134598768\"\n    },\n    {\n        \"shipmentID\": 134598801,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 242.29,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741564800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742256000000,\n        \"deliveryDate\": 1742256000000,\n        \"shipperName\": \"FRIDGEFREEZE INC.\",\n        \"shipperAddress\": \"625 VENTURE ST\",\n        \"shipperCity\": \"ESCONDIDO\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92029\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA TROOP SUPPORT\",\n        \"consigneeAddress\": \"W8ZW RI ARNG MED DET\",\n        \"consigneeCity\": \"EAST GREENWICH\",\n        \"consigneeState\": \"RI\",\n        \"consigneeZip\": \"02818\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 230,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/78dff1334fac9dd603e04a00e7b8156b-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE2D524F186J\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE2D524F186J\"\n            }\n        ],\n        \"ponumber\": \"1383616\",\n        \"pronumber\": \"I778786056\",\n        \"bolnumber\": \"1348704\"\n    },\n    {\n        \"shipmentID\": 134598847,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 142.52,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741564800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741651200000,\n        \"deliveryDate\": 1741651200000,\n        \"shipperName\": \"THALES DEFENSE & SECURITY, INC\",\n        \"shipperAddress\": \"22605 GATEWAY CENTER DRIVE\",\n        \"shipperCity\": \"CLARKSBURG\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"20871\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"TOBYHANNA ARMY DEPOT\",\n        \"consigneeAddress\": \"11 HAP ARNOLD BLVD\",\n        \"consigneeCity\": \"TOBYHANNA\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"18466\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 440,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/4bacf4252d53ddf2354b5f9e40030361-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1D8J\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1D8J\"\n            }\n        ],\n        \"ponumber\": \"1409173\",\n        \"pronumber\": \"I796593186\",\n        \"bolnumber\": \"1348706\"\n    },\n    {\n        \"shipmentID\": 134598881,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 281.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741651200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741824000000,\n        \"deliveryDate\": 1741824000000,\n        \"shipperName\": \"MIDWAY INDUSTRIAL SUPPLY\",\n        \"shipperAddress\": \"3930 Eastbourne Dr.\",\n        \"shipperCity\": \"Syracuse\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"13206\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOLUTION BASED INNOVATION\",\n        \"consigneeAddress\": \"2656 QUALITY COURT\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 777,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/28f2782b660e7634a9bcd44bc9178772-C.png\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1421082\",\n        \"pronumber\": \"I630079776\",\n        \"bolnumber\": \"134598881\"\n    },\n    {\n        \"shipmentID\": 134598934,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 230.39,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741564800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741737600000,\n        \"deliveryDate\": 1741737600000,\n        \"shipperName\": \"DYNALEC CORPORATION\",\n        \"shipperAddress\": \"79 ROTTERDAM RD.\",\n        \"shipperCity\": \"SODUS\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14551\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC PHILADELPHIA\",\n        \"consigneeAddress\": \"1601 LANGLEY AVE\",\n        \"consigneeCity\": \"PHILADELPHIA\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"19112\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 2364,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/e3ddd96a533a67d0aff8cb3b0ecce5d7-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX24F10YW\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX24F10YW\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX24F10YW\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX24F10YW\"\n            }\n        ],\n        \"ponumber\": \"1392466\",\n        \"pronumber\": \"I936435186\",\n        \"bolnumber\": \"1348711\"\n    },\n    {\n        \"shipmentID\": 134598936,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 230.59,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741651200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741824000000,\n        \"deliveryDate\": 1741824000000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"EODESU 2\",\n        \"consigneeAddress\": \"1627 MIDWAY ROAD\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23459\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 2058,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/e654bd31-1433-4519-8d31-ca2ef974e20f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1D6Y\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1D6Y\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1D6Y\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1D6Y\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1D6Y\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1D6Y\"\n            }\n        ],\n        \"ponumber\": \"1408590\",\n        \"pronumber\": \"683079719\",\n        \"bolnumber\": \"1348713\"\n    },\n    {\n        \"shipmentID\": 134599139,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 259.83,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741564800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742169600000,\n        \"deliveryDate\": 1741910400000,\n        \"shipperName\": \"TYR TACTICAL\",\n        \"shipperAddress\": \"9330 N 91ST AVE\",\n        \"shipperCity\": \"PEORIA\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"SOFSA\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 752,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/dad2de652d7ac9d552d9cb73e0789257-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24P0013\"\n            }\n        ],\n        \"ponumber\": \"1401890\",\n        \"pronumber\": \"I314086743\",\n        \"bolnumber\": \"1348727\"\n    },\n    {\n        \"shipmentID\": 134599150,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 466.47,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741651200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742169600000,\n        \"deliveryDate\": 1742169600000,\n        \"shipperName\": \"LIBERTY MOUNTAIN SPORTS LLC\",\n        \"shipperAddress\": \"9816 SOUTH JORDAN GATEWAY\",\n        \"shipperCity\": \"Sandy\",\n        \"shipperState\": \"UT\",\n        \"shipperZip\": \"84070\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 61,\n        \"totalWeight\": 579,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/ffd8c2bb-12fd-4839-a86b-d2715e0ab6d2.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1433151\",\n        \"pronumber\": \"2251785309\",\n        \"bolnumber\": \"134599150\"\n    },\n    {\n        \"shipmentID\": 134599172,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 550.27,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741651200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742256000000,\n        \"deliveryDate\": 1742256000000,\n        \"shipperName\": \"INDAL TECHNOLOGIES\",\n        \"shipperAddress\": \"3570 HAWKESTONE RD\",\n        \"shipperCity\": \"MISSISSAUGA\",\n        \"shipperState\": \"ON\",\n        \"shipperZip\": \"L5C2V8\",\n        \"shipperCountry\": \"CAN\",\n        \"consigneeName\": \"LCSRON 2\",\n        \"consigneeAddress\": \"BAILEY AVE BLDG 2529\",\n        \"consigneeCity\": \"NAVAL STATION MAYPORT\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32228\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 903,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/25003cff4a926ab1193c75c33d37bb93-1.png\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1398090\",\n        \"pronumber\": \"419663991\",\n        \"bolnumber\": \"134599172\"\n    },\n    {\n        \"shipmentID\": 134599186,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 48.4,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741564800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741737600000,\n        \"shipperName\": \" BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DRIVE\",\n        \"shipperCity\": \"Belleville\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VF IMAGEWEAR INC\",\n        \"consigneeAddress\": \"800 SOUTH MAIN ST\",\n        \"consigneeCity\": \"Henning\",\n        \"consigneeState\": \"TN\",\n        \"consigneeZip\": \"38041\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 24,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://www.fedex.com/fedextrack/?tracknumbers=772614633250\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1434233\",\n        \"pronumber\": \"772614633250 \",\n        \"bolnumber\": \"134599186\"\n    },\n    {\n        \"shipmentID\": 134599246,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 204.51,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741564800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741824000000,\n        \"deliveryDate\": 1741824000000,\n        \"shipperName\": \"STEVENS ENGINEERING INC.\",\n        \"shipperAddress\": \"3946 W. CLARENDON AVENUE\",\n        \"shipperCity\": \"PHOENIX\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85019\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"309TH CMXG\",\n        \"consigneeAddress\": \"5760 SOUTHGATE AVE BLDG 507\",\n        \"consigneeCity\": \"HILL AFB\",\n        \"consigneeState\": \"UT\",\n        \"consigneeZip\": \"84056\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1840,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/08e19cc4959e4deed7e228df2cb1b20e-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"0064949341\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"0064949341\"\n            }\n        ],\n        \"ponumber\": \"1415021\",\n        \"pronumber\": \"I426536055\",\n        \"bolnumber\": \"1348743\"\n    },\n    {\n        \"shipmentID\": 134599253,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 217.29,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741564800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741910400000,\n        \"deliveryDate\": 1741910400000,\n        \"shipperName\": \"CASCADE DESIGNS\",\n        \"shipperAddress\": \"10990 LEAR BLVD\",\n        \"shipperCity\": \"RENO\",\n        \"shipperState\": \"NV\",\n        \"shipperZip\": \"89506\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"353RD SW TS\",\n        \"consigneeAddress\": \"1020 APOLLO DRIVE, BLDG 225\",\n        \"consigneeCity\": \"JBSA-LACKLAND\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"78236\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 590,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/f412ea1c2373e752fb5e0917e44bdde9-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F12WS\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F12WS\"\n            }\n        ],\n        \"ponumber\": \"1431893\",\n        \"pronumber\": \"I664309944\",\n        \"bolnumber\": \"1348746\"\n    },\n    {\n        \"shipmentID\": 134599601,\n        \"name\": \"FEDEX 2DAY\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 101.76,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX05\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741651200000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741824000000,\n        \"shipperName\": \"TYR TACTICAL LLC\",\n        \"shipperAddress\": \"9330 N 91ST AVE\",\n        \"shipperCity\": \"Peoria\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FBI Honolulu HI\",\n        \"consigneeAddress\": \"91-1300 Enterprise Ave\",\n        \"consigneeCity\": \"Kapolei\",\n        \"consigneeState\": \"HI\",\n        \"consigneeZip\": \"96707\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 6,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://www.fedex.com/fedextrack/?tracknumbers=772630617098\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1402988\",\n        \"pronumber\": \"772630617098\",\n        \"bolnumber\": \"134599601\"\n    },\n    {\n        \"shipmentID\": 134599632,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 383.22,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741651200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741824000000,\n        \"deliveryDate\": 1741824000000,\n        \"shipperName\": \"LUXOTTICA – ESS - OAKLEY\",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 29,\n        \"totalWeight\": 1334,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"ponumber\": \"1433717\",\n        \"pronumber\": \"783385536\",\n        \"bolnumber\": \"134599632\"\n    },\n    {\n        \"shipmentID\": 134599679,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 154.03,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741737600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741910400000,\n        \"deliveryDate\": 1741910400000,\n        \"shipperName\": \"NIPPON EXPRESS ATL\",\n        \"shipperAddress\": \"5176 PELICAN DRIVE\",\n        \"shipperCity\": \"ATLANTA\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30349\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NUWC NEWPORT CODE 25 USW COMBAT SYS\",\n        \"consigneeAddress\": \"47 CHANDLER ST BLDG 47\",\n        \"consigneeCity\": \"NEWPORT\",\n        \"consigneeState\": \"RI\",\n        \"consigneeZip\": \"02841\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 398,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/b2e4a4a1ba813fd4c723bf29b9c6bc30-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F18C0\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"USW TRAINERS, CODE 2531\"\n            }\n        ],\n        \"ponumber\": \"1394254\",\n        \"pronumber\": \"858218418\",\n        \"bolnumber\": \"1348883\"\n    },\n    {\n        \"shipmentID\": 134599682,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 225.61,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741651200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742342400000,\n        \"deliveryDate\": 1742342400000,\n        \"shipperName\": \"InVeris Training Solutions\",\n        \"shipperAddress\": \"296 Brogdon Road\",\n        \"shipperCity\": \"Suwanee\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30024\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Marine Corps Security Force\",\n        \"consigneeAddress\": \"2123 Halstead Road\",\n        \"consigneeCity\": \"Yorktown\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23691\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 440,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/22fc62154d398f2219ca55664a3c4f43-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F1235\"\n            }\n        ],\n        \"ponumber\": \"1426571\",\n        \"pronumber\": \"412155745\",\n        \"bolnumber\": \"134599682\"\n    },\n    {\n        \"shipmentID\": 134599712,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 273.44,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741651200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741910400000,\n        \"shipperName\": \"Harris Defense Communications \",\n        \"shipperAddress\": \"1350 Jefferson Rd\",\n        \"shipperCity\": \"Rochester\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 812,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/fb3c47cb-7de2-465d-9dcd-a9b4370241b1.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1398387\",\n        \"pronumber\": \"020-1249088\",\n        \"bolnumber\": \"134599712\"\n    },\n    {\n        \"shipmentID\": 134599748,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 154.03,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741651200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741737600000,\n        \"deliveryDate\": 1741737600000,\n        \"shipperName\": \"INTERSURGICAL/MAIN OCEAN\",\n        \"shipperAddress\": \"300 A TRADE ZONE BLVD\",\n        \"shipperCity\": \"SUMMERVILLE\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29486\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 520,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/7de539c2ee932696cbd2b488a5f55ef8-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1433784\"\n            }\n        ],\n        \"ponumber\": \"1433784\",\n        \"pronumber\": \"I768004524\",\n        \"bolnumber\": \"1348903\"\n    },\n    {\n        \"shipmentID\": 134599771,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 192.09,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741651200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741737600000,\n        \"deliveryDate\": 1741737600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"OLGOONIK FEDERAL LLC\",\n        \"consigneeAddress\": \"150 Lee Avenue\",\n        \"consigneeCity\": \"Winchester\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22601\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 38,\n        \"totalWeight\": 2216,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/1bf6d42a-4ff1-4745-916b-d9a42c5397a6.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1069-24H0130\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1229801\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1069-24H0130\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1229801\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1069-24H0130\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1229801\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1069-24H0130\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1229801\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"685321580\",\n        \"bolnumber\": \"134599771\"\n    },\n    {\n        \"shipmentID\": 134599910,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 313.6,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741651200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741824000000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"IAP WORLDWIDE SERVICES INC\",\n        \"consigneeAddress\": \"4962 RIVERTON ROAD\",\n        \"consigneeCity\": \"DAYTON\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45414\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1324,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/6c96ad50-1b52-4174-a93f-68aeffed2645.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10WU\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPECIAL TACTICS BARS\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10WU\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPECIAL TACTICS BARS\"\n            }\n        ],\n        \"ponumber\": \"1419311\",\n        \"pronumber\": \"704794544\",\n        \"bolnumber\": \"1348924\"\n    },\n    {\n        \"shipmentID\": 134599938,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 109.85,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741737600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742169600000,\n        \"shipperName\": \"DRS NIS \",\n        \"shipperAddress\": \"100 N BABCOCK ST\",\n        \"shipperCity\": \"Melbourne\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32935\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"JXQR SPECIAL OPS AND GROUND EO SYSTEMS BRANCH\",\n        \"consigneeAddress\": \"300 HIGHWAY 361 BLDG 3291\",\n        \"consigneeCity\": \"Crane\",\n        \"consigneeState\": \"IN\",\n        \"consigneeZip\": \"47522\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 78,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://www.fedex.com/fedextrack/?tracknumbers=772645062605\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1217887\",\n        \"pronumber\": \"772645062605\",\n        \"bolnumber\": \"134599938\"\n    },\n    {\n        \"shipmentID\": 134600045,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 154.03,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741651200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741824000000,\n        \"deliveryDate\": 1741824000000,\n        \"shipperName\": \"VELOCITY SYSTEMS LLC\",\n        \"shipperAddress\": \"45064 UNDERWOOD LANE UNIT B\",\n        \"shipperCity\": \"Sterling\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"20166\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"LOCKHEED MARTIN CORP\",\n        \"consigneeAddress\": \"86 S COBB DR.\",\n        \"consigneeCity\": \"Marietta\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"30063\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 231,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/48230b3b030da9544245d91d38d14519-C.png\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1398111\",\n        \"pronumber\": \"I148103136\",\n        \"bolnumber\": \"134600045\"\n    },\n    {\n        \"shipmentID\": 134600050,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 252.67,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741651200000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741910400000,\n        \"shipperName\": \"     Bren-Tronics, INC.\",\n        \"shipperAddress\": \"10 Brayton Court\",\n        \"shipperCity\": \"Commack\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11725\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AFSOC 23RD STS\",\n        \"consigneeAddress\": \"601 INDEPENDENCE RD\",\n        \"consigneeCity\": \"Hurlburt Field\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32544\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 156,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://www.fedex.com/fedextrack/?tracknumbers=772639724505\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"F4FDHB4296A001\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"F4FDHB4296A001\"\n            }\n        ],\n        \"ponumber\": \"1419610\",\n        \"pronumber\": \"772639724505 \",\n        \"bolnumber\": \"134600050\"\n    },\n    {\n        \"shipmentID\": 134600097,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 648.45,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741737600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742256000000,\n        \"deliveryDate\": 1742256000000,\n        \"shipperName\": \"United Terra Technologies\",\n        \"shipperAddress\": \"234 ABBY ROAD\",\n        \"shipperCity\": \"Manchester\",\n        \"shipperState\": \"NH\",\n        \"shipperZip\": \"03103\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Travis Association for the Blind\",\n        \"consigneeAddress\": \"4512 S Pleasant Valley Rd docks 1-4\",\n        \"consigneeCity\": \"Austin\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"78744\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1250,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/d8730d4a9725bf4a449c4c746be32819-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SD0131 AF&MC 3PL-Dst Srvs\"\n            }\n        ],\n        \"ponumber\": \"1417975\",\n        \"pronumber\": \"5040002827\",\n        \"bolnumber\": \"134600097\"\n    },\n    {\n        \"shipmentID\": 134600111,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 319.59,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741737600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742169600000,\n        \"deliveryDate\": 1742169600000,\n        \"shipperName\": \"United Terra Technologies\",\n        \"shipperAddress\": \"234 ABBY ROAD\",\n        \"shipperCity\": \"Manchester\",\n        \"shipperState\": \"NH\",\n        \"shipperZip\": \"03103\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"LION VALLEN INDUSTRIES\",\n        \"consigneeAddress\": \"596 Bonnie Valentine Way, Door 28 Pnd Dis\",\n        \"consigneeCity\": \"Pendergrass\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"30567\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 625,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/842a7a17ccc6f179185c4606c96490fc-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"UY0159 Ln Vn-OCIE SE\"\n            }\n        ],\n        \"ponumber\": \"1417976\",\n        \"pronumber\": \"5040002826\",\n        \"bolnumber\": \"134600111\"\n    },\n    {\n        \"shipmentID\": 134600280,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 145.84,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741651200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742169600000,\n        \"deliveryDate\": 1742169600000,\n        \"shipperName\": \"L3 HARRIS\",\n        \"shipperAddress\": \"3 TECHNOLOGY DRIVE\",\n        \"shipperCity\": \"LONDONDERRY\",\n        \"shipperState\": \"NH\",\n        \"shipperZip\": \"03053\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SMPT (SOLDIER MANUEVER PRECISION\",\n        \"consigneeAddress\": \"1 ROCK ISLAND ARSENAL, BLDG 335\",\n        \"consigneeCity\": \"ROCK ISLAND\",\n        \"consigneeState\": \"IL\",\n        \"consigneeZip\": \"61299\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 596,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/d04d0fbbe16de150315b51df29bfb8ce-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL23F179L\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"Lithuania Consolidation\"\n            }\n        ],\n        \"ponumber\": \"1301321\",\n        \"pronumber\": \"I420273711\",\n        \"bolnumber\": \"1348983\"\n    },\n    {\n        \"shipmentID\": 134600449,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 648.18,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741737600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742515200000,\n        \"deliveryDate\": 1742256000000,\n        \"shipperName\": \"WATERSHED LLC\",\n        \"shipperAddress\": \"2000 RIVERSIDE DR\",\n        \"shipperCity\": \"ASHEVILLE\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28804\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSW G1\",\n        \"consigneeAddress\": \"214 SEA FLOAT ST NSWG-1 BLDG 214\",\n        \"consigneeCity\": \"SAN DIEGO\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92118\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 4000,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/47ccd0f9-6159-4247-a961-636637314fb4.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E7T\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E7T\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E7T\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E7T\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E7T\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E7T\"\n            }\n        ],\n        \"ponumber\": \"1407953\",\n        \"pronumber\": \"560406755\",\n        \"bolnumber\": \"1349026\"\n    },\n    {\n        \"shipmentID\": 134600508,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 430.08,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742342400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742947200000,\n        \"shipperName\": \"Aircraft Covers, Inc.\",\n        \"shipperAddress\": \"18850 Adams Ct\",\n        \"shipperCity\": \"Morgan Hill\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"95037\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAS JRB FORT WORTH\",\n        \"consigneeAddress\": \"1055 Hercules RD\",\n        \"consigneeCity\": \"NAS JRB\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"76127\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 525,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"ponumber\": \"1396301 \",\n        \"pronumber\": \"154122367\",\n        \"bolnumber\": \"134600508\"\n    },\n    {\n        \"shipmentID\": 134600525,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 241.33,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741651200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742169600000,\n        \"deliveryDate\": 1742169600000,\n        \"shipperName\": \"KEY CARGO MARINE\",\n        \"shipperAddress\": \"9400 BUSCH DR.\",\n        \"shipperCity\": \"Jacksonville\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"5749 BRIAR HILL RD, BUILDING 220 DOOR 4\",\n        \"consigneeCity\": \"Lexington\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1134,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/732eb4b20ebbc535dd1647e6f029f017-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Conntainer STRU456055-6\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Conntainer STRU456055-6\"\n            }\n        ],\n        \"ponumber\": \"1401850\",\n        \"pronumber\": \"520-950824\",\n        \"bolnumber\": \"134600525\"\n    },\n    {\n        \"shipmentID\": 134600536,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 150.36,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741737600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741910400000,\n        \"deliveryDate\": 1741910400000,\n        \"shipperName\": \"KEY CARGO MARINE\",\n        \"shipperAddress\": \"9400 BUSCH DR. \",\n        \"shipperCity\": \"Jacksonville\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"172nd AW\",\n        \"consigneeAddress\": \"141 MILITARY DRIVE\",\n        \"consigneeCity\": \"Flowood\",\n        \"consigneeState\": \"MS\",\n        \"consigneeZip\": \"39232\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 300,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/5923084e-a9e8-477f-87df-31e5b32473b1.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Pick up #\",\n                \"value\": \"PO 1404711\"\n            },\n            {\n                \"name\": \"Pick up #\",\n                \"value\": \"PO 1404711\"\n            }\n        ],\n        \"ponumber\": \"1390786\",\n        \"pronumber\": \"I630778392\",\n        \"bolnumber\": \"134600536\"\n    },\n    {\n        \"shipmentID\": 134600554,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 221.45,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741737600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742169600000,\n        \"deliveryDate\": 1742169600000,\n        \"shipperName\": \"Survival Armor, Inc.\",\n        \"shipperAddress\": \"12621 Corporate Lakes Drive, Unit 8\",\n        \"shipperCity\": \"Fort Myers\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33913\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSA MID SOUTH\",\n        \"consigneeAddress\": \"5801MCCAIN STREET BLDG 237\",\n        \"consigneeCity\": \"Millington\",\n        \"consigneeState\": \"TN\",\n        \"consigneeZip\": \"38054\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 570,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/3fbfaf579ff058c193d027f2652635d8-1.png\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1399792\",\n        \"pronumber\": \"402118341\",\n        \"bolnumber\": \"134600554\"\n    },\n    {\n        \"shipmentID\": 134600663,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 114.68,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741737600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741824000000,\n        \"shipperName\": \"LONDON BRIDGE TRADING\",\n        \"shipperAddress\": \"2861 Guardian Lane\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23452\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 420,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/1e8b0f71-2ddc-431b-b7f3-5b665961da1b.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1419633\",\n        \"pronumber\": \"028-0764789\",\n        \"bolnumber\": \"134600663\"\n    },\n    {\n        \"shipmentID\": 134601124,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 145.53,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741737600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741910400000,\n        \"deliveryDate\": 1741910400000,\n        \"shipperName\": \"UNITED TACTICAL SUPPLY\",\n        \"shipperAddress\": \"464 E MARKET AVE\",\n        \"shipperCity\": \"DALLASTOWN\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"17313\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"JPL CBRN SOF (JPL CBRN SPECIAL OPER\",\n        \"consigneeAddress\": \"5749 BRIAR HILL RD\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 400,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b3be4361-b1ff-4d6b-8b89-de60b1035ae0.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24F0092\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24F0092\"\n            }\n        ],\n        \"ponumber\": \"1384664\",\n        \"pronumber\": \"I747807822\",\n        \"bolnumber\": \"1333604\"\n    },\n    {\n        \"shipmentID\": 134601192,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 161.51,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741737600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741824000000,\n        \"shipperName\": \"PRINCETON TEC\",\n        \"shipperAddress\": \"1777 HYLTON RD\",\n        \"shipperCity\": \"EAST PENNSAUKEN\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08110\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1460,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/62f0d118-65ab-4abd-949d-40b2de6a3731.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1430947\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1430947\"\n            }\n        ],\n        \"ponumber\": \"1430947\",\n        \"pronumber\": \"015-5925563\",\n        \"bolnumber\": \"1349143\"\n    },\n    {\n        \"shipmentID\": 134601249,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 140.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741910400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741824000000,\n        \"shipperName\": \"MUSTANGSURVIVAL\",\n        \"shipperAddress\": \"214 WILLIAMS DRIVE\",\n        \"shipperCity\": \"SPENCER\",\n        \"shipperState\": \"WV\",\n        \"shipperZip\": \"25276\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 452,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/e0ef05ae-df3c-41c8-bcca-65e68f4908d9.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1434271\"\n            }\n        ],\n        \"ponumber\": \"1434271\",\n        \"pronumber\": \"685636615\",\n        \"bolnumber\": \"1349174\"\n    },\n    {\n        \"shipmentID\": 134601388,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 213.29,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741737600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742169600000,\n        \"shipperName\": \"Warwood Tools\",\n        \"shipperAddress\": \"164 N 19th St\",\n        \"shipperCity\": \"Wheeling\",\n        \"shipperState\": \"WV\",\n        \"shipperZip\": \"26003\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" Solution Based Innovation\",\n        \"consigneeAddress\": \"2656 Quality Ct\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 346,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/a906325b399bcb06021ccb641587089b-1.png\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1432506\",\n        \"pronumber\": \"9844451002\",\n        \"bolnumber\": \"134601388\"\n    },\n    {\n        \"shipmentID\": 134601479,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 145.53,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741737600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741910400000,\n        \"deliveryDate\": 1741910400000,\n        \"shipperName\": \"PELICAN\",\n        \"shipperAddress\": \"1564 INNOVATION BLVD\",\n        \"shipperCity\": \"CLAYTON\",\n        \"shipperState\": \"IN\",\n        \"shipperZip\": \"46118\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 392,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/3ad4815037ac84855ccd3a35581ba342-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1434652\"\n            }\n        ],\n        \"ponumber\": \"1434652\",\n        \"pronumber\": \"I125018973\",\n        \"bolnumber\": \"1349223\"\n    },\n    {\n        \"shipmentID\": 134601577,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 744.89,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741737600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742256000000,\n        \"deliveryDate\": 1742342400000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CONSOLIDATED STORAGE PROGRAM\",\n        \"consigneeAddress\": \"A ST. MCLB, 1ST FSB WHSE 4\",\n        \"consigneeCity\": \"Barstow\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92311\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 72,\n        \"totalWeight\": 1455,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a647c781-bde0-43a6-a8f1-a87f02ebe4a1.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1393355\",\n        \"pronumber\": \"0285909638\",\n        \"bolnumber\": \"134601577\"\n    },\n    {\n        \"shipmentID\": 134601722,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 184.66,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741824000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741910400000,\n        \"deliveryDate\": 1741910400000,\n        \"shipperName\": \"True North Enterprises\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NIWC ATLANTIC (NAVAL INFORMATION WARFARE CENTER ATLANTIC)\",\n        \"consigneeAddress\": \"1008 TRIDENT STREET\",\n        \"consigneeCity\": \"Hanahan\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 655,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/08110cdf32c1ada4746ddc8b51110139-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F11E0\"\n            }\n        ],\n        \"ponumber\": \"1421389 \",\n        \"pronumber\": \"410104027\",\n        \"bolnumber\": \"134601722\"\n    },\n    {\n        \"shipmentID\": 134601747,\n        \"name\": \"PITT OHIO\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 504.53,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PITD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741824000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742169600000,\n        \"deliveryDate\": 1742169600000,\n        \"shipperName\": \"Vertex Wireless\",\n        \"shipperAddress\": \"500 Wegner Drive\",\n        \"shipperCity\": \"West Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60185\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 2027,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a56f9e74-5f78-43f2-b44e-827b44128869.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SO 197599\"\n            }\n        ],\n        \"ponumber\": \"1427702\",\n        \"pronumber\": \"5047956835\",\n        \"bolnumber\": \"134601747\"\n    },\n    {\n        \"shipmentID\": 134601779,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742169600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742342400000,\n        \"deliveryDate\": 1742342400000,\n        \"shipperName\": \"AVADIM TECHNOLOGIES\",\n        \"shipperAddress\": \"4 OLD PATTON COVE RD\",\n        \"shipperCity\": \"SWANNANOA\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28778\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CARDINAL HEALTH MPS DIST CENTER\",\n        \"consigneeAddress\": \"7611 BRANDON WOODS BLVD\",\n        \"consigneeCity\": \"BALTIMORE\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"21226\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 650,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/904fd0a4af96bd906affc34307212f06-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"4532682205\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"4532682205\"\n            }\n        ],\n        \"ponumber\": \"1435197\",\n        \"pronumber\": \"I408500874\",\n        \"bolnumber\": \"1349269\"\n    },\n    {\n        \"shipmentID\": 134602127,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 597.57,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741824000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742169600000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SPIE (SOLDIER PROTECTION AND IND\",\n        \"consigneeAddress\": \"7100 MILLET HWY\",\n        \"consigneeCity\": \"LANSING\",\n        \"consigneeState\": \"MI\",\n        \"consigneeZip\": \"48917\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 3538,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/1acb7317-b6fa-4765-a8e5-f3edf367cf0d.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10WR\"\n            }\n        ],\n        \"ponumber\": \"1419198\",\n        \"pronumber\": \"683079727\",\n        \"bolnumber\": \"1349287\"\n    },\n    {\n        \"shipmentID\": 134602130,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 170.6,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741737600000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1741910400000,\n        \"shipperName\": \" BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DRIVE\",\n        \"shipperCity\": \"Belleville\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CIF\",\n        \"consigneeAddress\": \"BLDG 4, D STREET\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 81,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://www.fedex.com/fedextrack/?tracknumbers=772674187230\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1435234\",\n        \"pronumber\": \"772674187230 \",\n        \"bolnumber\": \"134602130\"\n    },\n    {\n        \"shipmentID\": 134602814,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 142.21,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741824000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1741910400000,\n        \"deliveryDate\": 1741910400000,\n        \"shipperName\": \"VELOCITY SYSTEMS LLC\",\n        \"shipperAddress\": \"45064 UNDERWOOD LANE UNIT B\",\n        \"shipperCity\": \"Sterling\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"20166\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DEAV\",\n        \"consigneeAddress\": \"7952 CLUNY CT SA-7D\",\n        \"consigneeCity\": \"Springfield\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22153\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 365,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/c5224b22fedb969983af76c5357c5f54-1.png\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1398111\",\n        \"pronumber\": \"I150635385\",\n        \"bolnumber\": \"134602814\"\n    },\n    {\n        \"shipmentID\": 134602855,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 397.15,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741824000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743379200000,\n        \"shipperName\": \"The Protective Group\",\n        \"shipperAddress\": \"14100 NW 58TH CT \",\n        \"shipperCity\": \"MIAMI LAKES \",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33014\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"US ARMY DEPOT SIERRA\",\n        \"consigneeAddress\": \"CH47 AVIATION SUPPORT BLDG #362\",\n        \"consigneeCity\": \"Herlong\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"96113\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 452,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/3b3aa47a-097c-4004-a9b6-c749516286fd.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"47QSWC24F0146\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"DODAAC W62G2X\"\n            }\n        ],\n        \"ponumber\": \"1386082 \",\n        \"pronumber\": \"221087575\",\n        \"bolnumber\": \"134602855\"\n    },\n    {\n        \"shipmentID\": 134602999,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 197.03,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741824000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742169600000,\n        \"deliveryDate\": 1742169600000,\n        \"shipperName\": \"COB INDUSTRIES\",\n        \"shipperAddress\": \"6909 Vickie Circle\",\n        \"shipperCity\": \"Melbourne\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32904\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" Solution Based Innovation\",\n        \"consigneeAddress\": \"2656 Quality Ct\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 545,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/372d2b9e2de39446ab95a7e1f8f18d81-1.png\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1334880 , 1423038\",\n        \"pronumber\": \"421648287\",\n        \"bolnumber\": \"134602999\"\n    },\n    {\n        \"shipmentID\": 134603029,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 541.9,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741824000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742169600000,\n        \"shipperName\": \"FIRST SPEAR, LLC\",\n        \"shipperAddress\": \"2012 CORPORATE 44 DR\",\n        \"shipperCity\": \"FENTON\",\n        \"shipperState\": \"MO\",\n        \"shipperZip\": \"63026\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AFSOC 1ST SOW\",\n        \"consigneeAddress\": \"205 BENNET AVE\",\n        \"consigneeCity\": \"HURLBERT FIELD\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32544\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 4036,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/45ad0430-f423-43cf-9642-20cab840116c.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1D6T\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1D6T\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1D6T\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1D6T\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1D6T\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1D6T\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1D6T\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1D6T\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1D6T\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1D6T\"\n            }\n        ],\n        \"ponumber\": \"1408249\",\n        \"pronumber\": \"996983352\",\n        \"bolnumber\": \"1349443\"\n    },\n    {\n        \"shipmentID\": 134603072,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 148.18,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741824000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742169600000,\n        \"deliveryDate\": 1742169600000,\n        \"shipperName\": \"ELECTROMET CORPORATION\",\n        \"shipperAddress\": \"879 COMMONWEALTH AVE\",\n        \"shipperCity\": \"HAGERTOWN\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21740\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAWC AD 4.11.2\",\n        \"consigneeAddress\": \"17598 WEBSTER FIELD ROAD BLDG 8115\",\n        \"consigneeCity\": \"ST INIGOES\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20684\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1060,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/98fd7c7543e85cea73493f490232d453-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F13XJ\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F13XJ\"\n            }\n        ],\n        \"ponumber\": \"1371562\",\n        \"pronumber\": \"I300867795\",\n        \"bolnumber\": \"1349450\"\n    },\n    {\n        \"shipmentID\": 134603144,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 181.23,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741824000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742169600000,\n        \"deliveryDate\": 1742169600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"HUMAN TECHNOLOGIES CORP\",\n        \"consigneeAddress\": \"2201 Dwyer Ave\",\n        \"consigneeCity\": \"Utica\",\n        \"consigneeState\": \"NY\",\n        \"consigneeZip\": \"13501\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 64,\n        \"totalWeight\": 1360,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/5a82972cf2c4d66dd84160cc921a77fd-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"INL70465 REV2\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1225102\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"INL70465 REV2\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1225102\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"705364545\",\n        \"bolnumber\": \"134603144\"\n    },\n    {\n        \"shipmentID\": 134603153,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 397.51,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743379200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743120000000,\n        \"deliveryDate\": 1744070400000,\n        \"shipperName\": \"Icor Technology\",\n        \"shipperAddress\": \"935 Ages Drive\",\n        \"shipperCity\": \"Ottawa\",\n        \"shipperState\": \"ON\",\n        \"shipperZip\": \"K1G 6L3\",\n        \"shipperCountry\": \"CAN\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1200,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/5bda15934c30b572206934adb2bb5b1f-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SO98965\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"W516SF53251GGL\"\n            }\n        ],\n        \"ponumber\": \"1416167\",\n        \"pronumber\": \"419672265\",\n        \"bolnumber\": \"134603153\"\n    },\n    {\n        \"shipmentID\": 134603186,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 360.6,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741824000000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742428800000,\n        \"shipperName\": \"Genasys Inc\",\n        \"shipperAddress\": \"16262 W Bernardo Drive\",\n        \"shipperCity\": \"San Diego\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92127\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 134,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://www.fedex.com/fedextrack/?tracknumbers=772727612130\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1434716\",\n        \"pronumber\": \"772727612130\",\n        \"bolnumber\": \"134603186\"\n    },\n    {\n        \"shipmentID\": 134603214,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 922.6,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741824000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742428800000,\n        \"deliveryDate\": 1742256000000,\n        \"shipperName\": \"SERKET - CESHI\",\n        \"shipperAddress\": \"5527 DISTRICT BLVD\",\n        \"shipperCity\": \"VERNON\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"90058\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"1ST BN 509TH IN REG\",\n        \"consigneeAddress\": \"1869 15TH STREET BLDG 2046\",\n        \"consigneeCity\": \"FORT JOHNSON\",\n        \"consigneeState\": \"LA\",\n        \"consigneeZip\": \"71459\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 3760,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/db7fac71-5f2f-4140-a5f3-2895cf6dc4ca.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F13RG\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F13RG\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F13RG\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F13RG\"\n            }\n        ],\n        \"ponumber\": \"1369595\",\n        \"pronumber\": \"2914240246\",\n        \"bolnumber\": \"1349453\"\n    },\n    {\n        \"shipmentID\": 134603233,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 263.23,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741824000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742774400000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CARDINAL HEALTH MPS ONTARIO CA DIST CENTER\",\n        \"consigneeAddress\": \"4551 E Philadelphia St\",\n        \"consigneeCity\": \"Ontario\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"91761\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 54,\n        \"totalWeight\": 250,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/5c16e1019b327094045a530bf41fac53-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"4532644469\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1254245\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"8207443300\",\n        \"bolnumber\": \"134603233\"\n    },\n    {\n        \"shipmentID\": 134603254,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 191.56,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741824000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742256000000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"IAP WORLDWIDE SERVICES INC\",\n        \"consigneeAddress\": \"4962 Riverton Road\",\n        \"consigneeCity\": \"Dayton \",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45414\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 24,\n        \"totalWeight\": 796,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/0719f910e5b71f011e21ba7fabe8bbf1-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F12JR\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1252068\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"8207443311\",\n        \"bolnumber\": \"134603254\"\n    },\n    {\n        \"shipmentID\": 134603255,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 169.89,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741910400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742256000000,\n        \"shipperName\": \"True North Enterprises\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd.\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"   NAVSUP WSS\",\n        \"consigneeAddress\": \"5450 CARLISLE PIKE BLDG 209\",\n        \"consigneeCity\": \"Mechanicsburg\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17055\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 830,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/f14fd665-8431-4d83-becc-81be6a839785.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL23F1DBM\"\n            }\n        ],\n        \"ponumber\": \"1322508\",\n        \"pronumber\": \"0280746835\",\n        \"bolnumber\": \"134603255\"\n    },\n    {\n        \"shipmentID\": 134603500,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 45.62,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741910400000,\n        \"modeDesc\": \"Small package\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742256000000,\n        \"shipperName\": \" BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DRIVE\",\n        \"shipperCity\": \"Belleville\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VP-9 MATERICAL CONTROL\",\n        \"consigneeAddress\": \"3560 N CHARLES PORTER AVE\",\n        \"consigneeCity\": \"Oak Harbor\",\n        \"consigneeState\": \"WA\",\n        \"consigneeZip\": \"98278\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 13,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://www.fedex.com/fedextrack/?tracknumbers=772723548875\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1431657\",\n        \"pronumber\": \"772723548875\",\n        \"bolnumber\": \"134603500\"\n    },\n    {\n        \"shipmentID\": 134603668,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 150.04,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741910400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742169600000,\n        \"deliveryDate\": 1742169600000,\n        \"shipperName\": \"NATIONAL SAFETY APPAREL\",\n        \"shipperAddress\": \"10601 MEMPHIS AVE B.12\",\n        \"shipperCity\": \"Cleveland\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44144\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"IAP WORLDWIDE SERVICES INC\",\n        \"consigneeAddress\": \"4962 RIVERTON RD\",\n        \"consigneeCity\": \"Dayton\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45414\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 154,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/68bd2fc988983d4f29492aa966f44504-1.png\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1435002\",\n        \"pronumber\": \"I186567849\",\n        \"bolnumber\": \"134603668\"\n    },\n    {\n        \"shipmentID\": 134603669,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 142.21,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742169600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742256000000,\n        \"deliveryDate\": 1742256000000,\n        \"shipperName\": \"THALES DEFENSE & SECURITY, INC\",\n        \"shipperAddress\": \"22605 GATEWAY CENTER DRIVE\",\n        \"shipperCity\": \"CLARKSBURG\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"20871\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"TOBYHANNA ARMY DEPOT\",\n        \"consigneeAddress\": \"11 HAP ARNOLD BLVD\",\n        \"consigneeCity\": \"TOBYHANNA\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"18466\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 340,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/01a030ddc19b668f4413e46b77a082d8-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1DH1\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1DH1\"\n            }\n        ],\n        \"ponumber\": \"1409174\",\n        \"pronumber\": \"I796593213\",\n        \"bolnumber\": \"1349563\"\n    },\n    {\n        \"shipmentID\": 134604163,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 565.36,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741910400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742342400000,\n        \"shipperName\": \"TYR TACTICAL LLC\",\n        \"shipperAddress\": \"9330 N 91ST AVE\",\n        \"shipperCity\": \"Peoria\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"5749 BRIAR HILL RD, BUILDING 220 DOOR 4\",\n        \"consigneeCity\": \"Lexington\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 844,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"ponumber\": \"1402422, 1401890\",\n        \"pronumber\": \" 297-2382391\",\n        \"bolnumber\": \"134604163\"\n    },\n    {\n        \"shipmentID\": 134604227,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 371.65,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741910400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743033600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA DISTRIBUTION\",\n        \"consigneeAddress\": \"2001 Normandy Dr Door 135-168\",\n        \"consigneeCity\": \"New Cumberland\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 66,\n        \"totalWeight\": 1756,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/ebf710064f145a27d414b44ab1af7d27-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX24F11LD\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1223999\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX24F11LD\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1223999\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"705364552\",\n        \"bolnumber\": \"134604227\"\n    },\n    {\n        \"shipmentID\": 134604594,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 469.29,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741910400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742688000000,\n        \"deliveryDate\": 1742774400000,\n        \"shipperName\": \"ELECTROMET CORPORATION\",\n        \"shipperAddress\": \"879 COMMONWEALTH AVE\",\n        \"shipperCity\": \"HAGERTOWN\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21740\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMW A 170 AMPHIBIOUS TACTICAL COMMS\",\n        \"consigneeAddress\": \"4297 PACIFIC HWY BLDG 7\",\n        \"consigneeCity\": \"SAN DIEGO\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92110\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 1500,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/80a6cfbe-b544-430a-aa66-c45f463ac796.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F102R\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F102R\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F102R\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F102R\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F102R\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F102R\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F102R\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F102R\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F102R\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F102R\"\n            }\n        ],\n        \"ponumber\": \"1410917\",\n        \"pronumber\": \"1510212522\",\n        \"bolnumber\": \"1349623\"\n    },\n    {\n        \"shipmentID\": 134604606,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 412.86,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741910400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742688000000,\n        \"deliveryDate\": 1742774400000,\n        \"shipperName\": \"ELECTROMET CORPORATION\",\n        \"shipperAddress\": \"879 COMMONWEALTH AVE\",\n        \"shipperCity\": \"HAGERTOWN\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21740\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMW A 170 AMPHIBIOUS TACTICAL COMMS\",\n        \"consigneeAddress\": \"4297 PACIFIC HWY BLDG 7\",\n        \"consigneeCity\": \"SAN DIEGO\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92110\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 1200,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/e68720d4-8012-4090-8bca-6266456c58ec.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F102R\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F102R\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F102R\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F102R\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F102R\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F102R\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F102R\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F102R\"\n            }\n        ],\n        \"ponumber\": \"1410917\",\n        \"pronumber\": \"1510212521\",\n        \"bolnumber\": \"1349624\"\n    },\n    {\n        \"shipmentID\": 134604723,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 145.53,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741910400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742169600000,\n        \"deliveryDate\": 1742169600000,\n        \"shipperName\": \"EHMKE MANUFACTURING COMPANY INC\",\n        \"shipperAddress\": \"4200 MACALESTER STREET\",\n        \"shipperCity\": \"PHILADELPHIA\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19124\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"910TH SFS\",\n        \"consigneeAddress\": \"3976 KING GRAVES ROAD\",\n        \"consigneeCity\": \"YOUNGSTOWN\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"44473\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 338,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/9bdcc8f9bba96cdd921710afed0c14b8-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"FA665624P0015\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"FA665624P0015\"\n            }\n        ],\n        \"ponumber\": \"1406549\",\n        \"pronumber\": \"I740585502\",\n        \"bolnumber\": \"1349627\"\n    },\n    {\n        \"shipmentID\": 134604799,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 575.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741910400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742256000000,\n        \"deliveryDate\": 1742256000000,\n        \"shipperName\": \"LUXOTTICA \",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1307,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8873659859/ 8873733833\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8873659859/ 8873733833\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8873659859/ 8873733833\"\n            }\n        ],\n        \"ponumber\": \"1429947/ 1435430\",\n        \"pronumber\": \"195175341\",\n        \"bolnumber\": \"134604799\"\n    },\n    {\n        \"shipmentID\": 134604835,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741910400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742342400000,\n        \"deliveryDate\": 1742342400000,\n        \"shipperName\": \"L3HARRIS TECHNOLOGIES\",\n        \"shipperAddress\": \"1350 JEFFERSON ROAD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SCIENCE APPLICATIONS INTERNATIONAL\",\n        \"consigneeAddress\": \"7413 MAGI ROAD\",\n        \"consigneeCity\": \"HANAHAN\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 460,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/87576f16-bcf1-4388-a0c0-a79b7377ca3e.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F1068\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"PALMETTO ONE\"\n            }\n        ],\n        \"ponumber\": \"1412237\",\n        \"pronumber\": \"I731827278\",\n        \"bolnumber\": \"1349632\"\n    },\n    {\n        \"shipmentID\": 134604857,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 197.03,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741910400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742256000000,\n        \"deliveryDate\": 1742169600000,\n        \"shipperName\": \"MUSTANGSURVIVAL\",\n        \"shipperAddress\": \"201 BUSCH DRIVE\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 2120,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c98b3237-cfa6-4774-a9eb-46a4c7711210.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1399081\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1399081\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1399081\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1399081\"\n            }\n        ],\n        \"ponumber\": \"1399081\",\n        \"pronumber\": \"411226045\",\n        \"bolnumber\": \"1349645\"\n    },\n    {\n        \"shipmentID\": 134604937,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 560.38,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741910400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742256000000,\n        \"shipperName\": \"THERMO FISHER SCIENTIFIC\",\n        \"shipperAddress\": \"1600 LEXINGTON AVE. DOCK 107\",\n        \"shipperCity\": \"Rochester\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14606\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 733,\n        \"totalWeight\": 2409,\n        \"totalHU\": 7,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/7d1a5a99-c247-40b9-8037-63e7c9110946.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"82768487\"\n            }\n        ],\n        \"ponumber\": \"1433152\",\n        \"pronumber\": \"020-1213740\",\n        \"bolnumber\": \"134604937\"\n    },\n    {\n        \"shipmentID\": 134604944,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 323.74,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742256000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742342400000,\n        \"deliveryDate\": 1742342400000,\n        \"shipperName\": \"PERSISTENT SYSTEMS LLC\",\n        \"shipperAddress\": \"601 WEST 26TH STREET\",\n        \"shipperCity\": \"NEW YORK\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"10001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVAL SUPPLY SYSTEMS COMMAND (NAVSU\",\n        \"consigneeAddress\": \"5450 CARLISLE PIKE BLDG 107\",\n        \"consigneeCity\": \"MECHANICSBURG\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17055\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 3910,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/f3f071df-1abe-40da-9b36-78d6b93908f7.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E3R\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E3R\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E3R\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E3R\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E3R\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E3R\"\n            }\n        ],\n        \"ponumber\": \"1410072\",\n        \"pronumber\": \"693164576\",\n        \"bolnumber\": \"1349663\"\n    },\n    {\n        \"shipmentID\": 134604969,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 533.8,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741910400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742256000000,\n        \"deliveryDate\": 1742169600000,\n        \"shipperName\": \"SAFARILAND LLC\",\n        \"shipperAddress\": \"3041 FAYE RD\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32226\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 7644,\n        \"totalHU\": 12,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/34974a1d646b228719da1eb32ca269ee-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1406416\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1406416\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1406416\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1406416\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1406416\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1406416\"\n            }\n        ],\n        \"ponumber\": \"1406416\",\n        \"pronumber\": \"411441124\",\n        \"bolnumber\": \"1349670\"\n    },\n    {\n        \"shipmentID\": 134605045,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 651.05,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742169600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742256000000,\n        \"shipperName\": \"TRUE NORTH ENTERPRISES\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd. Units 108-109\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VXX MISSION COMMS SYSTEM PROGRAM AIR 4 11\",\n        \"consigneeAddress\": \"17179 Webster Field Rd Building 8165 Test Bed 2\",\n        \"consigneeCity\": \"St. Inigoes\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20684 \",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 1580,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/f5873ebb-0225-4d58-a27e-44c420a09928.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Customer Ref# SPE8EL25F105Z / REQ# N0042152971G3D\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Customer Ref# SPE8EL25F105Z / REQ# N0042152971G3D\"\n            }\n        ],\n        \"ponumber\": \"1412243\",\n        \"pronumber\": \"680359726\",\n        \"bolnumber\": \"134605045\"\n    },\n    {\n        \"shipmentID\": 134605081,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 965.55,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741910400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742515200000,\n        \"deliveryDate\": 1742515200000,\n        \"shipperName\": \"CURTISS-WRIGHT PACSTAR\",\n        \"shipperAddress\": \"14100 SW 72ND AVE.\",\n        \"shipperCity\": \"PORTLAND\",\n        \"shipperState\": \"OR\",\n        \"shipperZip\": \"97224\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CACI INC FEDERAL\",\n        \"consigneeAddress\": \"3611-E RAMSEY STREET\",\n        \"consigneeCity\": \"FAYETTEVILLE\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28311\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 5076,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/df140f98-0f21-4c9f-bcc3-0070525e7682.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1DQH\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1DQH\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1DQH\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1DQH\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1DQH\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1DQH\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1DQH\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1DQH\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1DQH\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1DQH\"\n            }\n        ],\n        \"ponumber\": \"1406805\",\n        \"pronumber\": \"2221314815\",\n        \"bolnumber\": \"1349683\"\n    },\n    {\n        \"shipmentID\": 134605093,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 200.88,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741910400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742256000000,\n        \"deliveryDate\": 1742169600000,\n        \"shipperName\": \"InVeris Training Solutions\",\n        \"shipperAddress\": \"296 Brogdon Road\",\n        \"shipperCity\": \"Suwanee\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30024\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MCI EAST\",\n        \"consigneeAddress\": \"100 SIM CENTER DRIVE BLDG 1046\",\n        \"consigneeCity\": \"CAMP LEJEUNE\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28546\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 204,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/c3c014edb6c6dce8f1cc4ce52330dc80-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F1231\"\n            }\n        ],\n        \"ponumber\": \"1426568\",\n        \"pronumber\": \"424639262\",\n        \"bolnumber\": \"134605093\"\n    },\n    {\n        \"shipmentID\": 134605095,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 306.42,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741910400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742860800000,\n        \"deliveryDate\": 1742860800000,\n        \"shipperName\": \"InVeris Training Solutions\",\n        \"shipperAddress\": \"296 Brogdon Road\",\n        \"shipperCity\": \"Suwanee\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30024\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MCB Camp Pendleton\",\n        \"consigneeAddress\": \"Bldg 2238,Room 125A\",\n        \"consigneeCity\": \"Camp Pendleton\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92055\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 278,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/11bfad7ca7421380a27ab88ed7c22f27-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F1232\"\n            }\n        ],\n        \"ponumber\": \"1427437\",\n        \"pronumber\": \"I322831728\",\n        \"bolnumber\": \"134605095\"\n    },\n    {\n        \"shipmentID\": 134605170,\n        \"name\": \"FED EX GROUND\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FX07\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742342400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742774400000,\n        \"shipperName\": \"AdValue Photonics Inc. \",\n        \"shipperAddress\": \"2700 E Bilby Rd\",\n        \"shipperCity\": \"Tucson\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85706\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FCDD ASW F\",\n        \"consigneeAddress\": \"BUILDING 95\",\n        \"consigneeCity\": \"Picatinny Arsenal\",\n        \"consigneeState\": \"NJ\",\n        \"consigneeZip\": \"07806\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 48,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://www.fedex.com/fedextrack/?tracknumbers=772803253064\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1421477 \",\n        \"pronumber\": \"772803253064\",\n        \"bolnumber\": \"134605170\"\n    },\n    {\n        \"shipmentID\": 134606342,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 145.53,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742169600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742342400000,\n        \"deliveryDate\": 1742428800000,\n        \"shipperName\": \" SSI, Inc\",\n        \"shipperAddress\": \"105 Park Street \",\n        \"shipperCity\": \"Loogootee\",\n        \"shipperState\": \"IN\",\n        \"shipperZip\": \"47553\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 200,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/d88fb5753b886279570e71324e38780a-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Pick up #\",\n                \"value\": \"SPE8EL24F19GB\"\n            }\n        ],\n        \"ponumber\": \"1398379\",\n        \"pronumber\": \"464123007\",\n        \"bolnumber\": \"134606342\"\n    },\n    {\n        \"shipmentID\": 134606433,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 323.74,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742256000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742342400000,\n        \"shipperName\": \"PERSISTENT SYSTEMS LLC\",\n        \"shipperAddress\": \"601 WEST 26TH STREET\",\n        \"shipperCity\": \"NEW YORK\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"10001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVSUP WSS\",\n        \"consigneeAddress\": \"5450 CARLISLE PIKE BLDG 107 S END\",\n        \"consigneeCity\": \"MECHANICSBURG\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17050\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 3910,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/4370c788-87a0-474f-9dd0-f1d8e4d0296c.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E5D\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E5D\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E5D\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E5D\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E5D\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E5D\"\n            }\n        ],\n        \"ponumber\": \"1407557\",\n        \"pronumber\": \"693164584\",\n        \"bolnumber\": \"1349863\"\n    },\n    {\n        \"shipmentID\": 134606822,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 150.04,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742256000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742342400000,\n        \"deliveryDate\": 1742342400000,\n        \"shipperName\": \"PELICAN\",\n        \"shipperAddress\": \"1564 INNOVATION BLVD\",\n        \"shipperCity\": \"CLAYTON\",\n        \"shipperState\": \"IN\",\n        \"shipperZip\": \"46118\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"LOCKHEED MARTIN CORP\",\n        \"consigneeAddress\": \"5749 BRIAR HILL RD\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 721,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/7a9dab50-b5d5-4de6-a422-7cad71da4242.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"4500063534\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"H92254-17-D-0001\"\n            }\n        ],\n        \"ponumber\": \"1434736\",\n        \"pronumber\": \"I125010072\",\n        \"bolnumber\": \"1350503\"\n    },\n    {\n        \"shipmentID\": 134606853,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 241.82,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742169600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742428800000,\n        \"deliveryDate\": 1742428800000,\n        \"shipperName\": \"MITHIX PRO, LLC\",\n        \"shipperAddress\": \"3591 WAY BACK RD.\",\n        \"shipperCity\": \"FARMERSVILLE\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75442\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"UCT 2\",\n        \"consigneeAddress\": \"4643 DOCK RD BLDG 524\",\n        \"consigneeCity\": \"PORT HUENEME\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"93043\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 580,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/b6a584f9bc2161b9b3c1ff6db2c15692-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1EEK\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1EEK\"\n            }\n        ],\n        \"ponumber\": \"1407767\",\n        \"pronumber\": \"I064621332\",\n        \"bolnumber\": \"1350490\"\n    },\n    {\n        \"shipmentID\": 134606921,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 304.39,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742256000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742860800000,\n        \"shipperName\": \"USBP DETROIT SECTOR  SPECIAL OPERATIONS DETACHMENT\",\n        \"shipperAddress\": \"26000 South St.  BLDG 1506 \",\n        \"shipperCity\": \"Harrison\",\n        \"shipperState\": \"MI\",\n        \"shipperZip\": \"48045\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NUVAIR\",\n        \"consigneeAddress\": \"1600 BEACON PL\",\n        \"consigneeCity\": \"Oxnard\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"93033\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 140,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/a709ab92db04bd7536480ea401aeac00-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SO 1222168/ Case 75685\"\n            }\n        ],\n        \"ponumber\": \"SQ041878\",\n        \"pronumber\": \"6970235241\",\n        \"bolnumber\": \"134606921\"\n    },\n    {\n        \"shipmentID\": 134607071,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 558.35,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742342400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742774400000,\n        \"deliveryDate\": 1742860800000,\n        \"shipperName\": \"THALES DEFENSE & SECURITY, INC\",\n        \"shipperAddress\": \"22605 GATEWAY CENTER DRIVE\",\n        \"shipperCity\": \"CLARKSBURG\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"20871\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NIWC PACIFIC (NAVAL INFORMATION WAR\",\n        \"consigneeAddress\": \"4297 PACIFIC HIGHWAY\",\n        \"consigneeCity\": \"SAN DIEGO\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92110\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1700,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/aab6faf6-6d54-4039-a2fc-54573929d8a6.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F1319\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F1319\"\n            }\n        ],\n        \"ponumber\": \"1431869\",\n        \"pronumber\": \"1510182214\",\n        \"bolnumber\": \"1350529\"\n    },\n    {\n        \"shipmentID\": 134607107,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742256000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742428800000,\n        \"deliveryDate\": 1742428800000,\n        \"shipperName\": \"CARSON INDUSTRIES INC.\",\n        \"shipperAddress\": \"110 NOBEL CT.\",\n        \"shipperCity\": \"ALPHARETTA\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30005\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA DISTRIBUTION\",\n        \"consigneeAddress\": \"SR W1A8 DLA DISTRIBUTION DDSP NEW CUMBERLAND FACILITY\",\n        \"consigneeCity\": \"NEW CUMBERLAND\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 490,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/34733d36e1e8a4ccb3c3f2f376029372-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPRBL124F0141\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPRBL124F0141\"\n            }\n        ],\n        \"ponumber\": \"1401257\",\n        \"pronumber\": \"I854602524\",\n        \"bolnumber\": \"1350531\"\n    },\n    {\n        \"shipmentID\": 134607131,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 259.27,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742256000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742428800000,\n        \"deliveryDate\": 1742428800000,\n        \"shipperName\": \"RAIDER OUTBOARDS INC\",\n        \"shipperAddress\": \"1885 ARMSTRONG DRIVE\",\n        \"shipperCity\": \"TITUSVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32780\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 2558,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/a12727082b94ccc0e5cbe0b4e8242153-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1399082\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1399082\"\n            }\n        ],\n        \"ponumber\": \"1399082\",\n        \"pronumber\": \"365141402\",\n        \"bolnumber\": \"1350534\"\n    },\n    {\n        \"shipmentID\": 134607142,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 756.4,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742256000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742342400000,\n        \"deliveryDate\": 1742342400000,\n        \"shipperName\": \"     Bren-Tronics, INC.\",\n        \"shipperAddress\": \"10 Brayton Court\",\n        \"shipperCity\": \"Commack\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11725\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"TOBYHANNA ARMY DEPOT\",\n        \"consigneeAddress\": \"11 HAP ARNOLD BLVD BLDG 5, BAY 3. DROP #549\",\n        \"consigneeCity\": \"Tobyhanna\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"18466\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 3017,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/617c5b1dd82081456a8c3d7915b39244-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"33662\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"33662\"\n            }\n        ],\n        \"ponumber\": \"1420549\",\n        \"pronumber\": \"681355269\",\n        \"bolnumber\": \"134607142\"\n    },\n    {\n        \"shipmentID\": 134607166,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 142.21,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742256000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742342400000,\n        \"deliveryDate\": 1742342400000,\n        \"shipperName\": \"THALES DEFENSE & SECURITY, INC\",\n        \"shipperAddress\": \"22605 GATEWAY CENTER DRIVE\",\n        \"shipperCity\": \"CLARKSBURG\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"20871\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PDM PFM (PRECISION FIRES AND MORTAR\",\n        \"consigneeAddress\": \"BLDG 91 4TH AVE\",\n        \"consigneeCity\": \"PICATINNY ARSENAL\",\n        \"consigneeState\": \"NJ\",\n        \"consigneeZip\": \"07806\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 260,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/9201768f0a4b30b88609cbccbd84c80d-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F144D\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F144D\"\n            }\n        ],\n        \"ponumber\": \"1372990\",\n        \"pronumber\": \"I796593222\",\n        \"bolnumber\": \"1350536\"\n    },\n    {\n        \"shipmentID\": 134607245,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 128.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742256000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742342400000,\n        \"shipperName\": \"Thales Defense & Security Inc.\",\n        \"shipperAddress\": \"22605 GATEWAY CENTER DRIVE\",\n        \"shipperCity\": \"Clarksburg\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"20871\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMS 340 - PAUL BLANKENSHIP\",\n        \"consigneeAddress\": \"1820 DILLINGHAM\",\n        \"consigneeCity\": \"Norfolk\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23511\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 490,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/8bf765e3-cdd3-4ce9-906c-80064e5d970f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"80001701\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"20000744\"\n            }\n        ],\n        \"ponumber\": \"1424482\",\n        \"pronumber\": \"026-2591913\",\n        \"bolnumber\": \"134607245\"\n    },\n    {\n        \"shipmentID\": 134607254,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 384.03,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742256000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742774400000,\n        \"deliveryDate\": 1742774400000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AFSOC 27TH SOSS\",\n        \"consigneeAddress\": \"312 CHINDIT BLVD.\",\n        \"consigneeCity\": \"CANNON AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88103\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 520,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/817e0d69-cba7-4e91-abad-f8db154abe9f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F13C3\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13C3\"\n            }\n        ],\n        \"ponumber\": \"1433780\",\n        \"pronumber\": \"990896933\",\n        \"bolnumber\": \"1350505\"\n    },\n    {\n        \"shipmentID\": 134607662,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 142.21,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742342400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742515200000,\n        \"deliveryDate\": 1742515200000,\n        \"shipperName\": \"DYNALEC CORPORATION\",\n        \"shipperAddress\": \"79 ROTTERDAM RD.\",\n        \"shipperCity\": \"SODUS\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14551\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC PHILADELPHIA\",\n        \"consigneeAddress\": \"1601 LANGLEY AVE\",\n        \"consigneeCity\": \"PHILADELPHIA\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"19112\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 400,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/c09da40f586779f45c1f0fba87162eef-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX24F10YW\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX24F10YW\"\n            }\n        ],\n        \"ponumber\": \"1392466\",\n        \"pronumber\": \"I043095789\",\n        \"bolnumber\": \"1350603\"\n    },\n    {\n        \"shipmentID\": 134607725,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 128.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742256000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742342400000,\n        \"shipperName\": \"Thales Defense & Security, Inc\",\n        \"shipperAddress\": \"22605 Gateway Center Drive\",\n        \"shipperCity\": \"Clarksburg\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"20871\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 400,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/bb3cfe04-b9c9-4adb-b873-4ab3ec0d3c87.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"80001699\"\n            }\n        ],\n        \"ponumber\": \"1409172 \",\n        \"pronumber\": \"026-2591912\",\n        \"bolnumber\": \"134607725\"\n    },\n    {\n        \"shipmentID\": 134607770,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 336.93,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742256000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742342400000,\n        \"shipperName\": \"TEAM WENDY\",\n        \"shipperAddress\": \"17000 ST CLAIR AVE BLDG 1\",\n        \"shipperCity\": \"Cleveland\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44110\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PECKHAM VOCATIONAL INDUSTRIES INC\",\n        \"consigneeAddress\": \"7100 MILLETT HWY\",\n        \"consigneeCity\": \"Lansing\",\n        \"consigneeState\": \"MI\",\n        \"consigneeZip\": \"48917\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1253,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/d092bb54b9bf7174cb56739b98967968-1.png\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1402339\",\n        \"pronumber\": \"9118119301\",\n        \"bolnumber\": \"134607770\"\n    },\n    {\n        \"shipmentID\": 134607788,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 440.3,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742256000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743033600000,\n        \"deliveryDate\": 1742947200000,\n        \"shipperName\": \"BULLDOG HOSE COMPANY, LLC\",\n        \"shipperAddress\": \"141 JUNNY RD\",\n        \"shipperCity\": \"ANGIER\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"27501\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"35TH CES CEF\",\n        \"consigneeAddress\": \"DLA SAN JOAQUIN TRACY DEPOT\",\n        \"consigneeCity\": \"TRACY\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"95304\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1824,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/147c53cf-9580-482b-abe7-a9211785233e.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1428067\",\n        \"pronumber\": \"910882744\",\n        \"bolnumber\": \"1350627\"\n    },\n    {\n        \"shipmentID\": 134607993,\n        \"name\": \"SEAWIDE EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1025.54,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742342400000,\n        \"modeDesc\": \"Domestic Ocean\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1746144000000,\n        \"shipperName\": \" L3 Harris Technologies\",\n        \"shipperAddress\": \"1350 JEFFERSON RD\",\n        \"shipperCity\": \"Rochester\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"747TH CS\",\n        \"consigneeAddress\": \"25 EAST ST, STE A-110\",\n        \"consigneeCity\": \"JBPHH\",\n        \"consigneeState\": \"HI\",\n        \"consigneeZip\": \"96853\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 55,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/4855f196-bc09-4505-9b36-799ce911c9a1.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F1BNH, FA521542491D2E\"\n            }\n        ],\n        \"ponumber\": \"1401439\",\n        \"pronumber\": \"HON160527\",\n        \"bolnumber\": \"134607993\"\n    },\n    {\n        \"shipmentID\": 134608031,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 209.51,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742256000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742342400000,\n        \"deliveryDate\": 1742342400000,\n        \"shipperName\": \"INTERSURGICAL/MAIN OCEAN\",\n        \"shipperAddress\": \"300 A TRADE ZONE BLVD\",\n        \"shipperCity\": \"SUMMERVILLE\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29486\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 16,\n        \"totalWeight\": 4184,\n        \"totalHU\": 16,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/684bb3282215ffcd272b0eba8705eb55-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1435433\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1435433\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1435433\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1435433\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1435433\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1435433\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1435433\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1435433\"\n            }\n        ],\n        \"ponumber\": \"1435433\",\n        \"pronumber\": \"420497137\",\n        \"bolnumber\": \"1350708\"\n    },\n    {\n        \"shipmentID\": 134608092,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 142.21,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742256000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742342400000,\n        \"deliveryDate\": 1742428800000,\n        \"shipperName\": \"VELOCITY SYSTEMS LLC\",\n        \"shipperAddress\": \"45064 UNDERWOOD LANE UNIT B\",\n        \"shipperCity\": \"Sterling\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"20166\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DEAV\",\n        \"consigneeAddress\": \"7952 CLUNY CT SA-7D\",\n        \"consigneeCity\": \"Springfield\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22153\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 904,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/fdd90fef9095d9275a0068afef1bf6af-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"1398111\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"1398111\"\n            }\n        ],\n        \"ponumber\": \"ADS1398111\",\n        \"pronumber\": \"I150635448\",\n        \"bolnumber\": \"134608092\"\n    },\n    {\n        \"shipmentID\": 134608121,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 654.66,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742256000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742860800000,\n        \"deliveryDate\": 1742860800000,\n        \"shipperName\": \"CASCADE DESIGNS\",\n        \"shipperAddress\": \"10990 LEAR BLVD\",\n        \"shipperCity\": \"RENO\",\n        \"shipperState\": \"NV\",\n        \"shipperZip\": \"89506\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 2124,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/dde31f69cd224dea364f80e7b550abda-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1412549\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1412549\"\n            }\n        ],\n        \"ponumber\": \"1412549\",\n        \"pronumber\": \"I664309953\",\n        \"bolnumber\": \"1350711\"\n    },\n    {\n        \"shipmentID\": 134608209,\n        \"name\": \"SPAN ALASKA TRANSPORTATION\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 712.8,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SPAJ\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742428800000,\n        \"modeDesc\": \"Domestic Ocean\",\n        \"estimatedDeliveryDate\": 1744243200000,\n        \"deliveryDate\": 1744243200000,\n        \"shipperName\": \"RICOCHET MANUFACTURING CO., INC\",\n        \"shipperAddress\": \"4700 WISSAHICKON AVE, SUITE 112\",\n        \"shipperCity\": \"Philadelphia\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19144\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"673RD CES CED\",\n        \"consigneeAddress\": \"5332 KINEY AVE\",\n        \"consigneeCity\": \"JBER\",\n        \"consigneeState\": \"AK\",\n        \"consigneeZip\": \"99506\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 13,\n        \"totalWeight\": 426,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/60bb0cac-efde-43f6-b583-734eef291b98.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1418819\",\n        \"pronumber\": \"4267037\",\n        \"bolnumber\": \"134608209\"\n    },\n    {\n        \"shipmentID\": 134608241,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 324.1,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742256000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742947200000,\n        \"deliveryDate\": 1742860800000,\n        \"shipperName\": \"B.E. MEYERS & CO.\",\n        \"shipperAddress\": \"9461 WILLOWS RD NE\",\n        \"shipperCity\": \"REDMOND\",\n        \"shipperState\": \"WA\",\n        \"shipperZip\": \"98052\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"JXNV AIRBORNE CREWSERVED WEAPONS BR\",\n        \"consigneeAddress\": \"300 HWY 361 BLDG 2521W\",\n        \"consigneeCity\": \"CRANE\",\n        \"consigneeState\": \"IN\",\n        \"consigneeZip\": \"47522\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 796,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/7778cbb4-ace7-47bd-ad2e-efcc310100dc.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F15B4\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F15B4\"\n            }\n        ],\n        \"ponumber\": \"1381389\",\n        \"pronumber\": \"I186608547\",\n        \"bolnumber\": \"1350726\"\n    },\n    {\n        \"shipmentID\": 134608255,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 148.18,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742256000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742428800000,\n        \"deliveryDate\": 1742428800000,\n        \"shipperName\": \"ELECTROMET CORPORATION\",\n        \"shipperAddress\": \"879 COMMONWEALTH AVE\",\n        \"shipperCity\": \"HAGERTOWN\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21740\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAWC AD 4.11.2\",\n        \"consigneeAddress\": \"17598 WEBSTER FIELD ROAD BLDG 8115\",\n        \"consigneeCity\": \"ST INIGOES\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20684\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1060,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/58740a6fe9c09c5aea6cf6e2d4dcb144-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F13XJ\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F13XJ\"\n            }\n        ],\n        \"ponumber\": \"1371562\",\n        \"pronumber\": \"I300867804\",\n        \"bolnumber\": \"1350728\"\n    },\n    {\n        \"shipmentID\": 134608280,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 225.16,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742342400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742860800000,\n        \"shipperName\": \"  CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVE BLDG 128B\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOCOM\",\n        \"consigneeAddress\": \"2592 Horse Pasture Road\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 311,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/44c499dbfd966b05c4b6a0711230ce27-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"H9242725P0168; 3100013396; H92506\"\n            }\n        ],\n        \"ponumber\": \"1433181\",\n        \"pronumber\": \"704757608\",\n        \"bolnumber\": \"134608280\"\n    },\n    {\n        \"shipmentID\": 134608296,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 312.93,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742256000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742428800000,\n        \"shipperName\": \"  CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVE BLDG 128B\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SPIE\",\n        \"consigneeAddress\": \"7100 MILLETT HWY\",\n        \"consigneeCity\": \"Lansing\",\n        \"consigneeState\": \"MI\",\n        \"consigneeZip\": \"48917\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 311,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/3447ef12-eccb-4ffd-a7ce-5807292cf5cc.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SO0108076\"\n            }\n        ],\n        \"ponumber\": \"1419198\",\n        \"pronumber\": \"704757616\",\n        \"bolnumber\": \"134608296\"\n    },\n    {\n        \"shipmentID\": 134608454,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 175.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742342400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742860800000,\n        \"deliveryDate\": 1742860800000,\n        \"shipperName\": \"True North Enterprises\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd. Units 108-109\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWCDD DNA\",\n        \"consigneeAddress\": \"2089 Tartar Ave Bldg 559\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23461\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 210,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a5d2565b-3ce8-43e5-b05e-6c56200a3889.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F10Z8 / REQ# N6327353461GVG\"\n            }\n        ],\n        \"ponumber\": \"1419319\",\n        \"pronumber\": \"705378602\",\n        \"bolnumber\": \"134608454\"\n    },\n    {\n        \"shipmentID\": 134608515,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 114.68,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742428800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742947200000,\n        \"shipperName\": \"JBC CORP\",\n        \"shipperAddress\": \"552 CENTRAL DR.\",\n        \"shipperCity\": \"VIRGINIA BEACH\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23454\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA TROOP SUPPORT\",\n        \"consigneeAddress\": \"NECC MEDICAL CENTRAL ISSUE FACILITY CHEATHAM ANNEX\",\n        \"consigneeCity\": \"WILLIAMSBURG\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 928,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b20be64b-2202-4f4b-8920-2dd2c96d3ad5.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE2D625F894N\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE2D625F894N\"\n            }\n        ],\n        \"ponumber\": \"1415952\",\n        \"pronumber\": \"028-0821327\",\n        \"bolnumber\": \"1350806\"\n    },\n    {\n        \"shipmentID\": 134608570,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 263.23,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742342400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743033600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVFAC EXWC\",\n        \"consigneeAddress\": \"1100 23rd Ave Bldg 1100\",\n        \"consigneeCity\": \"PORT HUENEME\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"93043\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 220,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/ef52e8532a98a543fd4959231b10346d-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"0000\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1218701\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"8207443322\",\n        \"bolnumber\": \"134608570\"\n    },\n    {\n        \"shipmentID\": 134609008,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 144.87,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742774400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742947200000,\n        \"shipperName\": \"MUSTANGSURVIVAL\",\n        \"shipperAddress\": \"214 WILLIAMS DRIVE\",\n        \"shipperCity\": \"SPENCER\",\n        \"shipperState\": \"WV\",\n        \"shipperZip\": \"25276\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 764,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/d6a8215b-7276-4257-b3de-cad9a2a073ba.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1428840\"\n            }\n        ],\n        \"ponumber\": \"1428840\",\n        \"pronumber\": \"625804752\",\n        \"bolnumber\": \"1350843\"\n    },\n    {\n        \"shipmentID\": 134609051,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 393.37,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742342400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742515200000,\n        \"deliveryDate\": 1742515200000,\n        \"shipperName\": \"L3HARRIS TECHNOLOGIES\",\n        \"shipperAddress\": \"1350 JEFFERSON ROAD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SCIENCE APPLICATIONS INTERNATIONAL\",\n        \"consigneeAddress\": \"7413 MAGI ROAD\",\n        \"consigneeCity\": \"HANAHAN\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 2830,\n        \"totalHU\": 12,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/876cf0d6-6127-437c-a30a-81b0ab1980c5.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F1068\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"PALMETTO ONE\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F1068\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"PALMETTO ONE\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F1068\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"PALMETTO ONE\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F1068\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"PALMETTO ONE\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F1068\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"PALMETTO ONE\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F1068\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"PALMETTO ONE\"\n            }\n        ],\n        \"ponumber\": \"1412237\",\n        \"pronumber\": \"689986264\",\n        \"bolnumber\": \"1350863\"\n    },\n    {\n        \"shipmentID\": 134609053,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 586.16,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742342400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742774400000,\n        \"deliveryDate\": 1742774400000,\n        \"shipperName\": \"AZAK, INC.\",\n        \"shipperAddress\": \"3881 N. STEELE ST\",\n        \"shipperCity\": \"Denver\",\n        \"shipperState\": \"CO\",\n        \"shipperZip\": \"80205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"5749 BRIAR HILL RD, BUILDING 220 DOOR 4\",\n        \"consigneeCity\": \"Lexington\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1200,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/368c568f-c024-44ab-9f83-8b070db2b6d0.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EX24F117M\"\n            }\n        ],\n        \"ponumber\": \"1400576\",\n        \"pronumber\": \"2241819181\",\n        \"bolnumber\": \"134609053\"\n    },\n    {\n        \"shipmentID\": 134609161,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 387.63,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742342400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742947200000,\n        \"deliveryDate\": 1742947200000,\n        \"shipperName\": \"GREAT WESTERN EAGLE PACKAGIN\",\n        \"shipperAddress\": \"500 S ETIWANDA AVENUE\",\n        \"shipperCity\": \"ONTATIO\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"91761\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CACI INC FEDERAL\",\n        \"consigneeAddress\": \"3611-E RAMSEY STREET\",\n        \"consigneeCity\": \"FAYETTEVILLE\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28311\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1230,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/30c8747e-fdfb-498c-a49c-4372c5aacbe3.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F12U1\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F12U1\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F12U1\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F12U1\"\n            }\n        ],\n        \"ponumber\": \"1430544\",\n        \"pronumber\": \"909391195\",\n        \"bolnumber\": \"1350904\"\n    },\n    {\n        \"shipmentID\": 134609163,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 272.09,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742428800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742860800000,\n        \"shipperName\": \"Thales Defense & Security Inc.\",\n        \"shipperAddress\": \"22605 GATEWAY CENTER DRIVE\",\n        \"shipperCity\": \"Clarksburg\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"20871\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"W33RBS 1ST ABCT 3RD ID\",\n        \"consigneeAddress\": \"BLDG 1509 WEST 6TH STREET \",\n        \"consigneeCity\": \"Fort Stewart\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"31314\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 38,\n        \"totalWeight\": 926,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/512357cc84eee74ce301de8793db4ef1-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"80001722\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EJ-21-D-0020 SPE8EL-25-F-131L\"\n            }\n        ],\n        \"ponumber\": \"1431969 \",\n        \"pronumber\": \"5766582780\",\n        \"bolnumber\": \"134609163\"\n    },\n    {\n        \"shipmentID\": 134609290,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 316.02,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742342400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742428800000,\n        \"deliveryDate\": 1742428800000,\n        \"shipperName\": \"VELOCITY SYSTEMS LLC\",\n        \"shipperAddress\": \"45064 UNDERWOOD LANE UNIT B\",\n        \"shipperCity\": \"DULLES\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"20166\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 730,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/4aa561c2d5789d1a87dceeb60338f6a5-1.png\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1404694\",\n        \"pronumber\": \"430993820\",\n        \"bolnumber\": \"134609290\"\n    },\n    {\n        \"shipmentID\": 134609324,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 184.99,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742342400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743033600000,\n        \"deliveryDate\": 1743033600000,\n        \"shipperName\": \"VELOCITY SYSTEMS LLC\",\n        \"shipperAddress\": \"45064 UNDERWOOD LANE\",\n        \"shipperCity\": \"Sterling\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"20166\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DEAV\",\n        \"consigneeAddress\": \"7952 CLUNY CT SA-7D\",\n        \"consigneeCity\": \"Springfield\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22153\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1165,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/b7e665696eee60cab6d23958eebe3ad3-1.png\",\n        \"referenceFields\": [],\n        \"ponumber\": \"\",\n        \"pronumber\": \"I360678411\",\n        \"bolnumber\": \"134609324\"\n    },\n    {\n        \"shipmentID\": 134609494,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 748.07,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742428800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742774400000,\n        \"deliveryDate\": 1742774400000,\n        \"shipperName\": \"Safariland Group\",\n        \"shipperAddress\": \"3041 Faye RD\",\n        \"shipperCity\": \"Jacksonville\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32226\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 7,\n        \"totalWeight\": 5112,\n        \"totalHU\": 7,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/eb9e38b5f9158a636bc3cb37d6e6effd-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"C25-144585\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"C25-144585\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"C25-144585\"\n            }\n        ],\n        \"ponumber\": \"1406416\",\n        \"pronumber\": \"0452050844\",\n        \"bolnumber\": \"134609494\"\n    },\n    {\n        \"shipmentID\": 134609641,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 579.79,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742342400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742515200000,\n        \"deliveryDate\": 1742515200000,\n        \"shipperName\": \"Survival Armor, Inc.\",\n        \"shipperAddress\": \"12621 Corporate Lakes Drive, Unit 8\",\n        \"shipperCity\": \"Fort Myers\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33913\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 2727,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/39dea08040fcde91054bdc5c732f2fe7-1.png\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1399783\",\n        \"pronumber\": \"395787220\",\n        \"bolnumber\": \"134609641\"\n    },\n    {\n        \"shipmentID\": 134610565,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 225.76,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742428800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742774400000,\n        \"deliveryDate\": 1742774400000,\n        \"shipperName\": \"MUSTANGSURVIVAL\",\n        \"shipperAddress\": \"214 WILLIAMS DRIVE\",\n        \"shipperCity\": \"SPENCER\",\n        \"shipperState\": \"WV\",\n        \"shipperZip\": \"25276\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 1584,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/3817adab-add8-4aab-9db4-1f46e42a132e.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1434271\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1434271\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1434271\"\n            }\n        ],\n        \"ponumber\": \"1434271\",\n        \"pronumber\": \"685636623\",\n        \"bolnumber\": \"1351206\"\n    },\n    {\n        \"shipmentID\": 134610570,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 410.2,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742428800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742774400000,\n        \"deliveryDate\": 1742774400000,\n        \"shipperName\": \"LUXOTTICA \",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 27,\n        \"totalWeight\": 884,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/9363e54dc1acbd8e45ce7cec76f2bfdd-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8874072669, 8874189855\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8874072669, 8874189855\"\n            }\n        ],\n        \"ponumber\": \"1436273, 1426029\",\n        \"pronumber\": \"427386632\",\n        \"bolnumber\": \"134610570\"\n    },\n    {\n        \"shipmentID\": 134610643,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 663.47,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742428800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743379200000,\n        \"deliveryDate\": 1743379200000,\n        \"shipperName\": \"Team Wendy LLC\",\n        \"shipperAddress\": \"17000 St. Clair Ave. Bldg. 1\",\n        \"shipperCity\": \"Cleveland\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44110\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USAFA\",\n        \"consigneeAddress\": \"1022 JACKS VALLEY RD\",\n        \"consigneeCity\": \"United States Air Force Academy\",\n        \"consigneeState\": \"CO\",\n        \"consigneeZip\": \"80840\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1418,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/cb907fac-6198-4abd-964e-48fa80585707.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"20335\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"20335\"\n            }\n        ],\n        \"ponumber\": \"1402755\",\n        \"pronumber\": \"428472752\",\n        \"bolnumber\": \"134610643\"\n    },\n    {\n        \"shipmentID\": 134610807,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 474.21,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742428800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743638400000,\n        \"shipperName\": \"VERST LOGISTICS\",\n        \"shipperAddress\": \"300 Shorland Drive\",\n        \"shipperCity\": \"Walton\",\n        \"shipperState\": \"KY\",\n        \"shipperZip\": \"41094\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"427TH RS CCQ\",\n        \"consigneeAddress\": \"5800 10TH STREET BLDG 2139\",\n        \"consigneeCity\": \"Beale AFB\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"95903\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 16,\n        \"totalWeight\": 458,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/fcec144d-2e50-4174-bc48-160ac85abe81.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SO0030257-IF0046521\"\n            }\n        ],\n        \"ponumber\": \"1435492\",\n        \"pronumber\": \"067438953\",\n        \"bolnumber\": \"134610807\"\n    },\n    {\n        \"shipmentID\": 134610901,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742428800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742515200000,\n        \"deliveryDate\": 1742515200000,\n        \"shipperName\": \"True North Enterprises\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd.\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NIWC ATLANTIC (NAVAL INFORMATION WARFARE CENTER ATLANTIC)\",\n        \"consigneeAddress\": \"1008 TRIDENT STREET\",\n        \"consigneeCity\": \"Hanahan\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 500,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/a4705d04ba69563c66c49452f79ba56d-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F11E0\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"N6523653581H58\"\n            }\n        ],\n        \"ponumber\": \"1421389\",\n        \"pronumber\": \"I950797395\",\n        \"bolnumber\": \"134610901\"\n    },\n    {\n        \"shipmentID\": 134610905,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 395.12,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742428800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742774400000,\n        \"shipperName\": \"Safety & Security International\",\n        \"shipperAddress\": \"105 Park St.\",\n        \"shipperCity\": \"Loogootee\",\n        \"shipperState\": \"IN\",\n        \"shipperZip\": \"47553\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 20,\n        \"totalWeight\": 1060,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/3c48d13324e2539fa11ddfe746f2c036-1.png\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1414001\",\n        \"pronumber\": \"4814070936\",\n        \"bolnumber\": \"134610905\"\n    },\n    {\n        \"shipmentID\": 134611028,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 145.53,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742428800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742774400000,\n        \"deliveryDate\": 1742774400000,\n        \"shipperName\": \"L3 HARRIS\",\n        \"shipperAddress\": \"3 TECHNOLOGY DRIVE\",\n        \"shipperCity\": \"LONDONDERRY\",\n        \"shipperState\": \"NH\",\n        \"shipperZip\": \"03053\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USASOC\",\n        \"consigneeAddress\": \"5749 BRIAR HILL RD BLDG 221\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 670,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/30a99ed5-96d5-4177-adb9-afb26be7d5e5.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F18UX\"\n            }\n        ],\n        \"ponumber\": \"1396800\",\n        \"pronumber\": \"I420273972\",\n        \"bolnumber\": \"1351267\"\n    },\n    {\n        \"shipmentID\": 134611045,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 214.07,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742428800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742515200000,\n        \"deliveryDate\": 1742515200000,\n        \"shipperName\": \"True North Enterprises\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd.\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NIWC ATLANTIC\",\n        \"consigneeAddress\": \"1008 Trident Street\",\n        \"consigneeCity\": \"Hanahan\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 195,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/f70e5eb0fad6aea2e586be140b929cc8-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F11E0/ REQ#N6523653581H58\"\n            }\n        ],\n        \"ponumber\": \"1421389\",\n        \"pronumber\": \"422533815\",\n        \"bolnumber\": \"134611045\"\n    },\n    {\n        \"shipmentID\": 134611061,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 140.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742428800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742515200000,\n        \"deliveryDate\": 1742515200000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"0020 ME CMD HHC X1 CBRNE CM\",\n        \"consigneeAddress\": \"W90XN8 LRC APG\",\n        \"consigneeCity\": \"ABERDEEN PROVING GROUND\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"21005\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 945,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/9336d2eff90d4acdc24e979bba77ca1b-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE3SE-25-P-0043\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1230843\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"W58FUP32420001XXX\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"705364594\",\n        \"bolnumber\": \"134611061\"\n    },\n    {\n        \"shipmentID\": 134611064,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 469.89,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742428800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743033600000,\n        \"deliveryDate\": 1742860800000,\n        \"shipperName\": \"OUTDOOR RESEARCH (EL MONTE)\",\n        \"shipperAddress\": \"10668 HICKSON STREET\",\n        \"shipperCity\": \"El Monte\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"91731\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 34,\n        \"totalWeight\": 576,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"USOB-1050193\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"USOB-1050193\"\n            }\n        ],\n        \"ponumber\": \"1355482 \",\n        \"pronumber\": \"554562654\",\n        \"bolnumber\": \"134611064\"\n    },\n    {\n        \"shipmentID\": 134611241,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 542.9,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742774400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743379200000,\n        \"deliveryDate\": 1743465600000,\n        \"shipperName\": \"Pulse Systems Inc.\",\n        \"shipperAddress\": \"15 plymouth drive\",\n        \"shipperCity\": \"South Easton\",\n        \"shipperState\": \"MA\",\n        \"shipperZip\": \"02375\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAWCWD 539400E (AIRBORNE THREAT SIM\",\n        \"consigneeAddress\": \"RONALD REAGAN BLVD , BLDG 351, ROOM 1210\",\n        \"consigneeCity\": \"POINT MUGU\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"93042\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 810,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/ee6fd30f-f741-4a9f-8aff-bc530babb047.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F184B\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F184B\"\n            }\n        ],\n        \"ponumber\": \"1393695\",\n        \"pronumber\": \"0800913146\",\n        \"bolnumber\": \"1351290\"\n    },\n    {\n        \"shipmentID\": 134611511,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 438.13,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742774400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743465600000,\n        \"deliveryDate\": 1743379200000,\n        \"shipperName\": \"DEFENSE VENTURE HOLDINGS\",\n        \"shipperAddress\": \"2601 PERFORMANCE CT.\",\n        \"shipperCity\": \"VIRGINIA BEACH\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ROUND THE WORLD LOGISTICS USA CORP\",\n        \"consigneeAddress\": \"1440 FRANCISCO STREET\",\n        \"consigneeCity\": \"TORRANCE\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"90501\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1408,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/d492732d-1e8a-47c8-8310-82799bfe1372.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F11QH\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F11QH\"\n            }\n        ],\n        \"ponumber\": \"1423567\",\n        \"pronumber\": \"400252834\",\n        \"bolnumber\": \"1351347\"\n    },\n    {\n        \"shipmentID\": 134611615,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 312.93,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742515200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742860800000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"LOCKHEED MARTIN CORP\",\n        \"consigneeAddress\": \"5749 BRIAR HILL RD BLDG 221\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 788,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/2c43f1e3-2edb-4bf4-ae86-06d9690c3d3b.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"4500059226\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"H92254-17-D-0001\"\n            }\n        ],\n        \"ponumber\": \"1415608\",\n        \"pronumber\": \"706196102\",\n        \"bolnumber\": \"1351350\"\n    },\n    {\n        \"shipmentID\": 134611623,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 140.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742515200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743033600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"W1A8 DLA DISTRIBUTION\",\n        \"consigneeAddress\": \"2001 NORMANDY DRIVE DOOR 113 TO 134\",\n        \"consigneeCity\": \"NEW CUMBERLAND\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070-5002\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 18,\n        \"totalWeight\": 276,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/42f77d95cdf89438ad95edd5a6269dcf-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE7L324F3511\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"W25G1U41510539XXX\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"705363539\",\n        \"bolnumber\": \"134611623\"\n    },\n    {\n        \"shipmentID\": 134611654,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 274.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742774400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742947200000,\n        \"deliveryDate\": 1743033600000,\n        \"shipperName\": \"Survival Armor, Inc.\",\n        \"shipperAddress\": \"12621 Corporate Lakes Drive, Unit 8\",\n        \"shipperCity\": \"Fort Myers\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33913\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAS PENSACOLA\",\n        \"consigneeAddress\": \"7700 541 JOHN H TOWERS RD BLDG 3930\",\n        \"consigneeCity\": \"Pensacola\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32508\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 871,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/e5b012610d0dd18621ec0cbfeb95d7ca-1.png\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1399800\",\n        \"pronumber\": \"395787254\",\n        \"bolnumber\": \"134611654\"\n    },\n    {\n        \"shipmentID\": 134611867,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 378.73,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742515200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742860800000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SPIE (SOLDIER PROTECTION AND IND\",\n        \"consigneeAddress\": \"7100 MILLET HWY\",\n        \"consigneeCity\": \"LANSING\",\n        \"consigneeState\": \"MI\",\n        \"consigneeZip\": \"48917\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 2032,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/74716f1d-9c96-4929-9a5c-f26318f61027.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10WR\"\n            }\n        ],\n        \"ponumber\": \"1419198\",\n        \"pronumber\": \"706196094\",\n        \"bolnumber\": \"1351368\"\n    },\n    {\n        \"shipmentID\": 134611883,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 279.2,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742428800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743120000000,\n        \"deliveryDate\": 1743033600000,\n        \"shipperName\": \"TYR TACTICAL\",\n        \"shipperAddress\": \"9330 N 91ST AVE\",\n        \"shipperCity\": \"PEORIA\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"SOFSA\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 970,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/56dfa7e5ff43d4d02a8156c4c06e6b01-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24P0013\"\n            }\n        ],\n        \"ponumber\": \"1401890\",\n        \"pronumber\": \"I314086752\",\n        \"bolnumber\": \"1351369\"\n    },\n    {\n        \"shipmentID\": 134612623,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 192.61,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742515200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743033600000,\n        \"shipperName\": \"     Bren-Tronics, INC.\",\n        \"shipperAddress\": \"10 Brayton Court\",\n        \"shipperCity\": \"Commack\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11725\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWCDD GUN AND ELECTRONIC WEAPON SYSTEMS\",\n        \"consigneeAddress\": \"6350 PHOTO LANE BLDG 213\",\n        \"consigneeCity\": \"Dahlgren\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22448\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 366,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/f670fb96209049ae42b8526eb95555e0-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"32611\"\n            }\n        ],\n        \"ponumber\": \"1391379\",\n        \"pronumber\": \"647349810\",\n        \"bolnumber\": \"134612623\"\n    },\n    {\n        \"shipmentID\": 134612648,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 390.17,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742515200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742860800000,\n        \"deliveryDate\": 1742860800000,\n        \"shipperName\": \"SAFARILAND LLC\",\n        \"shipperAddress\": \"3041 FAYE RD\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32226\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 5446,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/796a6f265f0fb86042394c8356745c15-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1406416\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1406416\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1406416\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1406416\"\n            }\n        ],\n        \"ponumber\": \"1406416\",\n        \"pronumber\": \"411441132\",\n        \"bolnumber\": \"1351203\"\n    },\n    {\n        \"shipmentID\": 134612701,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 192.83,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742515200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742774400000,\n        \"shipperName\": \"70E Solutions\",\n        \"shipperAddress\": \"135 Sparks Ave\",\n        \"shipperCity\": \"Butler\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"16001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" Solution Based Innovation\",\n        \"consigneeAddress\": \"2656 Quality Ct\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 420,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/51e5c5ce-c0c5-4dc3-a5b3-57e4b68d609f.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1411601, 1421084\",\n        \"pronumber\": \"004-1396711\",\n        \"bolnumber\": \"134612701\"\n    },\n    {\n        \"shipmentID\": 134612727,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 342.75,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742515200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743465600000,\n        \"deliveryDate\": 1743465600000,\n        \"shipperName\": \"SHIELD TECHNOLOGIES\",\n        \"shipperAddress\": \"895 BLUE GENTIAN RD\",\n        \"shipperCity\": \"EAGAN\",\n        \"shipperState\": \"MN\",\n        \"shipperZip\": \"55121\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CSFWL\",\n        \"consigneeAddress\": \"1760 FIRST ST\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23460\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1488,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/195679e7-e7de-4ed9-87f3-08593d731fa6.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"50242340001\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EZ-24-F-0130\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"50242340001\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EZ-24-F-0130\"\n            }\n        ],\n        \"ponumber\": \"1397861\",\n        \"pronumber\": \"400361393\",\n        \"bolnumber\": \"1351323\"\n    },\n    {\n        \"shipmentID\": 134612831,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 157.57,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742515200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742947200000,\n        \"deliveryDate\": 1742947200000,\n        \"shipperName\": \"L3 HARRIS\",\n        \"shipperAddress\": \"1350 JEFFERSON RD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SCIENCE APPLICATIONS INTERNATIONAL\",\n        \"consigneeAddress\": \"7410-B MAGI ROAD\",\n        \"consigneeCity\": \"HANAHAN\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 684,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/85b48d101a75c83ab80177e9cb0ae824-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F11C0\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F11C0\"\n            }\n        ],\n        \"ponumber\": \"1420884\",\n        \"pronumber\": \"I731827395\",\n        \"bolnumber\": \"1351484\"\n    },\n    {\n        \"shipmentID\": 134612842,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 493.04,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743552000000,\n        \"deliveryDate\": 1743552000000,\n        \"shipperName\": \"PALZIV NORTH AMERICA - TRANGO SYSTEMS\",\n        \"shipperAddress\": \"7966 NC 56 HWY\",\n        \"shipperCity\": \"LOUISBURG\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"27549\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FONTANA CA PD\",\n        \"consigneeAddress\": \"17005 UPLAND AVE\",\n        \"consigneeCity\": \"FONTANA\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92335\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 2368,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/1be36849-4fe0-47e8-899d-e741e3e8b377.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"22500854\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"22500854\"\n            }\n        ],\n        \"ponumber\": \"1435707\",\n        \"pronumber\": \"891736204\",\n        \"bolnumber\": \"1351485\"\n    },\n    {\n        \"shipmentID\": 134613057,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 140.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742515200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743033600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"W1BG DLA DISTRIBUTION\",\n        \"consigneeAddress\": \"2001 NORMANDY DR DOOR 135-168\",\n        \"consigneeCity\": \"NEW CUMBERLAND\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 30,\n        \"totalWeight\": 540,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/41ee41a6aa187555a860d4ed7a1af109-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE1C1-25-V-0205\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1243512\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"00001\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"705364602\",\n        \"bolnumber\": \"134613057\"\n    },\n    {\n        \"shipmentID\": 134614251,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 957.23,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742774400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743465600000,\n        \"deliveryDate\": 1743465600000,\n        \"shipperName\": \" 5.11 INC\",\n        \"shipperAddress\": \"3201 N. Airport Way\",\n        \"shipperCity\": \"Manteca\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"95336\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1062,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/96188278-e075-45f1-88c9-a4d6661a37c7.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1374426\",\n        \"pronumber\": \"464929905\",\n        \"bolnumber\": \"134614251\"\n    },\n    {\n        \"shipmentID\": 134614379,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 145.53,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742774400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742860800000,\n        \"deliveryDate\": 1742860800000,\n        \"shipperName\": \"L3 HARRIS\",\n        \"shipperAddress\": \"1350 JEFFERSON RD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"910TH LRS\",\n        \"consigneeAddress\": \"3976 KING GRAVES RD BLDG 400\",\n        \"consigneeCity\": \"VIENNA\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"44473\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 438,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/6378e026eb7e8c997e0956a73d26a7e3-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1241\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1241\"\n            }\n        ],\n        \"ponumber\": \"1434011\",\n        \"pronumber\": \"I731827449\",\n        \"bolnumber\": \"1352143\"\n    },\n    {\n        \"shipmentID\": 134614412,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 576.59,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742774400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743465600000,\n        \"shipperName\": \"LUXOTTICA – ESS - OAKLEY\",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CYCLIC LOGISTICS\",\n        \"consigneeAddress\": \"570 WOODLAKE CIR\",\n        \"consigneeCity\": \"Chesapeake\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23320\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1310,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/11fbc41b-eafb-4527-a861-eb113accafaf.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8874324080\"\n            }\n        ],\n        \"ponumber\": \"1437066\",\n        \"pronumber\": \"783092026\",\n        \"bolnumber\": \"134614412\"\n    },\n    {\n        \"shipmentID\": 134614457,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 272.51,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742774400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742947200000,\n        \"deliveryDate\": 1742947200000,\n        \"shipperName\": \"London Bridge & Trading\",\n        \"shipperAddress\": \"2861 Guardian Lane\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23452\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"5749 BRIAR HILL RD, BUILDING 220 DOOR 4\",\n        \"consigneeCity\": \"Lexington\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1072,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/08c0d274-87e8-4244-8e63-5346c51ee4ae.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1401889\",\n        \"pronumber\": \"I780151878\",\n        \"bolnumber\": \"134614457\"\n    },\n    {\n        \"shipmentID\": 134614611,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 296.46,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742774400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743120000000,\n        \"deliveryDate\": 1743033600000,\n        \"shipperName\": \"Mithix Pro LLC\",\n        \"shipperAddress\": \"3591 Way Back Road\",\n        \"shipperCity\": \"Farmersville\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75442\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" WMDTECH LLC\",\n        \"consigneeAddress\": \"5116 W EMERALD ST\",\n        \"consigneeCity\": \"Boise\",\n        \"consigneeState\": \"ID\",\n        \"consigneeZip\": \"83706\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 357,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/ff85e720231325aad5b9a9c1c599acb3-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"PO-00185\"\n            }\n        ],\n        \"ponumber\": \"1414786\",\n        \"pronumber\": \"I064621341\",\n        \"bolnumber\": \"134614611\"\n    },\n    {\n        \"shipmentID\": 134614711,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 510.45,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742774400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743465600000,\n        \"deliveryDate\": 1743465600000,\n        \"shipperName\": \"OPERATIVE EXPERIENCE\",\n        \"shipperAddress\": \"1007 OLD PHILADELPHIA ROAD\",\n        \"shipperCity\": \"Aberdeen\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" DLA Troop Support, NSW Center Medical\",\n        \"consigneeAddress\": \"2446 Trident Way Bldg 634\",\n        \"consigneeCity\": \"San Diego\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92155\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 415,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/7549fd9b-6d47-4cf9-8485-11cf1052c6c0.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1430430\",\n        \"pronumber\": \"048033934\",\n        \"bolnumber\": \"134614711\"\n    },\n    {\n        \"shipmentID\": 134614715,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 228.19,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742774400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743033600000,\n        \"deliveryDate\": 1742947200000,\n        \"shipperName\": \"TEMPTRONIC CORPORATION\",\n        \"shipperAddress\": \"41 HAMPDEN ROAD\",\n        \"shipperCity\": \"MANSFIELD\",\n        \"shipperState\": \"MA\",\n        \"shipperZip\": \"02048\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"GXMQ COMPONENT TEST ENGINEERING BRA\",\n        \"consigneeAddress\": \"300 HIGHWAY 361, BLDG 3334\",\n        \"consigneeCity\": \"CRANE\",\n        \"consigneeState\": \"IN\",\n        \"consigneeZip\": \"47522\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1600,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/e660ac7d63e8e4591da1430b0febc11f-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F1367\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F1367\"\n            }\n        ],\n        \"ponumber\": \"1433423\",\n        \"pronumber\": \"I876541986\",\n        \"bolnumber\": \"1352212\"\n    },\n    {\n        \"shipmentID\": 134615048,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 440.93,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742860800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743120000000,\n        \"deliveryDate\": 1743120000000,\n        \"shipperName\": \"Trijicon, Inc.\",\n        \"shipperAddress\": \"49385 Shafer Avenue\",\n        \"shipperCity\": \"Wixom\",\n        \"shipperState\": \"MI\",\n        \"shipperZip\": \"48393\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Development Command Armament Center(DEVCOM AC)\",\n        \"consigneeAddress\": \"BLDG 91\",\n        \"consigneeCity\": \"Picatinny Arsenal\",\n        \"consigneeState\": \"NJ\",\n        \"consigneeZip\": \"07806\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 30,\n        \"totalWeight\": 1479,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/734e8e564b7d4f901d0d5bf3311326c4-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"BISK4N42329001\"\n            }\n        ],\n        \"ponumber\": \"1402571\",\n        \"pronumber\": \"1721516880\",\n        \"bolnumber\": \"134615048\"\n    },\n    {\n        \"shipmentID\": 134615276,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 207.11,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742860800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742947200000,\n        \"deliveryDate\": 1742947200000,\n        \"shipperName\": \"Survival Armor, Inc.\",\n        \"shipperAddress\": \"12621 Corporate Lakes Drive, Unit 8\",\n        \"shipperCity\": \"Fort Myers\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33913\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVSTA MAYPORT\",\n        \"consigneeAddress\": \"3000 MAYPORT RD BLDG 1591\",\n        \"consigneeCity\": \"Jacksonville\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32228\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 434,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/a7b2556071ad372fc677a4b4bf5eab4c-1.png\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1399803\",\n        \"pronumber\": \"351493697\",\n        \"bolnumber\": \"134615276\"\n    },\n    {\n        \"shipmentID\": 134615346,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 142.21,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742860800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1742947200000,\n        \"deliveryDate\": 1742947200000,\n        \"shipperName\": \"TSC\",\n        \"shipperAddress\": \"246. SOUTH MEADOW RD.\",\n        \"shipperCity\": \"PLYMOUTH\",\n        \"shipperState\": \"MA\",\n        \"shipperZip\": \"02360\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USCG HQ GROUP RDC\",\n        \"consigneeAddress\": \"1 CHELSEA ST\",\n        \"consigneeCity\": \"NEW LONDON\",\n        \"consigneeState\": \"CT\",\n        \"consigneeZip\": \"06320\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 1200,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/b9511077085179887615e9ab23ed48f7-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1EHT\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1EHT\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1EHT\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1EHT\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1EHT\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1EHT\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1EHT\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1EHT\"\n            }\n        ],\n        \"ponumber\": \"1407749\",\n        \"pronumber\": \"I453358314\",\n        \"bolnumber\": \"1352343\"\n    },\n    {\n        \"shipmentID\": 134615388,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 335.79,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742774400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743638400000,\n        \"deliveryDate\": 1743379200000,\n        \"shipperName\": \"TECHNOMAD\",\n        \"shipperAddress\": \"5 TINA DR\",\n        \"shipperCity\": \"S DEERFIELD\",\n        \"shipperState\": \"MA\",\n        \"shipperZip\": \"01373\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"366TH SFS\",\n        \"consigneeAddress\": \"265 7TH AVE BLDG 924\",\n        \"consigneeCity\": \"MOUNTAIN HOME AFB\",\n        \"consigneeState\": \"ID\",\n        \"consigneeZip\": \"83648\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 750,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/280bade3-7785-4f75-8258-da9e2b012e27.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"PO-90753\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"PO-90753\"\n            }\n        ],\n        \"ponumber\": \"1419988\",\n        \"pronumber\": \"I593301177\",\n        \"bolnumber\": \"1352347\"\n    },\n    {\n        \"shipmentID\": 134615408,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 850.17,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742860800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743033600000,\n        \"shipperName\": \"L3Harris Global Communications Inc.\",\n        \"shipperAddress\": \"1350 JEFFERSON ROAD\",\n        \"shipperCity\": \"Rochester\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SAIC \",\n        \"consigneeAddress\": \"7413 MAGI RD\",\n        \"consigneeCity\": \"Hanahan\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 1553,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/8c4175baffac5a28d0ebdb3a97fa5a11-1.png\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1412237\",\n        \"pronumber\": \"678654385\",\n        \"bolnumber\": \"134615408\"\n    },\n    {\n        \"shipmentID\": 134615818,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 130.54,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742860800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742947200000,\n        \"shipperName\": \"AIRBORNE SYSTEMS\",\n        \"shipperAddress\": \"5800 MAGNOLIA AVE\",\n        \"shipperCity\": \"PENNSAUKEN\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08109\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 756,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b0d191ff-ccb5-49bf-a9f2-a15eb50d191e.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1390361\"\n            }\n        ],\n        \"ponumber\": \"1390361\",\n        \"pronumber\": \"015-5925571\",\n        \"bolnumber\": \"1352385\"\n    },\n    {\n        \"shipmentID\": 134615901,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 145.53,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742860800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743120000000,\n        \"deliveryDate\": 1743120000000,\n        \"shipperName\": \"PELICAN\",\n        \"shipperAddress\": \"1564 INNOVATION BLVD\",\n        \"shipperCity\": \"CLAYTON\",\n        \"shipperState\": \"IN\",\n        \"shipperZip\": \"46118\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"STARCHASE LLC\",\n        \"consigneeAddress\": \"833 SEAHAWK CIR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23452\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 483.3999938964844,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/53a1d787-d5f1-46e6-aa2c-76e4d169d678.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"2025-025\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"2025-025\"\n            }\n        ],\n        \"ponumber\": \"1431948\",\n        \"pronumber\": \"I125010162 \",\n        \"bolnumber\": \"1352391\"\n    },\n    {\n        \"shipmentID\": 134615914,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 359.59,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742860800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743379200000,\n        \"deliveryDate\": 1743120000000,\n        \"shipperName\": \"UNITRON, LP\",\n        \"shipperAddress\": \"10925 MILLER ROAD\",\n        \"shipperCity\": \"DALLAS\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75238\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AAFS 29TH CAB MD ARNG\",\n        \"consigneeAddress\": \"8361 WISE ROAD BLDG E4081\",\n        \"consigneeCity\": \"GUNPOWDER\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"21010\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1974,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c27464dd-8670-4cc1-824b-3a8e469c60aa.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1CND\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1CND\"\n            }\n        ],\n        \"ponumber\": \"1404073\",\n        \"pronumber\": \"415253602\",\n        \"bolnumber\": \"1352392\"\n    },\n    {\n        \"shipmentID\": 134615948,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 212.58,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742860800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743033600000,\n        \"shipperName\": \"OPTEX SYSTEMS INC\",\n        \"shipperAddress\": \"1420 PRESIDENTIAL DRIVE\",\n        \"shipperCity\": \"RICHARDSON\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75081\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ANNISTON ARMY DEPOT\",\n        \"consigneeAddress\": \"7 FRANKFORD AVE, BUILDING 361\",\n        \"consigneeCity\": \"ANNISTON\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"36201\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1660,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b4088f4d-7599-4cb8-b4ba-0703fbb58242.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1BYH\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1BYH\"\n            }\n        ],\n        \"ponumber\": \"1402471\",\n        \"pronumber\": \"419803581\",\n        \"bolnumber\": \"1352389\"\n    },\n    {\n        \"shipmentID\": 134615954,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 299.11,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742860800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743033600000,\n        \"shipperName\": \"Form Tech Concrete Forms\",\n        \"shipperAddress\": \"2850 Kramer Road\",\n        \"shipperCity\": \"Gibsonia\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"15044\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 150,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/4a8f8c3c-98a4-4ed2-a17c-a9e28bb988dd.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1379021\",\n        \"pronumber\": \"010-3799047\",\n        \"bolnumber\": \"134615954\"\n    },\n    {\n        \"shipmentID\": 134616006,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 190.07,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742860800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743033600000,\n        \"deliveryDate\": 1743033600000,\n        \"shipperName\": \"OPERATIVE EXPERIENCE INC\",\n        \"shipperAddress\": \"1007 OLD PHILADELPHIA RD STE 300\",\n        \"shipperCity\": \"ABERDEEN\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"174TH MDG\",\n        \"consigneeAddress\": \"6001 E MOLLOY RD BLDG 655\",\n        \"consigneeCity\": \"SYRACUSE\",\n        \"consigneeState\": \"NY\",\n        \"consigneeZip\": \"13211\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1640,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/7ba67ce20cb83ca54b1177ead060b4a1-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX25F1019\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX25F1019\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX25F1019\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX25F1019\"\n            }\n        ],\n        \"ponumber\": \"1414935\",\n        \"pronumber\": \"I330661818\",\n        \"bolnumber\": \"1352403\"\n    },\n    {\n        \"shipmentID\": 134616151,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 139.98,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742860800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743033600000,\n        \"shipperName\": \"L3HARRIS TECHNOLOGIES\",\n        \"shipperAddress\": \"1350 JEFFERSON ROAD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 560,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/e5f7d5cf-985b-48a5-87b3-0859172952bd.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1400149\"\n            }\n        ],\n        \"ponumber\": \"1400149\",\n        \"pronumber\": \"020-1249089\",\n        \"bolnumber\": \"1352443\"\n    },\n    {\n        \"shipmentID\": 134616293,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 478.02,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743379200000,\n        \"deliveryDate\": 1743465600000,\n        \"shipperName\": \"OPERATIVE EXPERIENCE\",\n        \"shipperAddress\": \"1007 OLD PHILADELPHIA ROAD\",\n        \"shipperCity\": \"Aberdeen\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"189TH MDG\",\n        \"consigneeAddress\": \"101 MSGT Dan Wassom RD BLDG 101\",\n        \"consigneeCity\": \"Little Rock AFB\",\n        \"consigneeState\": \"AR\",\n        \"consigneeZip\": \"72099\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 820,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/ba433482-a826-4c91-9c9c-d8dd650674ad.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EX25F101J\"\n            }\n        ],\n        \"ponumber\": \"1414842\",\n        \"pronumber\": \"0272687664\",\n        \"bolnumber\": \"134616293\"\n    },\n    {\n        \"shipmentID\": 134616316,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 652.67,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743638400000,\n        \"deliveryDate\": 1743552000000,\n        \"shipperName\": \"OPERATIVE EXPERIENCE\",\n        \"shipperAddress\": \"1007 OLD PHILADELPHIA ROAD\",\n        \"shipperCity\": \"Aberdeen\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"141ST MDG\",\n        \"consigneeAddress\": \"12 S Graham ST BLDG 443\",\n        \"consigneeCity\": \"Fairchild AFB\",\n        \"consigneeState\": \"WA\",\n        \"consigneeZip\": \"99011\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 820,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/72eb6ab6-36b1-40af-bbeb-ae1644fca5b0.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EX25F1023\"\n            }\n        ],\n        \"ponumber\": \"1414860\",\n        \"pronumber\": \"965164266\",\n        \"bolnumber\": \"134616316\"\n    },\n    {\n        \"shipmentID\": 134616332,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 140.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742860800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1742947200000,\n        \"shipperName\": \"MUSTANGSURVIVAL\",\n        \"shipperAddress\": \"214 WILLIAMS DRIVE\",\n        \"shipperCity\": \"SPENCER\",\n        \"shipperState\": \"WV\",\n        \"shipperZip\": \"25276\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 692,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/54dafedef3ff1731cc1a850ad0e4ce46-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1428840\"\n            }\n        ],\n        \"ponumber\": \"1428840\",\n        \"pronumber\": \"625804752\",\n        \"bolnumber\": \"1352454\"\n    },\n    {\n        \"shipmentID\": 134616380,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 345.83,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743379200000,\n        \"deliveryDate\": 1743379200000,\n        \"shipperName\": \"OPERATIVE EXPERIENCE INC\",\n        \"shipperAddress\": \"1007 OLD PHILADELPHIA RD STE 300\",\n        \"shipperCity\": \"ABERDEEN\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"190TH MDG\",\n        \"consigneeAddress\": \"5920 SE COYOTE DR BLDG 2000\",\n        \"consigneeCity\": \"TOPEKA\",\n        \"consigneeState\": \"KS\",\n        \"consigneeZip\": \"66619\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1640,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/9f4fc6fe2cb409fe53ef745221ef9f32-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX25F101S\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX25F101S\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX25F101S\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX25F101S\"\n            }\n        ],\n        \"ponumber\": \"1414896\",\n        \"pronumber\": \"I330661827\",\n        \"bolnumber\": \"1352467\"\n    },\n    {\n        \"shipmentID\": 134616392,\n        \"name\": \"CROWLEY PUERTO RICO SERVICES INC\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 632.5,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743465600000,\n        \"modeDesc\": \"Domestic Ocean\",\n        \"estimatedDeliveryDate\": 1748390400000,\n        \"deliveryDate\": 1748390400000,\n        \"shipperName\": \"OPERATIVE EXPERIENCE\",\n        \"shipperAddress\": \"1007 OLD PHILADELPHIA ROAD\",\n        \"shipperCity\": \"Aberdeen\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" S156TH MDG\",\n        \"consigneeAddress\": \"200 AVENIDA JOSE A TONY SANTANA AVE\",\n        \"consigneeCity\": \"Carolina\",\n        \"consigneeState\": \"PR\",\n        \"consigneeZip\": \"00979\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 820,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EX25F101M\"\n            }\n        ],\n        \"ponumber\": \"1414951\",\n        \"pronumber\": \"HBL135381US\",\n        \"bolnumber\": \"134616392\"\n    },\n    {\n        \"shipmentID\": 134616499,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 469.03,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743465600000,\n        \"shipperName\": \"OPERATIVE EXPERIENCE\",\n        \"shipperAddress\": \"1007 OLD PHILADELPHIA ROAD\",\n        \"shipperCity\": \"Aberdeen\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"184THTH MDG\",\n        \"consigneeAddress\": \"53030 Jayhawk DR BLDG 35\",\n        \"consigneeCity\": \"MCCONNELL AFB\",\n        \"consigneeState\": \"KS\",\n        \"consigneeZip\": \"67221\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 820,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EX25F100Z\"\n            }\n        ],\n        \"ponumber\": \"1414897\",\n        \"pronumber\": \"706878816\",\n        \"bolnumber\": \"134616499\"\n    },\n    {\n        \"shipmentID\": 134616501,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 640.94,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743465600000,\n        \"deliveryDate\": 1743552000000,\n        \"shipperName\": \"OPERATIVE EXPERIENCE\",\n        \"shipperAddress\": \"1007 OLD PHILADELPHIA ROAD\",\n        \"shipperCity\": \"Aberdeen\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"161ST MDG\",\n        \"consigneeAddress\": \"3200 E Old Tower RD BLDG 25\",\n        \"consigneeCity\": \"Phoenix\",\n        \"consigneeState\": \"AZ\",\n        \"consigneeZip\": \"85034\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 820,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/0f0fc5d6-31e8-4991-81ba-a24fb7c62dd9.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EX25F1012\"\n            }\n        ],\n        \"ponumber\": \"1414867\",\n        \"pronumber\": \"0272687663\",\n        \"bolnumber\": \"134616501\"\n    },\n    {\n        \"shipmentID\": 134616548,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 357.58,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743552000000,\n        \"shipperName\": \"Neousys Technology America, Inc.\",\n        \"shipperAddress\": \"55 East Hintz Rd\",\n        \"shipperCity\": \"Wheeling\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60090\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NIWC ATLANTIC (NAVAL INFORMATION WARFARE CENTER ATLANTIC)\",\n        \"consigneeAddress\": \"1008 TRIDENT STREET\",\n        \"consigneeCity\": \"Hanahan\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 14,\n        \"totalWeight\": 484,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/3bdc08a6cb668d7eb98cc59c51eb5274-1.png\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1421389\",\n        \"pronumber\": \"6707639702\",\n        \"bolnumber\": \"134616548\"\n    },\n    {\n        \"shipmentID\": 134616588,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743033600000,\n        \"deliveryDate\": 1743120000000,\n        \"shipperName\": \"INTERSURGICAL/MAIN OCEAN\",\n        \"shipperAddress\": \"300 A TRADE ZONE BLVD\",\n        \"shipperCity\": \"SUMMERVILLE\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29486\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 516,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/ceeeae31ef27d61782f44916d7863add-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1437072\"\n            }\n        ],\n        \"ponumber\": \"1437072\",\n        \"pronumber\": \"I413878644\",\n        \"bolnumber\": \"1352505\"\n    },\n    {\n        \"shipmentID\": 134616668,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743033600000,\n        \"deliveryDate\": 1743033600000,\n        \"shipperName\": \"INTERSURGICAL/MAIN OCEAN\",\n        \"shipperAddress\": \"300 A TRADE ZONE BLVD\",\n        \"shipperCity\": \"SUMMERVILLE\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29486\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 416,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/2e77909fd94aaa56da20fbdd62326547-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1435698\"\n            }\n        ],\n        \"ponumber\": \"1435698\",\n        \"pronumber\": \"I413878662\",\n        \"bolnumber\": \"1352509\"\n    },\n    {\n        \"shipmentID\": 134616673,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 635.65,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744761600000,\n        \"deliveryDate\": 1744761600000,\n        \"shipperName\": \"OPERATIVE EXPERIENCE\",\n        \"shipperAddress\": \"1007 OLD PHILADELPHIA ROAD\",\n        \"shipperCity\": \"Aberdeen\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"124TH MDG\",\n        \"consigneeAddress\": \"4474 Dehaviland BLDG 411\",\n        \"consigneeCity\": \"Boise\",\n        \"consigneeState\": \"ID\",\n        \"consigneeZip\": \"83705\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 820,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/9acfffa9-d0da-4bf3-8217-368050696fc7.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EX25F102F\"\n            }\n        ],\n        \"ponumber\": \"1414872\",\n        \"pronumber\": \"965164270\",\n        \"bolnumber\": \"134616673\"\n    },\n    {\n        \"shipmentID\": 134616691,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 214.07,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743120000000,\n        \"deliveryDate\": 1743120000000,\n        \"shipperName\": \"True North Enterprises\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd.\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NIWC ATLANTIC \",\n        \"consigneeAddress\": \"1008 Trident St. \",\n        \"consigneeCity\": \"Hanahan\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410 \",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 220,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/969d768bc902409715a0dc572236985a-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F11E0 / REQ# N6523653581H58\"\n            }\n        ],\n        \"ponumber\": \"1421389\",\n        \"pronumber\": \"418559040\",\n        \"bolnumber\": \"134616691\"\n    },\n    {\n        \"shipmentID\": 134616729,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 368.23,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743120000000,\n        \"deliveryDate\": 1743120000000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"LOCKHEAD MARTIN CORP\",\n        \"consigneeAddress\": \"86 S Cobb Dr SE\",\n        \"consigneeCity\": \"Marietta\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"30063\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 126,\n        \"totalWeight\": 1418,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/8bfbaaa2-ab83-428d-9313-f3b8ff13e14a.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"6539457342\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1215572\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"601002511\",\n        \"bolnumber\": \"134616729\"\n    },\n    {\n        \"shipmentID\": 134616859,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 279.15,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743465600000,\n        \"shipperName\": \"TENICOR IDAHO\",\n        \"shipperAddress\": \"321 E PALOUSE RIVER DRIVE\",\n        \"shipperCity\": \"MOSCOW\",\n        \"shipperState\": \"ID\",\n        \"shipperZip\": \"83843\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"US ARMY CETSA\",\n        \"consigneeAddress\": \"5749 BRIAR HILL RD BLDG 221\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 14,\n        \"totalWeight\": 574,\n        \"totalHU\": 14,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/05a22017792f9c2d237f5e9dfe50e46f-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F12LZ\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F12LZ\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F12LZ\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F12LZ\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F12LZ\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F12LZ\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F12LZ\"\n            }\n        ],\n        \"ponumber\": \"1429719\",\n        \"pronumber\": \"4956417196\",\n        \"bolnumber\": \"1352543\"\n    },\n    {\n        \"shipmentID\": 134617361,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 212.41,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743120000000,\n        \"deliveryDate\": 1743120000000,\n        \"shipperName\": \"OPERATIVE EXPERIENCE INC\",\n        \"shipperAddress\": \"1007 OLD PHILADELPHIA RD STE 300\",\n        \"shipperCity\": \"ABERDEEN\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"183RD FW\",\n        \"consigneeAddress\": \"3101 J DAVID JONES PKWY BLDG P48\",\n        \"consigneeCity\": \"SPRINGFIELD\",\n        \"consigneeState\": \"IL\",\n        \"consigneeZip\": \"62707\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1640,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/38505e73dcbafcf11c429d5c9e67be39-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX25F1011\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX25F1011\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX25F1011\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX25F1011\"\n            }\n        ],\n        \"ponumber\": \"1414832\",\n        \"pronumber\": \"I330661836\",\n        \"bolnumber\": \"1352588\"\n    },\n    {\n        \"shipmentID\": 134617371,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 212.41,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743120000000,\n        \"deliveryDate\": 1743120000000,\n        \"shipperName\": \"OPERATIVE EXPERIENCE INC\",\n        \"shipperAddress\": \"1007 OLD PHILADELPHIA RD STE 300\",\n        \"shipperCity\": \"ABERDEEN\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"182ND MDG\",\n        \"consigneeAddress\": \"2416 S FALCON BLVD\",\n        \"consigneeCity\": \"PEORIA\",\n        \"consigneeState\": \"IL\",\n        \"consigneeZip\": \"61607\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1640,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/2246d675149b3730fd95d96df821ff8b-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX25F101B\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX25F101B\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX25F101B\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX25F101B\"\n            }\n        ],\n        \"ponumber\": \"1414888\",\n        \"pronumber\": \"I330661845\",\n        \"bolnumber\": \"1352590\"\n    },\n    {\n        \"shipmentID\": 134617376,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 333.26,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743120000000,\n        \"deliveryDate\": 1743120000000,\n        \"shipperName\": \"L3 HARRIS\",\n        \"shipperAddress\": \"1350 JEFFERSON RD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PDM ENDURANCE UAS\",\n        \"consigneeAddress\": \"5681 WOOD RD\",\n        \"consigneeCity\": \"HUNTSVILLE\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35808\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1808,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/162033722e34f7852b45eaa21555832a-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E4X\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E4X\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E4X\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E4X\"\n            }\n        ],\n        \"ponumber\": \"1406245\",\n        \"pronumber\": \"I731827458\",\n        \"bolnumber\": \"1352592\"\n    },\n    {\n        \"shipmentID\": 134617377,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 225.76,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743120000000,\n        \"deliveryDate\": 1743120000000,\n        \"shipperName\": \"MUSTANGSURVIVAL\",\n        \"shipperAddress\": \"214 WILLIAMS DRIVE\",\n        \"shipperCity\": \"SPENCER\",\n        \"shipperState\": \"WV\",\n        \"shipperZip\": \"25276\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1896,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/eccca2ee-e192-4858-a5f2-a0623a7d9696.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1418813\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1418813\"\n            }\n        ],\n        \"ponumber\": \"1418813\",\n        \"pronumber\": \"628823908\",\n        \"bolnumber\": \"1352593\"\n    },\n    {\n        \"shipmentID\": 134617382,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 267.13,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743120000000,\n        \"deliveryDate\": 1743120000000,\n        \"shipperName\": \"OPERATIVE EXPERIENCE INC\",\n        \"shipperAddress\": \"1007 OLD PHILADELPHIA RD STE 300\",\n        \"shipperCity\": \"ABERDEEN\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"134TH MDG\",\n        \"consigneeAddress\": \"420 POST AVE\",\n        \"consigneeCity\": \"LOUISVILLE\",\n        \"consigneeState\": \"TN\",\n        \"consigneeZip\": \"37777\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1640,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/2cc61441aa8fc3e465026fe0216bc549-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX25F101K\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX25F101K\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX25F101K\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX25F101K\"\n            }\n        ],\n        \"ponumber\": \"1414880\",\n        \"pronumber\": \"I330661854\",\n        \"bolnumber\": \"1352595\"\n    },\n    {\n        \"shipmentID\": 134617384,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 124.11,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743033600000,\n        \"shipperName\": \"EHMKE MANUFACTURING COMPANY INC\",\n        \"shipperAddress\": \"4200 MACALESTER STREET\",\n        \"shipperCity\": \"PHILADELPHIA\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19124\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOCOM\",\n        \"consigneeAddress\": \"2592 HORSE PASTURE ROAD\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 260,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/62097d39-8139-4166-8477-f055c112db2e.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1429670\",\n        \"pronumber\": \"015-4607295\",\n        \"bolnumber\": \"1352596\"\n    },\n    {\n        \"shipmentID\": 134617403,\n        \"name\": \"DHX DEPENDABLE HAWAIIAN EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1817.01,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743120000000,\n        \"modeDesc\": \"Domestic Ocean\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744848000000,\n        \"shipperName\": \"OPERATIVE EXPERIENCE\",\n        \"shipperAddress\": \"1007 OLD PHILADELPHIA ROAD\",\n        \"shipperCity\": \"Aberdeen\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"154TH MDG\",\n        \"consigneeAddress\": \"360 MAMALA BAR DRIVE BLDG 3417\",\n        \"consigneeCity\": \"JBPHH\",\n        \"consigneeState\": \"HI\",\n        \"consigneeZip\": \"96853\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 820,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/d8eb825d-1eb2-47c8-8f6e-d6aa7a1809fe.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EX25F1027\"\n            }\n        ],\n        \"ponumber\": \"1414889\",\n        \"pronumber\": \"3170432\",\n        \"bolnumber\": \"134617403\"\n    },\n    {\n        \"shipmentID\": 134617424,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 289.22,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743638400000,\n        \"deliveryDate\": 1743638400000,\n        \"shipperName\": \"OPERATIVE EXPERIENCE\",\n        \"shipperAddress\": \"1007 OLD PHILADELPHIA ROAD\",\n        \"shipperCity\": \"Aberdeen\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"193RD MDG\",\n        \"consigneeAddress\": \"81 Constellation CT\",\n        \"consigneeCity\": \"Middletown\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17057\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 820,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/e5a3513e-8d3b-49ca-be63-5ce1503d9157.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1414957\",\n        \"pronumber\": \"460501834 \",\n        \"bolnumber\": \"134617424\"\n    },\n    {\n        \"shipmentID\": 134617435,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 410.15,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743465600000,\n        \"deliveryDate\": 1743465600000,\n        \"shipperName\": \"OPERATIVE EXPERIENCE\",\n        \"shipperAddress\": \"1007 OLD PHILADELPHIA ROAD\",\n        \"shipperCity\": \"Aberdeen\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"159TH MDG\",\n        \"consigneeAddress\": \"400 Russell Ave BLDG 41 Room 204\",\n        \"consigneeCity\": \"New Orleans\",\n        \"consigneeState\": \"LA\",\n        \"consigneeZip\": \"70143\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 820,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c50bfd0f-7a2a-4860-9a4a-e82fa3da0afb.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EX25F1017\"\n            }\n        ],\n        \"ponumber\": \"1414936\",\n        \"pronumber\": \"965164303\",\n        \"bolnumber\": \"134617435\"\n    },\n    {\n        \"shipmentID\": 134617460,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 685.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743465600000,\n        \"shipperName\": \"Aerial Machine & Tool\",\n        \"shipperAddress\": \"4298 Jeb Stuart Highway\",\n        \"shipperCity\": \"Meadows Dan\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"24120\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMA 202 AIRCREW SYSTEMS\",\n        \"consigneeAddress\": \"22697 Hammond Road, Blg 653\",\n        \"consigneeCity\": \"Patuxent River\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20670\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 3048,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/3bd84cc4-91fd-44af-8cb6-05f22bbd5a71.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1384684 \",\n        \"pronumber\": \"029-0159957\",\n        \"bolnumber\": \"134617460\"\n    },\n    {\n        \"shipmentID\": 134617480,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 312.93,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743120000000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AFSOC 427TH SOS\",\n        \"consigneeAddress\": \"789 2ND STREET BLDG 173\",\n        \"consigneeCity\": \"POPE AAF\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28308\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 882,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/b05acf37268f283b5eccc4ba0653092e-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F13EK\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13EK\"\n            }\n        ],\n        \"ponumber\": \"1434513\",\n        \"pronumber\": \"652643982\",\n        \"bolnumber\": \"1352469\"\n    },\n    {\n        \"shipmentID\": 134617611,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 145.53,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743379200000,\n        \"deliveryDate\": 1743379200000,\n        \"shipperName\": \"G-FORM LLC\",\n        \"shipperAddress\": \"1 TUPPERWARE DRIVE\",\n        \"shipperCity\": \"NORTH SMITHFIELD\",\n        \"shipperState\": \"RI\",\n        \"shipperZip\": \"02896\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PECKHAM VOCATIONAL INDUSTRIES INC\",\n        \"consigneeAddress\": \"7100 MILLETT HWY\",\n        \"consigneeCity\": \"LANSING\",\n        \"consigneeState\": \"MI\",\n        \"consigneeZip\": \"48917\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1012,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/6b200f9b2958ac3652319bab8ea39f93-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1B3R\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1B3R\"\n            }\n        ],\n        \"ponumber\": \"1399928\",\n        \"pronumber\": \"I938090853\",\n        \"bolnumber\": \"1352626\"\n    },\n    {\n        \"shipmentID\": 134617640,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 145.53,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743465600000,\n        \"deliveryDate\": 1743379200000,\n        \"shipperName\": \"AIRBORNE SYSTEMS\",\n        \"shipperAddress\": \"5800 MAGNOLIA AVE\",\n        \"shipperCity\": \"PENNSAUKEN\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08109\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USASOC 5TH SFG GSB\",\n        \"consigneeAddress\": \"BLDG 6252, 42ND STREET\",\n        \"consigneeCity\": \"FORT CAMPBELL\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"42223\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 510,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/d2724b55ecad313bb29e537c4c5088b9-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1CQ0\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1CQ0\"\n            }\n        ],\n        \"ponumber\": \"1405936\",\n        \"pronumber\": \"I728181144\",\n        \"bolnumber\": \"1352629\"\n    },\n    {\n        \"shipmentID\": 134617643,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 163.63,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743120000000,\n        \"deliveryDate\": 1743120000000,\n        \"shipperName\": \"MED-ENG, LLC\",\n        \"shipperAddress\": \"103 TULLOCH DRIVE\",\n        \"shipperCity\": \"OGDENSBURG\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"13669\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1076,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/cff3b3c02bd9c0df670ec5e06cf92ea4-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1416415\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1416415\"\n            }\n        ],\n        \"ponumber\": \"1416415\",\n        \"pronumber\": \"I647945307\",\n        \"bolnumber\": \"1352631\"\n    },\n    {\n        \"shipmentID\": 134617665,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 972.08,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743379200000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Communication Center (UDO-Supply)\",\n        \"consigneeAddress\": \"3070 V St NE\",\n        \"consigneeCity\": \"Washington\",\n        \"consigneeState\": \"DC\",\n        \"consigneeZip\": \"20018\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 183,\n        \"totalWeight\": 5640,\n        \"totalHU\": 9,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/45d4676e9a080bbf8d47deab3bdbb6bd-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"70US0924F3OTH2962\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1183499\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"PR-24-USSS-2523XXX\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"70US0924F3OTH2962\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1183499\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"PR-24-USSS-2523XXX\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"70US0924F3OTH2962\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1183499\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"PR-24-USSS-2523XXX\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"7825890833\",\n        \"bolnumber\": \"134617665\"\n    },\n    {\n        \"shipmentID\": 134617693,\n        \"name\": \"SEAWIDE EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 788.9,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"Domestic Ocean\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1745280000000,\n        \"shipperName\": \"PHOKUS RESEARCH GROUP LLC\",\n        \"shipperAddress\": \"12225 WORLD TRADE DR. SUITE C/D\",\n        \"shipperCity\": \"San Diego\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92128\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"3rd MLG CLR 37 CLC 33\",\n        \"consigneeAddress\": \"BLDG 271 5TH ST\",\n        \"consigneeCity\": \"MCBH Kaneohe Bay\",\n        \"consigneeState\": \"HI\",\n        \"consigneeZip\": \"96863\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 494,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/8fa99514-2ca1-4f56-bd34-0be01cd92ca9.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1419117\",\n        \"pronumber\": \"HON161398\",\n        \"bolnumber\": \"134617693\"\n    },\n    {\n        \"shipmentID\": 134617733,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 264.1,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743120000000,\n        \"deliveryDate\": 1743120000000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"5749 Briar Hill Rd \",\n        \"consigneeCity\": \"Lexington\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 82,\n        \"totalWeight\": 2040,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/e284359340e82390f375d0391b4d386c-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24F0165\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1224967\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24F0165\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1224967\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24F0165\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1224967\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"388924268\",\n        \"bolnumber\": \"134617733\"\n    },\n    {\n        \"shipmentID\": 134617738,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 212.41,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743120000000,\n        \"deliveryDate\": 1743120000000,\n        \"shipperName\": \"OPERATIVE EXPERIENCE INC\",\n        \"shipperAddress\": \"1007 OLD PHILADELPHIA RD STE 300\",\n        \"shipperCity\": \"ABERDEEN\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ALPENA CRTC\",\n        \"consigneeAddress\": \"5884 A ST\",\n        \"consigneeCity\": \"ALPENA\",\n        \"consigneeState\": \"MI\",\n        \"consigneeZip\": \"49707\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1640,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/3b909cc38c8f3dcfc8a18f3147de3daf-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX25F101Y\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX25F101Y\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX25F101Y\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX25F101Y\"\n            }\n        ],\n        \"ponumber\": \"1414887\",\n        \"pronumber\": \"I330661863\",\n        \"bolnumber\": \"1352667\"\n    },\n    {\n        \"shipmentID\": 134617762,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 397.15,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744243200000,\n        \"shipperName\": \"The Protective Group\",\n        \"shipperAddress\": \"14100 NW 58TH CT \",\n        \"shipperCity\": \"MIAMI LAKES \",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33014\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"US ARMY DEPOT SIERRA\",\n        \"consigneeAddress\": \"CH47 AVIATION SUPPORT BLDG #362\",\n        \"consigneeCity\": \"Herlong\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"96113\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 226,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/ab868148-1db8-48ee-8988-97382033f23d.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1386082\",\n        \"pronumber\": \"221075398\",\n        \"bolnumber\": \"134617762\"\n    },\n    {\n        \"shipmentID\": 134617783,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 650.36,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743465600000,\n        \"deliveryDate\": 1743724800000,\n        \"shipperName\": \"Survival Armor, Inc.\",\n        \"shipperAddress\": \"12621 Corporate Lakes Drive, Unit 8\",\n        \"shipperCity\": \"Fort Myers\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33913\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVBASE SAN DIEGO\",\n        \"consigneeAddress\": \"4635 PACIFIC HWY BLDG 4\",\n        \"consigneeCity\": \"San Diego\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92110\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1520,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/db7f7a46f85af5b2ee53a1334ab55b27-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SO 376706\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SO 376706\"\n            }\n        ],\n        \"ponumber\": \"1399799 \",\n        \"pronumber\": \"194783190\",\n        \"bolnumber\": \"134617783\"\n    },\n    {\n        \"shipmentID\": 134617844,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 200.88,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743033600000,\n        \"deliveryDate\": 1743033600000,\n        \"shipperName\": \"InVeris Training Solutions\",\n        \"shipperAddress\": \"296 Brogdon Road\",\n        \"shipperCity\": \"Suwanee\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30024\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MCI EAST\",\n        \"consigneeAddress\": \"100 SIM CENTER DRIVE BLDG 1046\",\n        \"consigneeCity\": \"CAMP LEJEUNE\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28546\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 20,\n        \"totalWeight\": 232,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/a623cd88b6cfa4b045f7b75c932f5ef3-1.png\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1426568\",\n        \"pronumber\": \"424638584\",\n        \"bolnumber\": \"134617844\"\n    },\n    {\n        \"shipmentID\": 134617850,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 304.39,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743724800000,\n        \"shipperName\": \"InVeris Training Solutions\",\n        \"shipperAddress\": \"296 Brogdon Road\",\n        \"shipperCity\": \"Suwanee\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30024\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MCB CAMP PENDLETON PM TRASYS LIASON OFFICE\",\n        \"consigneeAddress\": \"BLDG 2238 ROOM 125A\",\n        \"consigneeCity\": \"Camp Pendleton\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92055\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 20,\n        \"totalWeight\": 234,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/75b8f4f4506857c394c6d4d13a65b9cc-1.png\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1427437\",\n        \"pronumber\": \"8875729612\",\n        \"bolnumber\": \"134617850\"\n    },\n    {\n        \"shipmentID\": 134617885,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743465600000,\n        \"deliveryDate\": 1743465600000,\n        \"shipperName\": \"InVeris Training Solutions\",\n        \"shipperAddress\": \"296 Brogdon Road\",\n        \"shipperCity\": \"Suwanee\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30024\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MARINE CORPS SECURITY FORCE REGIMENT \",\n        \"consigneeAddress\": \"2123 HALSTEAD RD\",\n        \"consigneeCity\": \"Yorktown\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23691\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 142,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/ef5a455f-4c81-4165-8d57-1e6671e46f65.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1426571\",\n        \"pronumber\": \"I211639608\",\n        \"bolnumber\": \"134617885\"\n    },\n    {\n        \"shipmentID\": 134618057,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 333.72,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743638400000,\n        \"deliveryDate\": 1743638400000,\n        \"shipperName\": \"MILPOWER\",\n        \"shipperAddress\": \"10180 SCRIPPS RANCH BLVD\",\n        \"shipperCity\": \"SAN DIEGO\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92131\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CHUGACH GOVERNMENT SOLUTIONS LLC\",\n        \"consigneeAddress\": \"7384 INDUSTRY DR\",\n        \"consigneeCity\": \"NORTH CHARLESTON\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29418\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 760,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/08f6afbc-a11b-413e-bcd9-0bd9237e304a.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F139E\"\n            }\n        ],\n        \"ponumber\": \"1366763\",\n        \"pronumber\": \"158563768\",\n        \"bolnumber\": \"1352824\"\n    },\n    {\n        \"shipmentID\": 134618229,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 175.04,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743465600000,\n        \"deliveryDate\": 1743465600000,\n        \"shipperName\": \"CHROMA SYSTEMS SOLUTIONS INC.\",\n        \"shipperAddress\": \"26301 DIMENSION DRIVE\",\n        \"shipperCity\": \"LAKE FOREST\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92630\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NUWC KEYPORT\",\n        \"consigneeAddress\": \"610 DOWELL ST\",\n        \"consigneeCity\": \"KEYPORT\",\n        \"consigneeState\": \"WA\",\n        \"consigneeZip\": \"98345\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 314,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/7f45cf394f351cd1b3bc73263d6b8ab6-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F13D1\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13D1\"\n            }\n        ],\n        \"ponumber\": \"1433919\",\n        \"pronumber\": \"I214737264\",\n        \"bolnumber\": \"1352843\"\n    },\n    {\n        \"shipmentID\": 134618233,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743379200000,\n        \"deliveryDate\": 1743379200000,\n        \"shipperName\": \"ASTRONICS TEST SYSTEMS\",\n        \"shipperAddress\": \"12700 INGENUITY DRIVE\",\n        \"shipperCity\": \"Orlando\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32826\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAWC AD LAKEHURST\",\n        \"consigneeAddress\": \"ROUTE 547, BLDG 271\",\n        \"consigneeCity\": \"JOINT BASE MDL\",\n        \"consigneeState\": \"NJ\",\n        \"consigneeZip\": \"08733\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 350,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/f1f8f550dd8a4437a13efd06489e8de8-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1DFQ\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1DFQ\"\n            }\n        ],\n        \"ponumber\": \"1409104\",\n        \"pronumber\": \"I233770599\",\n        \"bolnumber\": \"1352713\"\n    },\n    {\n        \"shipmentID\": 134618296,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743379200000,\n        \"deliveryDate\": 1743379200000,\n        \"shipperName\": \"L3HARRIS TECHNOLOGIES\",\n        \"shipperAddress\": \"1350 JEFFERSON ROAD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PDM ENDURANCE UAS\",\n        \"consigneeAddress\": \"7216 LIMEBERRY RD\",\n        \"consigneeCity\": \"REDSTONE ARSENAL\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35898\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 300,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/001750fe0336d006b1523e55c21e5ab8-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1BN0\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1BN0\"\n            }\n        ],\n        \"ponumber\": \"1401420\",\n        \"pronumber\": \"I731827287\",\n        \"bolnumber\": \"1352850\"\n    },\n    {\n        \"shipmentID\": 134618371,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743120000000,\n        \"deliveryDate\": 1743120000000,\n        \"shipperName\": \"INTERSURGICAL/MAIN OCEAN\",\n        \"shipperAddress\": \"300 A TRADE ZONE BLVD\",\n        \"shipperCity\": \"SUMMERVILLE\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29486\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 420,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/29602d3b8a2f2a2e74d78d9d1801418d-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1432523\"\n            }\n        ],\n        \"ponumber\": \"1432523\",\n        \"pronumber\": \"I764998596\",\n        \"bolnumber\": \"1352865\"\n    },\n    {\n        \"shipmentID\": 134618619,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 324.1,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743724800000,\n        \"deliveryDate\": 1743638400000,\n        \"shipperName\": \"B.E. MEYERS & CO.\",\n        \"shipperAddress\": \"9461 WILLOWS RD NE\",\n        \"shipperCity\": \"REDMOND\",\n        \"shipperState\": \"WA\",\n        \"shipperZip\": \"98052\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"JXNV AIRBORNE CREWSERVED WEAPONS BR\",\n        \"consigneeAddress\": \"300 HWY 361 BLDG 2521W\",\n        \"consigneeCity\": \"CRANE\",\n        \"consigneeState\": \"IN\",\n        \"consigneeZip\": \"47522\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 796,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/5ed1d697893825c1dfc3e9de885b8f1b-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F15B4\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F15B4\"\n            }\n        ],\n        \"ponumber\": \"1381389\",\n        \"pronumber\": \"I183505194\",\n        \"bolnumber\": \"1352883\"\n    },\n    {\n        \"shipmentID\": 134619027,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 713.15,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743984000000,\n        \"deliveryDate\": 1743984000000,\n        \"shipperName\": \"Survival Armor, Inc.\",\n        \"shipperAddress\": \"12621 Corporate Lakes Drive, Unit 8\",\n        \"shipperCity\": \"Fort Myers\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33913\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVY REGION NORTHWEST\",\n        \"consigneeAddress\": \"1103 HUNLEY ROAD RM 210\",\n        \"consigneeCity\": \"Silverdale\",\n        \"consigneeState\": \"WA\",\n        \"consigneeZip\": \"98315\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 546,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/ef9f01ec-0bde-4f6f-b9a6-a23218fefd3e.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SO 376719\"\n            }\n        ],\n        \"ponumber\": \"1399797\",\n        \"pronumber\": \"434591054\",\n        \"bolnumber\": \"134619027\"\n    },\n    {\n        \"shipmentID\": 134619113,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 674.76,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743465600000,\n        \"deliveryDate\": 1743552000000,\n        \"shipperName\": \"ATLANTIC SIGNAL LLC\",\n        \"shipperAddress\": \"1221 S KANSAS AVE\",\n        \"shipperCity\": \"TOPEKA\",\n        \"shipperState\": \"KS\",\n        \"shipperZip\": \"66612\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMA 202 AIRCREW SYSTEMS\",\n        \"consigneeAddress\": \"4301 PACIFIC HWY\",\n        \"consigneeCity\": \"SAN DIEGO\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92110\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 3882,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/90eb1d07-1813-427d-a7fe-42596d0c0d28.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10XD\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10XD\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10XD\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10XD\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10XD\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10XD\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10XD\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10XD\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10XD\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10XD\"\n            }\n        ],\n        \"ponumber\": \"1419353\",\n        \"pronumber\": \"0520026490\",\n        \"bolnumber\": \"1352945\"\n    },\n    {\n        \"shipmentID\": 134619172,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 130.54,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743379200000,\n        \"shipperName\": \"AIRBORNE SYSTEMS\",\n        \"shipperAddress\": \"5800 MAGNOLIA AVE\",\n        \"shipperCity\": \"PENNSAUKEN\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08109\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 696,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a38519d2-e70b-42f6-93c0-c6608d62e388.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1390366\"\n            }\n        ],\n        \"ponumber\": \"1390366\",\n        \"pronumber\": \"015-5886021\",\n        \"bolnumber\": \"1352963\"\n    },\n    {\n        \"shipmentID\": 134619233,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 430.3,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743379200000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CIF\",\n        \"consigneeAddress\": \"BLDG 4, D STREET\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 29,\n        \"totalWeight\": 420,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/28a06529-9df9-485b-81e6-f436cf0bd5fe.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F1DLB\"\n            }\n        ],\n        \"ponumber\": \"1407706\",\n        \"pronumber\": \"0400654835\",\n        \"bolnumber\": \"134619233\"\n    },\n    {\n        \"shipmentID\": 134619249,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 485.06,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743552000000,\n        \"deliveryDate\": 1743552000000,\n        \"shipperName\": \"THALES USA, INC\",\n        \"shipperAddress\": \"1137 S 3800 W\",\n        \"shipperCity\": \"SALT LAKE CITY\",\n        \"shipperState\": \"UT\",\n        \"shipperZip\": \"84104\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"245TH ATCS\",\n        \"consigneeAddress\": \"1325 SOUTH CAROLINA RD\",\n        \"consigneeCity\": \"EASTOVER\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29044\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 2100,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/282f55ef-088c-491f-bee9-4ec30f3ea0dd.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F139M\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F139M\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F139M\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F139M\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F139M\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F139M\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F139M\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F139M\"\n            }\n        ],\n        \"ponumber\": \"1366641\",\n        \"pronumber\": \"402515105\",\n        \"bolnumber\": \"1353108\"\n    },\n    {\n        \"shipmentID\": 134619428,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 220.39,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743379200000,\n        \"deliveryDate\": 1743465600000,\n        \"shipperName\": \"L3HARRIS TECHNOLOGIES\",\n        \"shipperAddress\": \"1350 JEFFERSON ROAD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"5TH CCG\",\n        \"consigneeAddress\": \"575 10TH ST\",\n        \"consigneeCity\": \"ROBINS AFB\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"31098\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 920,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/a2fbd288c84ffb9b59137a777d876106-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL23F1EY9\"\n            }\n        ],\n        \"ponumber\": \"1415429\",\n        \"pronumber\": \"I731827467\",\n        \"bolnumber\": \"1353150\"\n    },\n    {\n        \"shipmentID\": 134619518,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 150.04,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743379200000,\n        \"deliveryDate\": 1743379200000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"W1A8 DLA DISTRIBUTION\",\n        \"consigneeAddress\": \"DDSP NEW CUMBERLAND FACILITY\",\n        \"consigneeCity\": \"NEW CUMBERLAND\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 27,\n        \"totalWeight\": 1518,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8E5-24-P-1502\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1216115\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"W25G1U50860878XAX\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"266565191\",\n        \"bolnumber\": \"134619518\"\n    },\n    {\n        \"shipmentID\": 134619563,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 976.58,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743984000000,\n        \"deliveryDate\": 1743984000000,\n        \"shipperName\": \"Survival Armor, Inc.\",\n        \"shipperAddress\": \"12621 Corporate Lakes Drive, Unit 8\",\n        \"shipperCity\": \"Fort Myers\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33913\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVY REGION NORTHWEST\",\n        \"consigneeAddress\": \"1200 SKATE STREET RM 515\",\n        \"consigneeCity\": \"Silverdale\",\n        \"consigneeState\": \"WA\",\n        \"consigneeZip\": \"98315\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 789,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/fe3ea109-45b8-4d03-8e0a-8816a7c063e1.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1399798 \",\n        \"pronumber\": \"434591065\",\n        \"bolnumber\": \"134619563\"\n    },\n    {\n        \"shipmentID\": 134619623,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 333.04,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743552000000,\n        \"deliveryDate\": 1743552000000,\n        \"shipperName\": \"Survival Armor, Inc.\",\n        \"shipperAddress\": \"12621 Corporate Lakes Drive, Unit 8\",\n        \"shipperCity\": \"Fort Myers\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33913\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Navy Region Mid Atlantic\",\n        \"consigneeAddress\": \"1510 Gilbert Street\",\n        \"consigneeCity\": \"Norfolk\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23511\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1069,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/957478eee1cc94ca6d1df5da392699a5-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SO 376669\"\n            }\n        ],\n        \"ponumber\": \"1399785 \",\n        \"pronumber\": \"402090276\",\n        \"bolnumber\": \"134619623\"\n    },\n    {\n        \"shipmentID\": 134619676,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 241.82,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743638400000,\n        \"deliveryDate\": 1743724800000,\n        \"shipperName\": \"ELECTROMET CORPORATION\",\n        \"shipperAddress\": \"879 COMMONWEALTH AVE\",\n        \"shipperCity\": \"HAGERTOWN\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21740\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMW A 170 AMPHIBIOUS TACTICAL COMMS\",\n        \"consigneeAddress\": \"4297 PACIFIC HWY BLDG 7\",\n        \"consigneeCity\": \"SAN DIEGO\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92110\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 300,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/b830397987d1628a4127b7bf6840e48a-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F102R\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F102R\"\n            }\n        ],\n        \"ponumber\": \"1410917\",\n        \"pronumber\": \"I300867822\",\n        \"bolnumber\": \"1353184\"\n    },\n    {\n        \"shipmentID\": 134619777,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 490.1,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743120000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743465600000,\n        \"deliveryDate\": 1743379200000,\n        \"shipperName\": \"Exxel Outdoors\",\n        \"shipperAddress\": \"300 American Bvld\",\n        \"shipperCity\": \"Haleyville\",\n        \"shipperState\": \"AL\",\n        \"shipperZip\": \"35565\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"IAP WORLDWIDE SERVICES INC\",\n        \"consigneeAddress\": \"4962 RIVERTON RD\",\n        \"consigneeCity\": \"Dayton\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45414\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 910,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/9615e7fa40c19b766f62a28a3797d69b-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F1DDV\"\n            }\n        ],\n        \"ponumber\": \"1408378\",\n        \"pronumber\": \"0361068322\",\n        \"bolnumber\": \"134619777\"\n    },\n    {\n        \"shipmentID\": 134619798,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 233.19,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743638400000,\n        \"deliveryDate\": 1743638400000,\n        \"shipperName\": \"CURTISS-WRIGHT PACSTAR\",\n        \"shipperAddress\": \"14100 SW 72ND AVE.\",\n        \"shipperCity\": \"PORTLAND\",\n        \"shipperState\": \"OR\",\n        \"shipperZip\": \"97224\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 496,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/e3adda6017c06cc08aea682593267419-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1406721\"\n            }\n        ],\n        \"ponumber\": \"1406721\",\n        \"pronumber\": \"I647060238\",\n        \"bolnumber\": \"1353188\"\n    },\n    {\n        \"shipmentID\": 134619932,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 169.01,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743120000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743465600000,\n        \"deliveryDate\": 1743465600000,\n        \"shipperName\": \"GOULD SOUTHERN\",\n        \"shipperAddress\": \"2940 OLD NORCROSS ROAD\",\n        \"shipperCity\": \"DULUTH\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30096\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"F 35 JPO (JOINT PROGRAM OFFICE)\",\n        \"consigneeAddress\": \"5450 CARLISLE PIKE\",\n        \"consigneeCity\": \"MECHANICSBURG\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17050\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 800,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/9ea9a14fb932890819bff6be001985ec-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E01\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"LM RMS\"\n            }\n        ],\n        \"ponumber\": \"1409680\",\n        \"pronumber\": \"I978943743\",\n        \"bolnumber\": \"1353207\"\n    },\n    {\n        \"shipmentID\": 134620116,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 280.32,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743120000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743724800000,\n        \"deliveryDate\": 1743724800000,\n        \"shipperName\": \"TYR TACTICAL\",\n        \"shipperAddress\": \"9330 N 91ST AVE\",\n        \"shipperCity\": \"PEORIA\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"SOFSA\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1004,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/ba422a90ae12f1bdd572756841bca677-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24P0013\"\n            }\n        ],\n        \"ponumber\": \"1402422\",\n        \"pronumber\": \"I314086761\",\n        \"bolnumber\": \"1353226\"\n    },\n    {\n        \"shipmentID\": 134620479,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 706.29,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743120000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744070400000,\n        \"deliveryDate\": 1743724800000,\n        \"shipperName\": \"5.11 INC.\",\n        \"shipperAddress\": \"3201 N. Airport Way\",\n        \"shipperCity\": \"Manteca\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"95336\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VF IMAGEWEAR\",\n        \"consigneeAddress\": \"800 S MAIN ST\",\n        \"consigneeCity\": \"Henning\",\n        \"consigneeState\": \"TN\",\n        \"consigneeZip\": \"38041\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 23,\n        \"totalWeight\": 597,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b7c34321-ba7c-405f-8812-1285874ad531.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1436498 \",\n        \"pronumber\": \"963976285\",\n        \"bolnumber\": \"134620479\"\n    },\n    {\n        \"shipmentID\": 134620510,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 686.75,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743120000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743724800000,\n        \"deliveryDate\": 1743724800000,\n        \"shipperName\": \"OPERATIVE EXPERIENCE\",\n        \"shipperAddress\": \"1007 OLD PHILADELPHIA ROAD 1B\",\n        \"shipperCity\": \"Aberdeen\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"19TH AF 162ND FW 162ND MDG\",\n        \"consigneeAddress\": \"1670 E Perimeter Way BLDG 4 \",\n        \"consigneeCity\": \"Tucson\",\n        \"consigneeState\": \"AZ\",\n        \"consigneeZip\": \"85706\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 820,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/0493faf3-88a1-43b1-8eb7-a4931620b45e.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EX25F102G\"\n            }\n        ],\n        \"ponumber\": \"1414856\",\n        \"pronumber\": \"965164373\",\n        \"bolnumber\": \"134620510\"\n    },\n    {\n        \"shipmentID\": 134620517,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 160.78,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743120000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743379200000,\n        \"deliveryDate\": 1743379200000,\n        \"shipperName\": \"OPERATIVE EXPERIENCE INC\",\n        \"shipperAddress\": \"1007 OLD PHILADELPHIA RD STE 300\",\n        \"shipperCity\": \"ABERDEEN\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA TROOP SUPPORT\",\n        \"consigneeAddress\": \"TCCC01 - TCCC ITEMS FOR PDC\",\n        \"consigneeCity\": \"BETHESDA\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20889\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1616,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/385ba94e-a075-4616-9494-75559f836793.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE2D525F9430\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE2D525F9430\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE2D525F9430\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE2D525F9430\"\n            }\n        ],\n        \"ponumber\": \"1435787\",\n        \"pronumber\": \"I330661872\",\n        \"bolnumber\": \"1353270\"\n    },\n    {\n        \"shipmentID\": 134620568,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 308.44,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743120000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743465600000,\n        \"shipperName\": \" Operative Experience\",\n        \"shipperAddress\": \"1007 Old Philadelphia RD BLDG 1B Suite 300\",\n        \"shipperCity\": \"Aberdeen\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"192ND FW\",\n        \"consigneeAddress\": \"77 Nealy AVE BLDG 256\",\n        \"consigneeCity\": \"Langley AFB\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23665\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 820,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/8cc0400b-66fc-40b6-b3fc-e8ba58eb8408.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EX25F1028\"\n            }\n        ],\n        \"ponumber\": \"1414884\",\n        \"pronumber\": \"026-2759632\",\n        \"bolnumber\": \"134620568\"\n    },\n    {\n        \"shipmentID\": 134620574,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 348.59,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743120000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743465600000,\n        \"deliveryDate\": 1743465600000,\n        \"shipperName\": \"WILEY X, INC.\",\n        \"shipperAddress\": \"15755 PRESTON RD\",\n        \"shipperCity\": \"FRISCO\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75033\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 2426,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/34c1b2cf897211a0e35d793d47ec5939-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1430358\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1430358\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1430358\"\n            }\n        ],\n        \"ponumber\": \"1430358\",\n        \"pronumber\": \"423359274\",\n        \"bolnumber\": \"1353281\"\n    },\n    {\n        \"shipmentID\": 134620707,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 142.21,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743120000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744156800000,\n        \"deliveryDate\": 1744156800000,\n        \"shipperName\": \"L3 HARRIS\",\n        \"shipperAddress\": \"1350 JEFFERSON RD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"436TH APS\",\n        \"consigneeAddress\": \"550 ATLANTIC ST BLDG 550\",\n        \"consigneeCity\": \"DOVER AFB\",\n        \"consigneeState\": \"DE\",\n        \"consigneeZip\": \"19902\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 482,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/ea23c37e-2ab0-40e7-8d72-febb688fed1c.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1EL4\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1EL4\"\n            }\n        ],\n        \"ponumber\": \"1409598\",\n        \"pronumber\": \"I731827476\",\n        \"bolnumber\": \"1353283\"\n    },\n    {\n        \"shipmentID\": 134620809,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 546.4,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743120000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743638400000,\n        \"shipperName\": \"GLENAIR\",\n        \"shipperAddress\": \"901 LIVE OAK AVE\",\n        \"shipperCity\": \"IRWINDALE\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"91706\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC CARDEROCK DIV 72\",\n        \"consigneeAddress\": \"33964 N MAIN AVE\",\n        \"consigneeCity\": \"BAYVIEW\",\n        \"consigneeState\": \"ID\",\n        \"consigneeZip\": \"83803\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 2346,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/e3b1e2a3ff2321a5ff6cf390068c40e6-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1CVL\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1CVL\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1CVL\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1CVL\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1CVL\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1CVL\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1CVL\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1CVL\"\n            }\n        ],\n        \"ponumber\": \"1408114\",\n        \"pronumber\": \"5556962143\",\n        \"bolnumber\": \"1353438\"\n    },\n    {\n        \"shipmentID\": 134620846,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 676.41,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743120000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743724800000,\n        \"deliveryDate\": 1743552000000,\n        \"shipperName\": \"CURTISS-WRIGHT PACSTAR\",\n        \"shipperAddress\": \"14100 SW 72ND AVE.\",\n        \"shipperCity\": \"PORTLAND\",\n        \"shipperState\": \"OR\",\n        \"shipperZip\": \"97224\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CACI INC FEDERAL\",\n        \"consigneeAddress\": \"3611-E RAMSEY STREET\",\n        \"consigneeCity\": \"FAYETTEVILLE\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28311\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 2790,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/153ea340dee0ae38ed37e515bdfef059-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1BZ1\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1BZ1\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1BZ1\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1BZ1\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1BZ1\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1BZ1\"\n            }\n        ],\n        \"ponumber\": \"1411060\",\n        \"pronumber\": \"2221303314\",\n        \"bolnumber\": \"1353441\"\n    },\n    {\n        \"shipmentID\": 134620872,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 503.24,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743120000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743984000000,\n        \"deliveryDate\": 1743984000000,\n        \"shipperName\": \"L3HARRIS TECHNOLOGIES\",\n        \"shipperAddress\": \"1350 JEFFERSON ROAD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA DISTRIBUTION\",\n        \"consigneeAddress\": \"25600 SOUTH CHRISMAN ROAD\",\n        \"consigneeCity\": \"TRACY\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"95304\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1482,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/054ab269-8740-4e2e-8666-0a96a5f6c23e.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F187F\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F187F\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F187F\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F187F\"\n            }\n        ],\n        \"ponumber\": \"1435251\",\n        \"pronumber\": \"551905303\",\n        \"bolnumber\": \"1353442\"\n    },\n    {\n        \"shipmentID\": 134621005,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 999.6,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743379200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743984000000,\n        \"deliveryDate\": 1743984000000,\n        \"shipperName\": \"ATSC-IES\",\n        \"shipperAddress\": \"1620 W. Sunrise Blvd\",\n        \"shipperCity\": \"Gilbert\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85233\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 6240,\n        \"totalHU\": 12,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/e938e6c0-628d-4457-92dd-cca65f5a34f4.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"#N4730442531DB1\"\n            }\n        ],\n        \"ponumber\": \"1402251\",\n        \"pronumber\": \"2972501623\",\n        \"bolnumber\": \"134621005\"\n    },\n    {\n        \"shipmentID\": 134621232,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 312.93,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743379200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743552000000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"IAP WORLDWIDE SERVICES INC\",\n        \"consigneeAddress\": \"4962 RIVERTON ROAD\",\n        \"consigneeCity\": \"DAYTON\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45414\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 912,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/1ef07b01-b2da-4665-be63-695c6bf09fb1.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10WU\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPECIAL TACTICS BARS\"\n            }\n        ],\n        \"ponumber\": \"1419311\",\n        \"pronumber\": \"702456674\",\n        \"bolnumber\": \"1353493\"\n    },\n    {\n        \"shipmentID\": 134621256,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 502.73,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743120000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743984000000,\n        \"deliveryDate\": 1743984000000,\n        \"shipperName\": \"TYR TACTICAL\",\n        \"shipperAddress\": \"9330 N 91ST AVE\",\n        \"shipperCity\": \"PEORIA\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DEA HQ\",\n        \"consigneeAddress\": \"2500 INVESTIGATION PKWY\",\n        \"consigneeCity\": \"QUANTICO\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22134\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1600,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/2005594b-1efc-48ae-ac49-762db3c6cb23.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"15DDTR25F00000049\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"D-25-TR-0077\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"15DDTR25F00000049\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"D-25-TR-0077\"\n            }\n        ],\n        \"ponumber\": \"1428308\",\n        \"pronumber\": \"257672542\",\n        \"bolnumber\": \"1353503\"\n    },\n    {\n        \"shipmentID\": 134621271,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 215.2,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743379200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743552000000,\n        \"deliveryDate\": 1743552000000,\n        \"shipperName\": \"MITHIX PRO, LLC\",\n        \"shipperAddress\": \"3591 WAY BACK RD.\",\n        \"shipperCity\": \"FARMERSVILLE\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75442\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AFCEC CXXE\",\n        \"consigneeAddress\": \"5835 BAY LINE DRIVE\",\n        \"consigneeCity\": \"PANAMA CITY\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32404\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1090,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/8e0ead39-a374-4dfd-9dd7-d2a78668550b.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E3W\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E3W\"\n            }\n        ],\n        \"ponumber\": \"1407969\",\n        \"pronumber\": \"388812583\",\n        \"bolnumber\": \"1353504\"\n    },\n    {\n        \"shipmentID\": 134621290,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 157.36,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743379200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743724800000,\n        \"deliveryDate\": 1743984000000,\n        \"shipperName\": \"MITHIX PRO, LLC\",\n        \"shipperAddress\": \"3591 WAY BACK RD.\",\n        \"shipperCity\": \"FARMERSVILLE\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75442\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 550,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/4d1b0c1c8d622850ccf9a3d538cc0c68-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1414473\"\n            }\n        ],\n        \"ponumber\": \"1414473\",\n        \"pronumber\": \"I064621359\",\n        \"bolnumber\": \"1353525\"\n    },\n    {\n        \"shipmentID\": 134621315,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 461.17,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743379200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743638400000,\n        \"deliveryDate\": 1743724800000,\n        \"shipperName\": \" Operative Experience\",\n        \"shipperAddress\": \"1007 Old Philadelphia RD BLDG 1B Suite 300\",\n        \"shipperCity\": \"Aberdeen\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"158TH MDG\",\n        \"consigneeAddress\": \"10 Falcon St\",\n        \"consigneeCity\": \"South Burlington\",\n        \"consigneeState\": \"VT\",\n        \"consigneeZip\": \"05403\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 820,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/f9d57185534d1788e56894921b3464ea-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EX25F101E\"\n            }\n        ],\n        \"ponumber\": \"1414954\",\n        \"pronumber\": \"I330661899\",\n        \"bolnumber\": \"134621315\"\n    },\n    {\n        \"shipmentID\": 134621332,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 394.26,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743379200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743552000000,\n        \"deliveryDate\": 1743638400000,\n        \"shipperName\": \" Operative Experience\",\n        \"shipperAddress\": \"1007 Old Philadelphia RD BLDG 1B Suite 300\",\n        \"shipperCity\": \"Aberdeen\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"127TH MDG\",\n        \"consigneeAddress\": \"43401 N Jefferson Ave BLDG 825\",\n        \"consigneeCity\": \"Selfridge ANGB\",\n        \"consigneeState\": \"MI\",\n        \"consigneeZip\": \"48045\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 820,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/bb3adcfb-19d7-4062-bb46-6919e6ef1a88.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EX25F101G\"\n            }\n        ],\n        \"ponumber\": \"1414901\",\n        \"pronumber\": \"965164406\",\n        \"bolnumber\": \"134621332\"\n    },\n    {\n        \"shipmentID\": 134621341,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 173.11,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743379200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743465600000,\n        \"deliveryDate\": 1743465600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVSUP WSS\",\n        \"consigneeAddress\": \"5450 CARLISLE PIKE BLDG 107 S END\",\n        \"consigneeCity\": \"Mechanicsburg\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"170502412\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 81,\n        \"totalWeight\": 2430,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/61b388035a41a0ffa36550d790f665ea-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1CRG\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1220643\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"N4730442531DBS\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1CRG\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1220643\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"N4730442531DBS\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"705363547\",\n        \"bolnumber\": \"134621341\"\n    },\n    {\n        \"shipmentID\": 134621395,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 461.75,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743379200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743638400000,\n        \"deliveryDate\": 1743638400000,\n        \"shipperName\": \" Operative Experience\",\n        \"shipperAddress\": \"1007 Old Philadelphia RD BLDG 1B Suite 300\",\n        \"shipperCity\": \"Aberdeen\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"185TH MDG\",\n        \"consigneeAddress\": \"2920 Headquarters Ave\",\n        \"consigneeCity\": \"Sioux City\",\n        \"consigneeState\": \"IA\",\n        \"consigneeZip\": \"51111\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 820,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/bc5f96b2b50c74b2712691ad852a26a8-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EX25F101H\"\n            }\n        ],\n        \"ponumber\": \"1414955\",\n        \"pronumber\": \"I330661881\",\n        \"bolnumber\": \"134621395\"\n    },\n    {\n        \"shipmentID\": 134621743,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 223.33,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743379200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743984000000,\n        \"shipperName\": \"GLENAIR\",\n        \"shipperAddress\": \"901 LIVE OAK AVE\",\n        \"shipperCity\": \"IRWINDALE\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"91706\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC CARDEROCK DIV 72\",\n        \"consigneeAddress\": \"33964 N MAIN AVE\",\n        \"consigneeCity\": \"BAYVIEW\",\n        \"consigneeState\": \"ID\",\n        \"consigneeZip\": \"83803\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 608,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/8537c71668d532841e25c43d945c2a1d-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1CVL\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1CVL\"\n            }\n        ],\n        \"ponumber\": \"1408114\",\n        \"pronumber\": \"5557369731\",\n        \"bolnumber\": \"1353563\"\n    },\n    {\n        \"shipmentID\": 134622057,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 188.76,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743379200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743552000000,\n        \"deliveryDate\": 1743552000000,\n        \"shipperName\": \"RAMI\",\n        \"shipperAddress\": \"14500 168TH AVE\",\n        \"shipperCity\": \"GRAND HAVEN\",\n        \"shipperState\": \"MI\",\n        \"shipperZip\": \"49417\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"TOBYHANNA ARMY DEPOT\",\n        \"consigneeAddress\": \"11 HAP ARNOLD BLVD BLDG 5\",\n        \"consigneeCity\": \"TOBYHANNA\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"18466\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1400,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/150aef87-3abb-4801-80f6-e056f206c3c9.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F196N\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F196N\"\n            }\n        ],\n        \"ponumber\": \"1397266\",\n        \"pronumber\": \"I561870351\",\n        \"bolnumber\": \"1353589\"\n    },\n    {\n        \"shipmentID\": 134622135,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 307.63,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743552000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744156800000,\n        \"deliveryDate\": 1744070400000,\n        \"shipperName\": \"CAPEWELL AERIAL SYSTEMS LLC\",\n        \"shipperAddress\": \"4298 JEB STUART HWY\",\n        \"shipperCity\": \"MEADOWS OF DAN\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"24120\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ID ARNG\",\n        \"consigneeAddress\": \"3634 W GUARD ST BLDG 500\",\n        \"consigneeCity\": \"BOISE\",\n        \"consigneeState\": \"ID\",\n        \"consigneeZip\": \"83705\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 750,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/2222e788b7d2b6abfeffd349276481f6-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1DEF\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1DEF\"\n            }\n        ],\n        \"ponumber\": \"1411946\",\n        \"pronumber\": \"I897448617\",\n        \"bolnumber\": \"1353623\"\n    },\n    {\n        \"shipmentID\": 134622170,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 241.82,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743379200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743984000000,\n        \"deliveryDate\": 1743984000000,\n        \"shipperName\": \"HEXAGON METROLOGY\",\n        \"shipperAddress\": \"46444 HEXAGON WAY\",\n        \"shipperCity\": \"NOVI\",\n        \"shipperState\": \"MI\",\n        \"shipperZip\": \"48377\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC PORT HUENEME\",\n        \"consigneeAddress\": \"4364 MISSILE WAY BLDG. 435\",\n        \"consigneeCity\": \"PORT HUENEME\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"93043\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 430,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/be5be9d2316d12389d721d32573ecc7e-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F11L7\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F11L7\"\n            }\n        ],\n        \"ponumber\": \"1422431\",\n        \"pronumber\": \"I446158656\",\n        \"bolnumber\": \"1353643\"\n    },\n    {\n        \"shipmentID\": 134622179,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 291.86,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743379200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743552000000,\n        \"deliveryDate\": 1743552000000,\n        \"shipperName\": \"Humphry’s Cover Sports\",\n        \"shipperAddress\": \"5000 Paschall Avenue\",\n        \"shipperCity\": \"Philadelphia\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19143\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" Solution Based Innovation\",\n        \"consigneeAddress\": \"2656 Quality Ct\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1700,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"ponumber\": \"1411601\",\n        \"pronumber\": \"182196545\",\n        \"bolnumber\": \"134622179\"\n    },\n    {\n        \"shipmentID\": 134622180,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 123.41,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743379200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743465600000,\n        \"shipperName\": \"LONDON BRIDGE TRADING\",\n        \"shipperAddress\": \"2861 Guardian Lane\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23452\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 680,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/35f442de-ffca-41e7-a48c-ee032d895ee6.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"325592\"\n            }\n        ],\n        \"ponumber\": \"1422565\",\n        \"pronumber\": \"028-0764790\",\n        \"bolnumber\": \"134622180\"\n    },\n    {\n        \"shipmentID\": 134622213,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 471.83,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743379200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743552000000,\n        \"deliveryDate\": 1743638400000,\n        \"shipperName\": \"London Bridge & Trading\",\n        \"shipperAddress\": \"2861 Guardian Lane\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23452\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" VF IMAGEWAER HENNING DISTRIBUTION CENTER\",\n        \"consigneeAddress\": \"800 SOUTH MAIN ST\",\n        \"consigneeCity\": \"Henning\",\n        \"consigneeState\": \"TN\",\n        \"consigneeZip\": \"38041\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1080,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/48f6d6c117cc8c726cc3c32fb21f3cde-1.png\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1424354\",\n        \"pronumber\": \"422523011\",\n        \"bolnumber\": \"134622213\"\n    },\n    {\n        \"shipmentID\": 134622312,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 140.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743379200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743465600000,\n        \"deliveryDate\": 1743465600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVAL MEDICAL READINESS LOGISITICS\",\n        \"consigneeAddress\": \"565 ANTRIM RD BLDG 565\",\n        \"consigneeCity\": \"WILLIAMSBURG \",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185-5830\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 870,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/661c216d5137510129d90eb015fb144d-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EJ25F2566\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1237817\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"N6861043314252XXX\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"705363562\",\n        \"bolnumber\": \"134622312\"\n    },\n    {\n        \"shipmentID\": 134622355,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 140.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743379200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743465600000,\n        \"deliveryDate\": 1743465600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVSUP WSS\",\n        \"consigneeAddress\": \"5450 CARLISLE PIKE BLDG 107 S END\",\n        \"consigneeCity\": \"Mechanicsburg\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17055\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 15,\n        \"totalWeight\": 546,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/dc9c9d6961ae49d16747740a9ef7d0c3-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F19GB\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1212518\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"N4730442351C7N\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"705363570\",\n        \"bolnumber\": \"134622355\"\n    },\n    {\n        \"shipmentID\": 134622370,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743465600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743724800000,\n        \"deliveryDate\": 1743984000000,\n        \"shipperName\": \"NIPPON EXPRESS ATL\",\n        \"shipperAddress\": \"5176 PELICAN DRIVE\",\n        \"shipperCity\": \"ATLANTA\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30349\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NUWC NEWPORT CODE 25 USW COMBAT SYS\",\n        \"consigneeAddress\": \"47 CHANDLER ST BLDG 47\",\n        \"consigneeCity\": \"NEWPORT\",\n        \"consigneeState\": \"RI\",\n        \"consigneeZip\": \"02841\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 296,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/4bec1b87764fe978e3b62af3e8df6275-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1921\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"CODE 2531\"\n            }\n        ],\n        \"ponumber\": \"1396776\",\n        \"pronumber\": \"I881391429\",\n        \"bolnumber\": \"1353683\"\n    },\n    {\n        \"shipmentID\": 134622404,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 312.93,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743379200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743552000000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"TACP BARS\",\n        \"consigneeAddress\": \"5749 BRIAR HILL ROAD BLDG 220\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 304,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/d4a30ea3c0e8c9d82408f32b72eab812-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10G6\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10G6\"\n            }\n        ],\n        \"ponumber\": \"1415946\",\n        \"pronumber\": \"702456617\",\n        \"bolnumber\": \"1353703\"\n    },\n    {\n        \"shipmentID\": 134622415,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 324.6,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743379200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743552000000,\n        \"deliveryDate\": 1743552000000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"GOLDBELT SECURITY LLC\",\n        \"consigneeAddress\": \"10800 NW 21st St\",\n        \"consigneeCity\": \"Miami\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"33172\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 88,\n        \"totalWeight\": 1410,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/db6927872e43126a9a64a2aabb925c4f-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"191NLE24P0101\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1215527\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"191NLE24P0101\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1215527\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"388924021\",\n        \"bolnumber\": \"134622415\"\n    },\n    {\n        \"shipmentID\": 134622504,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 150.04,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743379200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743552000000,\n        \"deliveryDate\": 1743552000000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVSUP WSS\",\n        \"consigneeAddress\": \"5450 CARLISLE PIKE BLDG 107 S END\",\n        \"consigneeCity\": \"Mechanicsburg\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17055\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 66,\n        \"totalWeight\": 438,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b37117f5-34c6-4395-9c69-33ecd8ab5949.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1C5E\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1217816\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"N4730442531D9Z\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"601002522\",\n        \"bolnumber\": \"134622504\"\n    },\n    {\n        \"shipmentID\": 134622593,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 342.42,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743379200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743379200000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CIF\",\n        \"consigneeAddress\": \"BLDG 4, D STREET\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 19,\n        \"totalWeight\": 320,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/ebdb74ba-6de3-494b-ab94-51075a193619.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL24F1DLB\"\n            }\n        ],\n        \"ponumber\": \"1407706\",\n        \"pronumber\": \"0400593156\",\n        \"bolnumber\": \"134622593\"\n    },\n    {\n        \"shipmentID\": 134622835,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1344.13,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743379200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744070400000,\n        \"shipperName\": \"5.11 Tactical, Inc.\",\n        \"shipperAddress\": \"3201 N Airport Way\",\n        \"shipperCity\": \"Manteca\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"95336\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SPS PARR FRANCONIA WAREHOUSE\",\n        \"consigneeAddress\": \"7000 LOISDALE ROAD BLDG B, DOCK 2\",\n        \"consigneeCity\": \"Springfield\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22150\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1930,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/e8e42859-87ea-4c56-96eb-227637d5600b.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1393596 \",\n        \"pronumber\": \"156798199\",\n        \"bolnumber\": \"134622835\"\n    },\n    {\n        \"shipmentID\": 134623034,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 382.36,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743638400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744243200000,\n        \"deliveryDate\": 1744243200000,\n        \"shipperName\": \"MILPOWER\",\n        \"shipperAddress\": \"10180 SCRIPPS RANCH BLVD\",\n        \"shipperCity\": \"SAN DIEGO\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92131\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NIWC ATLANTIC (NAVAL INFORMATION WA\",\n        \"consigneeAddress\": \"1008 TRIDENT STREET\",\n        \"consigneeCity\": \"HANAHAN\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1240,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/1dc2ef64-400b-4a5c-bf31-efc69b022e4a.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F16FW\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F16FW\"\n            }\n        ],\n        \"ponumber\": \"1387267\",\n        \"pronumber\": \"484959823\",\n        \"bolnumber\": \"1353784\"\n    },\n    {\n        \"shipmentID\": 134623212,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 453.12,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743465600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743638400000,\n        \"deliveryDate\": 1743638400000,\n        \"shipperName\": \"STEINER-EOPTICS\",\n        \"shipperAddress\": \"3475 NEWMARK DRIVE\",\n        \"shipperCity\": \"MIAMISBURG\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"45342\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DEVELOPMENT COMMAND ARMAMENT CENTER\",\n        \"consigneeAddress\": \"BLDG 91 4TH AVE\",\n        \"consigneeCity\": \"PICATINNY ARSENAL\",\n        \"consigneeState\": \"NJ\",\n        \"consigneeZip\": \"07806\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 3674,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/ce896a97d39576e526fe31c0f430b2c2-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F19SD\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F19SD\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F19SD\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F19SD\"\n            }\n        ],\n        \"ponumber\": \"1411056\",\n        \"pronumber\": \"0670973034\",\n        \"bolnumber\": \"1353795\"\n    },\n    {\n        \"shipmentID\": 134623362,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 238.41,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743465600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743638400000,\n        \"deliveryDate\": 1743724800000,\n        \"shipperName\": \"SAFARILAND LLC\",\n        \"shipperAddress\": \"3041 FAYE RD\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32226\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SILVER LION TRADE SERVICES LLC\",\n        \"consigneeAddress\": \"45180 GLOBAL PLAZA STE 100\",\n        \"consigneeCity\": \"STERLING\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"20166\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1176,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/0ef3a7318ad54a808e79a6ab9bfc23a8-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"DOS-1203\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"DOS-1203\"\n            }\n        ],\n        \"ponumber\": \"1417838\",\n        \"pronumber\": \"I588688947\",\n        \"bolnumber\": \"1353803\"\n    },\n    {\n        \"shipmentID\": 134623404,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 291.07,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743552000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744243200000,\n        \"shipperName\": \"Quantum Systems Inc.\",\n        \"shipperAddress\": \"5160 Gabbert Road\",\n        \"shipperCity\": \"Moorpark\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"93021\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"30TH ADA BDE FT SILL\",\n        \"consigneeAddress\": \"BLDG 3030 HOSKINS RD\",\n        \"consigneeCity\": \"Fort Sill\",\n        \"consigneeState\": \"OK\",\n        \"consigneeZip\": \"73503\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 100,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/e3cc25e641ddd801278c34dfa65bca5e-1.png\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1390768\",\n        \"pronumber\": \"134623404\",\n        \"bolnumber\": \"134623404\"\n    },\n    {\n        \"shipmentID\": 134623442,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1063.53,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743465600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744675200000,\n        \"deliveryDate\": 1744675200000,\n        \"shipperName\": \"ATSC-IES\",\n        \"shipperAddress\": \"1620 W. Sunrise Blvd\",\n        \"shipperCity\": \"Gilbert\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85233\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" NAVSUP WSS\",\n        \"consigneeAddress\": \"5450 Carlisle Pike BLDG 107 S End\",\n        \"consigneeCity\": \"Mechanicsburg\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17050\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 2080,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a520e1ff-e6b6-46e3-aca6-5657c1e26817.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"REQ#N4730442531D9W\"\n            }\n        ],\n        \"ponumber\": \"1407971\",\n        \"pronumber\": \"2972506167\",\n        \"bolnumber\": \"134623442\"\n    },\n    {\n        \"shipmentID\": 134623444,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 328.82,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743465600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743638400000,\n        \"deliveryDate\": 1743638400000,\n        \"shipperName\": \"GENTEX CORPORATION\",\n        \"shipperAddress\": \"324 MAIN ST\",\n        \"shipperCity\": \"SIMPSON \",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"18407\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PECKHAM VOCATIONAL INDUSTRIES INC\",\n        \"consigneeAddress\": \"7100 MILLETT HWY\",\n        \"consigneeCity\": \"Lansing\",\n        \"consigneeState\": \"MI\",\n        \"consigneeZip\": \"48917\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 740,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/1e1bc83d159d70907167c4f9eece9efe-1.png\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1402470\",\n        \"pronumber\": \"0511443538\",\n        \"bolnumber\": \"134623444\"\n    },\n    {\n        \"shipmentID\": 134623624,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 594.94,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743465600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743724800000,\n        \"deliveryDate\": 1743724800000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SPIE (SOLDIER PROTECTION AND IND\",\n        \"consigneeAddress\": \"7100 MILLET HWY\",\n        \"consigneeCity\": \"LANSING\",\n        \"consigneeState\": \"MI\",\n        \"consigneeZip\": \"48917\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 3538,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/6e63abf4-d54a-422d-a5ff-2ce77a603142.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10WR\"\n            }\n        ],\n        \"ponumber\": \"1419198\",\n        \"pronumber\": \"929647213\",\n        \"bolnumber\": \"1353717\"\n    },\n    {\n        \"shipmentID\": 134623695,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 145.53,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743465600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743638400000,\n        \"deliveryDate\": 1743724800000,\n        \"shipperName\": \"AIRBORNE SYSTEMS\",\n        \"shipperAddress\": \"5800 MAGNOLIA AVE\",\n        \"shipperCity\": \"PENNSAUKEN\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08109\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USASOC 5TH SFG GSB\",\n        \"consigneeAddress\": \"BLDG 6252, 42ND STREET\",\n        \"consigneeCity\": \"FORT CAMPBELL\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"42223\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 510,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/29a1b9e8007649c374fa46530573b0c6-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1CQ0\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1CQ0\"\n            }\n        ],\n        \"ponumber\": \"1405936\",\n        \"pronumber\": \"I728181342\",\n        \"bolnumber\": \"1353888\"\n    },\n    {\n        \"shipmentID\": 134623740,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743465600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743552000000,\n        \"deliveryDate\": 1743638400000,\n        \"shipperName\": \"INTERSURGICAL/MAIN OCEAN\",\n        \"shipperAddress\": \"300 A TRADE ZONE BLVD\",\n        \"shipperCity\": \"SUMMERVILLE\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29486\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 492,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/1479e36b7c3ee4ed2a023fd59f16bc30-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1438446\"\n            }\n        ],\n        \"ponumber\": \"1438446\",\n        \"pronumber\": \"I413532225\",\n        \"bolnumber\": \"1353891\"\n    },\n    {\n        \"shipmentID\": 134623807,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 318.4,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743552000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743638400000,\n        \"shipperName\": \"True North Enterprises\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd.\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAWC AD \",\n        \"consigneeAddress\": \"17179 Webster Field Road Building 8165 TEST BED 2\",\n        \"consigneeCity\": \"St. Inigoes Shores\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20684\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 1200,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/77c6b4d1-c84c-4835-81a2-1c2e39c1e61b.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"REQ# N0042152771FYZ\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL25F101Q\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"REQ# N0042152771FYZ\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL25F101Q\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"REQ# N0042152771FYZ\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL25F101Q\"\n            }\n        ],\n        \"ponumber\": \"1410552\",\n        \"pronumber\": \"680359817\",\n        \"bolnumber\": \"134623807\"\n    },\n    {\n        \"shipmentID\": 134623847,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 477.97,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743984000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744588800000,\n        \"deliveryDate\": 1744329600000,\n        \"shipperName\": \"MILPOWER\",\n        \"shipperAddress\": \"10180 SCRIPPS RANCH BLVD\",\n        \"shipperCity\": \"SAN DIEGO\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92131\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1480,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1410462\"\n            }\n        ],\n        \"ponumber\": \"1410462\",\n        \"pronumber\": \"195255642\",\n        \"bolnumber\": \"1353923\"\n    },\n    {\n        \"shipmentID\": 134623877,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 174.06,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743465600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743552000000,\n        \"deliveryDate\": 1743638400000,\n        \"shipperName\": \"LUXOTTICA – ESS - OAKLEY\",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 250,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/7e9507b29b7e2704362f164cfa870230-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8875194251\"\n            }\n        ],\n        \"ponumber\": \"1435430\",\n        \"pronumber\": \"427380936\",\n        \"bolnumber\": \"134623877\"\n    },\n    {\n        \"shipmentID\": 134624289,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 403.34,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743552000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744243200000,\n        \"deliveryDate\": 1744243200000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ARIZONA INDUSTRIES FOR THE BLIND\",\n        \"consigneeAddress\": \"3695 S 2ND STREET\",\n        \"consigneeCity\": \"DAVIS MONTHAN AFB\",\n        \"consigneeState\": \"AZ\",\n        \"consigneeZip\": \"85707\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1200,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/1179047f-86aa-4e2f-ae5f-9ea21c65109f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1127687\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"1127687\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1127687\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"1127687\"\n            }\n        ],\n        \"ponumber\": \"1420041\",\n        \"pronumber\": \"990897073\",\n        \"bolnumber\": \"1354067\"\n    },\n    {\n        \"shipmentID\": 134624481,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 175.04,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743552000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744070400000,\n        \"deliveryDate\": 1744070400000,\n        \"shipperName\": \"FRIDGEFREEZE INC.\",\n        \"shipperAddress\": \"625 VENTURE ST\",\n        \"shipperCity\": \"ESCONDIDO\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92029\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA TROOP SUPPORT\",\n        \"consigneeAddress\": \"W8ZT OR ARNG MED DET SSG XALINA WILSON\",\n        \"consigneeCity\": \"SALEM\",\n        \"consigneeState\": \"OR\",\n        \"consigneeZip\": \"97301\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 480,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/4ec8e2ba708daeadbc48f02ee0d64fd1-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE2D524F506Y\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE2D524F506Y\"\n            }\n        ],\n        \"ponumber\": \"1404097\",\n        \"pronumber\": \"I906803118\",\n        \"bolnumber\": \"1354103\"\n    },\n    {\n        \"shipmentID\": 134624833,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 320.18,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743552000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744070400000,\n        \"deliveryDate\": 1743984000000,\n        \"shipperName\": \"CAPEWELL AERIAL SYSTEMS LLC\",\n        \"shipperAddress\": \"4298 JEB STUART HWY\",\n        \"shipperCity\": \"MEADOWS OF DAN\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"24120\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"COMPASS FORWARDING CO INC\",\n        \"consigneeAddress\": \"159-15 ROCKAWAY BLVD.\",\n        \"consigneeCity\": \"JAMAICA\",\n        \"consigneeState\": \"NY\",\n        \"consigneeZip\": \"11434\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1306,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/777c93d2-0739-423c-a920-ce71186c04bb.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1DZK\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1DZK\"\n            }\n        ],\n        \"ponumber\": \"1411218\",\n        \"pronumber\": \"404919771\",\n        \"bolnumber\": \"1354107\"\n    },\n    {\n        \"shipmentID\": 134624872,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 553.24,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743552000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744675200000,\n        \"shipperName\": \"Neousys Technology America, Inc.\",\n        \"shipperAddress\": \"55 East Hintz Rd\",\n        \"shipperCity\": \"Wheeling\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60090\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NIWC ATLANTIC\",\n        \"consigneeAddress\": \"1008 Trident Street\",\n        \"consigneeCity\": \"Hanahan\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 31,\n        \"totalWeight\": 1067,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/36703fc58933c01b3e0c3dfffddd3e7d-1.png\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1421389\",\n        \"pronumber\": \"8253210641\",\n        \"bolnumber\": \"134624872\"\n    },\n    {\n        \"shipmentID\": 134624987,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 175.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743552000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743638400000,\n        \"deliveryDate\": 1743638400000,\n        \"shipperName\": \"True North Enterprises\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd.\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"   NAVSUP WSS\",\n        \"consigneeAddress\": \"5450 CARLISLE PIKE BLDG 209\",\n        \"consigneeCity\": \"Mechanicsburg\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17055\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 825,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/9a526561-834d-40a2-afca-34981ad2c4b8.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL23F1DBM / REQ# N00024325911EE\"\n            }\n        ],\n        \"ponumber\": \"1322508\",\n        \"pronumber\": \"705378875\",\n        \"bolnumber\": \"134624987\"\n    },\n    {\n        \"shipmentID\": 134624988,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 394.72,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743552000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743984000000,\n        \"deliveryDate\": 1743984000000,\n        \"shipperName\": \"NATIONAL MANUFACTURING CO.\",\n        \"shipperAddress\": \"151 OLD NEW BRUNSWICK ROAD\",\n        \"shipperCity\": \"PISCATAWAY\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08854\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CRANE ARMY AMMUNITION ACTIVITY (CAA\",\n        \"consigneeAddress\": \"300 HIGHWAY 361, BLDG 148\",\n        \"consigneeCity\": \"CRANE\",\n        \"consigneeState\": \"IN\",\n        \"consigneeZip\": \"47522\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 18,\n        \"totalWeight\": 3390,\n        \"totalHU\": 18,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/8ebafa0efa4c21db22d4b3087f8defcc-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F109Z\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F109Z\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F109Z\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F109Z\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F109Z\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F109Z\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F109Z\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F109Z\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F109Z\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F109Z\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F109Z\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F109Z\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F109Z\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F109Z\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F109Z\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F109Z\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F109Z\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F109Z\"\n            }\n        ],\n        \"ponumber\": \"1414208\",\n        \"pronumber\": \"I098573607\",\n        \"bolnumber\": \"1354143\"\n    },\n    {\n        \"shipmentID\": 134625005,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 510.72,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743552000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743724800000,\n        \"deliveryDate\": 1743724800000,\n        \"shipperName\": \"LUXOTTICA – ESS - OAKLEY\",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 24,\n        \"totalWeight\": 1160,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/79b69384-058e-429c-937c-8fb76b1cb70c.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"8875293154\"\n            }\n        ],\n        \"ponumber\": \"1439762\",\n        \"pronumber\": \"783350713\",\n        \"bolnumber\": \"134625005\"\n    },\n    {\n        \"shipmentID\": 134625049,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 248.66,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743552000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744070400000,\n        \"deliveryDate\": 1744070400000,\n        \"shipperName\": \"BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DR\",\n        \"shipperCity\": \"BELLEVILLE\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CIF\",\n        \"consigneeAddress\": \"BLDG 4  D STREET\",\n        \"consigneeCity\": \"WILLIAMSBURG\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1354,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/42dfb84fa0a8b17ab468352ff48db7f9-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F140K\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F140K\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F140K\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F140K\"\n            }\n        ],\n        \"ponumber\": \"1438576\",\n        \"pronumber\": \"I815604939\",\n        \"bolnumber\": \"1354149\"\n    },\n    {\n        \"shipmentID\": 134625063,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 241.82,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743552000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744156800000,\n        \"deliveryDate\": 1744070400000,\n        \"shipperName\": \"L3HARRIS TECHNOLOGIES\",\n        \"shipperAddress\": \"1350 JEFFERSON ROAD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA DISTRIBUTION\",\n        \"consigneeAddress\": \"25600 SOUTH CHRISMAN ROAD\",\n        \"consigneeCity\": \"TRACY\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"95304\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 436,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/85c4b349ff76d6b829ff398a0c3e066e-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F187F\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F187F\"\n            }\n        ],\n        \"ponumber\": \"1435251\",\n        \"pronumber\": \"I731827485\",\n        \"bolnumber\": \"1354152\"\n    },\n    {\n        \"shipmentID\": 134625116,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743984000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744243200000,\n        \"deliveryDate\": 1744761600000,\n        \"shipperName\": \"MNEMONICS, INC\",\n        \"shipperAddress\": \"3900 DOW ROAD\",\n        \"shipperCity\": \"MELBOURNE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32934\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAWCAD WEBSTER FIELD ANNEX\",\n        \"consigneeAddress\": \"17598 WEBSTER FIELD RD BUILDING 8115\",\n        \"consigneeCity\": \"ST INIGOS\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20684\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 136,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/251588a0-9f9d-4175-842e-566266fc634f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F11C1\"\n            }\n        ],\n        \"ponumber\": \"1347862\",\n        \"pronumber\": \"I686858373\",\n        \"bolnumber\": \"1354203\"\n    },\n    {\n        \"shipmentID\": 134625120,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 188.57,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743552000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743638400000,\n        \"shipperName\": \"True North Enterprises\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd.\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Advanced Acoustics Concepts LLC\",\n        \"consigneeAddress\": \"1080 Eberly Way PA\",\n        \"consigneeCity\": \"Lemont Furnace\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"15456 \",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 560,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a1780ce7-b87c-4dbd-a061-91d2a5ab76b2.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F1900\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F1900 / REQ# N0002442251BKS\"\n            }\n        ],\n        \"ponumber\": \"1401948\",\n        \"pronumber\": \"705378883\",\n        \"bolnumber\": \"134625120\"\n    },\n    {\n        \"shipmentID\": 134625160,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743984000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744243200000,\n        \"deliveryDate\": 1744761600000,\n        \"shipperName\": \"MNEMONICS, INC\",\n        \"shipperAddress\": \"3900 DOW ROAD\",\n        \"shipperCity\": \"MELBOURNE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32934\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAWCAD WEBSTER FIELD ANNEX\",\n        \"consigneeAddress\": \"17598 WEBSTER FIELD RD BUILDING 8115\",\n        \"consigneeCity\": \"ST INIGOS\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20684\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 530,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/30d2bb11-035d-406c-8963-c1132cfcc39f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F11C3\"\n            }\n        ],\n        \"ponumber\": \"1347867\",\n        \"pronumber\": \"I686858364\",\n        \"bolnumber\": \"1354224\"\n    },\n    {\n        \"shipmentID\": 134625365,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 605.3,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743638400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744848000000,\n        \"deliveryDate\": 1744243200000,\n        \"shipperName\": \"JBC CORP\",\n        \"shipperAddress\": \"552 CENTRAL DR.\",\n        \"shipperCity\": \"VIRGINIA BEACH\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23454\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"1ST MLG 1ST SUPPLY BN\",\n        \"consigneeAddress\": \"7TH ST AND D AVE. BLDG. 22112\",\n        \"consigneeCity\": \"CAMP PENDLETON\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92055\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 2278,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/5d6c66fb-e939-4804-8dfb-f17afc17d176.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX24F116Z\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX24F116Z\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX24F116Z\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX24F116Z\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX24F116Z\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX24F116Z\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX24F116Z\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX24F116Z\"\n            }\n        ],\n        \"ponumber\": \"1400823\",\n        \"pronumber\": \"405372133\",\n        \"bolnumber\": \"1354326\"\n    },\n    {\n        \"shipmentID\": 134625398,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 172.11,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743552000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743724800000,\n        \"deliveryDate\": 1743724800000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VF IMAGEWEAR INC\",\n        \"consigneeAddress\": \"800 SOUTH MAIN STREET\",\n        \"consigneeCity\": \"HENNING\",\n        \"consigneeState\": \"TN\",\n        \"consigneeZip\": \"38041\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 44,\n        \"totalWeight\": 744,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/0d4aa082590a75eafb6aa11962f76238-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"72965566-20250317\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1260599\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"388924276\",\n        \"bolnumber\": \"134625398\"\n    },\n    {\n        \"shipmentID\": 134625655,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 114.68,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743552000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743724800000,\n        \"deliveryDate\": 1743724800000,\n        \"shipperName\": \"JBC CORP\",\n        \"shipperAddress\": \"552 CENTRAL DR.\",\n        \"shipperCity\": \"VIRGINIA BEACH\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23454\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA TROOP SUPPORT\",\n        \"consigneeAddress\": \"NECC MEDICAL CENTRAL ISSUE FACILITY CHEATHAM ANNEX\",\n        \"consigneeCity\": \"WILLIAMSBURG\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 762,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/4eddd4f6-dca7-4d8b-befc-9022364ca7bb.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE2D625F37NK\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE2D625F37NK\"\n            }\n        ],\n        \"ponumber\": \"1424934\",\n        \"pronumber\": \"028-0821343\",\n        \"bolnumber\": \"1354397\"\n    },\n    {\n        \"shipmentID\": 134625665,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743638400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744243200000,\n        \"deliveryDate\": 1744243200000,\n        \"shipperName\": \"CARSON INDUSTRIES INC.\",\n        \"shipperAddress\": \"110 NOBEL CT.\",\n        \"shipperCity\": \"ALPHARETTA\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30005\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA DISTRIBUTION\",\n        \"consigneeAddress\": \"SR W1A8 DLA DISTRIBUTION DDSP NEW CUMBERLAND FACILITY\",\n        \"consigneeCity\": \"NEW CUMBERLAND\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 682,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/406d57f6940ff30895b8c57c0d96b23a-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPRBL124F0141\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPRBL124F0141\"\n            }\n        ],\n        \"ponumber\": \"1401257\",\n        \"pronumber\": \"I854601741\",\n        \"bolnumber\": \"1354400\"\n    },\n    {\n        \"shipmentID\": 134625732,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 326.53,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743638400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743724800000,\n        \"deliveryDate\": 1743724800000,\n        \"shipperName\": \"FIRST SPEAR, LLC\",\n        \"shipperAddress\": \"2012 CORPORATE 44 DR\",\n        \"shipperCity\": \"FENTON\",\n        \"shipperState\": \"MO\",\n        \"shipperZip\": \"63026\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"SOFSA\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 4954,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/21bf247f8bf2ec4d7dff754a7abd05a7-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24P0013\"\n            }\n        ],\n        \"ponumber\": \"1401871\",\n        \"pronumber\": \"I815595129\",\n        \"bolnumber\": \"1354412\"\n    },\n    {\n        \"shipmentID\": 134625737,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1097.14,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743638400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744243200000,\n        \"deliveryDate\": 1744156800000,\n        \"shipperName\": \"PRECISION ELECTRONICS, INC.\",\n        \"shipperAddress\": \"1 DI TOMAS CT\",\n        \"shipperCity\": \"COPIAGUE\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11726\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC PORT HUENEME\",\n        \"consigneeAddress\": \"4364 MISSILE WAY BLDG. 435\",\n        \"consigneeCity\": \"PORT HUENEME\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"93043\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 3800,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c2d43811-9b39-452f-8e95-0c84e167047f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F18C9\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F18C9\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F18C9\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F18C9\"\n            }\n        ],\n        \"ponumber\": \"1394496\",\n        \"pronumber\": \"985169721\",\n        \"bolnumber\": \"1354413\"\n    },\n    {\n        \"shipmentID\": 134625761,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 145.53,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743638400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744070400000,\n        \"deliveryDate\": 1744070400000,\n        \"shipperName\": \"BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DR\",\n        \"shipperCity\": \"BELLEVILLE\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"109TH CES CEF\",\n        \"consigneeAddress\": \"1 AIR NATIONAL GUARD RD\",\n        \"consigneeCity\": \"STRATTON ANGB\",\n        \"consigneeState\": \"NY\",\n        \"consigneeZip\": \"12302\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 560,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/af7d1e6e73c443734722e4556d633833-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"W50S8J25FA013\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"W50S8J25FA013\"\n            }\n        ],\n        \"ponumber\": \"1440114\",\n        \"pronumber\": \"I362885058\",\n        \"bolnumber\": \"1354414\"\n    },\n    {\n        \"shipmentID\": 134626526,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 145.53,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743638400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743984000000,\n        \"deliveryDate\": 1744070400000,\n        \"shipperName\": \"STEINER-EOPTICS\",\n        \"shipperAddress\": \"3475 NEWMARK DRIVE\",\n        \"shipperCity\": \"MIAMISBURG\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"45342\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PDM CSW NSW ACCESSORIES FMS\",\n        \"consigneeAddress\": \"BLDG 91 RECEIVING\",\n        \"consigneeCity\": \"PICATINNY ARSENAL\",\n        \"consigneeState\": \"NJ\",\n        \"consigneeZip\": \"07806\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 624,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/83a3676f671bf934755ed8d1b29735c0-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F112R\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"Israel IS-B-VBL (A1) line 7 / Req BISK-4N-4263-9007\"\n            }\n        ],\n        \"ponumber\": \"1420814\",\n        \"pronumber\": \"I030075534\",\n        \"bolnumber\": \"1354563\"\n    },\n    {\n        \"shipmentID\": 134626614,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 600.17,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743638400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744243200000,\n        \"deliveryDate\": 1744243200000,\n        \"shipperName\": \"RFD Beaufort (Formerly Southwest Tactical)\",\n        \"shipperAddress\": \"11201 Armour Drive, Unit D\",\n        \"shipperCity\": \"El Paso\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"79935\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"OFFICE OF NAVAL INTELLIGENCE\",\n        \"consigneeAddress\": \"East Perimeter Rd Bldg 3094\",\n        \"consigneeCity\": \"Andrews Air Force Base\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20762\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1000,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/73df185a-0849-4630-b220-47585ed206e2.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1433497\",\n        \"pronumber\": \"405668546\",\n        \"bolnumber\": \"134626614\"\n    },\n    {\n        \"shipmentID\": 134626618,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 177.38,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743724800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744070400000,\n        \"shipperName\": \"COPASAT LLC\",\n        \"shipperAddress\": \"2020 WILD ACRES ROAD\",\n        \"shipperCity\": \"LARGO\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33777\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CACI INC FEDERAL\",\n        \"consigneeAddress\": \"3611-E RAMSEY STREET\",\n        \"consigneeCity\": \"FAYETTEVILLE\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28311\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1770,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/3d9181d0-f0fd-4f4f-8d85-d529cafaf4c2.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F1184\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F1184\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F1184\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F1184\"\n            }\n        ],\n        \"ponumber\": \"1420937\",\n        \"pronumber\": \"428738851\",\n        \"bolnumber\": \"1354587\"\n    },\n    {\n        \"shipmentID\": 134626645,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 150.04,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743724800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744070400000,\n        \"deliveryDate\": 1744156800000,\n        \"shipperName\": \"NORTH AMERICAN RESCUE\",\n        \"shipperAddress\": \"35 TEDWALL COURT\",\n        \"shipperCity\": \"GREER\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29650\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"172ND MDG\",\n        \"consigneeAddress\": \"141 MILITARY DR BLDG 129\",\n        \"consigneeCity\": \"JACKSON\",\n        \"consigneeState\": \"MS\",\n        \"consigneeZip\": \"39232\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 962,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/0e8a813163b41967ff99db96eb2faaaf-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX25F100Y\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX25F100Y\"\n            }\n        ],\n        \"ponumber\": \"1414945\",\n        \"pronumber\": \"I749243484\",\n        \"bolnumber\": \"1354589\"\n    },\n    {\n        \"shipmentID\": 134626648,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 142.21,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743638400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743724800000,\n        \"deliveryDate\": 1743724800000,\n        \"shipperName\": \"MED-ENG, LLC\",\n        \"shipperAddress\": \"103 TULLOCH DRIVE\",\n        \"shipperCity\": \"OGDENSBURG\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"13669\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PORTLAND ME PD\",\n        \"consigneeAddress\": \"109 MIDDLE ST\",\n        \"consigneeCity\": \"PORTLAND\",\n        \"consigneeState\": \"ME\",\n        \"consigneeZip\": \"04101\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 632,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/1885fcd7e0af82e19190c7888cdd17d7-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"80596\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"80596\"\n            }\n        ],\n        \"ponumber\": \"1440185\",\n        \"pronumber\": \"I647945343\",\n        \"bolnumber\": \"1354595\"\n    },\n    {\n        \"shipmentID\": 134626697,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 312.93,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743638400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743984000000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"IAP WORLDWIDE SERVICES INC\",\n        \"consigneeAddress\": \"4962 RIVERTON ROAD\",\n        \"consigneeCity\": \"DAYTON\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45414\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 670,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/14c76bd9-ee37-4f08-ae65-de83668c9fb9.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10WU\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPECIAL TACTICS BARS\"\n            }\n        ],\n        \"ponumber\": \"1419311\",\n        \"pronumber\": \"706196169\",\n        \"bolnumber\": \"1354601\"\n    },\n    {\n        \"shipmentID\": 134626740,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 491.26,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743638400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744156800000,\n        \"deliveryDate\": 1744070400000,\n        \"shipperName\": \"MID-ATLANTIC COMPUTER SERVICES\",\n        \"shipperAddress\": \"13030 ALONDRA BLVD\",\n        \"shipperCity\": \"CERRITOS\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"90703\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MODERN TECHNOLOGY SOLUTIONS INC\",\n        \"consigneeAddress\": \"360C QUALITY CIRCLE SUITE 310\",\n        \"consigneeCity\": \"HUNTSVILLE\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35806\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 3392,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/0a332fe9-1cc0-4ef0-98fa-efd7d9c18fcf.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F124U\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F124U\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F124U\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F124U\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F124U\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F124U\"\n            }\n        ],\n        \"ponumber\": \"1426413\",\n        \"pronumber\": \"638337501\",\n        \"bolnumber\": \"1354598\"\n    },\n    {\n        \"shipmentID\": 134626759,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 142.21,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743638400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743724800000,\n        \"deliveryDate\": 1743724800000,\n        \"shipperName\": \"LEX PRODUCTS\",\n        \"shipperAddress\": \"11 FOREST PARKWAY\",\n        \"shipperCity\": \"SHELTON\",\n        \"shipperState\": \"CT\",\n        \"shipperZip\": \"06484\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"US ARMY NATICK SOLDIER RDE CTR (NSR\",\n        \"consigneeAddress\": \"15 GENERAL GREENE AVE.\",\n        \"consigneeCity\": \"NATICK\",\n        \"consigneeState\": \"MA\",\n        \"consigneeZip\": \"01760\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 500,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/9f56dac8137c55c42db03a3227f705fd-1.png\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1411331\",\n        \"pronumber\": \"I748801728\",\n        \"bolnumber\": \"1354607\"\n    },\n    {\n        \"shipmentID\": 134626775,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 227.52,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743724800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743984000000,\n        \"deliveryDate\": 1743984000000,\n        \"shipperName\": \"SKYDIO, INC\",\n        \"shipperAddress\": \"27317 Industrial boulevard\",\n        \"shipperCity\": \"Hayward\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"94545\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"EVOLVING RESOURCES INC\",\n        \"consigneeAddress\": \"5284 ADOLFO RD STE 150\",\n        \"consigneeCity\": \"Camarillo\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"93012\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 659,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F19QT\"\n            }\n        ],\n        \"ponumber\": \"1398595\",\n        \"pronumber\": \"195582844\",\n        \"bolnumber\": \"134626775\"\n    },\n    {\n        \"shipmentID\": 134626897,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 656.66,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743724800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744243200000,\n        \"deliveryDate\": 1744243200000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"163rd LRS\",\n        \"consigneeAddress\": \"390\",\n        \"consigneeCity\": \"March ARB\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92518\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 120,\n        \"totalWeight\": 3498,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/446e73b92215cfb9c841b230588b6577-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"FA805124F0050\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1201572\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"F4ATA74137A0012XXX\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"0032236401\",\n        \"bolnumber\": \"134626897\"\n    },\n    {\n        \"shipmentID\": 134626925,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 171.53,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743638400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744329600000,\n        \"deliveryDate\": 1744329600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"622nd CES CEF\",\n        \"consigneeAddress\": \"1453 Ridenour Drive\",\n        \"consigneeCity\": \"Marietta\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"30069\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 90,\n        \"totalWeight\": 3282,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/a41f93a8b912789acce561cc4b584f1e-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"FA805124F0050\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1201577\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"F4ATA74137A0012XXX\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"388924284\",\n        \"bolnumber\": \"134626925\"\n    },\n    {\n        \"shipmentID\": 134626981,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 451.54,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743638400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744329600000,\n        \"deliveryDate\": 1744329600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA DISTRIBUTION SAN JOAQUIN 3DU\",\n        \"consigneeAddress\": \"25600 S CHRISMAN RD\",\n        \"consigneeCity\": \"TRACY\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"95304\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 51,\n        \"totalWeight\": 1656,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/83f4f663-79ab-4cf5-8dd6-c19fca40bf07.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EJ25F6526\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1256402\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"N6911750494954XXX\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EJ25F6526\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1256402\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"N6911750494954XXX\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"466656551\",\n        \"bolnumber\": \"134626981\"\n    },\n    {\n        \"shipmentID\": 134627321,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 145.53,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743724800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744070400000,\n        \"deliveryDate\": 1744070400000,\n        \"shipperName\": \"BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DR\",\n        \"shipperCity\": \"BELLEVILLE\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CIF\",\n        \"consigneeAddress\": \"BLDG 4  D STREET\",\n        \"consigneeCity\": \"WILLIAMSBURG\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 426,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/402e08f6abb3371aaf10e124b71fab8e-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F13L5\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13L5\"\n            }\n        ],\n        \"ponumber\": \"1435825\",\n        \"pronumber\": \"I363970566\",\n        \"bolnumber\": \"1354706\"\n    },\n    {\n        \"shipmentID\": 134627797,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 674.54,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743724800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744675200000,\n        \"deliveryDate\": 1744675200000,\n        \"shipperName\": \" Maxify Solution\",\n        \"shipperAddress\": \"6031 Airport Dr \",\n        \"shipperCity\": \"Charlotte \",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28208\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"110TH CHEM BN 48TH CHEM BDE\",\n        \"consigneeAddress\": \"BLDG 9640 I STREET BAY F\",\n        \"consigneeCity\": \"FORT LEWIS\",\n        \"consigneeState\": \"WA\",\n        \"consigneeZip\": \"98433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 600,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/eb104948-ff1e-4a8d-b51c-05c1051be953.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1435135\",\n        \"pronumber\": \"054642585\",\n        \"bolnumber\": \"134627797\"\n    },\n    {\n        \"shipmentID\": 134627806,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 139.98,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743724800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1743984000000,\n        \"shipperName\": \"Maxify Solution \",\n        \"shipperAddress\": \"6031 Airport Dr \",\n        \"shipperCity\": \"Charlotte\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28273\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 300,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/497e0f7d-c5e0-489b-8af1-716f06778662.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1440332\",\n        \"pronumber\": \"011-2837314\",\n        \"bolnumber\": \"134627806\"\n    },\n    {\n        \"shipmentID\": 134627814,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 279.2,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743984000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744675200000,\n        \"deliveryDate\": 1744243200000,\n        \"shipperName\": \"DEFENSE VENTURE HOLDINGS\",\n        \"shipperAddress\": \"2601 PERFORMANCE CT.\",\n        \"shipperCity\": \"VIRGINIA BEACH\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ENVISION BSC 67\",\n        \"consigneeAddress\": \"725 W PAINE ST BLDG 666\",\n        \"consigneeCity\": \"PETERSON AFB\",\n        \"consigneeState\": \"CO\",\n        \"consigneeZip\": \"80914\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 974,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/f9752cdfdc120041979dc00727c62a76-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"67250800001\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"67250800001\"\n            }\n        ],\n        \"ponumber\": \"1437601\",\n        \"pronumber\": \"I950797836\",\n        \"bolnumber\": \"1355027\"\n    },\n    {\n        \"shipmentID\": 134627815,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 276.91,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743724800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744329600000,\n        \"deliveryDate\": 1744329600000,\n        \"shipperName\": \"RAIDER OUTBOARDS INC\",\n        \"shipperAddress\": \"1885 ARMSTRONG DRIVE\",\n        \"shipperCity\": \"TITUSVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32780\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSW SBT12\",\n        \"consigneeAddress\": \"3402 TARAWA RD BLDG 214\",\n        \"consigneeCity\": \"SAN DIEGO\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92155\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 566,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/c996c8196edd1e563fd5df2c20549fdf-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F13XR\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F13XR\"\n            }\n        ],\n        \"ponumber\": \"1371288\",\n        \"pronumber\": \"I137787624\",\n        \"bolnumber\": \"1355026\"\n    },\n    {\n        \"shipmentID\": 134627855,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 259.33,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743724800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744156800000,\n        \"shipperName\": \"KRATOS UNMANNED AERIAL SYSTEMS\",\n        \"shipperAddress\": \"7501SW 29TH ST\",\n        \"shipperCity\": \"OKLAHOMA CITY\",\n        \"shipperState\": \"OK\",\n        \"shipperZip\": \"73179\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PDM TSMO (THREAT SYSTEMS MANAGEMENT\",\n        \"consigneeAddress\": \"BLDG 8695 OROGRANDE BASE CAMP\",\n        \"consigneeCity\": \"OROGRANDE\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88342\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 214,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/2446992f7e7d509ea63a3367cb6766f4-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F17LN\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F17LN\"\n            }\n        ],\n        \"ponumber\": \"1391778\",\n        \"pronumber\": \"9047016742\",\n        \"bolnumber\": \"1355552\"\n    },\n    {\n        \"shipmentID\": 134627879,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 384.03,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743724800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744243200000,\n        \"shipperName\": \"AFL\",\n        \"shipperAddress\": \"110 Hidden Lake Circle\",\n        \"shipperCity\": \"Duncan\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29334\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Wesco Distribution Inc.\",\n        \"consigneeAddress\": \"330 East Inner Rd.\",\n        \"consigneeCity\": \"Buzzards Bay\",\n        \"consigneeState\": \"MA\",\n        \"consigneeZip\": \"02542\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 20,\n        \"totalWeight\": 560,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/f9406bf5-8e22-4015-8486-917f19e66c0e.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1439496 \",\n        \"pronumber\": \"406053104\",\n        \"bolnumber\": \"134627879\"\n    },\n    {\n        \"shipmentID\": 134627895,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 139.98,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743724800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744070400000,\n        \"shipperName\": \"PIPE LINE DEVELOPMENT\",\n        \"shipperAddress\": \"11792 ALAMEDA DRIVE\",\n        \"shipperCity\": \"STRONGSVILLE, OH\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44149\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOLUTION BASED INNOVATION\",\n        \"consigneeAddress\": \"2656 QUALITY COURT\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 680,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/ab8a7158-851d-44f2-b8f8-176c75caa6be.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1335155\"\n            }\n        ],\n        \"ponumber\": \"1335155\",\n        \"pronumber\": \"008-5501885\",\n        \"bolnumber\": \"1355553\"\n    },\n    {\n        \"shipmentID\": 134627947,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 323.04,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743724800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744070400000,\n        \"deliveryDate\": 1744070400000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AHC IRELAND KNOX - MM\",\n        \"consigneeAddress\": \"200 Brule St\",\n        \"consigneeCity\": \"Fort Knox\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40121\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 418,\n        \"totalWeight\": 2420,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE2D625F2R63\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1258190\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"601002533\",\n        \"bolnumber\": \"134627947\"\n    },\n    {\n        \"shipmentID\": 134627995,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 666.19,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743724800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744243200000,\n        \"deliveryDate\": 1744243200000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA DISTRIBUTION\",\n        \"consigneeAddress\": \"2001 Normandy Dr DOOR 135 - 168\",\n        \"consigneeCity\": \"New Cumberland\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 15,\n        \"totalWeight\": 18000,\n        \"totalHU\": 15,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/9058be41-2930-46b0-b14b-5cdcaff80629.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EM24F10D9\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1206465\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"FE483541930000XXX\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"0032241335\",\n        \"bolnumber\": \"134627995\"\n    },\n    {\n        \"shipmentID\": 134628047,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 401.41,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743724800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744243200000,\n        \"deliveryDate\": 1744243200000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA DISTRIBUTION\",\n        \"consigneeAddress\": \"2001 Normandy Dr DOOR 135-168\",\n        \"consigneeCity\": \"New Cumberland\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 7200,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/387bfbe9-e668-40f4-a00a-e18efd792f41.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EM24F10D7\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1206463\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"FE485641930001XXX\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"0032241336\",\n        \"bolnumber\": \"134628047\"\n    },\n    {\n        \"shipmentID\": 134628075,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 345.51,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743724800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744329600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA DISTRIBUTION\",\n        \"consigneeAddress\": \"2001 Normandy Dr DOOR 135-168\",\n        \"consigneeCity\": \"New Cumberland\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 7200,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/3206611e5c240348d6054db4b94f4277-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EM24F10D6\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1206462\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"FE589741930002XXX\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"705363596\",\n        \"bolnumber\": \"134628075\"\n    },\n    {\n        \"shipmentID\": 134628103,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 172.1,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743724800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744070400000,\n        \"deliveryDate\": 1744070400000,\n        \"shipperName\": \"BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DR\",\n        \"shipperCity\": \"BELLEVILLE\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USCG BASE PORTSMOUTH\",\n        \"consigneeAddress\": \"4000 COAST GUARD BLVD\",\n        \"consigneeCity\": \"PORTSMOUTH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23703\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 766,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/d1436cc3-4ae5-421c-b663-2490451f0615.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F1410\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F1410\"\n            }\n        ],\n        \"ponumber\": \"1438577\",\n        \"pronumber\": \"I363970575\",\n        \"bolnumber\": \"1355583\"\n    },\n    {\n        \"shipmentID\": 134628122,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 512.88,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743724800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744675200000,\n        \"deliveryDate\": 1744588800000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"US ARMY DEPOT SIERRA\",\n        \"consigneeAddress\": \"74 C STREET BLDG 309\",\n        \"consigneeCity\": \"HERLONG\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"96113\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 84,\n        \"totalWeight\": 1476,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a82c2a43-f7b3-4a5e-9e7a-90968a4caf7d.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE1C125F0395\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1231050\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"W90W0742540085XXX\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE1C125F0395\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1231050\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"W90W0742540085XXX\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"466656562\",\n        \"bolnumber\": \"134628122\"\n    },\n    {\n        \"shipmentID\": 134628161,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 140.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743984000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743984000000,\n        \"deliveryDate\": 1743984000000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"OLGOONIK FEDERAL LLC\",\n        \"consigneeAddress\": \"150 LEE AVE\",\n        \"consigneeCity\": \"WINCHESTER\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22601\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 58,\n        \"totalWeight\": 910,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/6b69e2d80cd630d1dd108f935c096219-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1052-24H0610\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1231091\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"705363604\",\n        \"bolnumber\": \"134628161\"\n    },\n    {\n        \"shipmentID\": 134628185,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 891.08,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744070400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744329600000,\n        \"deliveryDate\": 1744243200000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CIF\",\n        \"consigneeAddress\": \"BLDG 4, D STREET\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 87,\n        \"totalWeight\": 1590,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/0e9662d30af33875b40893a621b17f21-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL24F1DLB\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL24F1DLB\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL24F1DLB\"\n            }\n        ],\n        \"ponumber\": \"1407706\",\n        \"pronumber\": \"0285927529\",\n        \"bolnumber\": \"134628185\"\n    },\n    {\n        \"shipmentID\": 134628230,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 140.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743984000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1743984000000,\n        \"deliveryDate\": 1743984000000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"OLGOONIK FEDERAL LLC\",\n        \"consigneeAddress\": \"150 LEE AVE\",\n        \"consigneeCity\": \"WINCHESTER \",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22601\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 58,\n        \"totalWeight\": 850,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/e9e6c6e86aef1e0a8bffe826b44028d3-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1052-24H0609\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1231086\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"705363612\",\n        \"bolnumber\": \"134628230\"\n    },\n    {\n        \"shipmentID\": 134628308,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 124.11,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743724800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1745366400000,\n        \"shipperName\": \"DEFENSE VENTURE HOLDINGS\",\n        \"shipperAddress\": \"2601 PERFORMANCE CT.\",\n        \"shipperCity\": \"VIRGINIA BEACH\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVSUP WSS\",\n        \"consigneeAddress\": \"5450 CARLISLE PIKE BLDG 107 S END\",\n        \"consigneeCity\": \"MECHANICSBURG\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17050\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 660,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F13WT\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13WT\"\n            }\n        ],\n        \"ponumber\": \"1438651\",\n        \"pronumber\": \"028-0829518\",\n        \"bolnumber\": \"1355603\"\n    },\n    {\n        \"shipmentID\": 134628317,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 216.82,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743984000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744329600000,\n        \"deliveryDate\": 1744243200000,\n        \"shipperName\": \"BAE SYSTEMS SPACE AND MISSION SYSTEMS INC\",\n        \"shipperAddress\": \"9675 W 108TH, CIR\",\n        \"shipperCity\": \"WESTMINSTER\",\n        \"shipperState\": \"CO\",\n        \"shipperZip\": \"80021\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVAIR CENTRAL KITTING ACTIVITY\",\n        \"consigneeAddress\": \"235 INDUSTRIAL LOOP\",\n        \"consigneeCity\": \"ORANGE PARK\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32073\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 280,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/f4b45ff23eabea36bfbc1caff798d507-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL23F13VZ\"\n            }\n        ],\n        \"ponumber\": \"1404194\",\n        \"pronumber\": \"I563166027\",\n        \"bolnumber\": \"1355604\"\n    },\n    {\n        \"shipmentID\": 134628342,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 968.39,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744070400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744675200000,\n        \"deliveryDate\": 1744675200000,\n        \"shipperName\": \"Zero Point Incorporated\",\n        \"shipperAddress\": \"1763 Princess Anne Road, Suite 101\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23456\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"19th SFG UT ARNG\",\n        \"consigneeAddress\": \"17800 S Camp Williams Rd Bldg 9500\",\n        \"consigneeCity\": \"Bluffdale\",\n        \"consigneeState\": \"UT\",\n        \"consigneeZip\": \"84065\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 2700,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/90c5d5f5-6ef7-4305-b240-809a7abfe3bc.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F17NX\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"W67K21420119D2\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F17NX\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"W67K21420119D2\"\n            }\n        ],\n        \"ponumber\": \"1392172\",\n        \"pronumber\": \"406285143\",\n        \"bolnumber\": \"134628342\"\n    },\n    {\n        \"shipmentID\": 134628460,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 140.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743984000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744070400000,\n        \"deliveryDate\": 1744070400000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"W7NX CIF ACTIVITY PA ARNG\",\n        \"consigneeAddress\": \"BLDG 14 12 FIRE LANE\",\n        \"consigneeCity\": \"ANNVILLE \",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17003-5003\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 33,\n        \"totalWeight\": 1098,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/34268e3f3b330761bfe33182bb8eb086-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EJ25F7983\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1263252\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"W91N2P50690010XXX\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"705363620\",\n        \"bolnumber\": \"134628460\"\n    },\n    {\n        \"shipmentID\": 134628487,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 390.51,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743984000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744156800000,\n        \"deliveryDate\": 1744156800000,\n        \"shipperName\": \"Midway Industrial Supply\",\n        \"shipperAddress\": \"3930 Eastbourne Dr.\",\n        \"shipperCity\": \"Syracuse\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"13206\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 1039,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/ad5f3f8e-4186-4f25-bbf8-affc55beb8f1.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1412844 \",\n        \"pronumber\": \"631687480\",\n        \"bolnumber\": \"134628487\"\n    },\n    {\n        \"shipmentID\": 134628515,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 199.33,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743984000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744761600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Medline Industries INC\",\n        \"consigneeAddress\": \"1 MEDLINE DR STE 100\",\n        \"consigneeCity\": \"Wilmer\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"75172\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 18,\n        \"totalWeight\": 440,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/172838d78418fc96a4db6c33c0aa570e-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"4518329576\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1256346\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"7382801941\",\n        \"bolnumber\": \"134628515\"\n    },\n    {\n        \"shipmentID\": 134628542,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 218.01,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743984000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745280000000,\n        \"deliveryDate\": 1745280000000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Medline Industries INC\",\n        \"consigneeAddress\": \"1 MEDLINE DR STE 100 \",\n        \"consigneeCity\": \"WILMER\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"75172\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 30,\n        \"totalWeight\": 536,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/937d0168c3a8bea29338fd58846216c5-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"4518404403\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1259556\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"388924039\",\n        \"bolnumber\": \"134628542\"\n    },\n    {\n        \"shipmentID\": 134628552,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 140.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743984000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744156800000,\n        \"deliveryDate\": 1744156800000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"OLGOONIK FEDERAL LLC\",\n        \"consigneeAddress\": \"150 LEE AVE\",\n        \"consigneeCity\": \"WINCHESTER \",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22601\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 56,\n        \"totalWeight\": 962,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/5928ff51-d509-4ab8-9477-474a954b1f6d.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1052-24H0604\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1231096\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"705363638\",\n        \"bolnumber\": \"134628552\"\n    },\n    {\n        \"shipmentID\": 134628572,\n        \"name\": \"SPAN ALASKA TRANSPORTATION\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 748.29,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SPAJ\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743984000000,\n        \"modeDesc\": \"Domestic Ocean\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1745539200000,\n        \"shipperName\": \"LEX PRODUCTS\",\n        \"shipperAddress\": \"15751 SW 41ST ST STE 300\",\n        \"shipperCity\": \"Davie\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33331\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"673RD MDSS\",\n        \"consigneeAddress\": \"5955 Zeamer Ave\",\n        \"consigneeCity\": \"JBER\",\n        \"consigneeState\": \"AK\",\n        \"consigneeZip\": \"99506\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 610,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/17955ef3-4c41-4ab8-acca-ffa8d364a4d3.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EX24F11HG\"\n            }\n        ],\n        \"ponumber\": \"1407339\",\n        \"pronumber\": \"4280039\",\n        \"bolnumber\": \"134628572\"\n    },\n    {\n        \"shipmentID\": 134629401,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 397.15,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743984000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744848000000,\n        \"shipperName\": \"The Protective Group\",\n        \"shipperAddress\": \"14100 NW 58TH CT \",\n        \"shipperCity\": \"MIAMI LAKES \",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33014\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"US ARMY DEPOT SIERRA\",\n        \"consigneeAddress\": \"CH47 AVIATION SUPPORT BLDG #362\",\n        \"consigneeCity\": \"Herlong\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"96113\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 226,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b571cea1-4f83-44ba-9f72-ee83098e7b13.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1386082\",\n        \"pronumber\": \"221106205\",\n        \"bolnumber\": \"134629401\"\n    },\n    {\n        \"shipmentID\": 134629446,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 204.45,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743984000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744070400000,\n        \"deliveryDate\": 1744070400000,\n        \"shipperName\": \"INTERSURGICAL/MAIN OCEAN\",\n        \"shipperAddress\": \"300 A TRADE ZONE BLVD\",\n        \"shipperCity\": \"SUMMERVILLE\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29486\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 3108,\n        \"totalHU\": 12,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/068105066ab53d82c7ae0b42e8f9add0-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1439764\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1439764\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1439764\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1439764\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1439764\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1439764\"\n            }\n        ],\n        \"ponumber\": \"1439764\",\n        \"pronumber\": \"422486051\",\n        \"bolnumber\": \"1355723\"\n    },\n    {\n        \"shipmentID\": 134629480,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 446.98,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743984000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744329600000,\n        \"deliveryDate\": 1744329600000,\n        \"shipperName\": \" Operative Experience\",\n        \"shipperAddress\": \"1007 Old Philadelphia RD BLDG 1B Suite 300\",\n        \"shipperCity\": \"Aberdeen\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"125TH MDG\",\n        \"consigneeAddress\": \"14300 Fang Drive BLDG 3\",\n        \"consigneeCity\": \"Jacksonville\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32218\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 820,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/454e8621-aed9-4d3c-9cba-a986bb66851c.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EX25F102B\"\n            }\n        ],\n        \"ponumber\": \"1414886\",\n        \"pronumber\": \"973248780\",\n        \"bolnumber\": \"134629480\"\n    },\n    {\n        \"shipmentID\": 134629602,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 142.21,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744156800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744243200000,\n        \"deliveryDate\": 1744243200000,\n        \"shipperName\": \"KONGSBERG DEFENSE AND AEROSPACE\",\n        \"shipperAddress\": \"210 INDUSTRIAL PARK RD\",\n        \"shipperCity\": \"JOHNSTOWN\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"15904\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PDM CSW REMOTE WEAPONS STATION (RWS\",\n        \"consigneeAddress\": \"BAT 4 ROAD, BLDG 3305\",\n        \"consigneeCity\": \"PICATINNY ARSENAL\",\n        \"consigneeState\": \"NJ\",\n        \"consigneeZip\": \"07806\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 328,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/2c154930e465f39d999e36a220e39244-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F11QX\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F11QX\"\n            }\n        ],\n        \"ponumber\": \"1423260\",\n        \"pronumber\": \"I625367799\",\n        \"bolnumber\": \"1355743\"\n    },\n    {\n        \"shipmentID\": 134629606,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 273.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743984000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744070400000,\n        \"deliveryDate\": 1744070400000,\n        \"shipperName\": \"VELOCITY SYSTEMS LLC\",\n        \"shipperAddress\": \"45064 UNDERWOOD LANE UNIT B\",\n        \"shipperCity\": \"DULLES\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"20166\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DEAV\",\n        \"consigneeAddress\": \"7952 CLUNY CT SA-7D\",\n        \"consigneeCity\": \"Springfield\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22153\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 780,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/54d4f396-2da5-4585-9854-8bba028ad879.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"19AQMM24F7352\"\n            }\n        ],\n        \"ponumber\": \"1398111\",\n        \"pronumber\": \"406522023\",\n        \"bolnumber\": \"134629606\"\n    },\n    {\n        \"shipmentID\": 134629674,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 241.82,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743984000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744675200000,\n        \"deliveryDate\": 1744675200000,\n        \"shipperName\": \"THALES DEFENSE & SECURITY, INC\",\n        \"shipperAddress\": \"22605 GATEWAY CENTER DRIVE\",\n        \"shipperCity\": \"CLARKSBURG\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"20871\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NIWC PACIFIC (NAVAL INFORMATION WAR\",\n        \"consigneeAddress\": \"4297 PACIFIC HWY BLDG 7\",\n        \"consigneeCity\": \"SAN DIEGO\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92110\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 380,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/aec727f3-bb52-438a-8e76-5e637d4a1c35.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F125X\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F125X\"\n            }\n        ],\n        \"ponumber\": \"1426675\",\n        \"pronumber\": \"I796593348\",\n        \"bolnumber\": \"1355763\"\n    },\n    {\n        \"shipmentID\": 134629708,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 231.87,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743984000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744070400000,\n        \"deliveryDate\": 1744070400000,\n        \"shipperName\": \"Team Wendy LLC\",\n        \"shipperAddress\": \"17000 St. Clair Ave. Bldg. 1\",\n        \"shipperCity\": \"Cleveland\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44110\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PECKHAM VOCATIONAL INDUSTRIES INC\",\n        \"consigneeAddress\": \"7100 MILLETT HWY\",\n        \"consigneeCity\": \"Lansing\",\n        \"consigneeState\": \"MI\",\n        \"consigneeZip\": \"48917\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1177,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/8aa2424bc4ce87bb1d8112bdc3b4eb9e-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Ship ID 15764\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Ship ID 15764\"\n            }\n        ],\n        \"ponumber\": \"1402339\",\n        \"pronumber\": \"I088105212\",\n        \"bolnumber\": \"134629708\"\n    },\n    {\n        \"shipmentID\": 134629791,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 400.3,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744070400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744675200000,\n        \"deliveryDate\": 1744675200000,\n        \"shipperName\": \"SELECT FABRICATORS\",\n        \"shipperAddress\": \"6 FRAMARK DRIVE\",\n        \"shipperCity\": \"VICTOR\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14564\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USSS TSD\",\n        \"consigneeAddress\": \"245 MURRAY LANE SW BLDG T-5\",\n        \"consigneeCity\": \"WASHINGTON\",\n        \"consigneeState\": \"DC\",\n        \"consigneeZip\": \"20223\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 3700,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/97546d9a-2746-400a-bfda-33dbe7bdb303.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EM25F101K\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EM25F101K\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EM25F101K\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EM25F101K\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EM25F101K\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EM25F101K\"\n            }\n        ],\n        \"ponumber\": \"1419559\",\n        \"pronumber\": \"441959195\",\n        \"bolnumber\": \"1355806\"\n    },\n    {\n        \"shipmentID\": 134629885,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1350.56,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743984000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744675200000,\n        \"deliveryDate\": 1744675200000,\n        \"shipperName\": \"Electric Apparatus Company\",\n        \"shipperAddress\": \"409 Roosevelt Street\",\n        \"shipperCity\": \"Howell\",\n        \"shipperState\": \"MI\",\n        \"shipperZip\": \"48843\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"309TH MXSG\",\n        \"consigneeAddress\": \"5832 H AVE, BAY J BUILDING 843\",\n        \"consigneeCity\": \"HILL AFB\",\n        \"consigneeState\": \"UT\",\n        \"consigneeZip\": \"84056\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 3000,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/4d10f299-4e7a-4df8-818a-9c58fc25c06e.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"0064179912\"\n            }\n        ],\n        \"ponumber\": \"1393873 \",\n        \"pronumber\": \"0690882858\",\n        \"bolnumber\": \"134629885\"\n    },\n    {\n        \"shipmentID\": 134629902,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 311.08,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744070400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744243200000,\n        \"deliveryDate\": 1744243200000,\n        \"shipperName\": \"AWS, INC\",\n        \"shipperAddress\": \"1405 WATERLESS ST.\",\n        \"shipperCity\": \"FAYETTEVILLE\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28306\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"LOCKHEED MARTIN CORP\",\n        \"consigneeAddress\": \"5749 BRIAR HILL RD BLDG 221\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 4440,\n        \"totalHU\": 12,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/d4066ba33d504a9f0a097ac5592ca9e4-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"4500063368\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"H92254-17-D-0001\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"4500063368\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"H92254-17-D-0001\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"4500063368\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"H92254-17-D-0001\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"4500063368\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"H92254-17-D-0001\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"4500063368\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"H92254-17-D-0001\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"4500063368\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"H92254-17-D-0001\"\n            }\n        ],\n        \"ponumber\": \"1432131\",\n        \"pronumber\": \"424068087\",\n        \"bolnumber\": \"1355826\"\n    },\n    {\n        \"shipmentID\": 134630125,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 611.38,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744070400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744675200000,\n        \"shipperName\": \"KIFARU INTERNATIONAL\",\n        \"shipperAddress\": \"511 E SUNSET DRIVE\",\n        \"shipperCity\": \"RIVERTON\",\n        \"shipperState\": \"WY\",\n        \"shipperZip\": \"82501\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"CETSA BLUEGRASS STATION\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 2388,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/9dd36f3febfd0930235d5a02db40cd44-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F198H\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F198H\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F198H\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F198H\"\n            }\n        ],\n        \"ponumber\": \"1397088\",\n        \"pronumber\": \"7562437912\",\n        \"bolnumber\": \"1355843\"\n    },\n    {\n        \"shipmentID\": 134630167,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 433.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744070400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744588800000,\n        \"deliveryDate\": 1744761600000,\n        \"shipperName\": \"5.11 INC.\",\n        \"shipperAddress\": \"3201 N. Airport Way\",\n        \"shipperCity\": \"Manteca\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"95336\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FBI ORC\",\n        \"consigneeAddress\": \"1000 Falls Run Dr\",\n        \"consigneeCity\": \"Fredericksburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22406\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 16,\n        \"totalWeight\": 349,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/f6e65e91-4797-40ec-bdcc-2865d7d70c30.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1439520 \",\n        \"pronumber\": \"156833208\",\n        \"bolnumber\": \"134630167\"\n    },\n    {\n        \"shipmentID\": 134630197,\n        \"name\": \"SPAN ALASKA TRANSPORTATION\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 681.41,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SPAJ\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744761600000,\n        \"modeDesc\": \"Domestic Ocean\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1745884800000,\n        \"shipperName\": \"Ricochet Manufacturing Co., Inc. \",\n        \"shipperAddress\": \"4700 Wissahickon Ave, Suite 112\",\n        \"shipperCity\": \"Philadelphia\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19144\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"354th CES CEF \",\n        \"consigneeAddress\": \"2310 CENTRAL AVE  STE1\",\n        \"consigneeCity\": \"EIELSON AFB\",\n        \"consigneeState\": \"AK\",\n        \"consigneeZip\": \"99702\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 131,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a9e74af3-9fce-4e40-899b-c075ac339182.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1435696\",\n        \"pronumber\": \"4286950\",\n        \"bolnumber\": \"134630197\"\n    },\n    {\n        \"shipmentID\": 134630910,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 142.21,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744070400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744156800000,\n        \"deliveryDate\": 1744156800000,\n        \"shipperName\": \"ELECTROMET CORPORATION\",\n        \"shipperAddress\": \"879 COMMONWEALTH AVE\",\n        \"shipperCity\": \"HAGERTOWN\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21740\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAWC AD 4.11.2\",\n        \"consigneeAddress\": \"17598 WEBSTER FIELD ROAD BLDG 8115\",\n        \"consigneeCity\": \"ST INIGOES\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20684\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 820,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/02ed55308c7c38af0056979c66074b69-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL23F13WU\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL23F13WU\"\n            }\n        ],\n        \"ponumber\": \"1279857\",\n        \"pronumber\": \"I300867813\",\n        \"bolnumber\": \"1355926\"\n    },\n    {\n        \"shipmentID\": 134631053,\n        \"name\": \"DHX DEPENDABLE HAWAIIAN EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 938.19,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744156800000,\n        \"modeDesc\": \"Domestic Ocean\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1745452800000,\n        \"shipperName\": \"LEX PRODUCTS\",\n        \"shipperAddress\": \"15751 SW 41ST ST, STE 300\",\n        \"shipperCity\": \"Davie\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33331\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"15TH MDG\",\n        \"consigneeAddress\": \"900 HANGAR AVENUE \",\n        \"consigneeCity\": \"HICKAM AFB\",\n        \"consigneeState\": \"HI\",\n        \"consigneeZip\": \"96853\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 610,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/d857d968-d760-42fe-8912-2e0df3727827.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EX24F11HD\"\n            }\n        ],\n        \"ponumber\": \"1407336 \",\n        \"pronumber\": \"3176340 \",\n        \"bolnumber\": \"134631053\"\n    },\n    {\n        \"shipmentID\": 134631118,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 400.72,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744243200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744675200000,\n        \"deliveryDate\": 1744675200000,\n        \"shipperName\": \"True North Enterprises\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd. Units 108-109\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PD MAIN BATTLE TANK SYSTEMS (MBTS)\",\n        \"consigneeAddress\": \"BLDG 88037 LOGISTICS LANE\",\n        \"consigneeCity\": \"FORT CAVAZOS\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"76544\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 2030,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/f09525d4835512b447d4789ac13fa2a1-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"REQ# W50REN42651ERW\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL24F1DF3\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"REQ# W50REN42651ERW\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL24F1DF3\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"REQ# W50REN42651ERW\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL24F1DF3\"\n            }\n        ],\n        \"ponumber\": \"1408206\",\n        \"pronumber\": \"422520535\",\n        \"bolnumber\": \"134631118\"\n    },\n    {\n        \"shipmentID\": 134631136,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744070400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744243200000,\n        \"deliveryDate\": 1744243200000,\n        \"shipperName\": \"MUSTANGSURVIVAL\",\n        \"shipperAddress\": \"201 BUSCH DRIVE\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 650,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/5140ddbbebd1dfe989136e49b9f4e4d5-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1422303\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1422303\"\n            }\n        ],\n        \"ponumber\": \"1422303\",\n        \"pronumber\": \"I889970121\",\n        \"bolnumber\": \"1356325\"\n    },\n    {\n        \"shipmentID\": 134631181,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 279.2,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744070400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744675200000,\n        \"deliveryDate\": 1744329600000,\n        \"shipperName\": \"TYR TACTICAL\",\n        \"shipperAddress\": \"9330 N 91ST AVE\",\n        \"shipperCity\": \"PEORIA\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"SOFSA\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 888,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/f7822cc5-65d6-4c64-88de-848c94f58240.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24P0013\"\n            }\n        ],\n        \"ponumber\": \"1401890\",\n        \"pronumber\": \"I314086779\",\n        \"bolnumber\": \"1356330\"\n    },\n    {\n        \"shipmentID\": 134631189,\n        \"name\": \"none\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744156800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744761600000,\n        \"shipperName\": \"Amer Sports\",\n        \"shipperAddress\": \"961 West 2nd St.\",\n        \"shipperCity\": \"Ogden\",\n        \"shipperState\": \"UT\",\n        \"shipperZip\": \"84404\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"91st SFG\",\n        \"consigneeAddress\": \"330 Tanker Trail\",\n        \"consigneeCity\": \"Minot AFB\",\n        \"consigneeState\": \"ND\",\n        \"consigneeZip\": \"58705\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 38,\n        \"totalWeight\": 1420,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/68ca533c-3370-4310-b088-083b3d35d9db.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1440203\",\n        \"pronumber\": \"\",\n        \"bolnumber\": \"134631189\"\n    },\n    {\n        \"shipmentID\": 134631212,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 492.67,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744156800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744329600000,\n        \"deliveryDate\": 1744329600000,\n        \"shipperName\": \" Brenner Metal Products\",\n        \"shipperAddress\": \"90 Dayton Ave. Bldg. 14 Unit 1F\",\n        \"shipperCity\": \"Passaic\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"07055\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVMEDREADLOGCOM\",\n        \"consigneeAddress\": \" Bldg 565, Atrim Road\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1410,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/cab9ec37d3917419c433b534bcc2bf00-1.png\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1440384\",\n        \"pronumber\": \"0842454597\",\n        \"bolnumber\": \"134631212\"\n    },\n    {\n        \"shipmentID\": 134631482,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 536.68,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744156800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744761600000,\n        \"deliveryDate\": 1744761600000,\n        \"shipperName\": \"Pulse Systems Inc.\",\n        \"shipperAddress\": \"15 Plymouth Drive, Unit A\",\n        \"shipperCity\": \"South Easton\",\n        \"shipperState\": \"MA\",\n        \"shipperZip\": \"02375\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAWCWD 539400E (AIRBORNE THREAT SIMULATION)\",\n        \"consigneeAddress\": \"RONALD REAGAN BLVD. BLDG 351, ROOM 1210\",\n        \"consigneeCity\": \"Point Mugu Naws\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"93042\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 784,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/2b460b57-869b-45b2-bb9d-e5830f4924a6.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"CODE EB46100\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"N6312642171B3S\"\n            }\n        ],\n        \"ponumber\": \"1393695\",\n        \"pronumber\": \"0800944069\",\n        \"bolnumber\": \"134631482\"\n    },\n    {\n        \"shipmentID\": 134631567,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 2131.57,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744156800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745452800000,\n        \"deliveryDate\": 1745452800000,\n        \"shipperName\": \"ULTRA ELECTRONICS TCS INC\",\n        \"shipperAddress\": \"5990 COTE-DE-LIESSE BLVD\",\n        \"shipperCity\": \"MONT-ROYAL\",\n        \"shipperState\": \"QC\",\n        \"shipperZip\": \"H4T 1V7\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PDM NETMOD (NETWORK MODERNIZATION)\",\n        \"consigneeAddress\": \"1730 BARTON CHAPEL RD,\",\n        \"consigneeCity\": \"Augusta\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"30909\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 2512,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/baf1f004-179a-4905-87e4-c83088eab92a.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"ADS PO\",\n                \"value\": \"SPE8EL25F13MR\"\n            }\n        ],\n        \"ponumber\": \"1436345\",\n        \"pronumber\": \"CN8551998\",\n        \"bolnumber\": \"134631567\"\n    },\n    {\n        \"shipmentID\": 134631707,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 548.3,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744243200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744675200000,\n        \"deliveryDate\": 1744675200000,\n        \"shipperName\": \"Zero Point Incorporated\",\n        \"shipperAddress\": \"  1763 Princess Anne Road\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23456\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MARSOC MRR 1ST MRB\",\n        \"consigneeAddress\": \"Stone Bay Rifle Range Road Bldg RR465\",\n        \"consigneeCity\": \"Sneads Ferry\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28460\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 8050,\n        \"totalHU\": 12,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/11301f34c2d3187b0c1884e020be8e58-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"M2097042321C1M\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1969\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"M2097042321C1M\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1969\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"M2097042321C1M\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1969\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"M2097042321C1M\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1969\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"M2097042321C1M\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1969\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"M2097042321C1M\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1969\"\n            }\n        ],\n        \"ponumber\": \"1397199\",\n        \"pronumber\": \"418543747\",\n        \"bolnumber\": \"134631707\"\n    },\n    {\n        \"shipmentID\": 134632405,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 752.87,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744156800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744329600000,\n        \"deliveryDate\": 1744329600000,\n        \"shipperName\": \"LUXOTTICA – ESS - OAKLEY\",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 46,\n        \"totalWeight\": 2124,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b325fc7d-d03a-4976-8060-360d991ec7bf.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8875703371\"\n            }\n        ],\n        \"ponumber\": \"1439744\",\n        \"pronumber\": \"783385993\",\n        \"bolnumber\": \"134632405\"\n    },\n    {\n        \"shipmentID\": 134632414,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 222.41,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744156800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744588800000,\n        \"shipperName\": \"OAKWOOD CONTROLS CORPORATION\",\n        \"shipperAddress\": \"159 INDUSTRIAL RD\",\n        \"shipperCity\": \"Glen Rock\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"17327\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"JXNM WEAPON SUSTAINMENT PROTOTYPING AND TESTING BRANCH\",\n        \"consigneeAddress\": \"300 HIGHWAY 361 BLDG 2521 WEST\",\n        \"consigneeCity\": \"Crane\",\n        \"consigneeState\": \"IN\",\n        \"consigneeZip\": \"47522\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 16,\n        \"totalWeight\": 500,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/98eef21cc57af49022c804ec4e20f546-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"RATED - DOC9, SHIP TO DODAAC N00164\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F11UM\"\n            }\n        ],\n        \"ponumber\": \"1424548\",\n        \"pronumber\": \"6782456402\",\n        \"bolnumber\": \"134632414\"\n    },\n    {\n        \"shipmentID\": 134632587,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1120.99,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744156800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744329600000,\n        \"deliveryDate\": 1744329600000,\n        \"shipperName\": \"Vertex Wireless, LLC\",\n        \"shipperAddress\": \"500 Wegner Drive\",\n        \"shipperCity\": \"West Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60185\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PDM AIR WARRIOR\",\n        \"consigneeAddress\": \"BLDG 8024 Cottonwood Drive\",\n        \"consigneeCity\": \"Redstone Arsenal\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35898 \",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 16,\n        \"totalWeight\": 14160,\n        \"totalHU\": 16,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/920dd3dd82e0b41a2f8924ac3b797ec8-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F148J\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"198924\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F148J\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"198924\"\n            }\n        ],\n        \"ponumber\": \"1440786\",\n        \"pronumber\": \"1282764272\",\n        \"bolnumber\": \"134632587\"\n    },\n    {\n        \"shipmentID\": 134632595,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 398.4,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744156800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744329600000,\n        \"deliveryDate\": 1744329600000,\n        \"shipperName\": \"DARN TOUGH VT\",\n        \"shipperAddress\": \"7 BELKNAP AVE\",\n        \"shipperCity\": \"NORTHFIELD\",\n        \"shipperState\": \"VT\",\n        \"shipperZip\": \"05663\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 3434,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/23c6aeb8-7681-4844-b920-b29a2c804ac2.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1424955\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1424955\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1424955\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1424955\"\n            }\n        ],\n        \"ponumber\": \"1424955\",\n        \"pronumber\": \"464209966\",\n        \"bolnumber\": \"1356403\"\n    },\n    {\n        \"shipmentID\": 134632704,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 147.1,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744156800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744329600000,\n        \"shipperName\": \"NORTH AMERICAN RESCUE\",\n        \"shipperAddress\": \"35 TEDWALL COURT\",\n        \"shipperCity\": \"GREER\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29650\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"192ND FW\",\n        \"consigneeAddress\": \"70 ELM STREET BLDG 223\",\n        \"consigneeCity\": \"JB LANGLEY-EUSTIS\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23665\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 962,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/21df7ea6-078c-4412-9bc3-24ffa74a685f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX25F1028\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX25F1028\"\n            }\n        ],\n        \"ponumber\": \"1414922\",\n        \"pronumber\": \"011-2887506\",\n        \"bolnumber\": \"1356505\"\n    },\n    {\n        \"shipmentID\": 134632738,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 147.1,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744156800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744675200000,\n        \"shipperName\": \"NORTH AMERICAN RESCUE\",\n        \"shipperAddress\": \"35 TEDWALL COURT\",\n        \"shipperCity\": \"GREER\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29650\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FBI TTU\",\n        \"consigneeAddress\": \"FBI ACADEMY - TTU\",\n        \"consigneeCity\": \"QUANTICO\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22135\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 862,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/6a49e8c5-25a3-4269-a428-1c33034b9591.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"15F06725F0000019\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"15F06725F0000019\"\n            }\n        ],\n        \"ponumber\": \"1437436\",\n        \"pronumber\": \"011-2887507\",\n        \"bolnumber\": \"1356507\"\n    },\n    {\n        \"shipmentID\": 134632755,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 327.73,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744156800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744761600000,\n        \"deliveryDate\": 1744761600000,\n        \"shipperName\": \"NORTH AMERICAN RESCUE\",\n        \"shipperAddress\": \"35 TEDWALL COURT\",\n        \"shipperCity\": \"GREER\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29650\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"124TH MDG\",\n        \"consigneeAddress\": \"4682 GENERAL MANNING AVE BLDG 310\",\n        \"consigneeCity\": \"BOISE\",\n        \"consigneeState\": \"ID\",\n        \"consigneeZip\": \"83705\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 962,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/aa19f1c653c10562c11c1a3b0f93c169-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX25F102F\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX25F102F\"\n            }\n        ],\n        \"ponumber\": \"1414878\",\n        \"pronumber\": \"I481021128\",\n        \"bolnumber\": \"1356508\"\n    },\n    {\n        \"shipmentID\": 134632805,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 145.84,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744156800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744329600000,\n        \"deliveryDate\": 1744329600000,\n        \"shipperName\": \"BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DR\",\n        \"shipperCity\": \"BELLEVILLE\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USCG BASE PORTSMOUTH\",\n        \"consigneeAddress\": \"4000 COAST GUARD BLVD\",\n        \"consigneeCity\": \"PORTSMOUTH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23703\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 594,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/5b76606d5343ce2391f388072fdb80e3-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F1410\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F1410\"\n            }\n        ],\n        \"ponumber\": \"1438577\",\n        \"pronumber\": \"I362122164\",\n        \"bolnumber\": \"1356513\"\n    },\n    {\n        \"shipmentID\": 134632888,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 563.44,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744156800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744761600000,\n        \"deliveryDate\": 1744675200000,\n        \"shipperName\": \"NORTH AMERICAN RESCUE\",\n        \"shipperAddress\": \"35 TEDWALL COURT\",\n        \"shipperCity\": \"GREER\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29650\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"146TH MDG\",\n        \"consigneeAddress\": \"106 MULCAHEY DR\",\n        \"consigneeCity\": \"PORT HUENEME\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"93041\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1938,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/818e42e3-1d54-4fcf-9122-77a72a2e08ae.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX25F1021\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX25F1021\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX25F1021\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX25F1021\"\n            }\n        ],\n        \"ponumber\": \"1415114\",\n        \"pronumber\": \"472202905\",\n        \"bolnumber\": \"1356528\"\n    },\n    {\n        \"shipmentID\": 134632891,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 227.97,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744675200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744761600000,\n        \"deliveryDate\": 1744761600000,\n        \"shipperName\": \"SKYDIO\",\n        \"shipperAddress\": \"27317 INDUSTRIAL BLVD\",\n        \"shipperCity\": \"Hayward\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"94545\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"EVOLVING RESOURCES INC\",\n        \"consigneeAddress\": \"5284 ADOLFO RD STE 150\",\n        \"consigneeCity\": \"Camarillo\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"93012\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 14,\n        \"totalWeight\": 648,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/79fbb153-854e-4d2a-b001-e44bee524a2a.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Q9703442391CFV\"\n            }\n        ],\n        \"ponumber\": \"1398595\",\n        \"pronumber\": \"667226114\",\n        \"bolnumber\": \"134632891\"\n    },\n    {\n        \"shipmentID\": 134632932,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 306.99,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744156800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744848000000,\n        \"deliveryDate\": 1744675200000,\n        \"shipperName\": \"MID-ATLANTIC COMPUTER SERVICES\",\n        \"shipperAddress\": \"13030 ALONDRA BLVD\",\n        \"shipperCity\": \"CERRITOS\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"90703\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"JXYM C2 INTEGRATION BRANCH\",\n        \"consigneeAddress\": \"300 HIGHWAY 361\",\n        \"consigneeCity\": \"CRANE\",\n        \"consigneeState\": \"IN\",\n        \"consigneeZip\": \"47522\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 730,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/65920a00307cd40d1f7a63aa345a6892-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F12N3\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F12N3\"\n            }\n        ],\n        \"ponumber\": \"1429926\",\n        \"pronumber\": \"I048350691\",\n        \"bolnumber\": \"1356533\"\n    },\n    {\n        \"shipmentID\": 134632978,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1331.04,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744243200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744675200000,\n        \"deliveryDate\": 1744675200000,\n        \"shipperName\": \"Thermo Fisher Scientific\",\n        \"shipperAddress\": \"1600 Lexington Ave. Dock 107\",\n        \"shipperCity\": \"Rochester\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14606\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"LCI DISTRIBUTION \",\n        \"consigneeAddress\": \"1131 CHAPEL CROSSING RD BLDG 680\",\n        \"consigneeCity\": \"Brunswick\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"31524\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 18,\n        \"totalWeight\": 5580,\n        \"totalHU\": 18,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/4dc8d586ef6dbcef016c7574e442455b-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"82768487\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"2224860-1\"\n            }\n        ],\n        \"ponumber\": \"1438133\",\n        \"pronumber\": \"I068574546\",\n        \"bolnumber\": \"134632978\"\n    },\n    {\n        \"shipmentID\": 134633077,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 915.29,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744156800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744675200000,\n        \"deliveryDate\": 1744675200000,\n        \"shipperName\": \"TYR TACTICAL LLC\",\n        \"shipperAddress\": \"9330 N 91ST AVE\",\n        \"shipperCity\": \"Peoria\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USMS TD\",\n        \"consigneeAddress\": \"1131 Chapel Crossing Rd BLDG 2200\",\n        \"consigneeCity\": \"GLYNCO\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"31524\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 3100,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/2a7c96f7c9a34ae64cabc6a8dab91d87-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"M-25-A46-R-000063\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"15M10425FA4700024\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"M-25-A46-R-000063\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"15M10425FA4700024\"\n            }\n        ],\n        \"ponumber\": \"1434502\",\n        \"pronumber\": \"2972382393\",\n        \"bolnumber\": \"134633077\"\n    },\n    {\n        \"shipmentID\": 134633094,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 209.69,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744329600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744675200000,\n        \"deliveryDate\": 1744675200000,\n        \"shipperName\": \"COB INDUSTRIES\",\n        \"shipperAddress\": \"6909 Vickie Circle\",\n        \"shipperCity\": \"Melbourne\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32904\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SBI\",\n        \"consigneeAddress\": \"2656 Quality Court\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 425,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/12cd7b092112e4d95b06a94ddf6a6d83-1.png\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1334880\",\n        \"pronumber\": \"416579051\",\n        \"bolnumber\": \"134633094\"\n    },\n    {\n        \"shipmentID\": 134633362,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 283.26,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744243200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744848000000,\n        \"deliveryDate\": 1744848000000,\n        \"shipperName\": \"BREACHING TECHNOLOGIES INC\",\n        \"shipperAddress\": \"17317 BANDERA ROAD\",\n        \"shipperCity\": \"HELOTES\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"78023\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSW BTC\",\n        \"consigneeAddress\": \"FT STORY 209 I STREET\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23459\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1466,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/c2ec07976853b8f7bcb608bc34f94853-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F13ZR\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13ZR\"\n            }\n        ],\n        \"ponumber\": \"1438644\",\n        \"pronumber\": \"424950804\",\n        \"bolnumber\": \"1356647\"\n    },\n    {\n        \"shipmentID\": 134634036,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 444.83,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744243200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1745280000000,\n        \"shipperName\": \"5.11 INC.\",\n        \"shipperAddress\": \"3201 N. Airport Way\",\n        \"shipperCity\": \"Manteca\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"95336\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FBI ORC\",\n        \"consigneeAddress\": \"1000 Falls Run Dr\",\n        \"consigneeCity\": \"Fredericksburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22406\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 290,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/61aba58d4d874fd89dc87af13c360307-1.png\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1440143  \",\n        \"pronumber\": \"5767870043\",\n        \"bolnumber\": \"134634036\"\n    },\n    {\n        \"shipmentID\": 134634149,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 140.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744243200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744588800000,\n        \"shipperName\": \"L3HARRIS TECHNOLOGIES\",\n        \"shipperAddress\": \"1350 JEFFERSON RD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 328,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/5309b37a-af17-42f9-a788-70e144804f8a.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1405641\"\n            }\n        ],\n        \"ponumber\": \"1405641\",\n        \"pronumber\": \"020-1249091\",\n        \"bolnumber\": \"1356703\"\n    },\n    {\n        \"shipmentID\": 134634196,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 140.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744243200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744588800000,\n        \"shipperName\": \"L3HARRIS TECHNOLOGIES\",\n        \"shipperAddress\": \"1350 JEFFERSON RD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 556,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c16b069e-88aa-4a29-82e3-c8974c89be96.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1405500\"\n            }\n        ],\n        \"ponumber\": \"1405500\",\n        \"pronumber\": \"020-1249090\",\n        \"bolnumber\": \"1356723\"\n    },\n    {\n        \"shipmentID\": 134634205,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1595,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744243200000,\n        \"modeDesc\": \"Volume LTL\",\n        \"estimatedDeliveryDate\": 1744588800000,\n        \"deliveryDate\": 1744588800000,\n        \"shipperName\": \"Exxel Outdoors\",\n        \"shipperAddress\": \"300 American Blvd\",\n        \"shipperCity\": \"Haleyville\",\n        \"shipperState\": \"AL\",\n        \"shipperZip\": \"35565\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 4900,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/a948e3150189dad8ccb7505089648be2-1.png\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1424023\",\n        \"pronumber\": \"0361068326\",\n        \"bolnumber\": \"134634205\"\n    },\n    {\n        \"shipmentID\": 134634519,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 290.26,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744329600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745193600000,\n        \"deliveryDate\": 1745193600000,\n        \"shipperName\": \"AYON CYBERSECURITY INC DBA VDC\",\n        \"shipperAddress\": \"5155 W KING STREET\",\n        \"shipperCity\": \"COCOA\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32926\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC PORT HUENEME\",\n        \"consigneeAddress\": \"4364 MISSILE WAY BLDG. 435\",\n        \"consigneeCity\": \"PORT HUENEME\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"93043\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 788,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/99981c57-6ada-4613-8b14-81cccba8922e.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1BD9\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1BD9\"\n            }\n        ],\n        \"ponumber\": \"1400587\",\n        \"pronumber\": \"520956413\",\n        \"bolnumber\": \"1356784\"\n    },\n    {\n        \"shipmentID\": 134634878,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 630.65,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744329600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745193600000,\n        \"deliveryDate\": 1744934400000,\n        \"shipperName\": \"DOCK HIGH LOGISTICS\",\n        \"shipperAddress\": \"13515 48TH STREET EAST\",\n        \"shipperCity\": \"SUMNER\",\n        \"shipperState\": \"WA\",\n        \"shipperZip\": \"98390\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 2294,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/12f02b6ecd88796605f6c933b8163d3a-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1439710\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1439710\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1439710\"\n            }\n        ],\n        \"ponumber\": \"1439710\",\n        \"pronumber\": \"2231069944\",\n        \"bolnumber\": \"1356884\"\n    },\n    {\n        \"shipmentID\": 134635806,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 400.96,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744329600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744675200000,\n        \"deliveryDate\": 1744675200000,\n        \"shipperName\": \"CRYE PRECISION - NJ\",\n        \"shipperAddress\": \"1157 GLOBE AVE\",\n        \"shipperCity\": \"MOUNTAINSIDE\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"07092\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MCLB ALBANY GARRISON SUPPLY\",\n        \"consigneeAddress\": \"1315 WEST OAKRIDGE DRIVE\",\n        \"consigneeCity\": \"ALBANY\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"31707\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1900,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/8807688d-4664-47b1-b8f6-8643982b193d.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"TMG-491317\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"FA805124P0023\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"TMG-491317\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"FA805124P0023\"\n            }\n        ],\n        \"ponumber\": \"1424339\",\n        \"pronumber\": \"0842384136\",\n        \"bolnumber\": \"1356905\"\n    },\n    {\n        \"shipmentID\": 134635929,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 376.32,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744329600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744761600000,\n        \"deliveryDate\": 1744761600000,\n        \"shipperName\": \"CRYE PRECISION - NJ\",\n        \"shipperAddress\": \"1157 GLOBE AVE\",\n        \"shipperCity\": \"MOUNTAINSIDE\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"07092\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"EXPLOSIVE ORDNANCE DISPOSAL (CXD)\",\n        \"consigneeAddress\": \"5835 BAY LINE DRIVE\",\n        \"consigneeCity\": \"PANAMA CITY\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32404\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1200,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/d3a565ad-9c3c-48cc-b546-ca5fe31a8f42.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"TMG-491316\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"FA805124P0023\"\n            }\n        ],\n        \"ponumber\": \"1418475\",\n        \"pronumber\": \"408627730\",\n        \"bolnumber\": \"1356907\"\n    },\n    {\n        \"shipmentID\": 134635937,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 434.16,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744329600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744675200000,\n        \"deliveryDate\": 1744675200000,\n        \"shipperName\": \"WILEY X, INC.\",\n        \"shipperAddress\": \"15755 PRESTON RD\",\n        \"shipperCity\": \"FRISCO\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75033\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 2844,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/c63d3b455b7b851cbd1b5bc6a1fe8c0b-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1430358\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1430358\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1430358\"\n            }\n        ],\n        \"ponumber\": \"1430358\",\n        \"pronumber\": \"423359045\",\n        \"bolnumber\": \"1356908\"\n    },\n    {\n        \"shipmentID\": 134635951,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744329600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744761600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Communication Center (UDO-Supply)\",\n        \"consigneeAddress\": \"3070 V St NE\",\n        \"consigneeCity\": \"Washington\",\n        \"consigneeState\": \"DC\",\n        \"consigneeZip\": \"20018\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 243,\n        \"totalWeight\": 6054,\n        \"totalHU\": 15,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/b20aa936c0792479c9ae2a29c800c784-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"70US0924F3OTH2962\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1183499\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"PR-24-USSS-523\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"70US0924F3OTH2962\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1183499\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"PR-24-USSS-523\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"70US0924F3OTH2962\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1183499\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"PR-24-USSS-523\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"70US0924F3OTH2962\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1183499\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"PR-24-USSS-523\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"70US0924F3OTH2962\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1183499\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"PR-24-USSS-523\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"7825890855\",\n        \"bolnumber\": \"134635951\"\n    },\n    {\n        \"shipmentID\": 134635985,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 373.35,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744329600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745280000000,\n        \"deliveryDate\": 1744848000000,\n        \"shipperName\": \"CASCADE DESIGNS\",\n        \"shipperAddress\": \"10990 LEAR BLVD\",\n        \"shipperCity\": \"RENO\",\n        \"shipperState\": \"NV\",\n        \"shipperZip\": \"89506\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1044,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/27123a1d-b473-4419-ac26-6db8de3b5052.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1422531\"\n            }\n        ],\n        \"ponumber\": \"1422531\",\n        \"pronumber\": \"777526201\",\n        \"bolnumber\": \"1356913\"\n    },\n    {\n        \"shipmentID\": 134635990,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 678.97,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744329600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744761600000,\n        \"shipperName\": \"SERKET - CESHI\",\n        \"shipperAddress\": \"5527 DISTRICT BLVD\",\n        \"shipperCity\": \"VERNON\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"90058\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"1ST BN 509TH IN REG\",\n        \"consigneeAddress\": \"1869 15TH STREET BLDG 2046\",\n        \"consigneeCity\": \"FORT JOHNSON\",\n        \"consigneeState\": \"LA\",\n        \"consigneeZip\": \"71459\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 3000,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/3312e569-3343-4617-abfd-836a12e88480.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F13RG\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F13RG\"\n            }\n        ],\n        \"ponumber\": \"1369595\",\n        \"pronumber\": null,\n        \"bolnumber\": \"1356912\"\n    },\n    {\n        \"shipmentID\": 134636003,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 819.43,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744588800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745798400000,\n        \"deliveryDate\": 1745798400000,\n        \"shipperName\": \"Valcom Manufacturing Group Inc.\",\n        \"shipperAddress\": \"175 SOUTHGATE DR\",\n        \"shipperCity\": \"GUELPH\",\n        \"shipperState\": \"ON\",\n        \"shipperZip\": \"N1G 3M5\",\n        \"shipperCountry\": \"CAN\",\n        \"consigneeName\": \"PMW A 170 ATCS\",\n        \"consigneeAddress\": \"4297 PACIFIC HWY BLDG 7\",\n        \"consigneeCity\": \"San Diego\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92110\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 360,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/3afa930b-a0d4-48d1-9a47-63ef225ab916.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1411112\",\n        \"pronumber\": \"122201402\",\n        \"bolnumber\": \"134636003\"\n    },\n    {\n        \"shipmentID\": 134636070,\n        \"name\": \"FedEx Freight Priority\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 973.75,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXFE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744329600000,\n        \"modeDesc\": \"Volume LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744934400000,\n        \"shipperName\": \"SKF/KAYDON plant 12a\",\n        \"shipperAddress\": \"840 CORPORATE CIR\",\n        \"shipperCity\": \"Sumter\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29154\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"W562RM-RED RIVER ARMY DEPOT   \",\n        \"consigneeAddress\": \"10TH ST AND K AVENUE          \",\n        \"consigneeCity\": \"Texarkana\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"75507\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 11,\n        \"totalWeight\": 5400,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/12235c726cc212b04d2acc4e64fb5a55-1.png\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1326915\",\n        \"pronumber\": \"5149874564\",\n        \"bolnumber\": \"134636070\"\n    },\n    {\n        \"shipmentID\": 134636083,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 418.17,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744329600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744848000000,\n        \"deliveryDate\": 1744848000000,\n        \"shipperName\": \"GETZ EQUIPMENT INNOVATORS\",\n        \"shipperAddress\": \"2320 LAKECREST DR.\",\n        \"shipperCity\": \"PEKIN\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"61554\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"309TH CMXG\",\n        \"consigneeAddress\": \"7226 SOUTHGATE AVE BLDG 257\",\n        \"consigneeCity\": \"HILL AFB\",\n        \"consigneeState\": \"UT\",\n        \"consigneeZip\": \"84056\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 2078,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/6e90dc358f922bcc82320c6453555994-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"PO-94608\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"PO-94608\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"PO-94608\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"PO-94608\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"PO-94608\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"PO-94608\"\n            }\n        ],\n        \"ponumber\": \"1434101\",\n        \"pronumber\": \"I047881476\",\n        \"bolnumber\": \"1356929\"\n    },\n    {\n        \"shipmentID\": 134636261,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 305.86,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744329600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744675200000,\n        \"deliveryDate\": 1744675200000,\n        \"shipperName\": \"SAFARILAND LLC\",\n        \"shipperAddress\": \"3041 FAYE RD\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32226\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 3334,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/1b96bb3916637d5e398aaef1deb51791-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1431271\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1431271\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1431271\"\n            }\n        ],\n        \"ponumber\": \"1431271\",\n        \"pronumber\": \"411441175\",\n        \"bolnumber\": \"1356953\"\n    },\n    {\n        \"shipmentID\": 134636340,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 128.55,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744329600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744848000000,\n        \"shipperName\": \"ELECTROMET CORPORATION\",\n        \"shipperAddress\": \"879 COMMONWEALTH AVE\",\n        \"shipperCity\": \"HAGERTOWN\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21740\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC PORT HUENEME DET YORKTOWN\",\n        \"consigneeAddress\": \"160 MAIN ROAD BLDG 476\",\n        \"consigneeCity\": \"YORKTOWN\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23691\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 650,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/981b0a6f-2728-47fb-8d58-b7c91839df7b.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10UC\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10UC\"\n            }\n        ],\n        \"ponumber\": \"1420008\",\n        \"pronumber\": \"027-0600760\",\n        \"bolnumber\": \"1356976\"\n    },\n    {\n        \"shipmentID\": 134636558,\n        \"name\": \"DHX DEPENDABLE HAWAIIAN EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 708.31,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745366400000,\n        \"modeDesc\": \"Domestic Ocean\",\n        \"estimatedDeliveryDate\": 1746576000000,\n        \"deliveryDate\": 1746576000000,\n        \"shipperName\": \"INTELSAT GENERAL COMMUNICATIONS\",\n        \"shipperAddress\": \"1155 W Devon Avenue, Suite 200\",\n        \"shipperCity\": \"Itasca\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60143\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"196TH IBCT USARPAC\",\n        \"consigneeAddress\": \"536 PALM CIRCLE DRIVE, BLDG T122\",\n        \"consigneeCity\": \"Fort Shafter\",\n        \"consigneeState\": \"HI\",\n        \"consigneeZip\": \"96858\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 295,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/0ab89810-f896-4d70-b9d4-e78455d1debf.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL25F14DB   W90KUR\"\n            }\n        ],\n        \"ponumber\": \"1441235\",\n        \"pronumber\": \"3178502\",\n        \"bolnumber\": \"134636558\"\n    },\n    {\n        \"shipmentID\": 134636696,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 366.03,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744588800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744848000000,\n        \"deliveryDate\": 1744848000000,\n        \"shipperName\": \"TYR TACTICAL\",\n        \"shipperAddress\": \"9330 N 91ST AVE\",\n        \"shipperCity\": \"PEORIA\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"OKLAHOMA CITY OK PD\",\n        \"consigneeAddress\": \"700 COLCORD DRIVE\",\n        \"consigneeCity\": \"OKLAHOMA CITY\",\n        \"consigneeState\": \"OK\",\n        \"consigneeZip\": \"73102\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 2200,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/fd4db3b2-e3be-4377-8909-201dfa0881f8.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"COKC_PO002016\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"COKC_PO002016\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"COKC_PO002016\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"COKC_PO002016\"\n            }\n        ],\n        \"ponumber\": \"1394225\",\n        \"pronumber\": \"257672553\",\n        \"bolnumber\": \"1357048\"\n    },\n    {\n        \"shipmentID\": 134637758,\n        \"name\": \"DHX DEPENDABLE HAWAIIAN EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 654.48,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744848000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1746144000000,\n        \"shipperName\": \"PHOKUS RESEARCH GROUP LLC\",\n        \"shipperAddress\": \"12225 WORLD TRADE DR. SUITE C/D\",\n        \"shipperCity\": \"San Diego\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92128\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"3rd MLG CLR 37 CLC 33\",\n        \"consigneeAddress\": \"BLDG 271\",\n        \"consigneeCity\": \"MCBH KANOEHE BAY\",\n        \"consigneeState\": \"HI\",\n        \"consigneeZip\": \"96863\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 326,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/48854f9f-bd99-4e0e-9ef8-f1f2f6b12f1b.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1431716\",\n        \"pronumber\": \"3180353 \",\n        \"bolnumber\": \"134637758\"\n    },\n    {\n        \"shipmentID\": 134637969,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 240.91,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744588800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1745193600000,\n        \"shipperName\": \"North American Rescue Simulation\",\n        \"shipperAddress\": \"2110 Spencer Ct \",\n        \"shipperCity\": \"La Grange\",\n        \"shipperState\": \"KY\",\n        \"shipperZip\": \"40031\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA TRP SPT\",\n        \"consigneeAddress\": \"7611A Brandon Woods Blvd\",\n        \"consigneeCity\": \"BALTIMORE\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"21226\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 300,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/25f1bcd2d49495a667d47e5dadf67cfa-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE2D525F9177 HT1081\"\n            }\n        ],\n        \"ponumber\": \"1435016\",\n        \"pronumber\": \"8732385141\",\n        \"bolnumber\": \"134637969\"\n    },\n    {\n        \"shipmentID\": 134637975,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 226.25,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744675200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744848000000,\n        \"shipperName\": \"DYNALEC CORPORATION\",\n        \"shipperAddress\": \"79 ROTTERDAM RD.\",\n        \"shipperCity\": \"SODUS\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14551\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC PHILADELPHIA\",\n        \"consigneeAddress\": \"1601 LANGLEY AVE\",\n        \"consigneeCity\": \"PHILADELPHIA\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"19112\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 400,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/180ef38238fb6725935e74c34b97b539-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX24F10YW\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX24F10YW\"\n            }\n        ],\n        \"ponumber\": \"1392466\",\n        \"pronumber\": \"7991361895\",\n        \"bolnumber\": \"1357123\"\n    },\n    {\n        \"shipmentID\": 134638007,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 145.84,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744588800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745366400000,\n        \"deliveryDate\": 1745452800000,\n        \"shipperName\": \"PELICAN\",\n        \"shipperAddress\": \"1564 INNOVATION BLVD\",\n        \"shipperCity\": \"CLAYTON\",\n        \"shipperState\": \"IN\",\n        \"shipperZip\": \"46118\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NEIC\",\n        \"consigneeAddress\": \"2025 TARTAR AVENUE, BLDG 543\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23461\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 512.7999877929688,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/290de3b359bf4b8a0416e83e1decc43c-1.png\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1441831\",\n        \"pronumber\": \"I125018379\",\n        \"bolnumber\": \"1357143\"\n    },\n    {\n        \"shipmentID\": 134638100,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 600.19,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745280000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1745798400000,\n        \"shipperName\": \"Aerial Machine & Tool\",\n        \"shipperAddress\": \"4298 Jeb Stuart Highway\",\n        \"shipperCity\": \"Meadows Dan\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"24120\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMA 202 AIRCREW SYSTEMS\",\n        \"consigneeAddress\": \"22697 HAMMOND RD, BLDG 653\",\n        \"consigneeCity\": \"Patuxent River\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20670\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 30,\n        \"totalWeight\": 2625,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/abc384ed-f711-4789-b253-cb6e1dd61679.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1384684 \",\n        \"pronumber\": \"029-0160985\",\n        \"bolnumber\": \"134638100\"\n    },\n    {\n        \"shipmentID\": 134638126,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 361.2,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744588800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744675200000,\n        \"deliveryDate\": 1744675200000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVSUP WSS\",\n        \"consigneeAddress\": \"5450 CARLISLE PIKE BLDG 107 S END\",\n        \"consigneeCity\": \"Mechanicsburg\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17055\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 80,\n        \"totalWeight\": 5008,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/74f7a40936cd3bcaf93dc47f928c5bde-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1C0N\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1217557\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"685321606\",\n        \"bolnumber\": \"134638126\"\n    },\n    {\n        \"shipmentID\": 134638199,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1134.51,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744675200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745107200000,\n        \"deliveryDate\": 1745193600000,\n        \"shipperName\": \"ARX PERIMETERS\",\n        \"shipperAddress\": \"421 HEATHROW CT\",\n        \"shipperCity\": \"BURR RIDGE\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60527\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"377TH SFS\",\n        \"consigneeAddress\": \"8251 GRIFFIN AVE BLDG 20412\",\n        \"consigneeCity\": \"KIRTLAND AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"87117\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 4400,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/0fed896c-7419-42e2-b8c4-3898582902c8.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"PO-95924\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"PO-95924\"\n            }\n        ],\n        \"ponumber\": \"1441930\",\n        \"pronumber\": \"0285861432\",\n        \"bolnumber\": \"1357601\"\n    },\n    {\n        \"shipmentID\": 134638223,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 142.52,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744588800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744848000000,\n        \"deliveryDate\": 1744848000000,\n        \"shipperName\": \"DARN TOUGH VT\",\n        \"shipperAddress\": \"7 BELKNAP AVE\",\n        \"shipperCity\": \"NORTHFIELD\",\n        \"shipperState\": \"VT\",\n        \"shipperZip\": \"05663\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 534,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/906a2f3aad16521a2dda5af64d63e124-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1424955\"\n            }\n        ],\n        \"ponumber\": \"1424955\",\n        \"pronumber\": \"I348370587\",\n        \"bolnumber\": \"1357603\"\n    },\n    {\n        \"shipmentID\": 134638306,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 145.84,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744675200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744934400000,\n        \"deliveryDate\": 1744848000000,\n        \"shipperName\": \"DEFENSE VENTURE HOLDINGS\",\n        \"shipperAddress\": \"2601 PERFORMANCE CT.\",\n        \"shipperCity\": \"VIRGINIA BEACH\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"WXS AIRBORNE ELECTRONIC ATTACK SYST\",\n        \"consigneeAddress\": \"300 HIGHWAY 361 BLDG 3330C\",\n        \"consigneeCity\": \"CRANE\",\n        \"consigneeState\": \"IN\",\n        \"consigneeZip\": \"47522\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 162,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/a83b7b8793d02a3ad5e227d95f7a5456-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F12HN\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F12HN\"\n            }\n        ],\n        \"ponumber\": \"1428953\",\n        \"pronumber\": \"I952449192\",\n        \"bolnumber\": \"1357623\"\n    },\n    {\n        \"shipmentID\": 134638423,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 384.57,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744675200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744934400000,\n        \"deliveryDate\": 1744934400000,\n        \"shipperName\": \"TRUSTED SYSTEMS/FAIRLAWN TOOL\",\n        \"shipperAddress\": \"1232 INDEPENDENCE WAY\",\n        \"shipperCity\": \"WESTMINSTER\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21157\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PORTSMOUTH NAVAL SHIPYARD\",\n        \"consigneeAddress\": \"PORTSMOUTH NAVAL SHIPYARD GF\",\n        \"consigneeCity\": \"KITTERY\",\n        \"consigneeState\": \"ME\",\n        \"consigneeZip\": \"03904\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 4200,\n        \"totalHU\": 12,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/868144fc9adeb76c4cee8e56dbe13bd2-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10SL\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10SL\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10SL\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10SL\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10SL\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10SL\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10SL\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10SL\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10SL\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10SL\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10SL\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10SL\"\n            }\n        ],\n        \"ponumber\": \"1418269\",\n        \"pronumber\": \"I129027771\",\n        \"bolnumber\": \"1357624\"\n    },\n    {\n        \"shipmentID\": 134638519,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 423.46,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744675200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745452800000,\n        \"deliveryDate\": 1745452800000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"LOCKHEED MARTIN CORP\",\n        \"consigneeAddress\": \"5749 BRIAR HILL RD BLDG 221\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1964,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/12609ba0-d09f-4a6c-a168-5db3f02620bc.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"4500062071\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"H92254-17-D-0001\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"4500062071\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"H92254-17-D-0001\"\n            }\n        ],\n        \"ponumber\": \"1427243\",\n        \"pronumber\": \"218606111\",\n        \"bolnumber\": \"1357664\"\n    },\n    {\n        \"shipmentID\": 134638551,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 675.8,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744675200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745884800000,\n        \"deliveryDate\": 1745884800000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"351ST SWTS\",\n        \"consigneeAddress\": \"7801 GRIFFIN AVE SE\",\n        \"consigneeCity\": \"KIRTLAND AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"87117\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 700,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a1d6ba11-c3f0-4cc8-b45f-3048115579b4.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F1229\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F1229\"\n            }\n        ],\n        \"ponumber\": \"1426052\",\n        \"pronumber\": \"990897165\",\n        \"bolnumber\": \"1357668\"\n    },\n    {\n        \"shipmentID\": 134638558,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 145.84,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744675200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744848000000,\n        \"deliveryDate\": 1744934400000,\n        \"shipperName\": \"BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DR\",\n        \"shipperCity\": \"BELLEVILLE\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USCG BASE PORTSMOUTH\",\n        \"consigneeAddress\": \"4000 COAST GUARD BLVD\",\n        \"consigneeCity\": \"PORTSMOUTH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23703\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 610,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/99d7abaed32922f2ee950e912333fde9-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F1410\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F1410\"\n            }\n        ],\n        \"ponumber\": \"1438577\",\n        \"pronumber\": \"362122326\",\n        \"bolnumber\": \"1357669\"\n    },\n    {\n        \"shipmentID\": 134638573,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 485.93,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744675200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745193600000,\n        \"deliveryDate\": 1745193600000,\n        \"shipperName\": \"SENCO INC\",\n        \"shipperAddress\": \"11005 DOVER ST\",\n        \"shipperCity\": \"WESTMINSTER\",\n        \"shipperState\": \"CO\",\n        \"shipperZip\": \"80021\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"SOFSA\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 2768,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/23dc2f0d-c789-4f51-bac0-8afbd0240e3f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA24P0013\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24P0013\"\n            }\n        ],\n        \"ponumber\": \"1401902\",\n        \"pronumber\": \"2241813088\",\n        \"bolnumber\": \"1357672\"\n    },\n    {\n        \"shipmentID\": 134638576,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 324.79,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744675200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745366400000,\n        \"deliveryDate\": 1745280000000,\n        \"shipperName\": \"B.E. MEYERS & CO.\",\n        \"shipperAddress\": \"9461 WILLOWS RD NE\",\n        \"shipperCity\": \"REDMOND\",\n        \"shipperState\": \"WA\",\n        \"shipperZip\": \"98052\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"JXNV AIRBORNE CREWSERVED WEAPONS BR\",\n        \"consigneeAddress\": \"300 HWY 361 BLDG 2521W\",\n        \"consigneeCity\": \"CRANE\",\n        \"consigneeState\": \"IN\",\n        \"consigneeZip\": \"47522\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 796,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/2d094c7e609c1d4d19fe3732031ed871-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F15B4\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F15B4\"\n            }\n        ],\n        \"ponumber\": \"1381389\",\n        \"pronumber\": \"I186584823\",\n        \"bolnumber\": \"1357670\"\n    },\n    {\n        \"shipmentID\": 134639262,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 145.84,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744675200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744848000000,\n        \"deliveryDate\": 1744848000000,\n        \"shipperName\": \"RAMI\",\n        \"shipperAddress\": \"14500 168TH AVE\",\n        \"shipperCity\": \"GRAND HAVEN\",\n        \"shipperState\": \"MI\",\n        \"shipperZip\": \"49417\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"TOBYHANNA ARMY DEPOT\",\n        \"consigneeAddress\": \"11 HAP ARNOLD BLVD BLDG 5\",\n        \"consigneeCity\": \"TOBYHANNA\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"18466\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 480,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/2bbcaa0ef28223ef90e8427b7c95624e-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F196N\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F196N\"\n            }\n        ],\n        \"ponumber\": \"1397266\",\n        \"pronumber\": \"I561871341\",\n        \"bolnumber\": \"1357687\"\n    },\n    {\n        \"shipmentID\": 134639305,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 154.03,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744675200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745193600000,\n        \"deliveryDate\": 1745193600000,\n        \"shipperName\": \"L3HARRIS TECHNOLOGIES\",\n        \"shipperAddress\": \"1350 JEFFERSON ROAD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SCIENCE APPLICATIONS INTERNATIONAL\",\n        \"consigneeAddress\": \"7413 MAGI ROAD\",\n        \"consigneeCity\": \"HANAHAN\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 318,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/f200faff-2e6a-42d0-acee-ca6b12dc37a0.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F1068\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"PALMETTO ONE\"\n            }\n        ],\n        \"ponumber\": \"1412237\",\n        \"pronumber\": \"I731827494 \",\n        \"bolnumber\": \"1357703\"\n    },\n    {\n        \"shipmentID\": 134639462,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 157.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744675200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744848000000,\n        \"deliveryDate\": 1744934400000,\n        \"shipperName\": \"MISSION SYSTEMS DAVENPORT\",\n        \"shipperAddress\": \"2734 HICKORY GROVE RD\",\n        \"shipperCity\": \"DAVENPORT\",\n        \"shipperState\": \"IA\",\n        \"shipperZip\": \"52804\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM UH PO (UTILITY HELICOPTERS PROJE\",\n        \"consigneeAddress\": \"BLDG 8024 COTTONWOOD ROAD\",\n        \"consigneeCity\": \"REDSTONE ARSENAL\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35898\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 650,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/702eeee0-c5c9-4d5e-9b99-98100d7ca668.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F12L2\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"R&FM UHPO\"\n            }\n        ],\n        \"ponumber\": \"1361647\",\n        \"pronumber\": \"I668547387\",\n        \"bolnumber\": \"1357768\"\n    },\n    {\n        \"shipmentID\": 134639589,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 598.44,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744675200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745193600000,\n        \"deliveryDate\": 1745193600000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SPIE (SOLDIER PROTECTION AND IND\",\n        \"consigneeAddress\": \"7100 MILLET HWY\",\n        \"consigneeCity\": \"LANSING\",\n        \"consigneeState\": \"MI\",\n        \"consigneeZip\": \"48917\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 3786,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/183f0adf-7445-424a-a30a-a0d8f0f0cdbd.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10WR\"\n            }\n        ],\n        \"ponumber\": \"1419198\",\n        \"pronumber\": \"990897176\",\n        \"bolnumber\": \"1357786\"\n    },\n    {\n        \"shipmentID\": 134639699,\n        \"name\": \"FedEx Freight Priority\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 285.27,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXFE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744675200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744848000000,\n        \"shipperName\": \"DEFENSE TECHNOLOGY EQUIPMENT INC.\",\n        \"shipperAddress\": \"21300 RIDGETOP CIRCLE\",\n        \"shipperCity\": \"STERLING\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"20166\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CEVA LOGISTICS US HOLDINGS INC\",\n        \"consigneeAddress\": \"230-39 INTL AIRPORT CENTER BLVD\",\n        \"consigneeCity\": \"SPRINGFIELD GARDENS\",\n        \"consigneeState\": \"NY\",\n        \"consigneeZip\": \"11413\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 204,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/cc527327243569fabffc1eef9dcec495-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1DMS\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1DMS\"\n            }\n        ],\n        \"ponumber\": \"1409082\",\n        \"pronumber\": \"6472542871\",\n        \"bolnumber\": \"1357804\"\n    },\n    {\n        \"shipmentID\": 134639810,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 114.92,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744675200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1744848000000,\n        \"shipperName\": \"JBC CORP\",\n        \"shipperAddress\": \"552 CENTRAL DR.\",\n        \"shipperCity\": \"VIRGINIA BEACH\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23454\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1730,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/586b40c6-6d4e-4462-a921-39a74339a769.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1433121\"\n            }\n        ],\n        \"ponumber\": \"1433121\",\n        \"pronumber\": \"028-0820491\",\n        \"bolnumber\": \"1357828\"\n    },\n    {\n        \"shipmentID\": 134639879,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 248.05,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744761600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744848000000,\n        \"deliveryDate\": 1744848000000,\n        \"shipperName\": \"VELOCITY SYSTEMS LLC\",\n        \"shipperAddress\": \"45064 UNDERWOOD LANE UNIT B\",\n        \"shipperCity\": \"Sterling\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"20166\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VF Imagewear Inc\",\n        \"consigneeAddress\": \"800 SOUTH MAIN STREET\",\n        \"consigneeCity\": \"Henning\",\n        \"consigneeState\": \"TN\",\n        \"consigneeZip\": \"38041\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 504,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/8f26b6edfa026d7a4336436ea243bd00-1.png\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1439457, 1439448\",\n        \"pronumber\": \"424062577\",\n        \"bolnumber\": \"134639879\"\n    },\n    {\n        \"shipmentID\": 134639900,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 225.4,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744675200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744848000000,\n        \"deliveryDate\": 1744848000000,\n        \"shipperName\": \"LUXOTTICA – ESS - OAKLEY\",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 305,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/7a01a7b2efd932417860ca130fec7ebe-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"8876068111\"\n            }\n        ],\n        \"ponumber\": \"à1437066\",\n        \"pronumber\": \"423483579\",\n        \"bolnumber\": \"134639900\"\n    },\n    {\n        \"shipmentID\": 134639915,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 990.66,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744675200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744934400000,\n        \"deliveryDate\": 1744934400000,\n        \"shipperName\": \"LUXOTTICA – ESS - OAKLEY\",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA TROOP SUPPORT HRR\",\n        \"consigneeAddress\": \"BLDG 13 DOOR 28\",\n        \"consigneeCity\": \"WRIGHT PATTERSON AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1830,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/9783212e-a786-456e-8b44-f74aec54cebf.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"8876270471\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"8876270471\"\n            }\n        ],\n        \"ponumber\": \"à1439744\",\n        \"pronumber\": \"0410721402\",\n        \"bolnumber\": \"134639915\"\n    },\n    {\n        \"shipmentID\": 134640235,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 128.55,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744675200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1745193600000,\n        \"shipperName\": \"AIRBOSS DEFENSE GROUP\",\n        \"shipperAddress\": \"8261 PRESTON CT\",\n        \"shipperCity\": \"JESSUP\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"20794\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VALIANT INTEGRATED SERVICES LLC\",\n        \"consigneeAddress\": \"8384 TERMINAL ROAD\",\n        \"consigneeCity\": \"LORTON\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22079\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 460,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/012e2f13-1c52-4cf2-81f6-db3c81856c48.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"2222371\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"HDTRA1-14-D-0013\"\n            }\n        ],\n        \"ponumber\": \"1424326\",\n        \"pronumber\": \"026-2744153\",\n        \"bolnumber\": \"1357883\"\n    },\n    {\n        \"shipmentID\": 134640243,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 128.55,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744675200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1745193600000,\n        \"shipperName\": \"AIRBOSS DEFENSE GROUP\",\n        \"shipperAddress\": \"8261 PRESTON CT\",\n        \"shipperCity\": \"JESSUP\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"20794\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VALIANT INTEGRATED SERVICES LLC\",\n        \"consigneeAddress\": \"8384 TERMINAL ROAD\",\n        \"consigneeCity\": \"LORTON\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22079\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 460,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/231ac655-6450-4fab-8c7f-87a469eedd7c.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"2222370\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"HDTRA1-14-D-0013\"\n            }\n        ],\n        \"ponumber\": \"1424327\",\n        \"pronumber\": \"026-2744154\",\n        \"bolnumber\": \"1357903\"\n    },\n    {\n        \"shipmentID\": 134640253,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 684.57,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744761600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1745366400000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CIF\",\n        \"consigneeAddress\": \"BLDG 4, D STREET\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 58,\n        \"totalWeight\": 895,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c89b11e2-6cfc-43dd-8dd6-2352d043ca64.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL24F1DLB\"\n            }\n        ],\n        \"ponumber\": \"1407706\",\n        \"pronumber\": \"040-0651589\",\n        \"bolnumber\": \"134640253\"\n    },\n    {\n        \"shipmentID\": 134640888,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 147.12,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744934400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745193600000,\n        \"deliveryDate\": 1745193600000,\n        \"shipperName\": \"MUSTANGSURVIVAL\",\n        \"shipperAddress\": \"214 WILLIAMS DRIVE\",\n        \"shipperCity\": \"SPENCER\",\n        \"shipperState\": \"WV\",\n        \"shipperZip\": \"25276\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 776,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/7171ce78-81f3-4a89-9a4f-3bb56d1cc55f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1441042\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1441042\"\n            }\n        ],\n        \"ponumber\": \"1441042\",\n        \"pronumber\": \"628663940\",\n        \"bolnumber\": \"1357944\"\n    },\n    {\n        \"shipmentID\": 134641039,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 295.6,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744761600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744934400000,\n        \"deliveryDate\": 1744934400000,\n        \"shipperName\": \"D&S\",\n        \"shipperAddress\": \"300 D&S LANE\",\n        \"shipperCity\": \"BEAR\",\n        \"shipperState\": \"DE\",\n        \"shipperZip\": \"19701\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"JPL CBRN SOF (JPL CBRN SPECIAL OPER\",\n        \"consigneeAddress\": \"5749 BRIAR HILL RD\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 2830,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/74ed358b12a3e793f50ba1264b082f38-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA25F0008\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA25F0008\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA25F0008\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA25F0008\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"47QFNA25F0008\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA25F0008\"\n            }\n        ],\n        \"ponumber\": \"1418743\",\n        \"pronumber\": \"I259622028\",\n        \"bolnumber\": \"1357983\"\n    },\n    {\n        \"shipmentID\": 134641041,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 191.27,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744848000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745193600000,\n        \"deliveryDate\": 1745193600000,\n        \"shipperName\": \"Exxel Outdoors\",\n        \"shipperAddress\": \"300 American Blvd\",\n        \"shipperCity\": \"Haleyville\",\n        \"shipperState\": \"AL\",\n        \"shipperZip\": \"35565\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 420,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/bdb53a7e339ce75f77f343e589834dae-1.png\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1418490\",\n        \"pronumber\": \"326747737\",\n        \"bolnumber\": \"134641041\"\n    },\n    {\n        \"shipmentID\": 134641042,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744761600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1744848000000,\n        \"deliveryDate\": 1744848000000,\n        \"shipperName\": \"INTERSURGICAL/MAIN OCEAN\",\n        \"shipperAddress\": \"300 A TRADE ZONE BLVD\",\n        \"shipperCity\": \"SUMMERVILLE\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29486\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 524,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/5eca8d1d4b88b6622b3b47c5c8cfb764-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1441937\"\n            }\n        ],\n        \"ponumber\": \"1441937\",\n        \"pronumber\": \"I764998839\",\n        \"bolnumber\": \"1357984\"\n    },\n    {\n        \"shipmentID\": 134641434,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 139.98,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744761600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1745193600000,\n        \"shipperName\": \"RPP Containers\",\n        \"shipperAddress\": \"10111 EVENDALE COMMONS DR\",\n        \"shipperCity\": \"Cincinnati\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"45241\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" Solution Based Innovation\",\n        \"consigneeAddress\": \"2656 Quality Ct\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 116,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b77eff5f-a614-4298-9a7b-a8587e23fbee.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"5061672\"\n            }\n        ],\n        \"ponumber\": \"1442307 \",\n        \"pronumber\": \"002-1212204\",\n        \"bolnumber\": \"134641434\"\n    },\n    {\n        \"shipmentID\": 134641450,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 574.54,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744761600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1745366400000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AZ INDUSTRIES FOR THE BLIND\",\n        \"consigneeAddress\": \"3695 S 2ND ST BLDG 5126 \",\n        \"consigneeCity\": \"DAVIS MOTHAN AFB\",\n        \"consigneeState\": \"AZ\",\n        \"consigneeZip\": \"85707\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 21,\n        \"totalWeight\": 330,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/885be6ebfd16958d333ced930c081333-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1127916\"\n            }\n        ],\n        \"ponumber\": \"1428648 \",\n        \"pronumber\": \"3282684101\",\n        \"bolnumber\": \"134641450\"\n    },\n    {\n        \"shipmentID\": 134641451,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 216.82,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744761600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745193600000,\n        \"deliveryDate\": 1745366400000,\n        \"shipperName\": \"SENSPEX INCORPORATED\",\n        \"shipperAddress\": \"6050 ZENITH COURT NE\",\n        \"shipperCity\": \"RIO RANCHO\",\n        \"shipperState\": \"NM\",\n        \"shipperZip\": \"87144\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 430,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/aa85e5255e387717c4e5695f92607f5d-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1402587\"\n            }\n        ],\n        \"ponumber\": \"1402587\",\n        \"pronumber\": \"I494633754\",\n        \"bolnumber\": \"1358045\"\n    },\n    {\n        \"shipmentID\": 134641498,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 139.98,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744761600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1745193600000,\n        \"shipperName\": \"L3HARRIS TECHNOLOGIES\",\n        \"shipperAddress\": \"1350 JEFFERSON RD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 448,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/88bffbf8-5143-4fd1-99de-734e30c63499.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1405641\"\n            }\n        ],\n        \"ponumber\": \"1405641\",\n        \"pronumber\": \"020-1249092\",\n        \"bolnumber\": \"1358047\"\n    },\n    {\n        \"shipmentID\": 134641499,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 687.19,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744848000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745280000000,\n        \"deliveryDate\": 1745366400000,\n        \"shipperName\": \"LEADING TECHNOLOGY COMPOSITES\",\n        \"shipperAddress\": \"2626 WEST MAY\",\n        \"shipperCity\": \"WICHITA\",\n        \"shipperState\": \"KS\",\n        \"shipperZip\": \"67213\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC IHEODTD\",\n        \"consigneeAddress\": \"2008 STUMP NECK RD\",\n        \"consigneeCity\": \"INDIAN HEAD\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20640\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 3536,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/662b79e41a0d137e162ddc9cfa627ead-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"N0017425F0303\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"1301234633\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"N0017425F0303\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"1301234633\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"N0017425F0303\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"1301234633\"\n            }\n        ],\n        \"ponumber\": \"1436240\",\n        \"pronumber\": \"I868941783\",\n        \"bolnumber\": \"1358049\"\n    },\n    {\n        \"shipmentID\": 134641530,\n        \"name\": \"SPAN ALASKA TRANSPORTATION\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 2071.33,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SPAJ\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744848000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745193600000,\n        \"deliveryDate\": 1747785600000,\n        \"shipperName\": \"Alaska Gear Company\",\n        \"shipperAddress\": \"730 Old Steese Hwy\",\n        \"shipperCity\": \"Fairbanks\",\n        \"shipperState\": \"AK\",\n        \"shipperZip\": \"99701\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"2ND BCT 11TH ABN DIV\",\n        \"consigneeAddress\": \"804 Warehouse St, AWCF SSF\",\n        \"consigneeCity\": \"JBER \",\n        \"consigneeState\": \"AK\",\n        \"consigneeZip\": \"99505\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 2050,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/f79e31fa-ed79-4ddb-af92-ab78a0893c5e.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1408188 \",\n        \"pronumber\": \"3861773 \",\n        \"bolnumber\": \"134641530\"\n    },\n    {\n        \"shipmentID\": 134641668,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 312.93,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744848000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1745193600000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SPIE (SOLDIER PROTECTION AND IND\",\n        \"consigneeAddress\": \"7100 MILLET HWY\",\n        \"consigneeCity\": \"LANSING\",\n        \"consigneeState\": \"MI\",\n        \"consigneeZip\": \"48917\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1034,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c3c5f4b7-e6b5-4884-9f19-40f0c59ce563.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10WR\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10WR\"\n            }\n        ],\n        \"ponumber\": \"1419198\",\n        \"pronumber\": \"627460314\",\n        \"bolnumber\": \"1358223\"\n    },\n    {\n        \"shipmentID\": 134642495,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 142.21,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744848000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745280000000,\n        \"deliveryDate\": 1745280000000,\n        \"shipperName\": \"DARN TOUGH VT\",\n        \"shipperAddress\": \"7 BELKNAP AVE\",\n        \"shipperCity\": \"NORTHFIELD\",\n        \"shipperState\": \"VT\",\n        \"shipperZip\": \"05663\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 506,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/9e2fee67d7c2e52cdf6fb8ff27d1ca75-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1435428\"\n            }\n        ],\n        \"ponumber\": \"1435428\",\n        \"pronumber\": \"I348370263\",\n        \"bolnumber\": \"1358305\"\n    },\n    {\n        \"shipmentID\": 134642681,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 142.21,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744848000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745193600000,\n        \"deliveryDate\": 1745193600000,\n        \"shipperName\": \"TASCO CORPORATION\",\n        \"shipperAddress\": \"999 PONTIAC AVE\",\n        \"shipperCity\": \"CRANSTON\",\n        \"shipperState\": \"RI\",\n        \"shipperZip\": \"02920\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 640,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/87311b1bab4f0f17bdacd0573d9811f2-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1442908\"\n            }\n        ],\n        \"ponumber\": \"1442908\",\n        \"pronumber\": \"I280488789\",\n        \"bolnumber\": \"1358343\"\n    },\n    {\n        \"shipmentID\": 134642912,\n        \"name\": \"PITT OHIO\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 416.93,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PITD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744848000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1745280000000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ENVISIONXPRESS\",\n        \"consigneeAddress\": \"727 2ND STREET\",\n        \"consigneeCity\": \"WHITEMAN AFB\",\n        \"consigneeState\": \"MO\",\n        \"consigneeZip\": \"65305\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 174,\n        \"totalWeight\": 2736,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE1C1-25-F-1599\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1246859\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"95641142710038XXX/95641142710037XXX\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE1C1-25-F-1599\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1246859\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"95641142710038XXX/95641142710037XXX\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"5021061879\",\n        \"bolnumber\": \"134642912\"\n    },\n    {\n        \"shipmentID\": 134642944,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 227.59,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744848000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745193600000,\n        \"deliveryDate\": 1745193600000,\n        \"shipperName\": \"LUXOTTICA – ESS - OAKLEY\",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 309,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/6fb037b13742a89cbd1df3c60bdf2868-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8876534627\"\n            }\n        ],\n        \"ponumber\": \"1437066\",\n        \"pronumber\": \"399534784\",\n        \"bolnumber\": \"134642944\"\n    },\n    {\n        \"shipmentID\": 134643222,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 188.18,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745280000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745366400000,\n        \"deliveryDate\": 1745366400000,\n        \"shipperName\": \"CAPEWELL AERIAL SYSTEMS LLC\",\n        \"shipperAddress\": \"4298 JEB STUART HWY\",\n        \"shipperCity\": \"MEADOWS OF DAN\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"24120\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"435TH SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR\",\n        \"consigneeCity\": \"WRIGHT PATTERSON AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1674,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/601dfcdd-80ed-462f-b6bd-276b5f61232b.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F13YF\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13YF\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F13YF\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13YF\"\n            }\n        ],\n        \"ponumber\": \"1439489\",\n        \"pronumber\": \"I898468857\",\n        \"bolnumber\": \"1358455\"\n    },\n    {\n        \"shipmentID\": 134643441,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 247.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744848000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745539200000,\n        \"deliveryDate\": 1745452800000,\n        \"shipperName\": \"FORCEPROTECTOR GEAR, LLC.\",\n        \"shipperAddress\": \"7332 VARNA AVE.\",\n        \"shipperCity\": \"North Hollywood\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"91605\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"LCI DISTRIBUTION\",\n        \"consigneeAddress\": \"4500 EMPEROR BLVD\",\n        \"consigneeCity\": \"Durham\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"27703\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 9,\n        \"totalWeight\": 202,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b9464b45-6045-48e3-8143-07973defd853.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"2229407-2\"\n            }\n        ],\n        \"ponumber\": \"1442750\",\n        \"pronumber\": \"I659897784\",\n        \"bolnumber\": \"134643441\"\n    },\n    {\n        \"shipmentID\": 134643470,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 491.26,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744848000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745366400000,\n        \"deliveryDate\": 1745280000000,\n        \"shipperName\": \"MID-ATLANTIC COMPUTER SERVICES\",\n        \"shipperAddress\": \"13030 ALONDRA BLVD\",\n        \"shipperCity\": \"CERRITOS\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"90703\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MODERN TECHNOLOGY SOLUTIONS INC\",\n        \"consigneeAddress\": \"360C QUALITY CIRCLE SUITE 310\",\n        \"consigneeCity\": \"HUNTSVILLE\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35806\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 3654,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/f084f3a3-4655-4372-8ed5-170821616263.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F124U\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F124U\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F124U\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F124U\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F124U\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F124U\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F124U\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F124U\"\n            }\n        ],\n        \"ponumber\": \"1426413\",\n        \"pronumber\": \"932155383\",\n        \"bolnumber\": \"1358644\"\n    },\n    {\n        \"shipmentID\": 134643585,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 692.08,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744934400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745798400000,\n        \"deliveryDate\": 1745798400000,\n        \"shipperName\": \"MYSTERY RANCH C/O SILK ROAD\",\n        \"shipperAddress\": \"2230 LIND AVE SW\",\n        \"shipperCity\": \"RENTON\",\n        \"shipperState\": \"WA\",\n        \"shipperZip\": \"98057\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AFCEC CXXE\",\n        \"consigneeAddress\": \"5835 BAY LINE DRIVE\",\n        \"consigneeCity\": \"PANAMA CITY\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32404\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 2100,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/b72c92dadeb7a200f8758d4e60ca964d-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E3W\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E3W\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E3W\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E3W\"\n            }\n        ],\n        \"ponumber\": \"1407983\",\n        \"pronumber\": \"I965521233\",\n        \"bolnumber\": \"1358687\"\n    },\n    {\n        \"shipmentID\": 134643592,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 157.36,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744934400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745280000000,\n        \"deliveryDate\": 1745280000000,\n        \"shipperName\": \"MITHIX PRO, LLC\",\n        \"shipperAddress\": \"3591 WAY BACK RD.\",\n        \"shipperCity\": \"FARMERSVILLE\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75442\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVSCOLEOD\",\n        \"consigneeAddress\": \"8840 RANGE RD\",\n        \"consigneeCity\": \"NICEVILLE\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32578\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 540,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/bc0ab39962b2bb912a5e001c0814f755-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL23F1CU3\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL23F1CU3\"\n            }\n        ],\n        \"ponumber\": \"1320868\",\n        \"pronumber\": \"I064621377\",\n        \"bolnumber\": \"1358688\"\n    },\n    {\n        \"shipmentID\": 134643605,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 142.21,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744934400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745193600000,\n        \"deliveryDate\": 1745193600000,\n        \"shipperName\": \"ATLAS DEVICES\",\n        \"shipperAddress\": \"21 ALPHA ROAD\",\n        \"shipperCity\": \"CHELMSFORD\",\n        \"shipperState\": \"MA\",\n        \"shipperZip\": \"01824\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVSUP WSS\",\n        \"consigneeAddress\": \"5450 CARLISLE PIKE BLDG 107 S END\",\n        \"consigneeCity\": \"MECHANICSBURG\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17055\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 600,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/86809d65-d0ea-4293-a499-215a21d69dd4.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F13BN\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13BN\"\n            }\n        ],\n        \"ponumber\": \"1434488\",\n        \"pronumber\": \"I473420079\",\n        \"bolnumber\": \"1358689\"\n    },\n    {\n        \"shipmentID\": 134643729,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 792.27,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744848000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745280000000,\n        \"deliveryDate\": 1745280000000,\n        \"shipperName\": \"BLUE FORCE GEAR, INC.\",\n        \"shipperAddress\": \"166 PINE BARREN ROAD\",\n        \"shipperCity\": \"POOLER\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"31322\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"435TH SCOS\",\n        \"consigneeAddress\": \"1820 ALLBROOK DR BLDG 30013\",\n        \"consigneeCity\": \"WRIGHT PATTERSON AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 16,\n        \"totalWeight\": 8160,\n        \"totalHU\": 16,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/7dd2bdac-4316-4fe2-af95-f6aa78c1266f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F146Y\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F146Y\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F146Y\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F146Y\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F146Y\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F146Y\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F146Y\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F146Y\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F146Y\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F146Y\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F146Y\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F146Y\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F146Y\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F146Y\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F146Y\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F146Y\"\n            }\n        ],\n        \"ponumber\": \"1440465\",\n        \"pronumber\": \"0401719695\",\n        \"bolnumber\": \"1358696\"\n    },\n    {\n        \"shipmentID\": 134644217,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 140.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744934400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745193600000,\n        \"deliveryDate\": 1745193600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SR W1A8 DLA Dist Tobyhanna\",\n        \"consigneeAddress\": \"Gibbs and Fifth Streets\",\n        \"consigneeCity\": \"Tobyhanna\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"18466\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 30,\n        \"totalWeight\": 520,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/a43f737f860160536e14b231e89bd9b4-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPRBL124F0166\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1225842\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"705364651\",\n        \"bolnumber\": \"134644217\"\n    },\n    {\n        \"shipmentID\": 134644224,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 140.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744934400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1745884800000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"W1A8 DLA DISTRIBUTION DDSP NEW CUMBERLAND FACILITY\",\n        \"consigneeAddress\": \"2001 NORMANDY DRIVE DOOR 113 TO 134\",\n        \"consigneeCity\": \"NEW CUMBERLAND\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 290,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/ee1851160ed8f823e8344c609e6ef85c-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPRBL124F0108\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1199783\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"705364669\",\n        \"bolnumber\": \"134644224\"\n    },\n    {\n        \"shipmentID\": 134644407,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 695.45,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744934400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745366400000,\n        \"deliveryDate\": 1745366400000,\n        \"shipperName\": \"SEACOAST - GCG\",\n        \"shipperAddress\": \"3800 COOK BLVD.\",\n        \"shipperCity\": \"CHESAPEAKE\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23323\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PORTSMOUTH NAVAL SHIPYARD\",\n        \"consigneeAddress\": \"PORTSMOUTH NAVAL SHIPYARD GF\",\n        \"consigneeCity\": \"KITTERY\",\n        \"consigneeState\": \"ME\",\n        \"consigneeZip\": \"03904\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 6890,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/879b9086-323f-4fd6-9ae5-afe1943900fe.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1BRM\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1BRM\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1BRM\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1BRM\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1BRM\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1BRM\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1BRM\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1BRM\"\n            }\n        ],\n        \"ponumber\": \"1401884\",\n        \"pronumber\": \"351684362\",\n        \"bolnumber\": \"1358843\"\n    },\n    {\n        \"shipmentID\": 134644785,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 2364.01,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745193600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745798400000,\n        \"deliveryDate\": 1745539200000,\n        \"shipperName\": \"PRECISION ELECTRONICS, INC.\",\n        \"shipperAddress\": \"1 DI TOMAS CT\",\n        \"shipperCity\": \"COPIAGUE\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11726\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC PORT HUENEME\",\n        \"consigneeAddress\": \"4364 MISSILE WAY BLDG. 435\",\n        \"consigneeCity\": \"PORT HUENEME\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"93043\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 9000,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c74533f9-6a58-4112-8d67-173e73ccf7f7.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F18C9\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F18C9\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F18C9\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F18C9\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F18C9\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F18C9\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F18C9\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F18C9\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F18C9\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F18C9\"\n            }\n        ],\n        \"ponumber\": \"1394496\",\n        \"pronumber\": \"409539804\",\n        \"bolnumber\": \"1358866\"\n    },\n    {\n        \"shipmentID\": 134644898,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745193600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745452800000,\n        \"deliveryDate\": 1745452800000,\n        \"shipperName\": \"CARSON INDUSTRIES INC.\",\n        \"shipperAddress\": \"110 NOBEL CT.\",\n        \"shipperCity\": \"ALPHARETTA\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30005\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA DISTRIBUTION\",\n        \"consigneeAddress\": \"SR W1A8 DLA DISTRIBUTION DDSP NEW CUMBERLAND FACILITY\",\n        \"consigneeCity\": \"NEW CUMBERLAND\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 490,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/787aada5-e243-4e53-bd52-320f966b654b.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPRBL124F0141\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPRBL124F0141\"\n            }\n        ],\n        \"ponumber\": \"1401257\",\n        \"pronumber\": \"I854601975\",\n        \"bolnumber\": \"1358927\"\n    },\n    {\n        \"shipmentID\": 134644919,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 182.22,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745193600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745366400000,\n        \"deliveryDate\": 1745366400000,\n        \"shipperName\": \"Exxel Outdoors\",\n        \"shipperAddress\": \"300 American Blvd\",\n        \"shipperCity\": \"Haleyville\",\n        \"shipperState\": \"AL\",\n        \"shipperZip\": \"35565\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 400,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/9ea8128bbb5463709416c0472a4b557c-1.png\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1426027, 1437073\",\n        \"pronumber\": \"326747745\",\n        \"bolnumber\": \"134644919\"\n    },\n    {\n        \"shipmentID\": 134645007,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 190.16,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745193600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745280000000,\n        \"deliveryDate\": 1745280000000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOCOM\",\n        \"consigneeAddress\": \"2592 HORSE PASTURE ROAD\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 642,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/7bf2d7b88997e3fd8c6d6e517ccb529e-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"H9242725P0168\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"H9242725P0168\"\n            }\n        ],\n        \"ponumber\": \"1433181\",\n        \"pronumber\": \"626133417\",\n        \"bolnumber\": \"1359186\"\n    },\n    {\n        \"shipmentID\": 134645008,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 241.82,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745280000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746489600000,\n        \"deliveryDate\": 1746489600000,\n        \"shipperName\": \"AEROVIRONMENT\",\n        \"shipperAddress\": \"900 INNOVATORS WAY\",\n        \"shipperCity\": \"SIMI VALLEY\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"95134\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AFSOC 720TH OSS\",\n        \"consigneeAddress\": \"121 TERRY AVE RM 127\",\n        \"consigneeCity\": \"HURLBURT FIELD\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32544\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 196,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"FA862924FB046\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"FA862924FB046\"\n            }\n        ],\n        \"ponumber\": \"1401987\",\n        \"pronumber\": \"I968802246 \",\n        \"bolnumber\": \"1359187\"\n    },\n    {\n        \"shipmentID\": 134645017,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 190.16,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745193600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745280000000,\n        \"deliveryDate\": 1745280000000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"HUMAN TECHNOLOGIES CORP\",\n        \"consigneeAddress\": \"2201 DWYER AVENUE\",\n        \"consigneeCity\": \"UTICA\",\n        \"consigneeState\": \"NY\",\n        \"consigneeZip\": \"13501\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 410,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/510f8c34c66b3b0f5c8dad54ea053a81-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"INL70465 REV2\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"19AQMM24F1700\"\n            }\n        ],\n        \"ponumber\": \"1420289\",\n        \"pronumber\": \"626133409\",\n        \"bolnumber\": \"1359190\"\n    },\n    {\n        \"shipmentID\": 134645030,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 150.04,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745193600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745366400000,\n        \"deliveryDate\": 1745452800000,\n        \"shipperName\": \"PELICAN\",\n        \"shipperAddress\": \"1564 INNOVATION BLVD\",\n        \"shipperCity\": \"CLAYTON\",\n        \"shipperState\": \"IN\",\n        \"shipperZip\": \"46118\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"LOCKHEED MARTIN CORP\",\n        \"consigneeAddress\": \"5749 BRIAR HILL RD\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 459.79998779296875,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/90383b7a-e83f-4027-97c4-cf1d7c704d94.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"4500065521\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"H92254-17-D-0001\"\n            }\n        ],\n        \"ponumber\": \"1442503\",\n        \"pronumber\": \"I125018982\",\n        \"bolnumber\": \"1359206\"\n    },\n    {\n        \"shipmentID\": 134645041,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 240.49,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745193600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1745366400000,\n        \"shipperName\": \"North American Rescue Simulation\",\n        \"shipperAddress\": \"2110 Spencer Ct \",\n        \"shipperCity\": \"La Grange\",\n        \"shipperState\": \"KY\",\n        \"shipperZip\": \"40031\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA TRP SPT\",\n        \"consigneeAddress\": \"23rd MDSS SGSL MM\",\n        \"consigneeCity\": \"Moody AFB\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"31699\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 500,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/e1af945d8f707cfe2f580d7a6009dc2f-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE2D525F8556/HT1051\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"CP 2292574337\"\n            }\n        ],\n        \"ponumber\": \"1433369\",\n        \"pronumber\": \"8732384894\",\n        \"bolnumber\": \"134645041\"\n    },\n    {\n        \"shipmentID\": 134645114,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 360.97,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745193600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745366400000,\n        \"deliveryDate\": 1745366400000,\n        \"shipperName\": \"LUXOTTICA – ESS - OAKLEY\",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 28,\n        \"totalWeight\": 1270,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/5b51fc60-50e3-4800-9eb3-7fac03cd13d3.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"8876776818\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"3686771\"\n            }\n        ],\n        \"ponumber\": \"1443179\",\n        \"pronumber\": \"932240083\",\n        \"bolnumber\": \"134645114\"\n    },\n    {\n        \"shipmentID\": 134645120,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 157.36,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745193600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745366400000,\n        \"deliveryDate\": 1745366400000,\n        \"shipperName\": \"MISSION SYSTEMS DAVENPORT\",\n        \"shipperAddress\": \"2734 HICKORY GROVE RD\",\n        \"shipperCity\": \"DAVENPORT\",\n        \"shipperState\": \"IA\",\n        \"shipperZip\": \"52804\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM UH PO (UTILITY HELICOPTERS PROJE\",\n        \"consigneeAddress\": \"BLDG 8024 COTTONWOOD ROAD\",\n        \"consigneeCity\": \"REDSTONE ARSENAL\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35898\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 636,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/1394907e-b67d-4bc2-a02c-9cdfd086e6b1.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F12L2\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"R&FM UHPO\"\n            }\n        ],\n        \"ponumber\": \"1361647\",\n        \"pronumber\": \"I666374544\",\n        \"bolnumber\": \"1359226\"\n    },\n    {\n        \"shipmentID\": 134645231,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 491.26,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745193600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745539200000,\n        \"deliveryDate\": 1745539200000,\n        \"shipperName\": \"MID-ATLANTIC COMPUTER SERVICES\",\n        \"shipperAddress\": \"13030 ALONDRA BLVD\",\n        \"shipperCity\": \"CERRITOS\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"90703\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MODERN TECHNOLOGY SOLUTIONS INC\",\n        \"consigneeAddress\": \"360C QUALITY CIRCLE SUITE 310\",\n        \"consigneeCity\": \"HUNTSVILLE\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35806\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 3600,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/e89788f2-fdbe-49b9-b51d-0548fe925005.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F137C\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F137C\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F137C\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F137C\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F137C\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F137C\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F137C\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F137C\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F137C\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F137C\"\n            }\n        ],\n        \"ponumber\": \"1433462\",\n        \"pronumber\": \"554575851\",\n        \"bolnumber\": \"1359266\"\n    },\n    {\n        \"shipmentID\": 134645558,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 468.85,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745452800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1745884800000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"EXPLOSIVE ORDNANCE DISPOSAL (CXD)\",\n        \"consigneeAddress\": \"5835 BAY LINE DRIVE\",\n        \"consigneeCity\": \"PANAMA CITY\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32404\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1698,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"TMG-491316\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"FA805124P0023\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"TMG-491316\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"FA805124P0023\"\n            }\n        ],\n        \"ponumber\": \"1418475\",\n        \"pronumber\": \"990 897 213\",\n        \"bolnumber\": \"1359427\"\n    },\n    {\n        \"shipmentID\": 134646024,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 124.11,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745280000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1745798400000,\n        \"shipperName\": \"Klas Government Inc.\",\n        \"shipperAddress\": \"450 Spring Park Place\",\n        \"shipperCity\": \"Herndon\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"20170\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PDM TCNO (TACTICAL CYBER AND NETWORK OPERATIONS) \",\n        \"consigneeAddress\": \"6590 RECONNAISSANCE STREET\",\n        \"consigneeCity\": \"Aberdeen Proving Ground\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"21005\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 217,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/97906e78-c7a7-49ae-bd58-21f412ba3f9d.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1433429\",\n        \"pronumber\": \"027-0570909\",\n        \"bolnumber\": \"134646024\"\n    },\n    {\n        \"shipmentID\": 134646241,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 268.91,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745280000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745452800000,\n        \"deliveryDate\": 1745452800000,\n        \"shipperName\": \"WILEY X, INC.\",\n        \"shipperAddress\": \"15755 PRESTON RD\",\n        \"shipperCity\": \"FRISCO\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75033\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1460,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/4bbcb30d2cbd8c5832bc5d4c3953377f-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1440023\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1440023\"\n            }\n        ],\n        \"ponumber\": \"1440023\",\n        \"pronumber\": \"425344771\",\n        \"bolnumber\": \"1359746\"\n    },\n    {\n        \"shipmentID\": 134646320,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 124.11,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745366400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1745452800000,\n        \"shipperName\": \"True North Enterprises\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd. Units 108-109\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Advanced Acoustics Concepts LLC\",\n        \"consigneeAddress\": \"1080 Eberly Way PA\",\n        \"consigneeCity\": \"Lemont Furnace\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"15456 \",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1000,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/11a56991-1fb2-4f5d-8562-7492301c0f04.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F1900\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL24F1900\"\n            }\n        ],\n        \"ponumber\": \"1401948\",\n        \"pronumber\": \"0280820409\",\n        \"bolnumber\": \"134646320\"\n    },\n    {\n        \"shipmentID\": 134646348,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1627.11,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745452800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747353600000,\n        \"deliveryDate\": 1747353600000,\n        \"shipperName\": \"ULTRA ELECTRONICS TCS INC\",\n        \"shipperAddress\": \"5990 COTE-DE-LIESSE BLVD\",\n        \"shipperCity\": \"MONT-ROYAL\",\n        \"shipperState\": \"QC\",\n        \"shipperZip\": \"H4T 1V7\",\n        \"shipperCountry\": \"CAN\",\n        \"consigneeName\": \"PDM NETMOD\",\n        \"consigneeAddress\": \"1730 Barton Chapel Road\",\n        \"consigneeCity\": \"Augusta\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"30909\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 4896,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/439474c86f7db53f46c4bdacb25afd28-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"(NETWORK MODERNIZATION) - W516M0\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL25F13MR\"\n            }\n        ],\n        \"ponumber\": \"1436345\",\n        \"pronumber\": \"414562569\",\n        \"bolnumber\": \"134646348\"\n    },\n    {\n        \"shipmentID\": 134646445,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745366400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745452800000,\n        \"deliveryDate\": 1745452800000,\n        \"shipperName\": \"INTERSURGICAL/MAIN OCEAN\",\n        \"shipperAddress\": \"300 A TRADE ZONE BLVD\",\n        \"shipperCity\": \"SUMMERVILLE\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29486\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 808,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/86804d1a1795d71425405b9a2420f99b-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1440166\"\n            }\n        ],\n        \"ponumber\": \"1440166\",\n        \"pronumber\": \"I918928341\",\n        \"bolnumber\": \"1359806\"\n    },\n    {\n        \"shipmentID\": 134646461,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745366400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745452800000,\n        \"deliveryDate\": 1745452800000,\n        \"shipperName\": \"INTERSURGICAL/MAIN OCEAN\",\n        \"shipperAddress\": \"300 A TRADE ZONE BLVD\",\n        \"shipperCity\": \"SUMMERVILLE\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29486\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 416,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/79e8f38fda5e1c186685eb9864855ac7-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1442285\"\n            }\n        ],\n        \"ponumber\": \"1442285\",\n        \"pronumber\": \"I918928314\",\n        \"bolnumber\": \"1359807\"\n    },\n    {\n        \"shipmentID\": 134648569,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 810.62,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745366400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745971200000,\n        \"deliveryDate\": 1745971200000,\n        \"shipperName\": \"RFD Beaufort\",\n        \"shipperAddress\": \"11201 Armour Drive, Unit D\",\n        \"shipperCity\": \"El Paso\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"79935\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CIF\",\n        \"consigneeAddress\": \"BLDG 4, D STREET\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 2000,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/1bc63bdb123dd0389342c9ca57e6d79f-1.png\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1437026\",\n        \"pronumber\": \"431406839\",\n        \"bolnumber\": \"134648569\"\n    },\n    {\n        \"shipmentID\": 134648580,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 157.03,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745366400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745798400000,\n        \"deliveryDate\": 1745798400000,\n        \"shipperName\": \"LEADING TECHNOLOGY COMPOSITES\",\n        \"shipperAddress\": \"2626 WEST MAY\",\n        \"shipperCity\": \"WICHITA\",\n        \"shipperState\": \"KS\",\n        \"shipperZip\": \"67213\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CONSOLIDATED NUCLEAR SECURITY LLC\",\n        \"consigneeAddress\": \"Y-12 RECEIVING\",\n        \"consigneeCity\": \"OAK RIDGE\",\n        \"consigneeState\": \"TN\",\n        \"consigneeZip\": \"37830\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 476,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/c5f443cf76ed487cc512677068109f2d-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"4300190614\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"DE-NA0001942\"\n            }\n        ],\n        \"ponumber\": \"1419480\",\n        \"pronumber\": \"I868941855\",\n        \"bolnumber\": \"1359891\"\n    },\n    {\n        \"shipmentID\": 134648651,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 157.66,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745366400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745539200000,\n        \"deliveryDate\": 1745539200000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"5749 Briar Hill Rd\",\n        \"consigneeCity\": \"Lexington\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 30,\n        \"totalWeight\": 1188,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/1e3bf68eb8d1e59c49e02a91e344002a-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1DQR\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1223473\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"H9226142671F2XXX\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"388924047\",\n        \"bolnumber\": \"134648651\"\n    },\n    {\n        \"shipmentID\": 134648715,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 169.39,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745366400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1745884800000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA DISTRIBUTION WARNER ROBINS\",\n        \"consigneeAddress\": \"455 BYRON STREET BLDG 376\",\n        \"consigneeCity\": \"ROBINS AFB\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"31098\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 56,\n        \"totalWeight\": 610,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/121dbce6-d356-460a-bc19-b2a926682b14.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EJ25F8776\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1267527\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"388924055\",\n        \"bolnumber\": \"134648715\"\n    },\n    {\n        \"shipmentID\": 134648747,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 249,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745366400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745452800000,\n        \"deliveryDate\": 1745452800000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DSV AIR & SEA INC\",\n        \"consigneeAddress\": \"800 Federal Blvd DOOR 40 \",\n        \"consigneeCity\": \"Carteret\",\n        \"consigneeState\": \"NJ\",\n        \"consigneeZip\": \"07008\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 3660,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/16aae185-943d-4e27-9de3-f2d6dbc0802e.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SA-00002755\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"705363646\",\n        \"bolnumber\": \"134648747\"\n    },\n    {\n        \"shipmentID\": 134648853,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 216.78,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745366400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745798400000,\n        \"deliveryDate\": 1745798400000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"STRATCOMMWING 1 \",\n        \"consigneeAddress\": \"7641 Mercury Rd\",\n        \"consigneeCity\": \"Tinker AFB\",\n        \"consigneeState\": \"OK\",\n        \"consigneeZip\": \"73145\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 1650,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/0551b8b0592ebc2bda6933013df3438a-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F19YS\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1213974\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"N5557542351C7LXXX\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"388924063\",\n        \"bolnumber\": \"134648853\"\n    },\n    {\n        \"shipmentID\": 134648857,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 931.26,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745366400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745539200000,\n        \"deliveryDate\": 1745539200000,\n        \"shipperName\": \"Best Made Designs LLC/Cowtown Western Belt\",\n        \"shipperAddress\": \"5608 SCOGGINS ST\",\n        \"shipperCity\": \"Fort Worth\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"76114\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VF IMAGEWEAR INC\",\n        \"consigneeAddress\": \"4000 SUITE A HWY 51N\",\n        \"consigneeCity\": \"Covington\",\n        \"consigneeState\": \"TN\",\n        \"consigneeZip\": \"38019\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 68,\n        \"totalWeight\": 5082,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/a272c1c581d45ab92a7e7e1cb918f3eb-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"72311452\"\n            }\n        ],\n        \"ponumber\": \"1422273\",\n        \"pronumber\": \"1842401834\",\n        \"bolnumber\": \"134648857\"\n    },\n    {\n        \"shipmentID\": 134648885,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 193.69,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745366400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745452800000,\n        \"deliveryDate\": 1745452800000,\n        \"shipperName\": \"INTERSURGICAL/MAIN OCEAN\",\n        \"shipperAddress\": \"300 A TRADE ZONE BLVD\",\n        \"shipperCity\": \"SUMMERVILLE\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29486\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 1664,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/df54950c6008c1fee3c99ee51de0f6f4-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1443183\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1443183\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1443183\"\n            }\n        ],\n        \"ponumber\": \"1443183\",\n        \"pronumber\": \"I918928323\",\n        \"bolnumber\": \"1360031\"\n    },\n    {\n        \"shipmentID\": 134648893,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 240,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745366400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745539200000,\n        \"deliveryDate\": 1745539200000,\n        \"shipperName\": \"Exxel Outdoors\",\n        \"shipperAddress\": \"300 American Blvd\",\n        \"shipperCity\": \"Haleyville\",\n        \"shipperState\": \"AL\",\n        \"shipperZip\": \"35565\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 580,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/bbcecf537be9f8b26255be023b047677-1.png\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1433785\",\n        \"pronumber\": \"326747753\",\n        \"bolnumber\": \"134648893\"\n    },\n    {\n        \"shipmentID\": 134648895,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 180.48,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745366400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745798400000,\n        \"deliveryDate\": 1745798400000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AMENTUM SERVICES INC\",\n        \"consigneeAddress\": \"9639 Doctor Perry Rd\",\n        \"consigneeCity\": \"Ijamsville\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"21754\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 675,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/57e1eb39-6dde-493c-aad9-077d64e92068.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F10VR\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1149361\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"N001674318136VXXX\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"9236126292\",\n        \"bolnumber\": \"134648895\"\n    },\n    {\n        \"shipmentID\": 134648899,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.37,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745366400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745452800000,\n        \"deliveryDate\": 1745452800000,\n        \"shipperName\": \"INTERSURGICAL/MAIN OCEAN\",\n        \"shipperAddress\": \"300 A TRADE ZONE BLVD\",\n        \"shipperCity\": \"SUMMERVILLE\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29486\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 836,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/d9b88ab6df0147c879e63b3247c7bb30-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1442987\"\n            }\n        ],\n        \"ponumber\": \"1442987\",\n        \"pronumber\": \"I918928359\",\n        \"bolnumber\": \"1360032\"\n    },\n    {\n        \"shipmentID\": 134648914,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 248.76,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745366400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745539200000,\n        \"deliveryDate\": 1745539200000,\n        \"shipperName\": \"QUICKSET DEFENSE TECHNOLOGIES\",\n        \"shipperAddress\": \"3650 WOODHEAD DRIVE\",\n        \"shipperCity\": \"NORTHBROOK\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60062\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"TOBYHANNA ARMY DEPOT\",\n        \"consigneeAddress\": \"11 HAP ARNOLD BLVD\",\n        \"consigneeCity\": \"TOBYHANNA\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"18466\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 2160,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/17ff46b1dbca665262825e266721eb51-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10XK\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10XK\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10XK\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10XK\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10XK\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10XK\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10XK\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10XK\"\n            }\n        ],\n        \"ponumber\": \"1419557\",\n        \"pronumber\": \"I493411113\",\n        \"bolnumber\": \"1360034\"\n    },\n    {\n        \"shipmentID\": 134648959,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 139.99,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745366400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1745884800000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"W1BG DLA DISTRIBUTION\",\n        \"consigneeAddress\": \"2001 NORMANDY DR DOOR 135-168\",\n        \"consigneeCity\": \"NEW CUMBERLAND\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 33,\n        \"totalWeight\": 630,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/093d64ca6320976c975880a632128ee8-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE1C1-25-V-0422\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1256378\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"W909PV50490310XXX\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"705364677\",\n        \"bolnumber\": \"134648959\"\n    },\n    {\n        \"shipmentID\": 134649029,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 139.99,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745366400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745452800000,\n        \"deliveryDate\": 1745452800000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AMENTUM SERVICES INC\",\n        \"consigneeAddress\": \"9639 Doctor Perry Rd\",\n        \"consigneeCity\": \"Ijamsville\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"21754\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1155,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/2ae54032507518bfeeac787fa7fb0c91-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F10VR\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1149361\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"N001674318136VXX\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"705363661\",\n        \"bolnumber\": \"134649029\"\n    },\n    {\n        \"shipmentID\": 134649042,\n        \"name\": \"DHX DEPENDABLE HAWAIIAN EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 968.66,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745452800000,\n        \"modeDesc\": \"Domestic Ocean\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1745625600000,\n        \"shipperName\": \"PHOKUS RESEARCH GROUP LLC\",\n        \"shipperAddress\": \"12225 WORLD TRADE DR. SUITE C/D\",\n        \"shipperCity\": \"San Diego\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92128\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"3rd MLG CLR 37 CLC 33\",\n        \"consigneeAddress\": \"2ND and C Street, Bldg 209\",\n        \"consigneeCity\": \"MCBH KANOEHE BAY\",\n        \"consigneeState\": \"HI\",\n        \"consigneeZip\": \"96863\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 405,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/e8a1e9aa-deff-42c9-9a85-ab21d18fe89d.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1435574\",\n        \"pronumber\": \"5166521\",\n        \"bolnumber\": \"134649042\"\n    },\n    {\n        \"shipmentID\": 134649157,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 329.12,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745366400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746057600000,\n        \"deliveryDate\": 1745884800000,\n        \"shipperName\": \"B.E. MEYERS & CO.\",\n        \"shipperAddress\": \"9461 WILLOWS RD NE\",\n        \"shipperCity\": \"REDMOND\",\n        \"shipperState\": \"WA\",\n        \"shipperZip\": \"98052\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"JXNV AIRBORNE CREWSERVED WEAPONS BR\",\n        \"consigneeAddress\": \"300 HWY 361 BLDG 2521W\",\n        \"consigneeCity\": \"CRANE\",\n        \"consigneeState\": \"IN\",\n        \"consigneeZip\": \"47522\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 820,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b786cdb9-2bec-4a74-8183-dca8d3f63982.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F15B4\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F15B4\"\n            }\n        ],\n        \"ponumber\": \"1381389\",\n        \"pronumber\": \"I604894635\",\n        \"bolnumber\": \"1360046\"\n    },\n    {\n        \"shipmentID\": 134649160,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 128,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745366400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1745798400000,\n        \"shipperName\": \"ELECTROMET CORPORATION\",\n        \"shipperAddress\": \"879 COMMONWEALTH AVE\",\n        \"shipperCity\": \"HAGERTOWN\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21740\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MSC NORFOLK\",\n        \"consigneeAddress\": \"1968 GILBERT ST; BLDG W-143; DW-10\",\n        \"consigneeCity\": \"NORFOLK\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23511\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 280,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/262effe4-9c3e-4730-850b-c302d4954b7e.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F11Y9\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F11Y9\"\n            }\n        ],\n        \"ponumber\": \"1425197\",\n        \"pronumber\": \"027-0610001\",\n        \"bolnumber\": \"1360047\"\n    },\n    {\n        \"shipmentID\": 134649295,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 326.33,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745452800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745539200000,\n        \"deliveryDate\": 1745539200000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ATN CORP\",\n        \"consigneeAddress\": \"2400 NW 95TH AVE\",\n        \"consigneeCity\": \"DORAL\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"33172\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 17,\n        \"totalWeight\": 670,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/f8456acf5a7c8b3367f0d89b74ecd118-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"Vendor RA# RET054062\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"Vendor RA# RET054062\"\n            }\n        ],\n        \"ponumber\": \"1251306\",\n        \"pronumber\": \"388924071\",\n        \"bolnumber\": \"134649295\"\n    },\n    {\n        \"shipmentID\": 134649312,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 180.48,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745452800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1745884800000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Medline Industries INC\",\n        \"consigneeAddress\": \"251 Hilton Dr\",\n        \"consigneeCity\": \"Jeffersonville\",\n        \"consigneeState\": \"IN\",\n        \"consigneeZip\": \"47130\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 50,\n        \"totalWeight\": 432,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/541bbc124b4f5bdcde808ec6b6240e30-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"4518495121\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1265632\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"7382801952\",\n        \"bolnumber\": \"134649312\"\n    },\n    {\n        \"shipmentID\": 134649338,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 176.63,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745366400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745798400000,\n        \"deliveryDate\": 1745798400000,\n        \"shipperName\": \"SECURITY EQUIPMET CORPORATION\",\n        \"shipperAddress\": \"815 SUN PARK DRIVE\",\n        \"shipperCity\": \"FENTON\",\n        \"shipperState\": \"MO\",\n        \"shipperZip\": \"63026\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 788,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/33903fbb-8fab-4be9-a339-8c4bf33a2175.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1435272\"\n            }\n        ],\n        \"ponumber\": \"1435272\",\n        \"pronumber\": \"I318485196 \",\n        \"bolnumber\": \"1360066\"\n    },\n    {\n        \"shipmentID\": 134650329,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 422.22,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745452800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746489600000,\n        \"deliveryDate\": 1746576000000,\n        \"shipperName\": \" Maxify Solutions\",\n        \"shipperAddress\": \"6031 Airport Dr \",\n        \"shipperCity\": \"Charlotte\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28208\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA DISTRIBUTION CONSOL AND CONTAINERIZATION POINT\",\n        \"consigneeAddress\": \"2001 NORMANDY DR DOOR 135 168\",\n        \"consigneeCity\": \"New Cumberland\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 900,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a034bad7-a5ad-4343-8cf2-112f78c7500d.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1442521\",\n        \"pronumber\": \"054610568\",\n        \"bolnumber\": \"134650329\"\n    },\n    {\n        \"shipmentID\": 134650334,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 145.22,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745452800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745798400000,\n        \"deliveryDate\": 1745798400000,\n        \"shipperName\": \"MED-ENG, LLC\",\n        \"shipperAddress\": \"103 TULLOCH DRIVE\",\n        \"shipperCity\": \"OGDENSBURG\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"13669\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"IL STATE PD\",\n        \"consigneeAddress\": \"4700 RODGERS ST\",\n        \"consigneeCity\": \"SPRINGFIELD\",\n        \"consigneeState\": \"IL\",\n        \"consigneeZip\": \"62703\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 556,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/8d3456c922bc8d5ca0731ce3792bb1c9-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"KJR-PO-1327\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"P-77559\"\n            }\n        ],\n        \"ponumber\": \"1437221\",\n        \"pronumber\": \"I636031602\",\n        \"bolnumber\": \"1360112\"\n    },\n    {\n        \"shipmentID\": 134650434,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 145.22,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745452800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745798400000,\n        \"deliveryDate\": 1745798400000,\n        \"shipperName\": \"MED-ENG, LLC\",\n        \"shipperAddress\": \"103 TULLOCH DRIVE\",\n        \"shipperCity\": \"OGDENSBURG\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"13669\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"INDIANA STATE PD\",\n        \"consigneeAddress\": \"8500 E 21ST ST.\",\n        \"consigneeCity\": \"INDIANAPOLIS\",\n        \"consigneeState\": \"IN\",\n        \"consigneeZip\": \"46219\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 702,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/33e2f126b772823b9a99a863d6f43206-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"00100-0020020416\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"00100-0020020416\"\n            }\n        ],\n        \"ponumber\": \"1435726\",\n        \"pronumber\": \"I636031611\",\n        \"bolnumber\": \"1360128\"\n    },\n    {\n        \"shipmentID\": 134650520,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 280.43,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745539200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745971200000,\n        \"deliveryDate\": 1745971200000,\n        \"shipperName\": \"True North Enterprises\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd.\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMS 312 IN SERVICE AIRCRAFT CARRIER\",\n        \"consigneeAddress\": \"1848 Dillingham Blvd\",\n        \"consigneeCity\": \"Norfolk\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23511\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 5142,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/c8d17646025e31fabadbd6ff78867e9c-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"REQ# N0002432000XT5 - NAVSUP\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL23F17X5\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"REQ# N0002432000XT5 - NAVSUP\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL23F17X5\"\n            }\n        ],\n        \"ponumber\": \"1306032\",\n        \"pronumber\": \"422524182\",\n        \"bolnumber\": \"134650520\"\n    },\n    {\n        \"shipmentID\": 134650570,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 230.92,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745452800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1745798400000,\n        \"shipperName\": \"NATIONAL SAFETY APPAREL\",\n        \"shipperAddress\": \"10601 MEMPHIS AVE Bldg 12\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44144\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MDSC YORKTOWN NWS-CHEATHAM ANNEX\",\n        \"consigneeAddress\": \"BLDG 4 D ST\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 30,\n        \"totalWeight\": 430,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/031be27a-365d-4ac5-b071-ccc2f8b027c4.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL24F1D7Y\"\n            }\n        ],\n        \"ponumber\": \"1408713\",\n        \"pronumber\": \"0085556393\",\n        \"bolnumber\": \"134650570\"\n    },\n    {\n        \"shipmentID\": 134650690,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 586.21,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745452800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1745884800000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA DISTRIBUTION\",\n        \"consigneeAddress\": \"2001 Normandy Dr DOOR 135 - 168\",\n        \"consigneeCity\": \"New Cumberland\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 405,\n        \"totalWeight\": 12939,\n        \"totalHU\": 21,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/4d0047b3e9cdde36df2e1af55446ac26-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX24F11JD\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1222628\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"N6300542641ENBXXX\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX24F11JD\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1222628\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"N6300542641ENBXXX\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX24F11JD\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1222628\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"N6300542641ENBXXX\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX24F11JD\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1222628\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"N6300542641ENBXXX\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX24F11JD\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1222628\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"N6300542641ENBXXX\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX24F11JD\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1222628\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"N6300542641ENBXXX\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"685274102\",\n        \"bolnumber\": \"134650690\"\n    },\n    {\n        \"shipmentID\": 134650694,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 171.12,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745452800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745798400000,\n        \"deliveryDate\": 1745798400000,\n        \"shipperName\": \"MUSTANGSURVIVAL\",\n        \"shipperAddress\": \"201 BUSCH DRIVE\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1050,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/f5869f049ce07234230627abe60944ba-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1434267\"\n            }\n        ],\n        \"ponumber\": \"1434267\",\n        \"pronumber\": \"I889970148\",\n        \"bolnumber\": \"1360226\"\n    },\n    {\n        \"shipmentID\": 134650717,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 897.32,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745452800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746057600000,\n        \"deliveryDate\": 1746057600000,\n        \"shipperName\": \"AEROVIRONMENT INC\",\n        \"shipperAddress\": \"900 Innovators Way\",\n        \"shipperCity\": \"Simi Valley\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"93065\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 1296,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a0f2edd1-6ad9-43f6-a435-88579836562d.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"FB561242261BNW\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"FB561242261BNW\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"FB561242261BNW\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"FB561242261BNW\"\n            }\n        ],\n        \"ponumber\": \"1396946\",\n        \"pronumber\": \"641626355\",\n        \"bolnumber\": \"134650717\"\n    },\n    {\n        \"shipmentID\": 134650882,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 139.99,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745539200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745798400000,\n        \"deliveryDate\": 1745798400000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVSUP WSS\",\n        \"consigneeAddress\": \"5450 CARLISLE PIKE BLDG 107 S END\",\n        \"consigneeCity\": \"Mechanicsburg\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17055\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 24,\n        \"totalWeight\": 1125,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/0750618e36b0a47dd8bfa308450f4cfb-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F11FF\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1243480\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"BKAZ754281D104XXX\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"705363653\",\n        \"bolnumber\": \"134650882\"\n    },\n    {\n        \"shipmentID\": 134651023,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 190.44,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745539200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745798400000,\n        \"deliveryDate\": 1745798400000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"TRIBALCO LLC\",\n        \"consigneeAddress\": \"1802 Grant St\",\n        \"consigneeCity\": \"Tampa\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"33605\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 44,\n        \"totalWeight\": 396,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/486698d8cbf4b73356ac36a18da4574a-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1263221\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"DO 60 ADS\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"388924080\",\n        \"bolnumber\": \"134651023\"\n    },\n    {\n        \"shipmentID\": 134651099,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 357.49,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745798400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745971200000,\n        \"deliveryDate\": 1745971200000,\n        \"shipperName\": \"OPTEX SYSTEMS INC\",\n        \"shipperAddress\": \"1420 PRESIDENTIAL DRIVE\",\n        \"shipperCity\": \"RICHARDSON\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75081\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ANNISTON ARMY DEPOT\",\n        \"consigneeAddress\": \"7 FRANKFORD AVE, BUILDING 361\",\n        \"consigneeCity\": \"ANNISTON\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"36201\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 3180,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/db6c308e-d535-4628-abd5-de8bf22928ce.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1BYH\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1BYH\"\n            }\n        ],\n        \"ponumber\": \"1402471\",\n        \"pronumber\": \"419816151\",\n        \"bolnumber\": \"1360306\"\n    },\n    {\n        \"shipmentID\": 134651111,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 398.66,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745539200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746489600000,\n        \"deliveryDate\": 1746489600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FY9150 60 APS TRK INTRANSIT CARGO\",\n        \"consigneeAddress\": \"90 RAGSDALE ST\",\n        \"consigneeCity\": \"TRAVIS AFB\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"94535-2918\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 24,\n        \"totalWeight\": 894,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/80203caa-6fbf-4d0d-b3f8-703ad5556181.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EJ25F7979\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1263253\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"R0336850800921XXX\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"466656573\",\n        \"bolnumber\": \"134651111\"\n    },\n    {\n        \"shipmentID\": 134651142,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 181.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745539200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745884800000,\n        \"deliveryDate\": 1745884800000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VF IMAGEWEAR INC\",\n        \"consigneeAddress\": \"800 SOUTH MAIN STREET\",\n        \"consigneeCity\": \"HENNING\",\n        \"consigneeState\": \"TN\",\n        \"consigneeZip\": \"38041\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 38,\n        \"totalWeight\": 680,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/a19982b416ff3b3b27cc9274f7ec6d10-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"72966415-20250408\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1265898\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"388924098\",\n        \"bolnumber\": \"134651142\"\n    },\n    {\n        \"shipmentID\": 134651158,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 308.38,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745539200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746144000000,\n        \"deliveryDate\": 1746144000000,\n        \"shipperName\": \"PREVCO SUBSEA LLC\",\n        \"shipperAddress\": \"10000 N TECHNOLOGY DR.\",\n        \"shipperCity\": \"FOUNTAIN HILLS\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85268\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NUWC NEWPORT\",\n        \"consigneeAddress\": \"1176 HOWELL ST\",\n        \"consigneeCity\": \"NEWPORT\",\n        \"consigneeState\": \"RI\",\n        \"consigneeZip\": \"02841\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 710,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/f2cfe27c-140b-4269-ac17-ce00d4701cce.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1DQC\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1DQC\"\n            }\n        ],\n        \"ponumber\": \"1408127\",\n        \"pronumber\": \"I427510413\",\n        \"bolnumber\": \"1360386\"\n    },\n    {\n        \"shipmentID\": 134651186,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 387.03,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745884800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746489600000,\n        \"deliveryDate\": 1746576000000,\n        \"shipperName\": \"FLEX FORCE\",\n        \"shipperAddress\": \"3747 NE SANDY BLVD\",\n        \"shipperCity\": \"PORTLAND\",\n        \"shipperState\": \"OR\",\n        \"shipperZip\": \"97232\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA DISTRIBUTION\",\n        \"consigneeAddress\": \"2001 NORMANDY DR DOOR 135 168\",\n        \"consigneeCity\": \"NEW CUMBERLAND\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1216,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/bfe94e54-0f56-4b0e-a4a9-561888dbc76b.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F143Q\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F143Q\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F143Q\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F143Q\"\n            }\n        ],\n        \"ponumber\": \"1441282\",\n        \"pronumber\": \"486497281\",\n        \"bolnumber\": \"1360346\"\n    },\n    {\n        \"shipmentID\": 134651813,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 727.97,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745798400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746057600000,\n        \"deliveryDate\": 1746057600000,\n        \"shipperName\": \"RAIDER OUTBOARDS INC\",\n        \"shipperAddress\": \"1885 ARMSTRONG DRIVE\",\n        \"shipperCity\": \"TITUSVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32780\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSW SDVT2\",\n        \"consigneeAddress\": \"1875 COVE RD BLDG 3806\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23459\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 24,\n        \"totalWeight\": 8878,\n        \"totalHU\": 24,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/e8a61847362150b3b55faf521f19b162-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F13XM\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F13XM\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F13XM\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F13XM\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F13XM\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F13XM\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F13XM\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F13XM\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F13XM\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F13XM\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F13XM\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F13XM\"\n            }\n        ],\n        \"ponumber\": \"1371283\",\n        \"pronumber\": \"365141470\",\n        \"bolnumber\": \"1360527\"\n    },\n    {\n        \"shipmentID\": 134651887,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 171.12,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745539200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745798400000,\n        \"deliveryDate\": 1745798400000,\n        \"shipperName\": \"MUSTANGSURVIVAL\",\n        \"shipperAddress\": \"201 BUSCH DRIVE\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1050,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/f5869f049ce07234230627abe60944ba-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1434267\"\n            }\n        ],\n        \"ponumber\": \"1434267\",\n        \"pronumber\": \"I889970148\",\n        \"bolnumber\": \"1360548\"\n    },\n    {\n        \"shipmentID\": 134651916,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 235.65,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745539200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745884800000,\n        \"deliveryDate\": 1745884800000,\n        \"shipperName\": \"North American Rescue Simulation\",\n        \"shipperAddress\": \"2110 Spencer Ct \",\n        \"shipperCity\": \"La Grange\",\n        \"shipperState\": \"KY\",\n        \"shipperZip\": \"40031\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SPECIAL MISSION TRAINING CENTER SMTC\",\n        \"consigneeAddress\": \"BB-329 Courthouse\",\n        \"consigneeCity\": \"Camp Lejeune\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28542\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1000,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/7f89e4b0c693000383c117eb06d249ed-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"Rated DOC9-Z62200\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EX25F10FT\"\n            }\n        ],\n        \"ponumber\": \"1442412\",\n        \"pronumber\": \"432824812\",\n        \"bolnumber\": \"134651916\"\n    },\n    {\n        \"shipmentID\": 134652065,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 948.48,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745539200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1748304000000,\n        \"deliveryDate\": 1748304000000,\n        \"shipperName\": \"DEPLOYABLE SYSTEMS INC. / GWEP\",\n        \"shipperAddress\": \"500 S. ETIWANDA AVE\",\n        \"shipperCity\": \"ONTARIO\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"91761\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USSS CAT\",\n        \"consigneeAddress\": \"245 MURRAY DRIVE\",\n        \"consigneeCity\": \"WASHINGTON\",\n        \"consigneeState\": \"DC\",\n        \"consigneeZip\": \"20223\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 3400,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/3e51f2f3-fe7f-4be9-8269-aa2f48f32ada.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F146J\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F146J\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F146J\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F146J\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F146J\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F146J\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F146J\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F146J\"\n            }\n        ],\n        \"ponumber\": \"1440065\",\n        \"pronumber\": \"462591861\",\n        \"bolnumber\": \"1362786\"\n    },\n    {\n        \"shipmentID\": 134652069,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 266.59,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745539200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1746403200000,\n        \"shipperName\": \"Inveris Training Solutions\",\n        \"shipperAddress\": \"296 Brogdon Rd\",\n        \"shipperCity\": \"Suwanee\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30024\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"San Juan County NM Sheriff’s Office\",\n        \"consigneeAddress\": \"211 South Oliver Drive\",\n        \"consigneeCity\": \"Aztec\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"87410\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 160,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/d83a21e4d9282a4cc2e9b1278832ef1f-1.png\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1441753\",\n        \"pronumber\": \"6456845511\",\n        \"bolnumber\": \"134652069\"\n    },\n    {\n        \"shipmentID\": 134652071,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1099.99,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745539200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745884800000,\n        \"deliveryDate\": 1745884800000,\n        \"shipperName\": \"MITHIX PRO, LLC\",\n        \"shipperAddress\": \"3591 WAY BACK RD.\",\n        \"shipperCity\": \"FARMERSVILLE\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75442\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 8516,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/bc20c535616100e306a2813b02b94070-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1416418\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1416418\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1416418\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1416418\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1416418\"\n            }\n        ],\n        \"ponumber\": \"1416418\",\n        \"pronumber\": \"388811765\",\n        \"bolnumber\": \"1362806\"\n    },\n    {\n        \"shipmentID\": 134652227,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 433.63,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745798400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745971200000,\n        \"deliveryDate\": 1745971200000,\n        \"shipperName\": \"SAFARILAND LLC\",\n        \"shipperAddress\": \"3041 FAYE RD\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32226\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 5706,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/fb436a5c671b9a95118ce57ac2de1584-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1432229\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1432229\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1432229\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1432229\"\n            }\n        ],\n        \"ponumber\": \"1432229\",\n        \"pronumber\": \"411441183\",\n        \"bolnumber\": \"1362826\"\n    },\n    {\n        \"shipmentID\": 134652240,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 683.23,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745539200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1745884800000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CIF\",\n        \"consigneeAddress\": \"BLDG 4, D STREET\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 56,\n        \"totalWeight\": 920,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/eeb1371e-8bb6-49f5-b2ad-d39847d7b106.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL24F1DLB\"\n            }\n        ],\n        \"ponumber\": \"1407706\",\n        \"pronumber\": \"0400651814\",\n        \"bolnumber\": \"134652240\"\n    },\n    {\n        \"shipmentID\": 134652303,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 228.9,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745539200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1746144000000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"W4GG TACOM CMO OCIE RLSC W\",\n        \"consigneeAddress\": \"1103 NORTHWEST CARLOS G PARKER BLVD\",\n        \"consigneeCity\": \"TAYLOR\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"76574-4965\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 15,\n        \"totalWeight\": 405,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/c51a017969aba5508883c19ba73b37f7-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE1C1-25-F-0373\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1230997\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"W901MM40998014XAX\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"7825890870\",\n        \"bolnumber\": \"134652303\"\n    },\n    {\n        \"shipmentID\": 134652341,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 431.66,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745798400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746489600000,\n        \"deliveryDate\": 1746489600000,\n        \"shipperName\": \"SNOWBIRD TECHNOLOGIES\",\n        \"shipperAddress\": \"7749 BAYBERRY ROAD\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32256\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AFSOC 27TH SOCONS\",\n        \"consigneeAddress\": \"113 EAST ALBRIGHT AVE BLDG 724\",\n        \"consigneeCity\": \"CANNON AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88103\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 2022,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/037342be-806a-4221-a72e-4b2f8538b08d.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1DNE\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1DNE\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1DNE\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1DNE\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1DNE\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1DNE\"\n            }\n        ],\n        \"ponumber\": \"1408650\",\n        \"pronumber\": \"414615036\",\n        \"bolnumber\": \"1362849\"\n    },\n    {\n        \"shipmentID\": 134652360,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 280.79,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745798400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745884800000,\n        \"deliveryDate\": 1745884800000,\n        \"shipperName\": \"ULTRA ELECTRONICS TCS INC \",\n        \"shipperAddress\": \"c/o BLUESKY MAST INC\",\n        \"shipperCity\": \"Largo\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33771\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PDM NETMOD\",\n        \"consigneeAddress\": \"1730 BARTON CHAPEL RD\",\n        \"consigneeCity\": \"Augusta\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"30909\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 5230,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/7ea7923b-3659-4eba-bd1a-7194f9d95f78.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"(NETWORK MODERNIZATION) - W516M0\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL25F13MR\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"(NETWORK MODERNIZATION) - W516M0\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL25F13MR\"\n            }\n        ],\n        \"ponumber\": \"1436345\",\n        \"pronumber\": \"428784704\",\n        \"bolnumber\": \"134652360\"\n    },\n    {\n        \"shipmentID\": 134652380,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 141.91,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745539200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745884800000,\n        \"deliveryDate\": 1745884800000,\n        \"shipperName\": \"ELECTROMET CORPORATION\",\n        \"shipperAddress\": \"879 COMMONWEALTH AVE\",\n        \"shipperCity\": \"HAGERTOWN\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21740\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAWC AD 4.11.2\",\n        \"consigneeAddress\": \"17598 WEBSTER FIELD ROAD BLDG 8115\",\n        \"consigneeCity\": \"ST INIGOES\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20684\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 820,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/ca594eacbf36390378d76ae552b77b97-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL23F13WU\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL23F13WU\"\n            }\n        ],\n        \"ponumber\": \"1279857\",\n        \"pronumber\": \"I300867867\",\n        \"bolnumber\": \"1362852\"\n    },\n    {\n        \"shipmentID\": 134652558,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 800.2,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745798400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746576000000,\n        \"deliveryDate\": 1746662400000,\n        \"shipperName\": \"GLENAIR\",\n        \"shipperAddress\": \"901 LIVE OAK AVE\",\n        \"shipperCity\": \"IRWINDALE\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"91706\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC CARDEROCK DIV 72\",\n        \"consigneeAddress\": \"33964 N MAIN AVE\",\n        \"consigneeCity\": \"BAYVIEW\",\n        \"consigneeState\": \"ID\",\n        \"consigneeZip\": \"83803\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 2036,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/36bc7563e6a979b134acd482e563cf2e-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1CVL\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1CVL\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1CVL\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1CVL\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1CVL\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1CVL\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1CVL\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1CVL\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1CVL\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1CVL\"\n            }\n        ],\n        \"ponumber\": \"1408114\",\n        \"pronumber\": \"2991695827\",\n        \"bolnumber\": \"1362872\"\n    },\n    {\n        \"shipmentID\": 134652614,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 430.45,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745884800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747094400000,\n        \"deliveryDate\": 1746576000000,\n        \"shipperName\": \"TacMed Simulation\",\n        \"shipperAddress\": \"1125 N McDowell Blvd\",\n        \"shipperCity\": \"Petaluma\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"94954\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"RTS MED\",\n        \"consigneeAddress\": \"727 14th Street, Bldg. 13401\",\n        \"consigneeCity\": \"Fort Eisenhower \",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"30905\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 996,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/97f971b5-b3dd-4b34-95d3-37db23a9ec31.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"T2200\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"T2200\"\n            }\n        ],\n        \"ponumber\": \"1397155\",\n        \"pronumber\": \"153783340\",\n        \"bolnumber\": \"134652614\"\n    },\n    {\n        \"shipmentID\": 134652698,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 275.64,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745884800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1746057600000,\n        \"shipperName\": \"TacMed Simulation\",\n        \"shipperAddress\": \"1125 N McDowell Blvd\",\n        \"shipperCity\": \"Petaluma\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"94954\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"IMCOM WEST CAMP PARKS CSTC\",\n        \"consigneeAddress\": \"BLDG 690 HUTCHINS AVE\",\n        \"consigneeCity\": \"Dublin\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"94568\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 996,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/913e1f1e9a4ecec8c6b7f5d2b28ce8dc-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"T2196\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"T2196\"\n            }\n        ],\n        \"ponumber\": \"1396891\",\n        \"pronumber\": \"6313185782\",\n        \"bolnumber\": \"134652698\"\n    },\n    {\n        \"shipmentID\": 134652699,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 373.82,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745884800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746489600000,\n        \"deliveryDate\": 1746576000000,\n        \"shipperName\": \"TacMed Simulation\",\n        \"shipperAddress\": \"1125 N McDowell Blvd\",\n        \"shipperCity\": \"Petaluma\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"94954\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"RTS MED FT MCCOY ARMEDCOM USARC\",\n        \"consigneeAddress\": \"10000 SOUTH 11TH AVE\",\n        \"consigneeCity\": \"FORT MCCOY\",\n        \"consigneeState\": \"WI\",\n        \"consigneeZip\": \"54656\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 996,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/f07a418d-0fb7-4ecd-a259-e9802c3a7815.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"T2195\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"T2195\"\n            }\n        ],\n        \"ponumber\": \"1396887\",\n        \"pronumber\": \"153783339\",\n        \"bolnumber\": \"134652699\"\n    },\n    {\n        \"shipmentID\": 134653588,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 995.74,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745798400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1746489600000,\n        \"shipperName\": \"5.11 Tactical, Inc.\",\n        \"shipperAddress\": \"3201 N Airport Way\",\n        \"shipperCity\": \"Manteca\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"95336\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VF IMAGEWEAR INC\",\n        \"consigneeAddress\": \"800 SOUTH MAIN ST\",\n        \"consigneeCity\": \"Henning\",\n        \"consigneeState\": \"TN\",\n        \"consigneeZip\": \"38041\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 54,\n        \"totalWeight\": 1381,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/219d5f74-3c3e-453f-9366-7bd702251d7f.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1441722,  1439521\",\n        \"pronumber\": \"PRQ2168330\",\n        \"bolnumber\": \"134653588\"\n    },\n    {\n        \"shipmentID\": 134653618,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 211.13,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745798400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745971200000,\n        \"deliveryDate\": 1745971200000,\n        \"shipperName\": \"CABLE ASSEMBLIES INC\",\n        \"shipperAddress\": \"13 COLUMBIA DRIVE\",\n        \"shipperCity\": \"AMHERST\",\n        \"shipperState\": \"NH\",\n        \"shipperZip\": \"03031\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAWC AD 4.11.2\",\n        \"consigneeAddress\": \"17598 WEBSTER FIELD RD, BLDG 8115\",\n        \"consigneeCity\": \"ST INIGOES\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20684\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1200,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/401ed0623fbf9aac6e17e625ba1b7883-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL23F12RU\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL23F12RU\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL23F12RU\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL23F12RU\"\n            }\n        ],\n        \"ponumber\": \"1271880\",\n        \"pronumber\": \"I643165524\",\n        \"bolnumber\": \"1362971\"\n    },\n    {\n        \"shipmentID\": 134653700,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 420.18,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745798400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746576000000,\n        \"deliveryDate\": 1746403200000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"W4GG TACOM ILSC-NATICK CLOTHIN\",\n        \"consigneeAddress\": \"SIERRA ARMY DEPOT\",\n        \"consigneeCity\": \"HERLONG\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"96113\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 36,\n        \"totalWeight\": 990,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a19f509f-bf14-4f06-8bf5-c5e1270304e2.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE1C1-25-F-0374\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1230993\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"W90W0741300061XXX\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"466656584\",\n        \"bolnumber\": \"134653700\"\n    },\n    {\n        \"shipmentID\": 134653712,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 597.88,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745884800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1746057600000,\n        \"shipperName\": \"Aerial Machine & Tool\",\n        \"shipperAddress\": \"4298 Jeb Stuart Highway\",\n        \"shipperCity\": \"Meadows Dan\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"24120\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMA 202 AIRCREW SYSTEMS\",\n        \"consigneeAddress\": \"48110 Shaw Rd, Unit 5, Bldg. 2187, Ste. 2280\",\n        \"consigneeCity\": \"Patuxent River\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20670\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 2625,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/8cdcd9a4-8cd9-4424-a77a-746e2122c355.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1384684\",\n        \"pronumber\": \"029-0160986\",\n        \"bolnumber\": \"134653712\"\n    },\n    {\n        \"shipmentID\": 134653715,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.37,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745798400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746057600000,\n        \"deliveryDate\": 1746144000000,\n        \"shipperName\": \"L3HARRIS TECHNOLOGIES\",\n        \"shipperAddress\": \"1350 JEFFERSON ROAD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NIWC ATLANTIC (NAVAL INFORMATION WA\",\n        \"consigneeAddress\": \"1008 TRIDENT STREET\",\n        \"consigneeCity\": \"HANAHAN\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 288,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/76c0e03d5ada8e10366bac023bea8de1-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F1186\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"CODE 55000\"\n            }\n        ],\n        \"ponumber\": \"1420771\",\n        \"pronumber\": \"I731827296\",\n        \"bolnumber\": \"1362988\"\n    },\n    {\n        \"shipmentID\": 134653751,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 442.11,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745798400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745971200000,\n        \"deliveryDate\": 1745971200000,\n        \"shipperName\": \"SAFARILAND LLC\",\n        \"shipperAddress\": \"3041 FAYE RD\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32226\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 5818,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/d4b37be237f4459bea8b31dc2e0e126f-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1414357\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1414357\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1414357\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1414357\"\n            }\n        ],\n        \"ponumber\": \"1414357\",\n        \"pronumber\": \"411441191\",\n        \"bolnumber\": \"1363112\"\n    },\n    {\n        \"shipmentID\": 134653850,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 139.99,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745798400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1746403200000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FY9125 436 APS TRTC\",\n        \"consigneeAddress\": \"550 ATLANTIC ST BLDG 550\",\n        \"consigneeCity\": \"DOVER AFB\",\n        \"consigneeState\": \"DE\",\n        \"consigneeZip\": \"19902\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 18,\n        \"totalWeight\": 933,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/446266871cabfc1c5e8b0b010016086c-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1B6K\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1214980\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"BQVA7542159001XXX\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"630772150\",\n        \"bolnumber\": \"134653850\"\n    },\n    {\n        \"shipmentID\": 134653859,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 168.53,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745884800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746144000000,\n        \"deliveryDate\": 1746144000000,\n        \"shipperName\": \"FULCRUM CONCEPTS LLC\",\n        \"shipperAddress\": \"17389 PARHAM LANDING COURT\",\n        \"shipperCity\": \"WEST POINT\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23181\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM F 15 (AFLCMC WAQ)\",\n        \"consigneeAddress\": \"265 BYRON STREET\",\n        \"consigneeCity\": \"ROBINS AFB\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"31098\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1012,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/3125ec6512f73e79f695819452c8175a-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F102L\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F102L\"\n            }\n        ],\n        \"ponumber\": \"1410738\",\n        \"pronumber\": \"I633152502\",\n        \"bolnumber\": \"1363227\"\n    },\n    {\n        \"shipmentID\": 134653874,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 149.72,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745798400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745884800000,\n        \"deliveryDate\": 1745884800000,\n        \"shipperName\": \"NATIONAL SAFETY APPAREL\",\n        \"shipperAddress\": \"10601 MEMPHIS AVE B 12\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44144\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"IAP WORLDWIDE SERVICES INC\",\n        \"consigneeAddress\": \"4962 RIVERTON RD\",\n        \"consigneeCity\": \"Dayton\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45414\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 23,\n        \"totalWeight\": 296,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/fb268e9418f820728497ca4b63cce179-1.png\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1430229\",\n        \"pronumber\": \"I186567003\",\n        \"bolnumber\": \"134653874\"\n    },\n    {\n        \"shipmentID\": 134654098,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 362.02,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745884800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746403200000,\n        \"deliveryDate\": 1746403200000,\n        \"shipperName\": \"PHILLIPS SAFETY PRODUCTS, INC\",\n        \"shipperAddress\": \"123 LINCOLN BLVD\",\n        \"shipperCity\": \"MIDDLESEX\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08846\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA TROOP SUPPORT\",\n        \"consigneeAddress\": \"AMC BAMC FSH - MM\",\n        \"consigneeCity\": \"JBSA FT SAM HOUSTON\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"78234\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1350,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/1d9dc1e2-3b55-453d-9dba-8cadfb49c7eb.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE2D625F1V6X\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE2D625F1V6X\"\n            }\n        ],\n        \"ponumber\": \"1441773\",\n        \"pronumber\": \"490647953\",\n        \"bolnumber\": \"1363266\"\n    },\n    {\n        \"shipmentID\": 134654357,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 196.97,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745798400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1746662400000,\n        \"shipperName\": \"Wesco / Anixter NJ\",\n        \"shipperAddress\": \"7 Santa Fe Way Suite 702\",\n        \"shipperCity\": \"Cranbury\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08512\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"102ND IW\",\n        \"consigneeAddress\": \"330 EAST INNER RD\",\n        \"consigneeCity\": \"Buzzards Bay\",\n        \"consigneeState\": \"MA\",\n        \"consigneeZip\": \"02542\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 478,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/27043e66-2d69-4d8a-b7c8-763a3870ced3.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"FU620250841KC0\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"FU620250841KC0\"\n            }\n        ],\n        \"ponumber\": \"1439496 \",\n        \"pronumber\": \"691112700\",\n        \"bolnumber\": \"134654357\"\n    },\n    {\n        \"shipmentID\": 134654989,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1115.38,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745971200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746576000000,\n        \"deliveryDate\": 1746576000000,\n        \"shipperName\": \"AEROVIRONMENT INC\",\n        \"shipperAddress\": \"900 Innovators Way\",\n        \"shipperCity\": \"Simi Valley\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"93065\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USCG HQ GROUP RDC\",\n        \"consigneeAddress\": \"1 Chelsea St\",\n        \"consigneeCity\": \"New London\",\n        \"consigneeState\": \"CT\",\n        \"consigneeZip\": \"06320\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 14,\n        \"totalWeight\": 3774,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/72492bae-7cee-4d8f-a6f8-f7377cdb7b06.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"so 95016\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Z7009842500001 / SPE8EL24F1EHT\"\n            },\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"so 95016\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Z7009842500001 / SPE8EL24F1EHT\"\n            },\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"so 95016\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Z7009842500001 / SPE8EL24F1EHT\"\n            }\n        ],\n        \"ponumber\": \"1396946 \",\n        \"pronumber\": \"467470581\",\n        \"bolnumber\": \"134654989\"\n    },\n    {\n        \"shipmentID\": 134654999,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 227.27,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745884800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746403200000,\n        \"deliveryDate\": 1746403200000,\n        \"shipperName\": \"RFD Beaufort\",\n        \"shipperAddress\": \"11201 Armour Drive, Unit D\",\n        \"shipperCity\": \"El Paso\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"79935\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AFMRA/SG4W\",\n        \"consigneeAddress\": \"601 Davy Crockett Rd BLDG 1534 STE 100 A BAY\",\n        \"consigneeCity\": \"San Antonio\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"78226\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 300,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/e52f6167cbd6cc52ac3a264f0563eb57-1.png\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1435953\",\n        \"pronumber\": \"426181841\",\n        \"bolnumber\": \"134654999\"\n    },\n    {\n        \"shipmentID\": 134655137,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.37,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745884800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745971200000,\n        \"deliveryDate\": 1745971200000,\n        \"shipperName\": \"INTERSURGICAL/MAIN OCEAN\",\n        \"shipperAddress\": \"300 A TRADE ZONE BLVD\",\n        \"shipperCity\": \"SUMMERVILLE\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29486\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 528,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/6bda46e055c9091aa80e1f5fd4721361-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1443975\"\n            }\n        ],\n        \"ponumber\": \"1443975\",\n        \"pronumber\": \"I413553663\",\n        \"bolnumber\": \"1363408\"\n    },\n    {\n        \"shipmentID\": 134655140,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 341.79,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745884800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746576000000,\n        \"deliveryDate\": 1746576000000,\n        \"shipperName\": \"D&S\",\n        \"shipperAddress\": \"300 D&S LANE\",\n        \"shipperCity\": \"BEAR\",\n        \"shipperState\": \"DE\",\n        \"shipperZip\": \"19701\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"JPL CBRN SOF (JPL CBRN SPECIAL OPER\",\n        \"consigneeAddress\": \"8799 MAGNOLIA RD, BLDG E5060\",\n        \"consigneeCity\": \"GUNPOWDER\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"21010\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 6484,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/3a0c0503-1449-4d52-a87b-9fe84e9e8cfb.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1DLU\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SUBTASK #22-4000\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1DLU\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SUBTASK #22-4000\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1DLU\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SUBTASK #22-4000\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1DLU\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SUBTASK #22-4000\"\n            }\n        ],\n        \"ponumber\": \"1428473\",\n        \"pronumber\": \"765859463\",\n        \"bolnumber\": \"1363407\"\n    },\n    {\n        \"shipmentID\": 134655179,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.37,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745971200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746144000000,\n        \"deliveryDate\": 1746144000000,\n        \"shipperName\": \"COCOON SOUTH NEW\",\n        \"shipperAddress\": \"824 LOCUST ST.\",\n        \"shipperCity\": \"HENDERSONVILLE\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28792\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USACE ACE 249TH ENGR BN\",\n        \"consigneeAddress\": \"9925 TRACY LOOP\",\n        \"consigneeCity\": \"FORT BELVOIR\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22060\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 419,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/65ce8ec7-b89f-4a10-9ffc-141a658a001a.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EM24F10BC\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EM24F10BC\"\n            }\n        ],\n        \"ponumber\": \"1389556\",\n        \"pronumber\": \"I877588929\",\n        \"bolnumber\": \"1363410\"\n    },\n    {\n        \"shipmentID\": 134655202,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 149.72,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745971200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746057600000,\n        \"deliveryDate\": 1746144000000,\n        \"shipperName\": \"COCOON SOUTH NEW\",\n        \"shipperAddress\": \"824 LOCUST ST.\",\n        \"shipperCity\": \"HENDERSONVILLE\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28792\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USACE ACE 249TH ENGR BN\",\n        \"consigneeAddress\": \"2050 COOK STREET, BLDG J\",\n        \"consigneeCity\": \"FT LIBERTY\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28310\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 419,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/4cdcead1ff871a7ba2ee735aa48f7e65-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EM24F10B4\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EM24F10B4\"\n            }\n        ],\n        \"ponumber\": \"1388401\",\n        \"pronumber\": \"I877588938\",\n        \"bolnumber\": \"1363412\"\n    },\n    {\n        \"shipmentID\": 134655247,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 836.03,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745884800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746576000000,\n        \"deliveryDate\": 1746144000000,\n        \"shipperName\": \"Streamlight, Inc.\",\n        \"shipperAddress\": \"30 Eagleville Rd\",\n        \"shipperCity\": \"Norristown\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19403\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"435TH SCOS-EMEF DOOR 28\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR.\",\n        \"consigneeCity\": \"Dayton\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 180,\n        \"totalWeight\": 3495,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/e1861717-ee91-4e0a-9216-61247e878331.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1439280\",\n        \"pronumber\": \"0440798644\",\n        \"bolnumber\": \"134655247\"\n    },\n    {\n        \"shipmentID\": 134655271,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 198.9,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745884800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746576000000,\n        \"deliveryDate\": 1746576000000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Medline Industries INC\",\n        \"consigneeAddress\": \"1 Medline DR STE 100\",\n        \"consigneeCity\": \"Wilmer\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"75172\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 18,\n        \"totalWeight\": 424,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/e54d283983d5207c688374e7e45bf90a-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"4518503540\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1266343\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"7382801974\",\n        \"bolnumber\": \"134655271\"\n    },\n    {\n        \"shipmentID\": 134655274,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 336.47,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745884800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1746403200000,\n        \"shipperName\": \"GLENAIR\",\n        \"shipperAddress\": \"901 LIVE OAK AVE\",\n        \"shipperCity\": \"IRWINDALE\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"91706\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC CARDEROCK DIV 72\",\n        \"consigneeAddress\": \"33964 N MAIN AVE\",\n        \"consigneeCity\": \"BAYVIEW\",\n        \"consigneeState\": \"ID\",\n        \"consigneeZip\": \"83803\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1196,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/461a247683636a3c18add37ded6720a8-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1CVL\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1CVL\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1CVL\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1CVL\"\n            }\n        ],\n        \"ponumber\": \"1408114\",\n        \"pronumber\": \"5557387636\",\n        \"bolnumber\": \"1363429\"\n    },\n    {\n        \"shipmentID\": 134655289,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 468.58,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745884800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1746403200000,\n        \"shipperName\": \"GLENAIR\",\n        \"shipperAddress\": \"901 LIVE OAK AVE\",\n        \"shipperCity\": \"IRWINDALE\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"91706\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC CARDEROCK DIV 72\",\n        \"consigneeAddress\": \"33964 N MAIN AVE\",\n        \"consigneeCity\": \"BAYVIEW\",\n        \"consigneeState\": \"ID\",\n        \"consigneeZip\": \"83803\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 1790,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/a7d0251b3bbf8719320e040b54a5792e-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1CVL\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1CVL\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1CVL\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1CVL\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1CVL\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1CVL\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1CVL\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1CVL\"\n            }\n        ],\n        \"ponumber\": \"1408114\",\n        \"pronumber\": \"5557387640\",\n        \"bolnumber\": \"1363446\"\n    },\n    {\n        \"shipmentID\": 134655297,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 273.84,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745884800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746057600000,\n        \"deliveryDate\": 1746057600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"5749 Briar Hill Rd\",\n        \"consigneeCity\": \"Lexington\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 120,\n        \"totalWeight\": 2838,\n        \"totalHU\": 9,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/65c30cfe6cd4bda438bbad688a3402e3-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1DQR\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1223473\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"H9226142671F2XXX\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1DQR\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1223473\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"H9226142671F2XXX\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1DQR\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1223473\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"H9226142671F2XXX\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"388924101\",\n        \"bolnumber\": \"134655297\"\n    },\n    {\n        \"shipmentID\": 134655338,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 174.99,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746057600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746144000000,\n        \"deliveryDate\": 1746144000000,\n        \"shipperName\": \"True North Enterprises\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd. Units 108-109\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC PORT HUENEME\",\n        \"consigneeAddress\": \"5450 Carlisle Pike, BLDG 209\",\n        \"consigneeCity\": \"Mechanicsburg\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17055\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 280,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/267e7d11-a8b1-4b22-869e-9434a57c5cd2.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"REQ# N0002442561DSU\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL24F1CD4\"\n            }\n        ],\n        \"ponumber\": \"1403000\",\n        \"pronumber\": \"705359024\",\n        \"bolnumber\": \"134655338\"\n    },\n    {\n        \"shipmentID\": 134655340,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 139.99,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745884800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1747008000000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"W1BG DLA DISTRIBUTION\",\n        \"consigneeAddress\": \"2001 NORMANDY DR DOOR 135-168\",\n        \"consigneeCity\": \"NEW CUMBERLAND\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 27,\n        \"totalWeight\": 450,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/10084773955c11f23523563bc15c89e8-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE1C1-25-V-0214\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1243997\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"W81U3R43480191XXX\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"630772168\",\n        \"bolnumber\": \"134655340\"\n    },\n    {\n        \"shipmentID\": 134655353,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1434.78,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745884800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746489600000,\n        \"deliveryDate\": 1746403200000,\n        \"shipperName\": \"OUTDOOR RESEARCH\",\n        \"shipperAddress\": \"10668 HICKSON STREET \",\n        \"shipperCity\": \"El Monte\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"91731 \",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 74,\n        \"totalWeight\": 1264,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/d451e4bc-0d2a-45a6-b49b-ef73fde9b66f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"USOB-1069432 & USOB-1070724\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"USOB-1069432 & USOB-1070724\"\n            }\n        ],\n        \"ponumber\": \"422568 & 1411999\",\n        \"pronumber\": \"854667144\",\n        \"bolnumber\": \"134655353\"\n    },\n    {\n        \"shipmentID\": 134655356,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 190.44,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745884800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746057600000,\n        \"deliveryDate\": 1746057600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"LCI HURLBURT\",\n        \"consigneeAddress\": \"125 Bennett Ave\",\n        \"consigneeCity\": \"Hurlburt Field\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32544\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 304,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/e0b913221db89b09a3fbee0fd38fdc5e-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"2225341\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1262813\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"388924110\",\n        \"bolnumber\": \"134655356\"\n    },\n    {\n        \"shipmentID\": 134655401,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 234.27,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745884800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746489600000,\n        \"deliveryDate\": 1746489600000,\n        \"shipperName\": \"VELOCITY SYSTEMS LLC\",\n        \"shipperAddress\": \"45064 UNDERWOOD LANE UNIT B\",\n        \"shipperCity\": \"Sterling\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"20166\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DEAV\",\n        \"consigneeAddress\": \"7952 CLUNY CT SA-7D\",\n        \"consigneeCity\": \"Springfield\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22153\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 105,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b81b42df-ad0e-455f-826c-af5d08a8b093.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"19AQMM24F7352\"\n            }\n        ],\n        \"ponumber\": \"1398111\",\n        \"pronumber\": \"416101184\",\n        \"bolnumber\": \"134655401\"\n    },\n    {\n        \"shipmentID\": 134655430,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 885.37,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745884800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1747785600000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CIF\",\n        \"consigneeAddress\": \"BLDG 4, D STREET\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 82,\n        \"totalWeight\": 1325,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/1302af6e-c158-4e33-b8b3-3ec2ec68f2d7.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL24F1DLB\"\n            }\n        ],\n        \"ponumber\": \"1407706\",\n        \"pronumber\": \"0400697499\",\n        \"bolnumber\": \"134655430\"\n    },\n    {\n        \"shipmentID\": 134655490,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 638.47,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745884800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1746057600000,\n        \"shipperName\": \"DEEP OCEAN ENGINEERING, INC.\",\n        \"shipperAddress\": \"2261 FORTUNE DR., UNIT C\",\n        \"shipperCity\": \"SAN JOSE\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"95131\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC CARDEROCK DIV 72\",\n        \"consigneeAddress\": \"33964 N MAIN AVE\",\n        \"consigneeCity\": \"BAYVIEW\",\n        \"consigneeState\": \"ID\",\n        \"consigneeZip\": \"83803\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 3000,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/84dac3d618c4f02e659edf4668d18e55-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL23F12RS\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL23F12RS\"\n            }\n        ],\n        \"ponumber\": \"1271958\",\n        \"pronumber\": \"5149300601\",\n        \"bolnumber\": \"1363732\"\n    },\n    {\n        \"shipmentID\": 134655509,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 193.82,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745884800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745971200000,\n        \"deliveryDate\": 1745971200000,\n        \"shipperName\": \"INTERSURGICAL/MAIN OCEAN\",\n        \"shipperAddress\": \"300 A TRADE ZONE BLVD\",\n        \"shipperCity\": \"SUMMERVILLE\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29486\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 2484,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/050ebd6e05616f608972dd5d0e3b4255-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1444475\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1444475\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1444475\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1444475\"\n            }\n        ],\n        \"ponumber\": \"1444475\",\n        \"pronumber\": \"422512893\",\n        \"bolnumber\": \"1363736\"\n    },\n    {\n        \"shipmentID\": 134655531,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.37,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745971200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746057600000,\n        \"deliveryDate\": 1746057600000,\n        \"shipperName\": \"INTERSURGICAL/MAIN OCEAN\",\n        \"shipperAddress\": \"300 A TRADE ZONE BLVD\",\n        \"shipperCity\": \"SUMMERVILLE\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29486\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 380,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/9f191e266067abb5cd0151e91027f357-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1444458\"\n            }\n        ],\n        \"ponumber\": \"1444458\",\n        \"pronumber\": \"I413553681\",\n        \"bolnumber\": \"1363739\"\n    },\n    {\n        \"shipmentID\": 134655793,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 382.66,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745971200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746489600000,\n        \"deliveryDate\": 1746489600000,\n        \"shipperName\": \"FIRST SPEAR, LLC\",\n        \"shipperAddress\": \"2012 CORPORATE 44 DR\",\n        \"shipperCity\": \"FENTON\",\n        \"shipperState\": \"MO\",\n        \"shipperZip\": \"63026\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AFSOC 9TH SOS\",\n        \"consigneeAddress\": \"104 S. DAGGER RD\",\n        \"consigneeCity\": \"CANNON, AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88103\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 2176,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/fb7c8e83-0f60-4e54-b7bb-76490fdfad58.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"FA485525P0014\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"FA485525P0014\"\n            }\n        ],\n        \"ponumber\": \"1433691\",\n        \"pronumber\": \"461989102\",\n        \"bolnumber\": \"1363770\"\n    },\n    {\n        \"shipmentID\": 134655851,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 299.08,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745884800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1746403200000,\n        \"shipperName\": \"GLENAIR\",\n        \"shipperAddress\": \"901 LIVE OAK AVE\",\n        \"shipperCity\": \"IRWINDALE\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"91706\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC CARDEROCK DIV 72\",\n        \"consigneeAddress\": \"33964 N MAIN AVE\",\n        \"consigneeCity\": \"BAYVIEW\",\n        \"consigneeState\": \"ID\",\n        \"consigneeZip\": \"83803\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1084,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/461a247683636a3c18add37ded6720a8-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1CVL\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1CVL\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1CVL\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1CVL\"\n            }\n        ],\n        \"ponumber\": \"1408114\",\n        \"pronumber\": \"5557387636\",\n        \"bolnumber\": \"1363771\"\n    },\n    {\n        \"shipmentID\": 134655918,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 688.13,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745971200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1746576000000,\n        \"shipperName\": \"SENCO INC\",\n        \"shipperAddress\": \"11005 DOVER ST\",\n        \"shipperCity\": \"WESTMINSTER\",\n        \"shipperState\": \"CO\",\n        \"shipperZip\": \"80021\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AFCEC CXXE\",\n        \"consigneeAddress\": \"5835 BAY LINE DRIVE\",\n        \"consigneeCity\": \"PANAMA CITY\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32404\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 2510,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/7c232523-cb86-4782-be9b-1266d152df82.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E3W\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E3W\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E3W\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E3W\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E3W\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E3W\"\n            }\n        ],\n        \"ponumber\": \"1407983\",\n        \"pronumber\": \"584662175\",\n        \"bolnumber\": \"1363786\"\n    },\n    {\n        \"shipmentID\": 134655929,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 567,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745971200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1746403200000,\n        \"shipperName\": \"TRIJICON INC\",\n        \"shipperAddress\": \"49385 SHAFER AVE\",\n        \"shipperCity\": \"Wixom\",\n        \"shipperState\": \"MI\",\n        \"shipperZip\": \"48393\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DEVCOM AC\",\n        \"consigneeAddress\": \"BLDG 91 4TH AVE\",\n        \"consigneeCity\": \"Picatinny Arsenal\",\n        \"consigneeState\": \"NJ\",\n        \"consigneeZip\": \"07806\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 54,\n        \"totalWeight\": 2880,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/2c133615-4f3c-4c63-91b8-68d4a91360f4.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1402571\",\n        \"pronumber\": \"937915790\",\n        \"bolnumber\": \"134655929\"\n    },\n    {\n        \"shipmentID\": 134656661,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 434.97,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745971200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746576000000,\n        \"deliveryDate\": 1746576000000,\n        \"shipperName\": \"  QUANTUM SYSTEMS INC.\",\n        \"shipperAddress\": \"609 Science Dr.\",\n        \"shipperCity\": \"Moorpark\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"93021\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PEO SOFSA\",\n        \"consigneeAddress\": \"5749 BRIAR HILL RD \",\n        \"consigneeCity\": \"Lexington\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 25,\n        \"totalWeight\": 420,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a4b9fc30-1c5e-4316-8ace-b280279f5cff.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F18EU\"\n            }\n        ],\n        \"ponumber\": \"1394927 \",\n        \"pronumber\": \"162486956\",\n        \"bolnumber\": \"134656661\"\n    },\n    {\n        \"shipmentID\": 134656703,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 460.69,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745971200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746403200000,\n        \"deliveryDate\": 1746403200000,\n        \"shipperName\": \"STEINER-EOPTICS\",\n        \"shipperAddress\": \"3475 NEWMARK DRIVE\",\n        \"shipperCity\": \"MIAMISBURG\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"45342\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DEVELOPMENT COMMAND ARMAMENT CENTER\",\n        \"consigneeAddress\": \"BLDG 91 4TH AVE\",\n        \"consigneeCity\": \"PICATINNY ARSENAL\",\n        \"consigneeState\": \"NJ\",\n        \"consigneeZip\": \"07806\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 3760,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b3be3f2a-47c8-4b0c-8b03-ff798197b74d.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F19SD\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F19SD\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F19SD\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F19SD\"\n            }\n        ],\n        \"ponumber\": \"1411056\",\n        \"pronumber\": \"456258994\",\n        \"bolnumber\": \"1363846\"\n    },\n    {\n        \"shipmentID\": 134656800,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 199.68,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746057600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1746489600000,\n        \"shipperName\": \"NATIONAL SAFETY APPAREL\",\n        \"shipperAddress\": \"10601 MEMPHIS AVE Bldg 12\",\n        \"shipperCity\": \"Brooklyn\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44144\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MDSC NWS-CHEATHAM ANNEX\",\n        \"consigneeAddress\": \"BLGD 4 D ST\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 22,\n        \"totalWeight\": 305,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/63045172-2729-4498-bec2-e59f87ed426e.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL24F1D7Y\"\n            }\n        ],\n        \"ponumber\": \"1408713\",\n        \"pronumber\": \"008-5496690\",\n        \"bolnumber\": \"134656800\"\n    },\n    {\n        \"shipmentID\": 134656851,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 250.81,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745971200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745971200000,\n        \"deliveryDate\": 1745971200000,\n        \"shipperName\": \"SAFARILAND LLC\",\n        \"shipperAddress\": \"3041 FAYE RD\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32226\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 2650,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/d4b37be237f4459bea8b31dc2e0e126f-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1414357\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1414357\"\n            }\n        ],\n        \"ponumber\": \"1414357\",\n        \"pronumber\": \"411441191\",\n        \"bolnumber\": \"1363870\"\n    },\n    {\n        \"shipmentID\": 134656869,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 149.72,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745971200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1746144000000,\n        \"shipperName\": \"THE WILL-BURT COMPANY\",\n        \"shipperAddress\": \"312 COLLINS BLVD.\",\n        \"shipperCity\": \"ORRVILLE, OH\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44667\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"JXWR MULTISENSORS SURVEILLANCE SYST\",\n        \"consigneeAddress\": \"300 HIGHWAY 361\",\n        \"consigneeCity\": \"CRANE\",\n        \"consigneeState\": \"IN\",\n        \"consigneeZip\": \"47522\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 486,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/ed12d22f-baa1-4f12-b2db-3bcf69a32831.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F146T\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F146T\"\n            }\n        ],\n        \"ponumber\": \"1440377\",\n        \"pronumber\": \"I406221507 \",\n        \"bolnumber\": \"1363872\"\n    },\n    {\n        \"shipmentID\": 134656933,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 403.24,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745971200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746144000000,\n        \"deliveryDate\": 1746144000000,\n        \"shipperName\": \"GENTEX CORPORATION\",\n        \"shipperAddress\": \"324 MAIN ST\",\n        \"shipperCity\": \"SIMPSON \",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"18407\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PECKHAM VOCATIONAL INDUSTRIES INC\",\n        \"consigneeAddress\": \"7100 MILLETT HWY\",\n        \"consigneeCity\": \"Lansing\",\n        \"consigneeState\": \"MI\",\n        \"consigneeZip\": \"48917\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 840,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/eea482f8b15e09afb57e8bbd47e3cdba-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL24F1C08 / W912H742501D45\"\n            }\n        ],\n        \"ponumber\": \"1402470\",\n        \"pronumber\": \"0511252816\",\n        \"bolnumber\": \"134656933\"\n    },\n    {\n        \"shipmentID\": 134656992,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 145.67,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745971200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746057600000,\n        \"deliveryDate\": 1746057600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVSUP WSS\",\n        \"consigneeAddress\": \"5450 CARLISLE PIKE BLDG 107 S END\",\n        \"consigneeCity\": \"Mechanicsburg\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17055\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 27,\n        \"totalWeight\": 1929,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/f3bf3b8c47177e748e4bd12530468e44-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1DQX\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1223475\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"N4730442531DC0XXX\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"705363679\",\n        \"bolnumber\": \"134656992\"\n    },\n    {\n        \"shipmentID\": 134657028,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 167.13,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745971200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746403200000,\n        \"deliveryDate\": 1746403200000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"139TH AS\",\n        \"consigneeAddress\": \"1 AIR NATIONAL GUARD RD\",\n        \"consigneeCity\": \"SCOTIA\",\n        \"consigneeState\": \"NY\",\n        \"consigneeZip\": \"12302-9752\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 20,\n        \"totalWeight\": 484,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/4675788751ee3326e00472186dfb2833-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"0000\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1218788\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"705363687\",\n        \"bolnumber\": \"134657028\"\n    },\n    {\n        \"shipmentID\": 134657049,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 460.29,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745971200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746489600000,\n        \"deliveryDate\": 1746403200000,\n        \"shipperName\": \"SALVO TECHNOLOGIES INC.\",\n        \"shipperAddress\": \"8060 BRYAN DAIRY ROAD\",\n        \"shipperCity\": \"LARGO\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33777\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PD MAIN BATTLE TANK SYSTEMS (MBTS)\",\n        \"consigneeAddress\": \"BLDG 88004 CLARKE ROAD AND LOGISTICS LANE\",\n        \"consigneeCity\": \"FORT CAVAZOS\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"76544\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 3910,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/9e06bf7c-cb30-4f85-bb93-77c8878b347e.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F12HD\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F12HD\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F12HD\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F12HD\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F12HD\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F12HD\"\n            }\n        ],\n        \"ponumber\": \"1428964\",\n        \"pronumber\": \"221177180\",\n        \"bolnumber\": \"1363912\"\n    },\n    {\n        \"shipmentID\": 134657058,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 181.4,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745971200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746144000000,\n        \"deliveryDate\": 1746403200000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VF IMAGEWEAR INC\",\n        \"consigneeAddress\": \"800 SOUTH MAIN STREET\",\n        \"consigneeCity\": \"HENNING\",\n        \"consigneeState\": \"TN\",\n        \"consigneeZip\": \"38041\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 54,\n        \"totalWeight\": 1040,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/e20c9186d8f48ab7af803512330443eb-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"72966415-20250408\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1265898\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"72966415-20250408\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1265898\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"388924128\",\n        \"bolnumber\": \"134657058\"\n    },\n    {\n        \"shipmentID\": 134657077,\n        \"name\": \"PITT OHIO\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 212.37,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PITD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745971200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746144000000,\n        \"deliveryDate\": 1746403200000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CONCORDANCE HEALTHCARE SOLUTIONS LLC\",\n        \"consigneeAddress\": \"500 Industrial Park Dr\",\n        \"consigneeCity\": \"SHELBYVILLE\",\n        \"consigneeState\": \"IN\",\n        \"consigneeZip\": \"46176\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 40,\n        \"totalWeight\": 872,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/df0b329d-8a00-4037-8498-4fe7ae444552.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"3460094\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1267331\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"5021061880\",\n        \"bolnumber\": \"134657077\"\n    },\n    {\n        \"shipmentID\": 134657117,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 248.98,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745971200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747008000000,\n        \"deliveryDate\": 1747008000000,\n        \"shipperName\": \"IRIS TECHNOLOGY CORPORATION\",\n        \"shipperAddress\": \"2811 MCGAW AVE\",\n        \"shipperCity\": \"IRVINE\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92614\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"TOBYHANNA ARMY DEPOT\",\n        \"consigneeAddress\": \"11 HAP ARNOLD BLVD BLDG 5\",\n        \"consigneeCity\": \"TOBYHANNA\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"18466\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 504,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/39fec182-65f6-46f2-a499-803a7b7f3564.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F11CQ\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F11CQ\"\n            }\n        ],\n        \"ponumber\": \"1420959\",\n        \"pronumber\": \"I319259772\",\n        \"bolnumber\": \"1363925\"\n    },\n    {\n        \"shipmentID\": 134657140,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 208.31,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746057600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746403200000,\n        \"deliveryDate\": 1746403200000,\n        \"shipperName\": \"MUSTANGSURVIVAL\",\n        \"shipperAddress\": \"201 BUSCH DRIVE\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1990,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/69fe30dc519073bad5e7652b7c9b1777-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1434267\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1434267\"\n            }\n        ],\n        \"ponumber\": \"1434267\",\n        \"pronumber\": \"411226762\",\n        \"bolnumber\": \"1363926\"\n    },\n    {\n        \"shipmentID\": 134657207,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 145.22,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745971200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746144000000,\n        \"deliveryDate\": 1746403200000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CIF\",\n        \"consigneeAddress\": \"BLDG 4, D STREET\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 15,\n        \"totalWeight\": 245,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/103506d64c488c89e9e66d9c98a5aa5b-1.png\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1408398\",\n        \"pronumber\": \"I151853247\",\n        \"bolnumber\": \"134657207\"\n    },\n    {\n        \"shipmentID\": 134657269,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 139.99,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746057600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746057600000,\n        \"deliveryDate\": 1746057600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USMC IT ENTERPRISE STAGING AND WAREHOUSE\",\n        \"consigneeAddress\": \"8224 Port au Prince Ave BLDG MCA-614\",\n        \"consigneeCity\": \"Norfolk\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23551\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 15,\n        \"totalWeight\": 2397,\n        \"totalHU\": 12,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/cad2903597b62763b2933ff396916a02-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1BD4\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1215573\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"M9636842421CNF\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1BD4\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1215573\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"M9636842421CNF\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1BD4\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1215573\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"M9636842421CNF\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1BD4\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1215573\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"M9636842421CNF\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"685274110\",\n        \"bolnumber\": \"134657269\"\n    },\n    {\n        \"shipmentID\": 134657402,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 166.72,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746144000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746489600000,\n        \"deliveryDate\": 1746489600000,\n        \"shipperName\": \"Warwood Tools\",\n        \"shipperAddress\": \"164 N 19th St\",\n        \"shipperCity\": \"Wheeling\",\n        \"shipperState\": \"WV\",\n        \"shipperZip\": \"26003\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" Solution Based Innovation\",\n        \"consigneeAddress\": \"2656 Quality Ct\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 251,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/da3db45facca68fef559d595256de46b-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"1445293\"\n            }\n        ],\n        \"ponumber\": \"1445293\",\n        \"pronumber\": \"I719136648\",\n        \"bolnumber\": \"134657402\"\n    },\n    {\n        \"shipmentID\": 134657448,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.37,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746057600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746662400000,\n        \"deliveryDate\": 1746662400000,\n        \"shipperName\": \"CARSON INDUSTRIES INC.\",\n        \"shipperAddress\": \"110 NOBEL CT.\",\n        \"shipperCity\": \"ALPHARETTA\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30005\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA DISTRIBUTION\",\n        \"consigneeAddress\": \"SR W1A8 DLA DISTRIBUTION DDSP NEW CUMBERLAND FACILITY\",\n        \"consigneeCity\": \"NEW CUMBERLAND\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 682,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/845cb3b5e3ece45c39f8c0b4efb3c21b-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPRBL124F0141\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPRBL124F0141\"\n            }\n        ],\n        \"ponumber\": \"1401257\",\n        \"pronumber\": \"I459640116\",\n        \"bolnumber\": \"1363954\"\n    },\n    {\n        \"shipmentID\": 134657513,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 889.77,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746057600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746662400000,\n        \"deliveryDate\": 1746576000000,\n        \"shipperName\": \"MYSTERY RANCH BACKPACKS C/O SONY\",\n        \"shipperAddress\": \"99 SOUTH SPOKANE ST\",\n        \"shipperCity\": \"SEATTLE\",\n        \"shipperState\": \"WA\",\n        \"shipperZip\": \"98134\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AMC SG\",\n        \"consigneeAddress\": \"120 S ADAMS ST\",\n        \"consigneeCity\": \"SCOTT AFB\",\n        \"consigneeState\": \"IL\",\n        \"consigneeZip\": \"62225\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 4840,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F109H\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F109H\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F109H\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F109H\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F109H\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F109H\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F109H\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F109H\"\n            }\n        ],\n        \"ponumber\": \"1413904\",\n        \"pronumber\": \"2020417372\",\n        \"bolnumber\": \"1363967\"\n    },\n    {\n        \"shipmentID\": 134657545,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 510.76,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746144000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746662400000,\n        \"deliveryDate\": 1746576000000,\n        \"shipperName\": \"DIVING UNLIMITED INTERNATIONAL\",\n        \"shipperAddress\": \"1148 DELEVAN DRIVE\",\n        \"shipperCity\": \"SAN DIEGO\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92102\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"IAP WORLDWIDE SERVICES INC\",\n        \"consigneeAddress\": \"4962 RIVERTON ROAD\",\n        \"consigneeCity\": \"DAYTON\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45414\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1744,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/5f4a1247-b90e-4e69-8b72-a3c5dbf8af06.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F12JR\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"GA BARS\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F12JR\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"GA BARS\"\n            }\n        ],\n        \"ponumber\": \"1429663\",\n        \"pronumber\": \"937125394\",\n        \"bolnumber\": \"1363975\"\n    },\n    {\n        \"shipmentID\": 134657557,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 437.02,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746057600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746748800000,\n        \"deliveryDate\": 1746748800000,\n        \"shipperName\": \" 5.11 INC\",\n        \"shipperAddress\": \"3201 N. Airport Way\",\n        \"shipperCity\": \"Manteca\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"95336\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 25,\n        \"totalWeight\": 513,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/90ab99b3-8e88-4c5f-b73e-51f63b5da2ce.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1374426 \",\n        \"pronumber\": \"785730400\",\n        \"bolnumber\": \"134657557\"\n    },\n    {\n        \"shipmentID\": 134657588,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 501.55,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746057600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1747180800000,\n        \"shipperName\": \"5.11 Tactical, Inc.\",\n        \"shipperAddress\": \"3201 N Airport Way\",\n        \"shipperCity\": \"Manteca\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"95336\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FBI TD\",\n        \"consigneeAddress\": \"1 Range Rd, bldg 9 Ul\",\n        \"consigneeCity\": \"Quantico\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22135\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 13,\n        \"totalWeight\": 453,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/7566bade-7735-4c46-871a-ddefb8f07102.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1438622 \",\n        \"pronumber\": \"156833152\",\n        \"bolnumber\": \"134657588\"\n    },\n    {\n        \"shipmentID\": 134657589,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 790.27,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746489600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746662400000,\n        \"deliveryDate\": 1746662400000,\n        \"shipperName\": \"ADAMS WAREHOUSE\",\n        \"shipperAddress\": \"542 PORTWALL STREET\",\n        \"shipperCity\": \"HOUSTON\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"77029\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NC OSFM\",\n        \"consigneeAddress\": \"43222 LOWDER AVIATION PARKWAY\",\n        \"consigneeCity\": \"NEW LONDON\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28127\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 9600,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/d83498d9ab92e6aa0c89b1ec025cb8c8-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"NC574352\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"RQ195827\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"NC574352\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"RQ195827\"\n            }\n        ],\n        \"ponumber\": \"1444790\",\n        \"pronumber\": \"1444790\",\n        \"bolnumber\": \"1363987\"\n    },\n    {\n        \"shipmentID\": 134657870,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1316.34,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746057600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746748800000,\n        \"deliveryDate\": 1746576000000,\n        \"shipperName\": \"MID-ATLANTIC COMPUTER SERVICES\",\n        \"shipperAddress\": \"13030 ALONDRA BLVD\",\n        \"shipperCity\": \"CERRITOS\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"90703\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC PANAMA CITY\",\n        \"consigneeAddress\": \"110 VERNON AVENUE\",\n        \"consigneeCity\": \"PANAMA CITY\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32407\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 5334,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/d933c0f46378622ed186c4b2dc66e5b2-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"B-522681-01\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"N6133125F0048\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"B-522681-01\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"N6133125F0048\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"B-522681-01\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"N6133125F0048\"\n            }\n        ],\n        \"ponumber\": \"1434103\",\n        \"pronumber\": \"I048349062\",\n        \"bolnumber\": \"1364006\"\n    },\n    {\n        \"shipmentID\": 134658112,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 191.06,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746057600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746489600000,\n        \"deliveryDate\": 1746489600000,\n        \"shipperName\": \"DARN TOUGH VT\",\n        \"shipperAddress\": \"7 BELKNAP AVE\",\n        \"shipperCity\": \"NORTHFIELD\",\n        \"shipperState\": \"VT\",\n        \"shipperZip\": \"05663\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1128,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/2a6974ec4266cab48cb4d904f780de19-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1438443\"\n            }\n        ],\n        \"ponumber\": \"1438443\",\n        \"pronumber\": \"I348375564\",\n        \"bolnumber\": \"1364029\"\n    },\n    {\n        \"shipmentID\": 134658122,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 458.77,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746057600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745971200000,\n        \"deliveryDate\": 1745971200000,\n        \"shipperName\": \"SAFARILAND LLC\",\n        \"shipperAddress\": \"3041 FAYE RD\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32226\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 6048,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/fb436a5c671b9a95118ce57ac2de1584-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1432229\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1432229\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1432229\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1432229\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1432229\"\n            }\n        ],\n        \"ponumber\": \"1432229\",\n        \"pronumber\": \"411441183\",\n        \"bolnumber\": \"1364030\"\n    },\n    {\n        \"shipmentID\": 134658355,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 291.49,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746057600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1746489600000,\n        \"shipperName\": \"PREMIER HANDLING SOLUTIONS\",\n        \"shipperAddress\": \"1415 DAVIS ROAD\",\n        \"shipperCity\": \"ELGIN\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60123\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOLUTION BASED INNOVATION\",\n        \"consigneeAddress\": \"2656 QUALITY COURT\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1860,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/57aec6cc-362b-4062-9960-f33407f84ed8.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1445175\"\n            }\n        ],\n        \"ponumber\": \"1445175\",\n        \"pronumber\": \"040-0694352\",\n        \"bolnumber\": \"1364086\"\n    },\n    {\n        \"shipmentID\": 134658449,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 271.38,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746057600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747094400000,\n        \"deliveryDate\": 1747094400000,\n        \"shipperName\": \"WILLIAMS SOFTWARE ASSOCIATES CORP\",\n        \"shipperAddress\": \"8810 WESTGATE PARK DR.\",\n        \"shipperCity\": \"RALEIGH\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"27617\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"309TH MXSG\",\n        \"consigneeAddress\": \"5832 H AVE\",\n        \"consigneeCity\": \"HILL AFB\",\n        \"consigneeState\": \"UT\",\n        \"consigneeZip\": \"84056\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 700,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/6977c62b-7c27-45b9-9eab-85af4951f5eb.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"PO-95416\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"PO-95416\"\n            }\n        ],\n        \"ponumber\": \"1439558\",\n        \"pronumber\": \"I385270137\",\n        \"bolnumber\": \"1364129\"\n    },\n    {\n        \"shipmentID\": 134658514,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 818.75,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746144000000,\n        \"modeDesc\": \"Volume LTL\",\n        \"estimatedDeliveryDate\": 1746489600000,\n        \"deliveryDate\": 1746489600000,\n        \"shipperName\": \" BRENNER METAL PRODUCTS\",\n        \"shipperAddress\": \"90 Dayton Ave. Bldg. 14 Unit 1F\",\n        \"shipperCity\": \"Passaic\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"07055\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 3900,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/bbbc3f00a0ec098f6ad8be3abd5b22dd-1.png\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1445339\",\n        \"pronumber\": \"0842469526\",\n        \"bolnumber\": \"134658514\"\n    },\n    {\n        \"shipmentID\": 134658631,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 237.87,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746144000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746489600000,\n        \"deliveryDate\": 1746489600000,\n        \"shipperName\": \"KINEDYNE LLC\",\n        \"shipperAddress\": \"735 COUNTY RD 4 EAST\",\n        \"shipperCity\": \"PRATTVILLE\",\n        \"shipperState\": \"AL\",\n        \"shipperZip\": \"36067\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOLUTION BASED INNOVATION\",\n        \"consigneeAddress\": \"2656 QUALITY COURT\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1780,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/cab7634d5da0e477273336fcad781f68-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1445274\"\n            }\n        ],\n        \"ponumber\": \"1445274\",\n        \"pronumber\": \"377819514\",\n        \"bolnumber\": \"1366371\"\n    },\n    {\n        \"shipmentID\": 134659062,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 187.78,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746057600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746662400000,\n        \"deliveryDate\": 1746662400000,\n        \"shipperName\": \"CAPEWELL AERIAL SYSTEMS LLC\",\n        \"shipperAddress\": \"4298 JEB STUART HWY\",\n        \"shipperCity\": \"MEADOWS OF DAN\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"24120\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"435TH SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR\",\n        \"consigneeCity\": \"WRIGHT PATTERSON AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1768,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/718c4c3a-f8a4-41b6-a990-e3d33efd825c.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F13YF\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13YF\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F13YF\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13YF\"\n            }\n        ],\n        \"ponumber\": \"1439489\",\n        \"pronumber\": \"I897448815\",\n        \"bolnumber\": \"1364127\"\n    },\n    {\n        \"shipmentID\": 134659133,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 258.9,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746403200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1746662400000,\n        \"shipperName\": \"LEADING TECHNOLOGY COMPOSITES\",\n        \"shipperAddress\": \"2626 WEST MAY\",\n        \"shipperCity\": \"WICHITA\",\n        \"shipperState\": \"KS\",\n        \"shipperZip\": \"67213\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SALADO ISOLATION MINING CONTRACTORS\",\n        \"consigneeAddress\": \"34 LOUIS WHITLOCK ROAD\",\n        \"consigneeCity\": \"CARLSBAD\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88220\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 860,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/d9b94ac9a743e915cb3346e030f1f56b-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"DOE23-PO525024\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"89303322DEM000077\"\n            }\n        ],\n        \"ponumber\": \"1435132\",\n        \"pronumber\": \"9605669135\",\n        \"bolnumber\": \"1366451\"\n    },\n    {\n        \"shipmentID\": 134660019,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 262.71,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746144000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1747094400000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA Troop Support X Dock Project West\",\n        \"consigneeAddress\": \"4551 E Philadelphia St\",\n        \"consigneeCity\": \"Ontario\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"91761\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 78,\n        \"totalWeight\": 300,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/0e8cbacaad8ecb9ed9df6e5642a119b0-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE2D625F4J32\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1259228\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"WT4J8S50700456\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"7825890881\",\n        \"bolnumber\": \"134660019\"\n    },\n    {\n        \"shipmentID\": 134660251,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 557.39,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746144000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746489600000,\n        \"deliveryDate\": 1746489600000,\n        \"shipperName\": \"LUXOTTICA – ESS - OAKLEY\",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1269,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c009efc2-d77a-4298-8955-1921c3aec614.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8877615631, 8877615617\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8877615631, 8877615617\"\n            }\n        ],\n        \"ponumber\": \"1445172, 1445659\",\n        \"pronumber\": \"523886694\",\n        \"bolnumber\": \"134660251\"\n    },\n    {\n        \"shipmentID\": 134660257,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 139.99,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746144000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1747008000000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DDSP\",\n        \"consigneeAddress\": \"UNIT MAT FIELD PT WHSE 89 BAY\",\n        \"consigneeCity\": \"NEW CUMBERLAND\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 330,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/7d2b8c421974e7257687d837192aa5fc-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE7LX25FAH5V\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1249028BIQ67N50270025XAX/BIQ67N50270025XBX\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"705364719\",\n        \"bolnumber\": \"134660257\"\n    },\n    {\n        \"shipmentID\": 134660263,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 139.68,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746144000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1746489600000,\n        \"shipperName\": \"THERMO FISHER SCIENTIFIC\",\n        \"shipperAddress\": \"1600 LEXINGTON AVE. DOCK 107\",\n        \"shipperCity\": \"Rochester\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14606\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 153,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/98e697b2-aa02-43a2-9b8c-af69095aa756.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"82853431\"\n            }\n        ],\n        \"ponumber\": \"1445729\",\n        \"pronumber\": \"020-1277699\",\n        \"bolnumber\": \"134660263\"\n    },\n    {\n        \"shipmentID\": 134660270,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 168.13,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746144000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1747008000000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"W1BG DLA DISTRIBUTION\",\n        \"consigneeAddress\": \"2001 NORMANDY DR DOOR 113-134\",\n        \"consigneeCity\": \"NEW CUMBERLAND\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 36,\n        \"totalWeight\": 2229,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/040b13096efe5fa01eee53e67c8a4877-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPRMM1-24-F-TD01\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1228769\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"XN0010424X8222XXX\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"705364727\",\n        \"bolnumber\": \"134660270\"\n    },\n    {\n        \"shipmentID\": 134660275,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 521.53,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746144000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746662400000,\n        \"deliveryDate\": 1746662400000,\n        \"shipperName\": \"LUXOTTICA – ESS - OAKLEY\",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA TROOP SUPPORT HRR\",\n        \"consigneeAddress\": \"1820 ALLBROOK DR.\",\n        \"consigneeCity\": \"Dayton\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1910,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/d0b5c3d3-4eb2-433e-b92f-0d76b5f0b699.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8877577357\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8877577357\"\n            }\n        ],\n        \"ponumber\": \"1439744\",\n        \"pronumber\": \"I872535771\",\n        \"bolnumber\": \"134660275\"\n    },\n    {\n        \"shipmentID\": 134660280,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 476.99,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746489600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747094400000,\n        \"deliveryDate\": 1747094400000,\n        \"shipperName\": \"MILPOWER\",\n        \"shipperAddress\": \"10180 SCRIPPS RANCH BLVD\",\n        \"shipperCity\": \"SAN DIEGO\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92131\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1480,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a8b3b0fb-e752-4f6d-a513-a4b692459b8d.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1410462\"\n            }\n        ],\n        \"ponumber\": \"1410462\",\n        \"pronumber\": \"667727524\",\n        \"bolnumber\": \"1366587\"\n    },\n    {\n        \"shipmentID\": 134660283,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1624.77,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746144000000,\n        \"modeDesc\": \"Volume LTL\",\n        \"estimatedDeliveryDate\": 1747008000000,\n        \"deliveryDate\": 1746748800000,\n        \"shipperName\": \"ADAMS WAREHOUSE\",\n        \"shipperAddress\": \"542 PORTWALL ST\",\n        \"shipperCity\": \"Houston\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"77029\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLS DISTRIBUTION\",\n        \"consigneeAddress\": \"2083 NORMANDY DR DOOR 113-134\",\n        \"consigneeCity\": \"New Cumberland\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 5608,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/9807e610-d6d4-4003-ae01-f90837983d20.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"W25G1U W1A8 DLA DISTRIBUTION\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"W25G1U W1A8 DLA DISTRIBUTION\"\n            }\n        ],\n        \"ponumber\": \"1437706\",\n        \"pronumber\": \"453944271\",\n        \"bolnumber\": \"134660283\"\n    },\n    {\n        \"shipmentID\": 134660326,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 186.82,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746144000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1747008000000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"W1A8 DLA DISTRIBUTION DDSP NEW CUMBERLAND FACILITY\",\n        \"consigneeAddress\": \"2001 NORMANDY DRIVE DOOR 113 TO 134\",\n        \"consigneeCity\": \"NEW CUMBERLAND\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 69,\n        \"totalWeight\": 3246,\n        \"totalHU\": 9,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/b90814a41562f54b5035c157be3dd515-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPRBL124F0126\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1206711\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"W15GK84157C500XXX\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPRBL124F0126\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1206711\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"W15GK84157C500XXX\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"685321614\",\n        \"bolnumber\": \"134660326\"\n    },\n    {\n        \"shipmentID\": 134660346,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 821.84,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746144000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746748800000,\n        \"deliveryDate\": 1746748800000,\n        \"shipperName\": \"BLUE FORCE GEAR, INC.\",\n        \"shipperAddress\": \"166 PINE BARREN ROAD\",\n        \"shipperCity\": \"POOLER\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"31322\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"435TH SCOS\",\n        \"consigneeAddress\": \"1820 ALLBROOK DR BLDG 30013\",\n        \"consigneeCity\": \"WRIGHT PATTERSON AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 16,\n        \"totalWeight\": 8240,\n        \"totalHU\": 16,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/914281e6-3915-4076-be22-86f727b92eaa.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F146Y\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F146Y\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F146Y\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F146Y\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F146Y\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F146Y\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F146Y\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F146Y\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F146Y\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F146Y\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F146Y\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F146Y\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F146Y\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F146Y\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F146Y\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F146Y\"\n            }\n        ],\n        \"ponumber\": \"1440465\",\n        \"pronumber\": \"040-1719697\",\n        \"bolnumber\": \"1366591\"\n    },\n    {\n        \"shipmentID\": 134660362,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 627.8,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746403200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746662400000,\n        \"deliveryDate\": 1746662400000,\n        \"shipperName\": \"PELICAN\",\n        \"shipperAddress\": \"1564 INNOVATION BLVD\",\n        \"shipperCity\": \"CLAYTON\",\n        \"shipperState\": \"IN\",\n        \"shipperZip\": \"46118\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USSOCOM  REGIONAL CONTRACTING OFC\",\n        \"consigneeAddress\": \"BLDG 9478 MALVESTI RD\",\n        \"consigneeCity\": \"FORT LIBERTY\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28303\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 4812,\n        \"totalHU\": 12,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/07d70553-21da-421d-b562-12f29aa71386.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"H9245525P3099\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"H9245525P3099\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"H9245525P3099\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"H9245525P3099\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"H9245525P3099\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"H9245525P3099\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"H9245525P3099\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"H9245525P3099\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"H9245525P3099\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"H9245525P3099\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"H9245525P3099\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"H9245525P3099\"\n            }\n        ],\n        \"ponumber\": \"1445386\",\n        \"pronumber\": \"413098044\",\n        \"bolnumber\": \"1366607\"\n    },\n    {\n        \"shipmentID\": 134660382,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 218.82,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746403200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746576000000,\n        \"deliveryDate\": 1746576000000,\n        \"shipperName\": \"PELICAN\",\n        \"shipperAddress\": \"1564 INNOVATION BLVD\",\n        \"shipperCity\": \"CLAYTON\",\n        \"shipperState\": \"IN\",\n        \"shipperZip\": \"46118\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1284,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/e80b0411-da2a-463b-9e42-914f2bc0b8ad.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1445387\"\n            }\n        ],\n        \"ponumber\": \"1445387\",\n        \"pronumber\": \"I125018991\",\n        \"bolnumber\": \"1366609\"\n    },\n    {\n        \"shipmentID\": 134660518,\n        \"name\": \"SPAN ALASKA TRANSPORTATION\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 932.96,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SPAJ\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746403200000,\n        \"modeDesc\": \"Domestic Ocean\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1747699200000,\n        \"shipperName\": \"CEVA Logistics\",\n        \"shipperAddress\": \"1564 Innovation Blvd.\",\n        \"shipperCity\": \"Clayton\",\n        \"shipperState\": \"IN\",\n        \"shipperZip\": \"46118\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AK ARNG\",\n        \"consigneeAddress\": \"Bldg 49139 Army Guard Road\",\n        \"consigneeCity\": \"JBER\",\n        \"consigneeState\": \"AK\",\n        \"consigneeZip\": \"99505\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 336,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Pick up #\",\n                \"value\": \"87023589\"\n            }\n        ],\n        \"ponumber\": \"1444846\",\n        \"pronumber\": \"4300169\",\n        \"bolnumber\": \"134660518\"\n    },\n    {\n        \"shipmentID\": 134660579,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 370.23,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746403200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746748800000,\n        \"deliveryDate\": 1746748800000,\n        \"shipperName\": \"PELICAN\",\n        \"shipperAddress\": \"1564 INNOVATION BLVD\",\n        \"shipperCity\": \"CLAYTON\",\n        \"shipperState\": \"IN\",\n        \"shipperZip\": \"46118\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ROBOT LOGISTICS SUPPORT CENTER RLSC\",\n        \"consigneeAddress\": \"AIR FORCE CIVIL ENGINEER CENTER/RLSC\",\n        \"consigneeCity\": \"PANAMA CITY\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32404\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1464,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/eb7af497-9b10-493f-9104-2ca4714f27fa.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F156D\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F156D\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F156D\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F156D\"\n            }\n        ],\n        \"ponumber\": \"1445385\",\n        \"pronumber\": \"413098055\",\n        \"bolnumber\": \"1366647\"\n    },\n    {\n        \"shipmentID\": 134661813,\n        \"name\": \"SEAWIDE EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1241.2,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746489600000,\n        \"modeDesc\": \"Domestic Ocean\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1748390400000,\n        \"shipperName\": \"Cocoon\",\n        \"shipperAddress\": \"824 LOCUST STREET STE 100 \",\n        \"shipperCity\": \"Hendersonville\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28792\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USACE ACE 249TH ENGR BN\",\n        \"consigneeAddress\": \"1251 PIROWSKI RD BLDG 1407 A COMPANY:\",\n        \"consigneeCity\": \"Schofield Barracks\",\n        \"consigneeState\": \"HI\",\n        \"consigneeZip\": \"96857\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 210,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EM24F10D2\"\n            }\n        ],\n        \"ponumber\": \"1393541\",\n        \"pronumber\": \"HON167402\",\n        \"bolnumber\": \"134661813\"\n    },\n    {\n        \"shipmentID\": 134661862,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 459.95,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746403200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1746662400000,\n        \"shipperName\": \"NATIONAL SAFETY APPAREL\",\n        \"shipperAddress\": \"10601 MEMPHIS AVE B 12\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44144\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"RLSC\",\n        \"consigneeAddress\": \"5835 Bau Line Drive\",\n        \"consigneeCity\": \"Panama City\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32404\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 30,\n        \"totalWeight\": 440,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/5ab8f7683a9e6b6a1ca316d8d34125eb-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"D00693\"\n            }\n        ],\n        \"ponumber\": \"1445366\",\n        \"pronumber\": \"707817524\",\n        \"bolnumber\": \"134661862\"\n    },\n    {\n        \"shipmentID\": 134661883,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 234.27,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746489600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1747267200000,\n        \"shipperName\": \"VELOCITY SYSTEMS LLC\",\n        \"shipperAddress\": \"45064 UNDERWOOD LANE UNIT B\",\n        \"shipperCity\": \"Sterling\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"20166\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DEAV\",\n        \"consigneeAddress\": \"7952 CLUNY CT SA-7D\",\n        \"consigneeCity\": \"Springfield\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22153\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 230,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/506fba44-620f-49c5-ae8d-ec6c6ccb7bc2.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"19AQMM24F338\"\n            }\n        ],\n        \"ponumber\": \"1397600\",\n        \"pronumber\": \"416101197\",\n        \"bolnumber\": \"134661883\"\n    },\n    {\n        \"shipmentID\": 134661912,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 538.24,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746403200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747094400000,\n        \"deliveryDate\": 1747094400000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSW LOGSU1\",\n        \"consigneeAddress\": \"214 Sea Float St Bldg 214\",\n        \"consigneeCity\": \"San Diego\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92155\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 2076,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/9861bf5b-2933-44cd-9c3b-bc137149db09.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SP47W1-25-F-0885\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1255641\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"R5710050422316\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SP47W1-25-F-0885\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1255641\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"R5710050422316\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"466656595\",\n        \"bolnumber\": \"134661912\"\n    },\n    {\n        \"shipmentID\": 134661977,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 141.91,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746403200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746489600000,\n        \"deliveryDate\": 1746489600000,\n        \"shipperName\": \"PRATT & WHITNEY MEASUREMENT SYSTEMS INC\",\n        \"shipperAddress\": \"66 DOUGLAS STREET\",\n        \"shipperCity\": \"BLOOMFIELD\",\n        \"shipperState\": \"CT\",\n        \"shipperZip\": \"06002\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PORTSMOUTH NAVAL SHIPYARD\",\n        \"consigneeAddress\": \"BLDG 170 PORTSMOUTH NAVAL SHIPYARD\",\n        \"consigneeCity\": \"KITTERY\",\n        \"consigneeState\": \"ME\",\n        \"consigneeZip\": \"03904\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1770,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/774b048408b4027a4f4ca49c03081f41-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1DN5\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1DN5\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1DN5\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1DN5\"\n            }\n        ],\n        \"ponumber\": \"1409873\",\n        \"pronumber\": \"I484476057\",\n        \"bolnumber\": \"1366986\"\n    },\n    {\n        \"shipmentID\": 134661981,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 379.79,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746403200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746489600000,\n        \"deliveryDate\": 1746489600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DANIEL F YOUNG INC\",\n        \"consigneeAddress\": \"7465 Candlewood Rd\",\n        \"consigneeCity\": \"Hanover\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"21076\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 196,\n        \"totalWeight\": 4024,\n        \"totalHU\": 14,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/f9a235e05c2ed9e0ed8057b576474d59-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"19AQMM23F7564\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1134260\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"19AQMM23F7564\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1134260\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"19AQMM23F7564\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1134260\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"19AQMM23F7564\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1134260\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"19AQMM23F7564\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1134260\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"19AQMM23F7564\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1134260\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"19AQMM23F7564\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1134260\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"593558784\",\n        \"bolnumber\": \"134661981\"\n    },\n    {\n        \"shipmentID\": 134662086,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 229.16,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746489600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746662400000,\n        \"deliveryDate\": 1746662400000,\n        \"shipperName\": \"SKF/KAYDON PLANT 12A\",\n        \"shipperAddress\": \"840 CORPORATE CIR\",\n        \"shipperCity\": \"SUMTER\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29154\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"RED RIVER ARMY DEPOT\",\n        \"consigneeAddress\": \"10TH STREET & K AVENUE\",\n        \"consigneeCity\": \"TEXARKANA\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"75507\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1960,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL23F1EEU\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL23F1EEU\"\n            }\n        ],\n        \"ponumber\": \"1326915\",\n        \"pronumber\": \"410135526\",\n        \"bolnumber\": \"1356910\"\n    },\n    {\n        \"shipmentID\": 134662123,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 205.67,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746489600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746662400000,\n        \"deliveryDate\": 1746748800000,\n        \"shipperName\": \"Helen of Troy\",\n        \"shipperAddress\": \"7159 POLK LANE\",\n        \"shipperCity\": \"Olive Branch\",\n        \"shipperState\": \"MS\",\n        \"shipperZip\": \"38654\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 216,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/cd082224-dfef-48f4-b4a4-e95132aa31aa.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"22860690\"\n            }\n        ],\n        \"ponumber\": \"1444034\",\n        \"pronumber\": \"I370376244\",\n        \"bolnumber\": \"134662123\"\n    },\n    {\n        \"shipmentID\": 134662158,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 128,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746403200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1746576000000,\n        \"shipperName\": \"AIRBOSS DEFENSE GROUP\",\n        \"shipperAddress\": \"8261 PRESTON CT\",\n        \"shipperCity\": \"JESSUP\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"20794\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VALIANT INTEGRATED SERVICES LLC\",\n        \"consigneeAddress\": \"8384 TERMINAL ROAD\",\n        \"consigneeCity\": \"LORTON\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22079\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 340,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/5fa01803-a943-41ca-b1e5-22ea4ecb1db8.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"2222369\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"HDTRA1-14-D-0013\"\n            }\n        ],\n        \"ponumber\": \"1424328\",\n        \"pronumber\": \"026-2744590\",\n        \"bolnumber\": \"1367019\"\n    },\n    {\n        \"shipmentID\": 134662186,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 442.24,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746403200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747008000000,\n        \"deliveryDate\": 1747008000000,\n        \"shipperName\": \"FONDRIEST ENVIRONMENTAL, INC.\",\n        \"shipperAddress\": \"2091 EXCHANGE COURT\",\n        \"shipperCity\": \"FAIRBORN\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"45324\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC PORT HUENEME\",\n        \"consigneeAddress\": \"20TH STREET BLDG 7028\",\n        \"consigneeCity\": \"POINT MUGU\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"93042\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1548,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/3001eff4-a396-4338-845c-0640f5326812.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F13ZQ\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13ZQ\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F13ZQ\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13ZQ\"\n            }\n        ],\n        \"ponumber\": \"1438475\",\n        \"pronumber\": \"221007430\",\n        \"bolnumber\": \"1367026\"\n    },\n    {\n        \"shipmentID\": 134662200,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 683.23,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746403200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1746662400000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CIF\",\n        \"consigneeAddress\": \"BLDG 4, D STREET\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 63,\n        \"totalWeight\": 960,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/8af2a599-1222-4d1d-8924-e4db7085c071.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL24F1D7V\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL24F1D7V\"\n            }\n        ],\n        \"ponumber\": \"1408398 \",\n        \"pronumber\": \"0400693602\",\n        \"bolnumber\": \"134662200\"\n    },\n    {\n        \"shipmentID\": 134662239,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 466.26,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746403200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747008000000,\n        \"deliveryDate\": 1746748800000,\n        \"shipperName\": \"   Shadow Box Solutions LLC\",\n        \"shipperAddress\": \" 3905 SW Dolph Court\",\n        \"shipperCity\": \"Portland\",\n        \"shipperState\": \"OR\",\n        \"shipperZip\": \"97219\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 720,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/67d3a09a95592457238462949dcd3090-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL24F1EFG\"\n            }\n        ],\n        \"ponumber\": \"1435087 \",\n        \"pronumber\": \"2221323021\",\n        \"bolnumber\": \"134662239\"\n    },\n    {\n        \"shipmentID\": 134662324,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 490.25,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746403200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746748800000,\n        \"deliveryDate\": 1746748800000,\n        \"shipperName\": \"MID-ATLANTIC COMPUTER SERVICES\",\n        \"shipperAddress\": \"13030 ALONDRA BLVD\",\n        \"shipperCity\": \"CERRITOS\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"90703\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MODERN TECHNOLOGY SOLUTIONS INC\",\n        \"consigneeAddress\": \"360C QUALITY CIRCLE SUITE 310\",\n        \"consigneeCity\": \"HUNTSVILLE\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35806\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 2116,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/79b1afab-383b-4c1a-ac90-e4e58f207974.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F137C\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F137C\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F137C\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F137C\"\n            }\n        ],\n        \"ponumber\": \"1433462\",\n        \"pronumber\": \"390060193\",\n        \"bolnumber\": \"1367046\"\n    },\n    {\n        \"shipmentID\": 134662570,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 139.99,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746489600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746576000000,\n        \"deliveryDate\": 1746576000000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USMC IT ENTERPRISE STAGING AND WAREHOUSE\",\n        \"consigneeAddress\": \"8224 Port au Prince Ave, BLDG MCA-614\",\n        \"consigneeCity\": \"Norfolk\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23551\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 416,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/0f97e09f563c86880139dcd6f40cdf0d-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1BD4\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1215573\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"705363695\",\n        \"bolnumber\": \"134662570\"\n    },\n    {\n        \"shipmentID\": 134662751,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 393.63,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746489600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747180800000,\n        \"deliveryDate\": 1747267200000,\n        \"shipperName\": \"KYMETA CORPORATION\",\n        \"shipperAddress\": \"14120 NE 200TH ST\",\n        \"shipperCity\": \"WOODINVILLE\",\n        \"shipperState\": \"WA\",\n        \"shipperZip\": \"98072\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVAL OBSERVATORY\",\n        \"consigneeAddress\": \"3450 MASSACHUSETTS AVE, NW\",\n        \"consigneeCity\": \"WASHINGTON\",\n        \"consigneeState\": \"DC\",\n        \"consigneeZip\": \"20392\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 710,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/299bd8ab17256562f6e72a5b55d62fad-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F14U4\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F14U4\"\n            }\n        ],\n        \"ponumber\": \"1443195\",\n        \"pronumber\": \"2350312830\",\n        \"bolnumber\": \"1367106\"\n    },\n    {\n        \"shipmentID\": 134662753,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 266.64,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746489600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1746662400000,\n        \"shipperName\": \"Thales Defense & Security, Inc\",\n        \"shipperAddress\": \"22605 Gateway Center Drive\",\n        \"shipperCity\": \"Clarksburg\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"20871\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM TR\",\n        \"consigneeAddress\": \"11 HAP ARNOLD BLVD, BLDG 5 BAY 4\",\n        \"consigneeCity\": \"Tobyhanna\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"18466\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 33,\n        \"totalWeight\": 600,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/f002d60dc5f0f8425ab09e1e621b4f0b-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"80002065\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"W58MLR\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EJ-21-D-0020/SPE8EL-25-F-114L\"\n            },\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"80002065\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"W58MLR\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EJ-21-D-0020/SPE8EL-25-F-114L\"\n            }\n        ],\n        \"ponumber\": \"1420274\",\n        \"pronumber\": \"5766582835\",\n        \"bolnumber\": \"134662753\"\n    },\n    {\n        \"shipmentID\": 134663150,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 265.51,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746489600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746662400000,\n        \"deliveryDate\": 1746576000000,\n        \"shipperName\": \"BAKER AND ASSOC. INC\",\n        \"shipperAddress\": \"60 COMPARK RD\",\n        \"shipperCity\": \"DAYTON\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"45459\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM STRIKE (STRATEGIC INTEGRATED KIN\",\n        \"consigneeAddress\": \"111 HANKINS DRIVE BLDG 111\",\n        \"consigneeCity\": \"HUNTSVILLE\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35898\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1646,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/3a2fdd1f039cb4f95606572f653f6862-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1DZH\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1DZH\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1DZH\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1DZH\"\n            }\n        ],\n        \"ponumber\": \"1408732\",\n        \"pronumber\": \"I806914701\",\n        \"bolnumber\": \"1367149\"\n    },\n    {\n        \"shipmentID\": 134663189,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 365.85,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746489600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1746748800000,\n        \"shipperName\": \"LUXOTTICA \",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 645,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/d30e6d16-bb64-44e6-95ec-c1f8b4998726.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8877796062, 8877565716\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8877796062, 8877565716\"\n            }\n        ],\n        \"ponumber\": \"1429947, 1444473\",\n        \"pronumber\": \"314324360\",\n        \"bolnumber\": \"134663189\"\n    },\n    {\n        \"shipmentID\": 134663513,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 2367.4,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746489600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747008000000,\n        \"deliveryDate\": 1747008000000,\n        \"shipperName\": \"Novatio Engineering\",\n        \"shipperAddress\": \"1395 Main Street Ste 1\",\n        \"shipperCity\": \"Waltham\",\n        \"shipperState\": \"MA\",\n        \"shipperZip\": \"02451\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM TN (Tactical Network) \",\n        \"consigneeAddress\": \"Red Ball Express RD. Bldg 23087 \",\n        \"consigneeCity\": \"Ft. Bliss \",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"79918 \",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 96,\n        \"totalWeight\": 10000,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/299a4744-c40c-4a89-a46a-110eeb1cdaec.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"QTY 48 MAP000220 2kW\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"QTY 48 NEI-11661 2Kw\"\n            }\n        ],\n        \"ponumber\": \"1440781\",\n        \"pronumber\": \"428755294\",\n        \"bolnumber\": \"134663513\"\n    },\n    {\n        \"shipmentID\": 134663559,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 206.79,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746489600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1746662400000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SUPSHIP Gul Coast\",\n        \"consigneeAddress\": \"2000 Jerry St Pe Hwy Bldg 2039 COSAL WHS\",\n        \"consigneeCity\": \"Pascagoula\",\n        \"consigneeState\": \"MS\",\n        \"consigneeZip\": \"39567\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 900,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/398e4a2a-48f3-41f9-b6e1-b81fbb6aae53.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"0000\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1254351\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"388924292\",\n        \"bolnumber\": \"134663559\"\n    },\n    {\n        \"shipmentID\": 134663685,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 242.14,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746489600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747094400000,\n        \"deliveryDate\": 1747094400000,\n        \"shipperName\": \"LEATHERMAN TOOL GROUP\",\n        \"shipperAddress\": \"12099 NE AINSWORTH CIRCLE\",\n        \"shipperCity\": \"PORTLAND\",\n        \"shipperState\": \"OR\",\n        \"shipperZip\": \"97220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FBI TTU\",\n        \"consigneeAddress\": \"FBI ACADEMY - TTU\",\n        \"consigneeCity\": \"QUANTICO\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22135\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 534,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/8379cd7e-cb6e-43ac-808d-6b4400c26878.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"15F06725F0000019\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"15F06725F0000019\"\n            }\n        ],\n        \"ponumber\": \"1445377\",\n        \"pronumber\": \"I901781739\",\n        \"bolnumber\": \"1367275\"\n    },\n    {\n        \"shipmentID\": 134663686,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 575.72,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746489600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747180800000,\n        \"deliveryDate\": 1747180800000,\n        \"shipperName\": \"CURTISS-WRIGHT PACSTAR\",\n        \"shipperAddress\": \"14100 SW 72ND AVE.\",\n        \"shipperCity\": \"PORTLAND\",\n        \"shipperState\": \"OR\",\n        \"shipperZip\": \"97224\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"EPS CORPORATION\",\n        \"consigneeAddress\": \"7567 HOLLEY WOOD RD.\",\n        \"consigneeCity\": \"PANAMA CITY\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32408\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1490,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/2e4142c9-27b6-4ed6-9be5-79ab61050796.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F11DX\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F11DX\"\n            }\n        ],\n        \"ponumber\": \"1424561\",\n        \"pronumber\": \"I862600383\",\n        \"bolnumber\": \"1367274\"\n    },\n    {\n        \"shipmentID\": 134663754,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 305.6,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746576000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1747612800000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA DISTRIBUTION\",\n        \"consigneeAddress\": \"25600 S Chrisman Rd CCP Whse 30\",\n        \"consigneeCity\": \"Tracy\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"95304\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 615,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/4232f7a09b67fa3c2aaf2c51cf19282d-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"0\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1258560\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"FB52705105X507XXX\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"7825890892\",\n        \"bolnumber\": \"134663754\"\n    },\n    {\n        \"shipmentID\": 134664032,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 249.92,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746662400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747180800000,\n        \"deliveryDate\": 1747180800000,\n        \"shipperName\": \"STREET SMARTS VR\",\n        \"shipperAddress\": \"317 6TH ST\",\n        \"shipperCity\": \"SAN ANTONIO\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"78215\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"COMNAVAIRLANT\",\n        \"consigneeAddress\": \"1562 MITSCHER AVE\",\n        \"consigneeCity\": \"NORFOLK\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23551\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 20,\n        \"totalWeight\": 1300,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/7c419a48-2500-47c8-af3b-4c17efaac6ca.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F131Z\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F131Z\"\n            }\n        ],\n        \"ponumber\": \"1433538\",\n        \"pronumber\": \"402139151\",\n        \"bolnumber\": \"1367369\"\n    },\n    {\n        \"shipmentID\": 134664988,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 485.78,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746576000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746662400000,\n        \"deliveryDate\": 1746662400000,\n        \"shipperName\": \"Wesco / Anixter Cranbury\",\n        \"shipperAddress\": \"7 Santa Fe Way Suite 702\",\n        \"shipperCity\": \"Cranbury\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08512\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"102ND IW \",\n        \"consigneeAddress\": \"330 EAST INNER RD\",\n        \"consigneeCity\": \"Buzzards Bay\",\n        \"consigneeState\": \"MA\",\n        \"consigneeZip\": \"02542\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 33,\n        \"totalWeight\": 1504,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/b177b5586463a7685216c5f4078969c6-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"FU620250841KC0\"\n            }\n        ],\n        \"ponumber\": \"1439496 \",\n        \"pronumber\": \"681608253\",\n        \"bolnumber\": \"134664988\"\n    },\n    {\n        \"shipmentID\": 134665031,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 155.4,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746576000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1746662400000,\n        \"shipperName\": \"Power Hawk Technologies\",\n        \"shipperAddress\": \"300 Forge Way, Suite 2\",\n        \"shipperCity\": \"Rockaway\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"07866\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 396,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/ae18d397-0e5e-4c36-b4f0-840b20fbf719.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1443029 \",\n        \"pronumber\": \"018-5441306\",\n        \"bolnumber\": \"134665031\"\n    },\n    {\n        \"shipmentID\": 134665146,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 312.51,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746576000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747094400000,\n        \"deliveryDate\": 1747094400000,\n        \"shipperName\": \"BLUESKY MAST INC\",\n        \"shipperAddress\": \"2080 WILD ACRES ROAD\",\n        \"shipperCity\": \"LARGO\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33771\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CCDC CBC (US ARMY COMBAT CAPABILITI\",\n        \"consigneeAddress\": \"8500 OTTO RD\",\n        \"consigneeCity\": \"GUNPOWDER\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"21010\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 2240,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/18f44299-13d7-4af5-8a79-4eb5a143759d.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX25F10C8\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX25F10C8\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX25F10C8\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX25F10C8\"\n            }\n        ],\n        \"ponumber\": \"1435411\",\n        \"pronumber\": \"221-223962\",\n        \"bolnumber\": \"1369907\"\n    },\n    {\n        \"shipmentID\": 134665234,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 163.06,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746576000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1747008000000,\n        \"shipperName\": \"KESON LLC\",\n        \"shipperAddress\": \"810 N. COMMERCE STREET\",\n        \"shipperCity\": \"AURORA\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60504\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 766,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/2c118d71-a92b-41e4-ad20-a2ae271c611f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1445109\"\n            }\n        ],\n        \"ponumber\": \"1445109\",\n        \"pronumber\": \"040-0693527\",\n        \"bolnumber\": \"1369966\"\n    },\n    {\n        \"shipmentID\": 134665336,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 292.98,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746576000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746748800000,\n        \"deliveryDate\": 1746748800000,\n        \"shipperName\": \"VELOCITY SYSTEMS LLC\",\n        \"shipperAddress\": \"45064 UNDERWOOD LANE UNIT B\",\n        \"shipperCity\": \"DULLES\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"20166\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DEAV\",\n        \"consigneeAddress\": \"7952 CLUNY CT SA-7D\",\n        \"consigneeCity\": \"Springfield\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22153\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 365,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/2a3ddcaf-91bd-4f2a-bb45-655f905eb3aa.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"19AQMM24F7352\"\n            }\n        ],\n        \"ponumber\": \"1398111\",\n        \"pronumber\": \"468524932\",\n        \"bolnumber\": \"134665336\"\n    },\n    {\n        \"shipmentID\": 134665395,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 578.36,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746576000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747612800000,\n        \"deliveryDate\": 1747612800000,\n        \"shipperName\": \"CURTISS-WRIGHT PACSTAR\",\n        \"shipperAddress\": \"14100 SW 72ND AVE.\",\n        \"shipperCity\": \"PORTLAND\",\n        \"shipperState\": \"OR\",\n        \"shipperZip\": \"97224\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NIWC ATLANTIC (NAVAL INFORMATION WA\",\n        \"consigneeAddress\": \"1008 TRIDENT STREET\",\n        \"consigneeCity\": \"HANAHAN\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1568,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/627c0bcc-9668-43ff-89f0-f6b745b7c0f1.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F13DR\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13DR\"\n            }\n        ],\n        \"ponumber\": \"1435242\",\n        \"pronumber\": \"I862622001\",\n        \"bolnumber\": \"1370008\"\n    },\n    {\n        \"shipmentID\": 134665452,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 171.49,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746576000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746748800000,\n        \"deliveryDate\": 1746748800000,\n        \"shipperName\": \"NATIONAL SAFETY APPAREL\",\n        \"shipperAddress\": \"10601 MEMPHIS AVE B. 12\",\n        \"shipperCity\": \"Cleveland\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44144\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 19,\n        \"totalWeight\": 260,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/822024d04463bdbceb5bcc0c1c651942-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"REQ# W8115U42730023\"\n            }\n        ],\n        \"ponumber\": \"1446001\",\n        \"pronumber\": \"688563048\",\n        \"bolnumber\": \"134665452\"\n    },\n    {\n        \"shipmentID\": 134665458,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 180.48,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746576000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1747094400000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CONCORDANCE HEALTHCARE SOLUTIONS LLC\",\n        \"consigneeAddress\": \"500 Industrial Park Dr\",\n        \"consigneeCity\": \"SHELBYVILLE\",\n        \"consigneeState\": \"IN\",\n        \"consigneeZip\": \"46176\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 24,\n        \"totalWeight\": 560,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/0dc9b1ec1bccfc2dc9c2b06e446caa56-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"3463670\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1268729\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"7382801985\",\n        \"bolnumber\": \"134665458\"\n    },\n    {\n        \"shipmentID\": 134665480,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 141.91,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746576000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746748800000,\n        \"deliveryDate\": 1746748800000,\n        \"shipperName\": \"PELICAN PRODUCTS\",\n        \"shipperAddress\": \"147 North Main Street\",\n        \"shipperCity\": \"South Deerfield\",\n        \"shipperState\": \"MA\",\n        \"shipperZip\": \"01373\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 242,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/3e4b33c1-87fc-4806-948f-25efe257d5e2.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"87030408\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"2773137-10\"\n            }\n        ],\n        \"ponumber\": \"1442502 \",\n        \"pronumber\": \"I210486051\",\n        \"bolnumber\": \"134665480\"\n    },\n    {\n        \"shipmentID\": 134665505,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 312.26,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746662400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1747008000000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"LOCKHEED MARTIN CORP\",\n        \"consigneeAddress\": \"5749 BRIAR HILL RD BLDG 221\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 374,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/0ee35974-bf0f-4968-bb79-54cf7fb21274.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"4500062071\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"H92254-17-D-0001\"\n            }\n        ],\n        \"ponumber\": \"1427243\",\n        \"pronumber\": \"638398628\",\n        \"bolnumber\": \"1370028\"\n    },\n    {\n        \"shipmentID\": 134665530,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 209.88,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746576000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747008000000,\n        \"deliveryDate\": 1747008000000,\n        \"shipperName\": \"T.W EVANS CORDAGE CO., INC.\",\n        \"shipperAddress\": \"55 WALNUT GROVE AVE\",\n        \"shipperCity\": \"CRANSTON\",\n        \"shipperState\": \"RI\",\n        \"shipperZip\": \"02920\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USAFCENT FP\",\n        \"consigneeAddress\": \"611 LARK STREET\",\n        \"consigneeCity\": \"SHAW AFB\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29152\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 900,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a07c0b83-743d-46ab-911c-40fcb232510c.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1446000\",\n        \"pronumber\": \"I280503954\",\n        \"bolnumber\": \"1370031\"\n    },\n    {\n        \"shipmentID\": 134665535,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 258.04,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746576000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747267200000,\n        \"deliveryDate\": 1747267200000,\n        \"shipperName\": \"DATA SECURITY, INC.\",\n        \"shipperAddress\": \"300 S. 7TH ST\",\n        \"shipperCity\": \"LINCOLN\",\n        \"shipperState\": \"NE\",\n        \"shipperZip\": \"68508\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NUWC KEYPORT\",\n        \"consigneeAddress\": \"610 DOWELL ST\",\n        \"consigneeCity\": \"KEYPORT\",\n        \"consigneeState\": \"WA\",\n        \"consigneeZip\": \"98345\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 682,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/43640394-a9b5-4021-bb4c-12596d845601.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F146C\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F146C\"\n            }\n        ],\n        \"ponumber\": \"1440279\",\n        \"pronumber\": \"I767644776\",\n        \"bolnumber\": \"1370032\"\n    },\n    {\n        \"shipmentID\": 134665579,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 889.37,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746662400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1746748800000,\n        \"deliveryDate\": 1746748800000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PECKHAM INC\",\n        \"consigneeAddress\": \"5408 W Grand River Ave BLDG B\",\n        \"consigneeCity\": \"Lansing\",\n        \"consigneeState\": \"MI\",\n        \"consigneeZip\": \"48906\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2802,\n        \"totalWeight\": 10557,\n        \"totalHU\": 15,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/6e1deff5f4d5ce601352ea6b151add66-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE1C1-24-P-1285\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1212053\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"UY015742350715XXX\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE1C1-24-P-1285\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1212053\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"UY015742350715XXX\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE1C1-24-P-1285\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1212053\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"UY015742350715XXX\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE1C1-24-P-1285\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1212053\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"UY015742350715XXX\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE1C1-24-P-1285\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1212053\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"UY015742350715XXX\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"0032214488\",\n        \"bolnumber\": \"134665579\"\n    },\n    {\n        \"shipmentID\": 134665626,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 409.78,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746662400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747353600000,\n        \"deliveryDate\": 1747267200000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CBP USBP EL CENTRO SECTOR\",\n        \"consigneeAddress\": \"211 W Aten Rd\",\n        \"consigneeCity\": \"Imperial\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92251\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 68,\n        \"totalWeight\": 828,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/6d29ef9b-7af1-4c27-bab0-b108f8c97c9d.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"Q-470117\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1259232\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"466656606\",\n        \"bolnumber\": \"134665626\"\n    },\n    {\n        \"shipmentID\": 134665816,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 145.22,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746748800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747094400000,\n        \"deliveryDate\": 1747094400000,\n        \"shipperName\": \"K-TECHNOLOGIES\",\n        \"shipperAddress\": \"4090 JEFFREY BLVD.\",\n        \"shipperCity\": \"BUFFALO\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14219\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PEO SOFSA (SPECIAL OPERATIONS SUPPO\",\n        \"consigneeAddress\": \"5749 BRIAR HILL ROAD\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 630,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/ed537e42-5766-40fd-b533-8e2912615cec.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F101U\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F101U\"\n            }\n        ],\n        \"ponumber\": \"1410289\",\n        \"pronumber\": \"I754617321\",\n        \"bolnumber\": \"1370093\"\n    },\n    {\n        \"shipmentID\": 134665824,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 200.13,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746748800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747094400000,\n        \"deliveryDate\": 1747180800000,\n        \"shipperName\": \"Best Made Designs LLC/Cowtown Western Belt\",\n        \"shipperAddress\": \"5608 SCOGGINS ST\",\n        \"shipperCity\": \"Fort Worth\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"76114\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" VF IMAGEWAER HENNING DISTRIBUTION CENTER\",\n        \"consigneeAddress\": \"800 SOUTH MAIN ST\",\n        \"consigneeCity\": \"Henning\",\n        \"consigneeState\": \"TN\",\n        \"consigneeZip\": \"38041\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 39,\n        \"totalWeight\": 918,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/c304e4be26f21bf322c6ecf3049bfe13-1.png\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1424135\",\n        \"pronumber\": \"426627539\",\n        \"bolnumber\": \"134665824\"\n    },\n    {\n        \"shipmentID\": 134665829,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 212.25,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746662400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1747008000000,\n        \"shipperName\": \"Bren-Tronics\",\n        \"shipperAddress\": \"10 Brayton Court\",\n        \"shipperCity\": \"Commack\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11725\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 405,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/48a9dbd5-2a3b-499b-a7c2-46ca997ad73e.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1441735\",\n        \"pronumber\": \"702071663\",\n        \"bolnumber\": \"134665829\"\n    },\n    {\n        \"shipmentID\": 134666082,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 241.36,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746662400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747267200000,\n        \"deliveryDate\": 1747267200000,\n        \"shipperName\": \"APPF, INC.\",\n        \"shipperAddress\": \"7130 FENWICK LANE\",\n        \"shipperCity\": \"WESTMINSTER\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92683\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"IAP WORLDWIDE SERVICES INC\",\n        \"consigneeAddress\": \"4962 RIVERTON ROAD\",\n        \"consigneeCity\": \"DAYTON\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45414\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 490,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/cc4e5350-f64c-448a-8b0c-4403cf71153c.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX24F11J2\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"ANG TACP BARS\"\n            }\n        ],\n        \"ponumber\": \"1407096\",\n        \"pronumber\": \"I319245885\",\n        \"bolnumber\": \"1370108\"\n    },\n    {\n        \"shipmentID\": 134666710,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1887.02,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746662400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747612800000,\n        \"deliveryDate\": 1747612800000,\n        \"shipperName\": \"BASIC CONCEPTS INC.-RF\",\n        \"shipperAddress\": \"18 RED FOX BLVD.\",\n        \"shipperCity\": \"WILLIAMSTON\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29697\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA DISTRIBUTION\",\n        \"consigneeAddress\": \"SC3202 TAC 2 DLA DISTRIBUTION SAN JOAQUIN DDJC\",\n        \"consigneeCity\": \"TRACY\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"95304\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 8800,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/093f6cc2-9c1c-4fb2-a2b3-198709391257.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SP3300-25-P-0516\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"DDJC-E PROG SUPP OFC\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SP3300-25-P-0516\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"DDJC-E PROG SUPP OFC\"\n            }\n        ],\n        \"ponumber\": \"1440391\",\n        \"pronumber\": \"0312850806\",\n        \"bolnumber\": \"1370126\"\n    },\n    {\n        \"shipmentID\": 134666807,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 324.21,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746662400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1747008000000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"IAP WORLDWIDE SERVICES INC\",\n        \"consigneeAddress\": \"4962 RIVERTON ROAD\",\n        \"consigneeCity\": \"DAYTON\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45414\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1502,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/1f77d66c72a9b481517b93debef365a5-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F12JR\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"GA BARS\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F12JR\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"GA BARS\"\n            }\n        ],\n        \"ponumber\": \"1429659\",\n        \"pronumber\": \"638398636\",\n        \"bolnumber\": \"1370166\"\n    },\n    {\n        \"shipmentID\": 134666853,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 141.91,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746662400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747008000000,\n        \"deliveryDate\": 1747008000000,\n        \"shipperName\": \"L3 HARRIS\",\n        \"shipperAddress\": \"1350 JEFFERSON RD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"TOBYHANNA ARMY DEPOT\",\n        \"consigneeAddress\": \"11 HAP ARNOLD BLVD BLDG 5\",\n        \"consigneeCity\": \"TOBYHANNA\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"18466\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 888,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/5e0df85b-57d7-4170-b5dc-b361cc7358bc.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E80\"\n            }\n        ],\n        \"ponumber\": \"1407630\",\n        \"pronumber\": \"I731827656\",\n        \"bolnumber\": \"1370170\"\n    },\n    {\n        \"shipmentID\": 134666878,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 335.37,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746662400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1747267200000,\n        \"shipperName\": \"L3Harris Technologies Inc\",\n        \"shipperAddress\": \"1350 JEFFERSON RD\",\n        \"shipperCity\": \"Rochester\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AFSFC/DET 3/LOGDET\",\n        \"consigneeAddress\": \"755 Carter Rd Bldg 755\",\n        \"consigneeCity\": \"Fort Bliss\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"79916\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 582,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/992d369f29703a7d882c2e94e9564f53-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"REQ# FY991950221HKK\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL25F11YF\"\n            }\n        ],\n        \"ponumber\": \"1425123\",\n        \"pronumber\": \"7449899575\",\n        \"bolnumber\": \"134666878\"\n    },\n    {\n        \"shipmentID\": 134666880,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 139.68,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746662400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1747008000000,\n        \"shipperName\": \"PIPE LINE DEVELOPMENT\",\n        \"shipperAddress\": \"11792 ALAMEDA DRIVE\",\n        \"shipperCity\": \"STRONGSVILLE, OH\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44149\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOLUTION BASED INNOVATION\",\n        \"consigneeAddress\": \"2656 QUALITY COURT\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 700,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/f01d3540-7b04-41df-b62d-cefb2f29d000.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1335155\"\n            }\n        ],\n        \"ponumber\": \"1335155\",\n        \"pronumber\": \"008-5501989\",\n        \"bolnumber\": \"1370173\"\n    },\n    {\n        \"shipmentID\": 134666959,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 260.21,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746748800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747094400000,\n        \"deliveryDate\": 1747094400000,\n        \"shipperName\": \"COB INDUSTRIES\",\n        \"shipperAddress\": \"6909 Vickie Circle\",\n        \"shipperCity\": \"Melbourne\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32904\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" Solution Based Innovation\",\n        \"consigneeAddress\": \"2656 Quality Ct\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1000,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/e579f5477becc287341c0e08b722b5a0-1.png\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1334880\",\n        \"pronumber\": \"424565111\",\n        \"bolnumber\": \"134666959\"\n    },\n    {\n        \"shipmentID\": 134667048,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 145.22,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746662400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747008000000,\n        \"deliveryDate\": 1747008000000,\n        \"shipperName\": \" AVON PROTECTION SYSTEMS\",\n        \"shipperAddress\": \"411 7TH STREET\",\n        \"shipperCity\": \"Cadillac\",\n        \"shipperState\": \"MI\",\n        \"shipperZip\": \"49601\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" Interfuze Corporation\",\n        \"consigneeAddress\": \"2109 COLUMBIA RD., SUITE J\",\n        \"consigneeCity\": \"Edgewood\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"21040\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 150,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/58b7e6a6-d664-43f2-a969-213d8eaae95b.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"DODAAC 0AFL2\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"47QFNA20D0008\"\n            },\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"DODAAC 0AFL2\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"47QFNA20D0008\"\n            }\n        ],\n        \"ponumber\": \"1442471\",\n        \"pronumber\": \"I791370918\",\n        \"bolnumber\": \"134667048\"\n    },\n    {\n        \"shipmentID\": 134667200,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 503.15,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746662400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1747008000000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CIF\",\n        \"consigneeAddress\": \"BLDG 4, D STREET\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 57,\n        \"totalWeight\": 1225,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/ff1bae65-1beb-4452-bf1d-7cf3295fa54e.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL24F1DLB & SPE8EL24F1D7V\"\n            }\n        ],\n        \"ponumber\": \"1407706 & 1408398\",\n        \"pronumber\": \"0400697995\",\n        \"bolnumber\": \"134667200\"\n    },\n    {\n        \"shipmentID\": 134667201,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 284.5,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746662400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1747353600000,\n        \"shipperName\": \"IRIS TECHNOLOGY CORPORATION\",\n        \"shipperAddress\": \"2811 MCGAW AVE\",\n        \"shipperCity\": \"IRVINE\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92614\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"TOBYHANNA ARMY DEPOT\",\n        \"consigneeAddress\": \"11 HAP ARNOLD BLVD BLDG 5\",\n        \"consigneeCity\": \"TOBYHANNA\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"18466\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 664,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b6019b7a-62ac-4138-920d-b042cd4c37ab.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F11CQ\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F11CQ\"\n            }\n        ],\n        \"ponumber\": \"1420959\",\n        \"pronumber\": \"667564553\",\n        \"bolnumber\": \"1370409\"\n    },\n    {\n        \"shipmentID\": 134667218,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 240.06,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746748800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1747612800000,\n        \"shipperName\": \"Kanban Logistics\",\n        \"shipperAddress\": \"614 Daniel Street\",\n        \"shipperCity\": \"Tarboro\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"27886\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA DISTRIBUTION RED RIVER\",\n        \"consigneeAddress\": \"HIGHWAY 82 WEST\",\n        \"consigneeCity\": \"Texarkana\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"75507\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 192,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/2a092ff71e7f25a85f57ee53c49ecffa-1.png\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1291865\",\n        \"pronumber\": \"7044415000\",\n        \"bolnumber\": \"134667218\"\n    },\n    {\n        \"shipmentID\": 134667426,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 180.71,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747094400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747267200000,\n        \"deliveryDate\": 1747267200000,\n        \"shipperName\": \"FIBROTEX USA\",\n        \"shipperAddress\": \"30 FIBROTEX DR\",\n        \"shipperCity\": \"STEARNS\",\n        \"shipperState\": \"KY\",\n        \"shipperZip\": \"42647\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"19TH ASOS\",\n        \"consigneeAddress\": \"7146 MARKET GARDEN RD\",\n        \"consigneeCity\": \"FORT CAMPBELL\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"42223\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 2120,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/563f69b2-dc63-4db8-a59d-39eaed59d449.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F14M8\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F14M8\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F14M8\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F14M8\"\n            }\n        ],\n        \"ponumber\": \"1442279\",\n        \"pronumber\": \"I508362786\",\n        \"bolnumber\": \"1370446\"\n    },\n    {\n        \"shipmentID\": 134667629,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 157.57,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746748800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747094400000,\n        \"deliveryDate\": 1747094400000,\n        \"shipperName\": \"MISSION SYSTEMS DAVENPORT\",\n        \"shipperAddress\": \"2734 HICKORY GROVE RD\",\n        \"shipperCity\": \"DAVENPORT\",\n        \"shipperState\": \"IA\",\n        \"shipperZip\": \"52804\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM UH PO (UTILITY HELICOPTERS PROJE\",\n        \"consigneeAddress\": \"BLDG 8024 COTTONWOOD ROAD\",\n        \"consigneeCity\": \"REDSTONE ARSENAL\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35898\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 660,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/86ee4494-cb8c-4788-822d-57a40d9c37c1.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F12L2\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"R&FM UHPO\"\n            }\n        ],\n        \"ponumber\": \"1361647\",\n        \"pronumber\": \"I666375003\",\n        \"bolnumber\": \"1370472\"\n    },\n    {\n        \"shipmentID\": 134667732,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 543.09,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746748800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1747094400000,\n        \"shipperName\": \"     Bren-Tronics, INC.\",\n        \"shipperAddress\": \"10 Brayton Court\",\n        \"shipperCity\": \"Commack\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11725\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"LETTERKENNY ARMY DEPOT (LEAD)\",\n        \"consigneeAddress\": \"ONE OVERCASH AVE BLDG 2\",\n        \"consigneeCity\": \"Chambersburg\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17201\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1944,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/8571401e202f9216a04a43a33ca6b9e0-1.png\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1438524\",\n        \"pronumber\": \"702071754\",\n        \"bolnumber\": \"134667732\"\n    },\n    {\n        \"shipmentID\": 134668396,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 141.91,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746748800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747094400000,\n        \"deliveryDate\": 1747094400000,\n        \"shipperName\": \"L3 HARRIS\",\n        \"shipperAddress\": \"1350 JEFFERSON RD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SPECIAL COMMUNICATIONS MISSION SOLU\",\n        \"consigneeAddress\": \"17100 WEBSTER FIELD ROAD, BLDG 8185\",\n        \"consigneeCity\": \"ST. INIGOES\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20684\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 624,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/6e20cea2-4c1a-49a4-88ec-59c06b252e16.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F19WK\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F19WK\"\n            }\n        ],\n        \"ponumber\": \"1399649\",\n        \"pronumber\": \"I731827413\",\n        \"bolnumber\": \"1370546\"\n    },\n    {\n        \"shipmentID\": 134668407,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 141.91,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746748800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747094400000,\n        \"deliveryDate\": 1747094400000,\n        \"shipperName\": \"L3 HARRIS\",\n        \"shipperAddress\": \"1350 JEFFERSON RD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"TOBYHANNA ARMY DEPOT\",\n        \"consigneeAddress\": \"11 HAP ARNOLD BLVD BLDG 5\",\n        \"consigneeCity\": \"TOBYHANNA\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"18466\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1184,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/dd502957-f696-4f06-92b9-88107660c9fe.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F19WQ\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F19WQ\"\n            }\n        ],\n        \"ponumber\": \"1399234\",\n        \"pronumber\": \"I731827404\",\n        \"bolnumber\": \"1370547\"\n    },\n    {\n        \"shipmentID\": 134668582,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 948.23,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746748800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747094400000,\n        \"deliveryDate\": 1747094400000,\n        \"shipperName\": \"THERMO FISHER SCIENTIFIC\",\n        \"shipperAddress\": \"1600 LEXINGTON AVE. DOCK 107\",\n        \"shipperCity\": \"Rochester\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14606\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 7,\n        \"totalWeight\": 2409,\n        \"totalHU\": 7,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/413317958d88f9a753c8736c06677141-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"82853431\"\n            }\n        ],\n        \"ponumber\": \"1442698\",\n        \"pronumber\": \"1260575122\",\n        \"bolnumber\": \"134668582\"\n    },\n    {\n        \"shipmentID\": 134668732,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 227.24,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746748800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747094400000,\n        \"deliveryDate\": 1747094400000,\n        \"shipperName\": \"Energy Focus Inc\",\n        \"shipperAddress\": \"32000 Aurora Road, Suite B\",\n        \"shipperCity\": \"Solon\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44139\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 700,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/92e1218f-6580-4a93-9124-b932cf3a6110.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1427683\",\n        \"pronumber\": \"641994181\",\n        \"bolnumber\": \"134668732\"\n    },\n    {\n        \"shipmentID\": 134668774,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 157.03,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746748800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747094400000,\n        \"deliveryDate\": 1747094400000,\n        \"shipperName\": \"Best Made Designs LLC/Cowtown Western Belt\",\n        \"shipperAddress\": \"5608 SCOGGINS ST\",\n        \"shipperCity\": \"Fort Worth\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"76114\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VF IMAGEWEAR\",\n        \"consigneeAddress\": \"800 S MAIN ST\",\n        \"consigneeCity\": \"Henning\",\n        \"consigneeState\": \"TN\",\n        \"consigneeZip\": \"38041\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 218,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/77097537-63a2-4dce-ad92-2568f15e125d.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1441457 \",\n        \"pronumber\": \"I978720012\",\n        \"bolnumber\": \"134668774\"\n    },\n    {\n        \"shipmentID\": 134668883,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 174.99,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747008000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1747180800000,\n        \"shipperName\": \"True North Enterprises\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd. Units 108-109\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"   NAVSUP WSS\",\n        \"consigneeAddress\": \"5450 CARLISLE PIKE BLDG 209\",\n        \"consigneeCity\": \"Mechanicsburg\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17055\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 848,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/8196a91f-1919-487a-8ed7-0300dfaf23fd.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL23F1DBM REQ# N00024325911EE\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL23F1DBM REQ# N00024325911EE\"\n            }\n        ],\n        \"ponumber\": \"1322508\",\n        \"pronumber\": \"705379188\",\n        \"bolnumber\": \"134668883\"\n    },\n    {\n        \"shipmentID\": 134668960,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 467.67,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746748800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747094400000,\n        \"deliveryDate\": 1747094400000,\n        \"shipperName\": \"SKF/KAYDON PLANT 12A\",\n        \"shipperAddress\": \"840 CORPORATE CIR\",\n        \"shipperCity\": \"SUMTER\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29154\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"RED RIVER ARMY DEPOT\",\n        \"consigneeAddress\": \"10TH STREET & K AVENUE\",\n        \"consigneeCity\": \"TEXARKANA\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"75507\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 4900,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/5d504a0b-5c98-4d52-8529-4d5a923462c3.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL23F1EEU\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL23F1EEU\"\n            }\n        ],\n        \"ponumber\": \"1326915\",\n        \"pronumber\": \"433701030\",\n        \"bolnumber\": \"1370693\"\n    },\n    {\n        \"shipmentID\": 134668965,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 333.01,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746748800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1747872000000,\n        \"shipperName\": \"R&R INTERNATIONAL FREIGHT FORWARDING INC\",\n        \"shipperAddress\": \"2450 SIEMPRE VIVA CT\",\n        \"shipperCity\": \"SAN DIEGO\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92154\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"435TH SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR\",\n        \"consigneeCity\": \"WRIGHT PATTERSON AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1021.5999984741211,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/1b80774e-bdc9-47b7-8a85-056cb7681186.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F13YF\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13YF\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F13YF\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13YF\"\n            }\n        ],\n        \"ponumber\": \"1439310\",\n        \"pronumber\": null,\n        \"bolnumber\": \"1370688\"\n    },\n    {\n        \"shipmentID\": 134669132,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 350.87,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747008000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747699200000,\n        \"deliveryDate\": 1747699200000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AFSOC 27TH SOCONS\",\n        \"consigneeAddress\": \"300 AIR COMMANDO WAY, BLDG 848\",\n        \"consigneeCity\": \"CANNON AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88103\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 540,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/52dbe3c7-67fc-49e1-ab4e-2224280d0e64.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F14QH\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F14QH\"\n            }\n        ],\n        \"ponumber\": \"1442482\",\n        \"pronumber\": \"990897316\",\n        \"bolnumber\": \"1370706\"\n    },\n    {\n        \"shipmentID\": 134669146,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 389.27,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746748800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747008000000,\n        \"deliveryDate\": 1747008000000,\n        \"shipperName\": \"SKYDIO INC.\",\n        \"shipperAddress\": \"27317 INDUSTRIAL BLVD\",\n        \"shipperCity\": \"HAYWARD\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"94545\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"EVOLVING RESOURCES INC\",\n        \"consigneeAddress\": \"5284 ADOLFO RD\",\n        \"consigneeCity\": \"CAMARILLO\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"93012\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 3356,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/d79866e4-bf66-4c99-a853-e737188252de.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F1564\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F1564\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F1564\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F1564\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F1564\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F1564\"\n            }\n        ],\n        \"ponumber\": \"1445136\",\n        \"pronumber\": \"390377890\",\n        \"bolnumber\": \"1370708\"\n    },\n    {\n        \"shipmentID\": 134669173,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 510.17,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746748800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747612800000,\n        \"deliveryDate\": 1747267200000,\n        \"shipperName\": \"CASCADE DESIGNS\",\n        \"shipperAddress\": \"10990 LEAR BLVD\",\n        \"shipperCity\": \"RENO\",\n        \"shipperState\": \"NV\",\n        \"shipperZip\": \"89506\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1434,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/58f548b0-31b7-417d-8f46-7d79b03f520f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1446199\"\n            }\n        ],\n        \"ponumber\": \"1446199\",\n        \"pronumber\": \"777526212\",\n        \"bolnumber\": \"1370709\"\n    },\n    {\n        \"shipmentID\": 134670444,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 147.51,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747008000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747180800000,\n        \"deliveryDate\": 1747180800000,\n        \"shipperName\": \" midway corp\",\n        \"shipperAddress\": \"3930 Eastbourne Dr\",\n        \"shipperCity\": \"Syracuse\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"13206\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" Solution Based Innovation\",\n        \"consigneeAddress\": \"2656 Quality Ct\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 316,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/6e6fbc9d-6c55-44be-bffa-8019acebbf8a.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1443691\",\n        \"pronumber\": \"I630079839\",\n        \"bolnumber\": \"134670444\"\n    },\n    {\n        \"shipmentID\": 134670584,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 222.91,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747094400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747180800000,\n        \"deliveryDate\": 1747180800000,\n        \"shipperName\": \"True North Enterprises\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd.\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NIWC ATLANTIC \",\n        \"consigneeAddress\": \"1008 Trident St., Code 55000\",\n        \"consigneeCity\": \"Hanahan\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410 \",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 400,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/f47042b407fc7613ed9917f100b2c0b8-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"REQ# N6523653581H58\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL25F11E0\"\n            }\n        ],\n        \"ponumber\": \"1421389\",\n        \"pronumber\": \"410092282\",\n        \"bolnumber\": \"134670584\"\n    },\n    {\n        \"shipmentID\": 134670647,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 241.36,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747008000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747612800000,\n        \"deliveryDate\": 1747353600000,\n        \"shipperName\": \"AYON CYBERSECURITY INC DBA VDC\",\n        \"shipperAddress\": \"5155 W KING STREET\",\n        \"shipperCity\": \"COCOA\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32926\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC PORT HUENEME\",\n        \"consigneeAddress\": \"4364 MISSILE WAY BLDG. 435\",\n        \"consigneeCity\": \"PORT HUENEME\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"93043\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 316,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/2d9e12c0-4d9e-4772-a12b-b8a9df450917.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1BD9\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1BD9\"\n            }\n        ],\n        \"ponumber\": \"1400587\",\n        \"pronumber\": \"I652382289\",\n        \"bolnumber\": \"1371107\"\n    },\n    {\n        \"shipmentID\": 134670689,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 350.93,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747008000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747612800000,\n        \"deliveryDate\": 1747612800000,\n        \"shipperName\": \"SUREFIRE LLC\",\n        \"shipperAddress\": \"17680 NEWHOPE STREET\",\n        \"shipperCity\": \"FOUNTAIN VALLEY\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92708\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 850,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/0902dbff-c1e9-43ce-a26f-f019b7821401.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1435436\"\n            }\n        ],\n        \"ponumber\": \"1435436\",\n        \"pronumber\": \"803151786\",\n        \"bolnumber\": \"1371110\"\n    },\n    {\n        \"shipmentID\": 134671042,\n        \"name\": \"SPAN ALASKA TRANSPORTATION\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 942.66,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SPAJ\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747180800000,\n        \"modeDesc\": \"Domestic Ocean\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1748563200000,\n        \"shipperName\": \"Cocoon\",\n        \"shipperAddress\": \"824 LOCUST STREET STE 100 \",\n        \"shipperCity\": \"Hendersonville\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28792\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Arctic Aviation Command\",\n        \"consigneeAddress\": \"1st BN 52nd AR 16th CAB 25th ID USARAK\",\n        \"consigneeCity\": \"Fort Wainwright\",\n        \"consigneeState\": \"AK\",\n        \"consigneeZip\": \"99703\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 304,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EM25F1039\"\n            }\n        ],\n        \"ponumber\": \"1427703\",\n        \"pronumber\": \"4306518\",\n        \"bolnumber\": \"134671042\"\n    },\n    {\n        \"shipmentID\": 134671669,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1098.06,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747094400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747699200000,\n        \"deliveryDate\": 1747699200000,\n        \"shipperName\": \"5.11 INC.\",\n        \"shipperAddress\": \"3201 N. Airport Way\",\n        \"shipperCity\": \"Manteca\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"95336\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"  USSOCOM REGIONAL CONTRACTING OFC\",\n        \"consigneeAddress\": \"BLDG 9478 MALVESTI RD, AFSOC UNIT 516\",\n        \"consigneeCity\": \"FORT LIBERTY\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28303 \",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 43,\n        \"totalWeight\": 1492,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/b4b6fce46edb451a379925db79699983-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"H9245525P3099\"\n            }\n        ],\n        \"ponumber\": \"1445324 \",\n        \"pronumber\": \"2440124621\",\n        \"bolnumber\": \"134671669\"\n    },\n    {\n        \"shipmentID\": 134671862,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 272.66,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747094400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747267200000,\n        \"deliveryDate\": 1747267200000,\n        \"shipperName\": \"SAFARILAND LLC\",\n        \"shipperAddress\": \"3041 FAYE RD\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32226\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 2882,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/edb284722c2ebcde3074c1262569645f-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1431271\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1431271\"\n            }\n        ],\n        \"ponumber\": \"1431271\",\n        \"pronumber\": \"411441248\",\n        \"bolnumber\": \"1371226\"\n    },\n    {\n        \"shipmentID\": 134672052,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 586.54,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747180800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1747612800000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CIF\",\n        \"consigneeAddress\": \"BLDG 4, D STREET\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 43,\n        \"totalWeight\": 705,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/8e007ac0-a9eb-4093-8795-0e48e362ca06.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL24F1DLB & SPE8EL24F1D7V\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL24F1DLB & SPE8EL24F1D7V\"\n            }\n        ],\n        \"ponumber\": \"1407706 & 1408398\",\n        \"pronumber\": \"0400588096\",\n        \"bolnumber\": \"134672052\"\n    },\n    {\n        \"shipmentID\": 134672061,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 405.21,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747094400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1747699200000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ANNISTON ARMY DEPOT\",\n        \"consigneeAddress\": \"7 Frankford Ave\",\n        \"consigneeCity\": \"Anniston\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"36201\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 94,\n        \"totalWeight\": 4630,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/741eef57-8309-4bea-97b7-4b6c36d5cc56.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL23F136X\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1080083\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL23F136X\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1080083\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"388924136\",\n        \"bolnumber\": \"134672061\"\n    },\n    {\n        \"shipmentID\": 134672067,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 139.99,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747094400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747180800000,\n        \"deliveryDate\": 1747180800000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOCOM\",\n        \"consigneeAddress\": \"2592 Horse Pasture Rd\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 20,\n        \"totalWeight\": 664,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/01a4052b53800d22f1b8a90698d12038-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"H9242725P0278\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1270649\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"705364735\",\n        \"bolnumber\": \"134672067\"\n    },\n    {\n        \"shipmentID\": 134672227,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 216.36,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747094400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747612800000,\n        \"deliveryDate\": 1747353600000,\n        \"shipperName\": \"BAE SYSTEMS SPACE AND MISSION SYSTEMS INC\",\n        \"shipperAddress\": \"9675 W 108TH, CIR\",\n        \"shipperCity\": \"WESTMINSTER\",\n        \"shipperState\": \"CO\",\n        \"shipperZip\": \"80021\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVAIR CENTRAL KITTING ACTIVITY\",\n        \"consigneeAddress\": \"235 INDUSTRIAL LOOP\",\n        \"consigneeCity\": \"ORANGE PARK\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32073\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 280,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/684fe1f7-5590-4f4e-a762-5533c27c0879.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL23F13VZ\"\n            }\n        ],\n        \"ponumber\": \"1404194\",\n        \"pronumber\": \"I419902623\",\n        \"bolnumber\": \"1371352\"\n    },\n    {\n        \"shipmentID\": 134673309,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 401.86,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747180800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1747612800000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Communication Center (UDO-Supply)\",\n        \"consigneeAddress\": \"3070 V Street NE\",\n        \"consigneeCity\": \"Washington\",\n        \"consigneeState\": \"DC\",\n        \"consigneeZip\": \"20018\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 18,\n        \"totalWeight\": 462,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/d5ca10b92c0dba8de5e729f20106c549-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"70US0924F3OTH2962\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1183499\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"7825890903\",\n        \"bolnumber\": \"134673309\"\n    },\n    {\n        \"shipmentID\": 134673444,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 191.54,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747180800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747353600000,\n        \"deliveryDate\": 1747267200000,\n        \"shipperName\": \"D&S\",\n        \"shipperAddress\": \"300 D&S LANE\",\n        \"shipperCity\": \"BEAR\",\n        \"shipperState\": \"DE\",\n        \"shipperZip\": \"19701\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"JPL CBRN SOF (JPL CBRN SPECIAL OPER\",\n        \"consigneeAddress\": \"8799 MAGNOLIA RD, BLDG E5060\",\n        \"consigneeCity\": \"GUNPOWDER\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"21010\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 2705.800003051758,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/7f43730a-1e15-46ca-b04b-91a87632f6e1.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10CW\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10CW\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F10CW\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10CW\"\n            }\n        ],\n        \"ponumber\": \"1415195\",\n        \"pronumber\": \"976380370\",\n        \"bolnumber\": \"1371849\"\n    },\n    {\n        \"shipmentID\": 134673507,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 490.99,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747267200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1747353600000,\n        \"shipperName\": \"Brenner Metal Products\",\n        \"shipperAddress\": \" 90 Dayton Ave. Bldg. 14 Unit 1F\",\n        \"shipperCity\": \"Passaic\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"07055\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 15,\n        \"totalWeight\": 1170,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/ba7d8ea5-a9c7-4a79-b7dd-1df1a2a22571.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1447644\",\n        \"pronumber\": \"015-5787389\",\n        \"bolnumber\": \"134673507\"\n    },\n    {\n        \"shipmentID\": 134673527,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 679.3,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747180800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747785600000,\n        \"deliveryDate\": 1747785600000,\n        \"shipperName\": \"Streamlight, Inc.\",\n        \"shipperAddress\": \"30 Eagleville Rd\",\n        \"shipperCity\": \"Eagleville\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19403\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"435TH SCOS-EMEF DOOR 28\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR.\",\n        \"consigneeCity\": \"WRIGHT PATTERSON AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 4600,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/fb73c327-4263-4aad-9032-fe0448220167.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"REQ# FB488050831KPT\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"775009-1\"\n            }\n        ],\n        \"ponumber\": \"1439280\",\n        \"pronumber\": \"I541443267\",\n        \"bolnumber\": \"134673527\"\n    },\n    {\n        \"shipmentID\": 134673639,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 164.61,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747180800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747267200000,\n        \"deliveryDate\": 1747267200000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CONSOLIDATED STORAGE PROGRAM\",\n        \"consigneeAddress\": \"INDIVIDUAL ISSUE FACILITY (IIF\",\n        \"consigneeCity\": \"CAMP LEJEUNE\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28547\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 570,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/6ef5a87abc6d65e2b862c5b63d584eec-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EJ25F9859\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1272513\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"M6775051002087XXX\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"388924306\",\n        \"bolnumber\": \"134673639\"\n    },\n    {\n        \"shipmentID\": 134673711,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 187.38,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747180800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1747785600000,\n        \"shipperName\": \"CAPEWELL AERIAL SYSTEMS LLC\",\n        \"shipperAddress\": \"4298 JEB STUART HWY\",\n        \"shipperCity\": \"MEADOWS OF DAN\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"24120\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"435TH SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR\",\n        \"consigneeCity\": \"WRIGHT PATTERSON AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1768,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/789fdeb2-ebc9-4593-9673-6b19aa1ddc05.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F13YF\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13YF\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F13YF\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13YF\"\n            }\n        ],\n        \"ponumber\": \"1439489\",\n        \"pronumber\": null,\n        \"bolnumber\": \"1371206\"\n    },\n    {\n        \"shipmentID\": 134673722,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 142.44,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747180800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747353600000,\n        \"deliveryDate\": 1747353600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVSUP WSS\",\n        \"consigneeAddress\": \"5450 CARLISLE PIKE BLDG 107 S END\",\n        \"consigneeCity\": \"Mechanicsburg\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17055\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 32,\n        \"totalWeight\": 1260,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/49186fc3c4ec2b2c768e9795a2b08e12-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1C93\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1218596\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"705364750\",\n        \"bolnumber\": \"134673722\"\n    },\n    {\n        \"shipmentID\": 134674146,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 548.8,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747267200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747785600000,\n        \"deliveryDate\": 1747872000000,\n        \"shipperName\": \"SERKET - CESHI\",\n        \"shipperAddress\": \"5527 DISTRICT BLVD\",\n        \"shipperCity\": \"VERNON\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"90058\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"1ST BN 509TH IN REG\",\n        \"consigneeAddress\": \"1869 15TH STREET BLDG 2046\",\n        \"consigneeCity\": \"FORT JOHNSON\",\n        \"consigneeState\": \"LA\",\n        \"consigneeZip\": \"71459\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1950,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/38466704-5af3-4be2-a680-9a127a3c0f66.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F13RG\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F13RG\"\n            }\n        ],\n        \"ponumber\": \"1369595\",\n        \"pronumber\": \"I735868971\",\n        \"bolnumber\": \"1372007\"\n    },\n    {\n        \"shipmentID\": 134675017,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 596.72,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747267200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1747612800000,\n        \"shipperName\": \"Aerial Machine & Tool\",\n        \"shipperAddress\": \"4298 Jeb Stuart Highway\",\n        \"shipperCity\": \"Meadows Dan\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"24120\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMA 202 AIRCREW SYSTEMS\",\n        \"consigneeAddress\": \"22697 HAMMOND RD BLDG 653\",\n        \"consigneeCity\": \"Patuxent River\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20670\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 30,\n        \"totalWeight\": 2625,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/2477d938-ba0f-4b1b-a2e3-5b62e77a2339.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1384684\",\n        \"pronumber\": \"029-0159232\",\n        \"bolnumber\": \"134675017\"\n    },\n    {\n        \"shipmentID\": 134675310,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 446,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747267200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747612800000,\n        \"deliveryDate\": 1747612800000,\n        \"shipperName\": \"ROTHCO\",\n        \"shipperAddress\": \"3015 VETERANS MEMORIAL HWY\",\n        \"shipperCity\": \"RONKONKOMA\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11779\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 4098,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/c8c75b477e96c8abfbdbbabdb7ddea0a-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1422557\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1422557\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1422557\"\n            }\n        ],\n        \"ponumber\": \"1422557\",\n        \"pronumber\": \"687906784\",\n        \"bolnumber\": \"1372306\"\n    },\n    {\n        \"shipmentID\": 134675313,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 283.2,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747267200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747699200000,\n        \"deliveryDate\": 1747699200000,\n        \"shipperName\": \"VELOCITY SYSTEMS LLC\",\n        \"shipperAddress\": \"45064 UNDERWOOD LANE UNIT B\",\n        \"shipperCity\": \"DULLES\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"20166\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DEAV\",\n        \"consigneeAddress\": \"7952 CLUNY CT SA-7D\",\n        \"consigneeCity\": \"Springfield\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22153\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 350,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/99c9b83f-279e-4496-b08b-63c3d9c14bc2.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"19AQMM24F7352\"\n            }\n        ],\n        \"ponumber\": \"1398111\",\n        \"pronumber\": \"423690201\",\n        \"bolnumber\": \"134675313\"\n    },\n    {\n        \"shipmentID\": 134675415,\n        \"name\": \"FedEx Freight Priority\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 940.44,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXFE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747353600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1747872000000,\n        \"shipperName\": \"LUXOTTICA – ESS - OAKLEY\",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA TROOP SUPPORT HRR\",\n        \"consigneeAddress\": \"1820 ALLBROOK DR. BLDG 13 DOOR 28\",\n        \"consigneeCity\": \"WRIGHT PATTERSON AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 158,\n        \"totalWeight\": 7318,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/0123ab9ecd2967fbe0d76fcd029dc4ac-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8878503919\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"3722429\"\n            }\n        ],\n        \"ponumber\": \"1439745\",\n        \"pronumber\": \"6282608566\",\n        \"bolnumber\": \"134675415\"\n    },\n    {\n        \"shipmentID\": 134675425,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 320.82,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747267200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747612800000,\n        \"deliveryDate\": 1747612800000,\n        \"shipperName\": \"LUXOTTICA – ESS - OAKLEY\",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 461,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/becfe528-7fe0-4bff-9f62-6a7bf27e76f4.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1447735\",\n        \"pronumber\": \"783204494\",\n        \"bolnumber\": \"134675425\"\n    },\n    {\n        \"shipmentID\": 134675444,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 159.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747267200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747612800000,\n        \"deliveryDate\": 1747612800000,\n        \"shipperName\": \"L3 HARRIS\",\n        \"shipperAddress\": \"1350 JEFFERSON RD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"TOBYHANNA ARMY DEPOT\",\n        \"consigneeAddress\": \"11 HAP ARNOLD BLVD BLDG 5\",\n        \"consigneeCity\": \"TOBYHANNA\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"18466\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1694,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/4b2f1ec7-d54d-46a7-b4a8-8092eab8c613.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E80\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1E80\"\n            }\n        ],\n        \"ponumber\": \"1407630\",\n        \"pronumber\": \"I582388371\",\n        \"bolnumber\": \"1372332\"\n    },\n    {\n        \"shipmentID\": 134675602,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 253.61,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747267200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1747612800000,\n        \"shipperName\": \"NATIONAL SAFETY APPAREL\",\n        \"shipperAddress\": \"10601 MEMPHIS AVE B 12\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44144\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MDSC YORKTOWN NWS-CHEATHAM ANNEX\",\n        \"consigneeAddress\": \"BLDG 4 D ST\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 18,\n        \"totalWeight\": 280,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/e135de45-3440-4767-a740-3ac2f270e921.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL24F1D7Y\"\n            }\n        ],\n        \"ponumber\": \"1408713\",\n        \"pronumber\": \"008-5570062\",\n        \"bolnumber\": \"134675602\"\n    },\n    {\n        \"shipmentID\": 134675652,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 299.64,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747267200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1747699200000,\n        \"shipperName\": \"NATIONAL SAFETY APPAREL\",\n        \"shipperAddress\": \"10601 MEMPHIS AVE B 12\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44144\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"2ND MAW MAG 26 MALS 26\",\n        \"consigneeAddress\": \"BUILDING AS-4085 WHITE ST\",\n        \"consigneeCity\": \"JACKSONVILLE\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28545\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 13,\n        \"totalWeight\": 238,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/b4b841cecc4bf3aca88f688aa7426c58-1.png\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1427026\",\n        \"pronumber\": \"9412987323\",\n        \"bolnumber\": \"134675652\"\n    },\n    {\n        \"shipmentID\": 134675719,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 118.32,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747785600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1747872000000,\n        \"shipperName\": \"DEFENSE VENTURE HOLDINGS\",\n        \"shipperAddress\": \"2601 PERFORMANCE CT.\",\n        \"shipperCity\": \"VIRGINIA BEACH\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 2246,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/ab6f5504-1c11-4757-9ff9-8640f15f61aa.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1392468\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1392468\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1392468\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1392468\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1392468\"\n            }\n        ],\n        \"ponumber\": \"1392468\",\n        \"pronumber\": \"028-0818253\",\n        \"bolnumber\": \"1372411\"\n    },\n    {\n        \"shipmentID\": 134675876,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 373.84,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747353600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1748476800000,\n        \"deliveryDate\": 1748476800000,\n        \"shipperName\": \"WILLARD PACKAGING CO\",\n        \"shipperAddress\": \"18940 WOODFIELD ROAD\",\n        \"shipperCity\": \"GAITHERSBURG\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"20879\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NIWC PAC 71730 (CRYOGENICS AND QUAN\",\n        \"consigneeAddress\": \"4297 PACIFIC HIGHWAY\",\n        \"consigneeCity\": \"SAN DIEGO\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92110\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1028,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/3a8eae38-2e1c-4cb4-8e41-108b4806db3b.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F13C9\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13C9\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F13C9\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13C9\"\n            }\n        ],\n        \"ponumber\": \"1434019\",\n        \"pronumber\": \"048038362\",\n        \"bolnumber\": \"1372415\"\n    },\n    {\n        \"shipmentID\": 134676121,\n        \"name\": \"FedEx Freight Priority\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1670,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXFE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747353600000,\n        \"modeDesc\": \"Volume LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1747872000000,\n        \"shipperName\": \"OUTDOOR RESEARCH (EL MONTE)\",\n        \"shipperAddress\": \"10668 HICKSON STREET\",\n        \"shipperCity\": \"El Monte\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"91731\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 157,\n        \"totalWeight\": 2631,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/c3809088c9dd7d47f179e9290b545c56-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"USOB-1077068 / USOB-1077067\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"USOB-1077068 / USOB-1077067\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"USOB-1077068 / USOB-1077067\"\n            }\n        ],\n        \"ponumber\": \"1422568, 1422569  \",\n        \"pronumber\": \"8915341853\",\n        \"bolnumber\": \"134676121\"\n    },\n    {\n        \"shipmentID\": 134676975,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 177.16,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747353600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747699200000,\n        \"deliveryDate\": 1747699200000,\n        \"shipperName\": \"UPS SCS – Darn Tough Vermont.\",\n        \"shipperAddress\": \"200 Velocity Way\",\n        \"shipperCity\": \"Shepherdsville\",\n        \"shipperState\": \"KY\",\n        \"shipperZip\": \"40165\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 23,\n        \"totalWeight\": 345,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a8bae848-c3ce-4f66-aa87-fb943a3d34ef.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1447647\",\n        \"pronumber\": \"I193823775\",\n        \"bolnumber\": \"134676975\"\n    },\n    {\n        \"shipmentID\": 134676993,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 144.91,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747612800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747785600000,\n        \"deliveryDate\": 1747785600000,\n        \"shipperName\": \"AVON PROTECTION SYSTEMS, INC \",\n        \"shipperAddress\": \"411 7TH STREET\",\n        \"shipperCity\": \"Cadillac\",\n        \"shipperState\": \"MI\",\n        \"shipperZip\": \"49601\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"  VALIANT INTEGRATED SERVICES LLC\",\n        \"consigneeAddress\": \"8384 TERMINAL ROAD, SUITE C\",\n        \"consigneeCity\": \"Lorton\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22079\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 140,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/207b8b48-070d-4c49-b05f-6614a20fe5fc.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1434457, 1434458\",\n        \"pronumber\": \"791371386\",\n        \"bolnumber\": \"134676993\"\n    },\n    {\n        \"shipmentID\": 134676998,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 139.69,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747353600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747699200000,\n        \"deliveryDate\": 1747699200000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CBP LESC\",\n        \"consigneeAddress\": \"440 Koonce Rd\",\n        \"consigneeCity\": \"Harpers Ferry\",\n        \"consigneeState\": \"WV\",\n        \"consigneeZip\": \"25425\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 42,\n        \"totalWeight\": 750,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/5d0a97646bd93db0a8068805071ef23d-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"70B06C25F00000335\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1269900\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"705364768\",\n        \"bolnumber\": \"134676998\"\n    },\n    {\n        \"shipmentID\": 134677082,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 630.71,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747353600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747699200000,\n        \"deliveryDate\": 1747699200000,\n        \"shipperName\": \"WILEY X, INC.\",\n        \"shipperAddress\": \"15755 PRESTON RD\",\n        \"shipperCity\": \"FRISCO\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75033\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 4784,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/aadd611ffced62432823e00bac3999d2-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1430358\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1430358\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1430358\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1430358\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1430358\"\n            }\n        ],\n        \"ponumber\": \"1430358\",\n        \"pronumber\": \"382012844\",\n        \"bolnumber\": \"1372472\"\n    },\n    {\n        \"shipmentID\": 134677128,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 139.39,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747353600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1747612800000,\n        \"shipperName\": \"Energy Focus Inc\",\n        \"shipperAddress\": \"32000 Aurora Road, Suite B\",\n        \"shipperCity\": \"Solon\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44139\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 100,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/046310b8-c47d-4615-8d51-8e76d3908655.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1427683\",\n        \"pronumber\": \"008-5571804\",\n        \"bolnumber\": \"134677128\"\n    },\n    {\n        \"shipmentID\": 134677164,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 159.41,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747353600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1747785600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"OGA\",\n        \"consigneeAddress\": \"7000 Loisdale Rd \",\n        \"consigneeCity\": \"Springfield\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22150\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 68,\n        \"totalWeight\": 1470,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a0597293-9854-48fc-9172-07e5c2d13c46.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"PO2024-779431\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1218606\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"PO2024-779431\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1218606\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"705364776\",\n        \"bolnumber\": \"134677164\"\n    },\n    {\n        \"shipmentID\": 134677208,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 191.47,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747353600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1748476800000,\n        \"deliveryDate\": 1748476800000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"GOI MOD CO G&B PKG CO\",\n        \"consigneeAddress\": \"1a Colony Rd\",\n        \"consigneeCity\": \"Jersey City\",\n        \"consigneeState\": \"NJ\",\n        \"consigneeZip\": \"07305\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 33,\n        \"totalWeight\": 2151,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EJ25F7986\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1263275\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"BIS25N41402001XAX\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"705364784\",\n        \"bolnumber\": \"134677208\"\n    },\n    {\n        \"shipmentID\": 134677236,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 300.56,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747353600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747785600000,\n        \"deliveryDate\": 1747785600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FB4608 2 LRS LGRD\",\n        \"consigneeAddress\": \"845 Logistics Ln\",\n        \"consigneeCity\": \"Barksdale AFB\",\n        \"consigneeState\": \"LA\",\n        \"consigneeZip\": \"71110\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 45,\n        \"totalWeight\": 2913,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/c6f4d385eca07e0de90db1e09abf7457-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EJ25F6566\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1256477\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"FB460850370075XXX\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"388924314\",\n        \"bolnumber\": \"134677236\"\n    },\n    {\n        \"shipmentID\": 134677244,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 322.14,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747353600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1747785600000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CIF\",\n        \"consigneeAddress\": \"BLDG 4, D STREET\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 30,\n        \"totalWeight\": 605,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/0de9ea6b-5c10-4ce5-a1d4-5c37f5060c88.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F1DLB, SPE8EL24F1DLB\"\n            }\n        ],\n        \"ponumber\": \"1407706\",\n        \"pronumber\": \"040-0588044\",\n        \"bolnumber\": \"134677244\"\n    },\n    {\n        \"shipmentID\": 134677280,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 467.29,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747353600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747872000000,\n        \"deliveryDate\": 1747872000000,\n        \"shipperName\": \"TYR TACTICAL\",\n        \"shipperAddress\": \"9330 N 91ST AVE\",\n        \"shipperCity\": \"PEORIA\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USMS TD\",\n        \"consigneeAddress\": \"1131 CHAPEL CROSSING RD\",\n        \"consigneeCity\": \"GLYNCO\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"31524\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 1950,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/4efe040c-17bf-4679-8a36-c6ba06b4ad46.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"15M10225FA4700146\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"15M10225FA4700146\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"15M10225FA4700146\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"15M10225FA4700146\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"15M10225FA4700146\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"15M10225FA4700146\"\n            }\n        ],\n        \"ponumber\": \"1443298\",\n        \"pronumber\": \"257672564\",\n        \"bolnumber\": \"1372527\"\n    },\n    {\n        \"shipmentID\": 134677284,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 159.86,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747353600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747785600000,\n        \"deliveryDate\": 1747785600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USMC IT ENTERPRISE STAGING AND WAREHOUSE\",\n        \"consigneeAddress\": \"8224 Port au Prince Ave BLDG MCA-614\",\n        \"consigneeCity\": \"Norfolk\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23551\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 112,\n        \"totalWeight\": 2490,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/44268843e985ff1536fbcd953c9bec4f-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1BD4\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1215573\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1BD4\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1215573\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"388924144\",\n        \"bolnumber\": \"134677284\"\n    },\n    {\n        \"shipmentID\": 134677333,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 193.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747353600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747612800000,\n        \"deliveryDate\": 1747612800000,\n        \"shipperName\": \"INTERSURGICAL/MAIN OCEAN\",\n        \"shipperAddress\": \"300 A TRADE ZONE BLVD\",\n        \"shipperCity\": \"SUMMERVILLE\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29486\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 1636,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/5ffd58bc-3236-4442-a5e2-cec977563fc5.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1447756\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1447756\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1447756\"\n            }\n        ],\n        \"ponumber\": \"1447756\",\n        \"pronumber\": \"I653906511\",\n        \"bolnumber\": \"1372533\"\n    },\n    {\n        \"shipmentID\": 134677365,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 283.93,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747353600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747958400000,\n        \"deliveryDate\": 1747872000000,\n        \"shipperName\": \"IRIS TECHNOLOGY CORPORATION\",\n        \"shipperAddress\": \"2811 MCGAW AVE\",\n        \"shipperCity\": \"IRVINE\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92614\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"TOBYHANNA ARMY DEPOT\",\n        \"consigneeAddress\": \"11 HAP ARNOLD BLVD BLDG 5\",\n        \"consigneeCity\": \"TOBYHANNA\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"18466\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 664,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F11CQ\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F11CQ\"\n            }\n        ],\n        \"ponumber\": \"1420959\",\n        \"pronumber\": \"667563525\",\n        \"bolnumber\": \"1372536\"\n    },\n    {\n        \"shipmentID\": 134677424,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 648.94,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747612800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1747872000000,\n        \"shipperName\": \"     Bren-Tronics, INC.\",\n        \"shipperAddress\": \"10 Brayton Court\",\n        \"shipperCity\": \"Commack\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11725\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC CRANE\",\n        \"consigneeAddress\": \"300 HIGHWAY 361\",\n        \"consigneeCity\": \"Crane\",\n        \"consigneeState\": \"IN\",\n        \"consigneeZip\": \"47522\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1238,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"ponumber\": \"1434092\",\n        \"pronumber\": \"647343086\",\n        \"bolnumber\": \"134677424\"\n    },\n    {\n        \"shipmentID\": 134678847,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 162.67,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747612800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747785600000,\n        \"deliveryDate\": 1747785600000,\n        \"shipperName\": \"MUSTANGSURVIVAL\",\n        \"shipperAddress\": \"201 BUSCH DRIVE\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1000,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/faef2dca-08dc-48d9-a86f-bac5e2d0c2ff.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1422303\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1422303\"\n            }\n        ],\n        \"ponumber\": \"1422303\",\n        \"pronumber\": \"I889970202\",\n        \"bolnumber\": \"1372866\"\n    },\n    {\n        \"shipmentID\": 134679076,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 480.55,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747612800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1748476800000,\n        \"deliveryDate\": 1748476800000,\n        \"shipperName\": \"ELECTRO IMPULSE LABS., INC.\",\n        \"shipperAddress\": \"1805 STATE HIGHWAY 33\",\n        \"shipperCity\": \"NEPTUNE\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"07753\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMW A 170 (NTCDL) NETWORK TACTICAL\",\n        \"consigneeAddress\": \"4297 PACIFIC HWY OTC-2\",\n        \"consigneeCity\": \"SAN DIEGO\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92110\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1370,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F14R3\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F14R3\"\n            }\n        ],\n        \"ponumber\": \"1376695\",\n        \"pronumber\": \"412096171\",\n        \"bolnumber\": \"1372930\"\n    },\n    {\n        \"shipmentID\": 134679143,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 265.13,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747612800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747699200000,\n        \"deliveryDate\": 1747699200000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVSUP WSS\",\n        \"consigneeAddress\": \"5450 CARLISLE PIKE BLDG 107 S END\",\n        \"consigneeCity\": \"Mechanicsburg\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17055\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 609,\n        \"totalWeight\": 4626,\n        \"totalHU\": 12,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/cb584dff-726b-487e-bc5f-7529aecf7b0c.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F12E8\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1251203\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"N4730450301HTJXXX\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F12E8\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1251203\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"N4730450301HTJXXX\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F12E8\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1251203\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"N4730450301HTJXXX\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"685321622\",\n        \"bolnumber\": \"134679143\"\n    },\n    {\n        \"shipmentID\": 134679183,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 208.13,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747612800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747785600000,\n        \"deliveryDate\": 1747785600000,\n        \"shipperName\": \"MUSTANGSURVIVAL\",\n        \"shipperAddress\": \"201 BUSCH DRIVE\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1978,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/446cd702106dc5efdcb9259a8a4b805d-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1447667\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1447667\"\n            }\n        ],\n        \"ponumber\": \"1447667\",\n        \"pronumber\": \"411226053\",\n        \"bolnumber\": \"1372957\"\n    },\n    {\n        \"shipmentID\": 134679256,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 476.01,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747612800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1748304000000,\n        \"deliveryDate\": 1747958400000,\n        \"shipperName\": \"SUREFIRE LLC\",\n        \"shipperAddress\": \"17680 NEWHOPE STREET\",\n        \"shipperCity\": \"FOUNTAIN VALLEY\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92708\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1480,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1448451\"\n            }\n        ],\n        \"ponumber\": \"1448451\",\n        \"pronumber\": \"803151790\",\n        \"bolnumber\": \"1372970\"\n    },\n    {\n        \"shipmentID\": 134679593,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 434.62,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747699200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1748390400000,\n        \"deliveryDate\": 1748304000000,\n        \"shipperName\": \"CONDOR OUTDOOR PRODUCTS, INC\",\n        \"shipperAddress\": \"5268 RIVERGRADE ROAD\",\n        \"shipperCity\": \"IRWINDALE\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"91706\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PAXTON VAN LINES INC\",\n        \"consigneeAddress\": \"5300 PORT ROYAL RD, DOCK 3:1\",\n        \"consigneeCity\": \"Springfield\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22151\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 30,\n        \"totalWeight\": 1066,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1447988\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"3408158\"\n            }\n        ],\n        \"ponumber\": \"1327331\",\n        \"pronumber\": \"390864375\",\n        \"bolnumber\": \"134679593\"\n    },\n    {\n        \"shipmentID\": 134680247,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 144.91,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747699200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1748304000000,\n        \"deliveryDate\": 1748476800000,\n        \"shipperName\": \"L3 HARRIS\",\n        \"shipperAddress\": \"3 TECHNOLOGY DRIVE\",\n        \"shipperCity\": \"LONDONDERRY\",\n        \"shipperState\": \"NH\",\n        \"shipperZip\": \"03053\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SMPT (SOLDIER MANUEVER PRECISION\",\n        \"consigneeAddress\": \"1 ROCK ISLAND ARSENAL, BLDG 335\",\n        \"consigneeCity\": \"ROCK ISLAND\",\n        \"consigneeState\": \"IL\",\n        \"consigneeZip\": \"61299\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 700,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/1fedcd8b7e08ef76320481eca3a00674-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL23F179L\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"Lithuania Consolidation\"\n            }\n        ],\n        \"ponumber\": \"1301321\",\n        \"pronumber\": \"I473431104\",\n        \"bolnumber\": \"1373106\"\n    },\n    {\n        \"shipmentID\": 134680416,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 264.19,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747699200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747872000000,\n        \"deliveryDate\": 1747872000000,\n        \"shipperName\": \"LUXOTTICA \",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 430,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/e700be2b337d514d969c81c1eaa7300c-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"ADS PO\",\n                \"value\": \"1448863\"\n            }\n        ],\n        \"ponumber\": \"1448863\",\n        \"pronumber\": \"427355567\",\n        \"bolnumber\": \"134680416\"\n    },\n    {\n        \"shipmentID\": 134680494,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 170.87,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747699200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747872000000,\n        \"deliveryDate\": 1747872000000,\n        \"shipperName\": \"STEINER-EOPTICS\",\n        \"shipperAddress\": \"3475 NEWMARK DRIVE\",\n        \"shipperCity\": \"MIAMISBURG\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"45342\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DEVELOPMENT COMMAND ARMAMENT CENTER\",\n        \"consigneeAddress\": \"BLDG 91 4TH AVE\",\n        \"consigneeCity\": \"PICATINNY ARSENAL\",\n        \"consigneeState\": \"NJ\",\n        \"consigneeZip\": \"07806\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1074,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/41221e48-9e2b-4b61-b6fd-ffe9b70d6880.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F19SD\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F19SD\"\n            }\n        ],\n        \"ponumber\": \"1411056\",\n        \"pronumber\": \"I010275705\",\n        \"bolnumber\": \"1373151\"\n    },\n    {\n        \"shipmentID\": 134680504,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 141.61,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747699200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747872000000,\n        \"deliveryDate\": 1747872000000,\n        \"shipperName\": \"ACCUSPEC PACKAGING CORP\",\n        \"shipperAddress\": \"4011 COUNTY RD 25\",\n        \"shipperCity\": \"Dundee\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14837\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 283,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/8db2e86d-80be-46b7-80f9-5aed74fad4a0.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1447317\",\n        \"pronumber\": \"I636011226\",\n        \"bolnumber\": \"134680504\"\n    },\n    {\n        \"shipmentID\": 134680611,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 327.9,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747699200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1748390400000,\n        \"deliveryDate\": 1748304000000,\n        \"shipperName\": \"AFL\",\n        \"shipperAddress\": \"110 Hidden Lake Circle\",\n        \"shipperCity\": \"Duncan\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29334\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"102ND IW\",\n        \"consigneeAddress\": \"330 East Inner Rd.\",\n        \"consigneeCity\": \"Buzzards Bay\",\n        \"consigneeState\": \"MA\",\n        \"consigneeZip\": \"02542\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 236,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"ponumber\": \"1439496\",\n        \"pronumber\": \"421146353\",\n        \"bolnumber\": \"134680611\"\n    },\n    {\n        \"shipmentID\": 134680647,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 204.24,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747699200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747785600000,\n        \"deliveryDate\": 1747785600000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"HUMAN TECHNOLOGIES CORP\",\n        \"consigneeAddress\": \"2201 DWYER AVENUE\",\n        \"consigneeCity\": \"UTICA\",\n        \"consigneeState\": \"NY\",\n        \"consigneeZip\": \"13501\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 1944,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/499887674c33e027038707c602bad1fb-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"INL70465 REV2\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"19AQMM24F1700\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"INL70465 REV2\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"19AQMM24F1700\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"INL70465 REV2\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"19AQMM24F1700\"\n            }\n        ],\n        \"ponumber\": \"1420289\",\n        \"pronumber\": \"466884871\",\n        \"bolnumber\": \"1373208\"\n    },\n    {\n        \"shipmentID\": 134680705,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 189.34,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747699200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747785600000,\n        \"deliveryDate\": 1747785600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA Troop Support XDock North Project\",\n        \"consigneeAddress\": \"7611A Brandon Woods BLVD\",\n        \"consigneeCity\": \"Baltimore\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"21226\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 495,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/9f5a56c7-4932-4a35-a0d9-39e0ee41dd07.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE2D325F059K\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1274009\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"W25MWY51340706XXX\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"705364792\",\n        \"bolnumber\": \"134680705\"\n    },\n    {\n        \"shipmentID\": 134680796,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 414.23,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747699200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1748476800000,\n        \"deliveryDate\": 1748476800000,\n        \"shipperName\": \"NESF\",\n        \"shipperAddress\": \"342 JORDAN SPRINGS RD\",\n        \"shipperCity\": \"SOUTH PORTLAND\",\n        \"shipperState\": \"ME\",\n        \"shipperZip\": \"04002\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DOE NNSA\",\n        \"consigneeAddress\": \"11408 ROBERTS BLVD\",\n        \"consigneeCity\": \"FORT SMITH\",\n        \"consigneeState\": \"AR\",\n        \"consigneeZip\": \"72916\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 2050,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"89233125FNA000185\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"89233125FNA000185\"\n            }\n        ],\n        \"ponumber\": \"1436884\",\n        \"pronumber\": \"900866842\",\n        \"bolnumber\": \"1373227\"\n    },\n    {\n        \"shipmentID\": 134680870,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 311.59,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747785600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1748390400000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AFSOC 427TH SOS\",\n        \"consigneeAddress\": \"789 2ND STREET BLDG 173\",\n        \"consigneeCity\": \"POPE AAF\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28308\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 780,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F13EK\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13EK\"\n            }\n        ],\n        \"ponumber\": \"1434513\",\n        \"pronumber\": \"626115018\",\n        \"bolnumber\": \"1373229\"\n    },\n    {\n        \"shipmentID\": 134681033,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 396.38,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747872000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1748563200000,\n        \"deliveryDate\": 1748563200000,\n        \"shipperName\": \"KEY CARGO MARINE\",\n        \"shipperAddress\": \"9400 BUSCH DR. \",\n        \"shipperCity\": \"Jacksonville\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"COMMANDER USCG BASE ALAMEDA\",\n        \"consigneeAddress\": \"1 EAGLE RD CG ISLAND BLDG 42\",\n        \"consigneeCity\": \"Alameda\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"94501\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 16,\n        \"totalWeight\": 800,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F177K\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"458006\"\n            }\n        ],\n        \"ponumber\": \"1390786\",\n        \"pronumber\": \"125879925\",\n        \"bolnumber\": \"134681033\"\n    },\n    {\n        \"shipmentID\": 134681102,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 269.53,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747785600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747872000000,\n        \"deliveryDate\": 1747872000000,\n        \"shipperName\": \"New York Embroidery Studio c/o Brooklyn Army Term\",\n        \"shipperAddress\": \"140 58th St., Bldg. A., Dock 8\",\n        \"shipperCity\": \"Brooklyn\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 27,\n        \"totalWeight\": 325,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/ae0f88dc31ac326c57cca636df179c3b-1.png\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1432425, 1440388, 1440753\",\n        \"pronumber\": \"689117216\",\n        \"bolnumber\": \"134681102\"\n    },\n    {\n        \"shipmentID\": 134681113,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 483.03,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747785600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1748390400000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Communication Center (UDO-Supply)\",\n        \"consigneeAddress\": \"3070V Street NE\",\n        \"consigneeCity\": \"Washington \",\n        \"consigneeState\": \"DC\",\n        \"consigneeZip\": \"20018\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 66,\n        \"totalWeight\": 1120,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/45ba12b25ddaee10c3d2ecce75e7be4d-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"70US0924F3OTH2962\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1183499\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"7825890914\",\n        \"bolnumber\": \"134681113\"\n    },\n    {\n        \"shipmentID\": 134681793,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 191.4,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747785600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747958400000,\n        \"deliveryDate\": 1747958400000,\n        \"shipperName\": \"BLUEHALO\",\n        \"shipperAddress\": \"920 SYCOLIN RD\",\n        \"shipperCity\": \"LEESBURG\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"20175\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NIWC ATLANTIC (NAVAL INFORMATION WA\",\n        \"consigneeAddress\": \"1008 TRIDENT STREET\",\n        \"consigneeCity\": \"HANAHAN\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1290,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/acd8415a-e7c4-44c0-82d5-8d41f1096f33.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F154H\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F154H\"\n            }\n        ],\n        \"ponumber\": \"1446669\",\n        \"pronumber\": \"I627842781\",\n        \"bolnumber\": \"1373429\"\n    },\n    {\n        \"shipmentID\": 134682302,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 461.53,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747785600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1748563200000,\n        \"deliveryDate\": 1748476800000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Medline Industries INC\",\n        \"consigneeAddress\": \"92 Southeast 223rd Ave\",\n        \"consigneeCity\": \"Gresham\",\n        \"consigneeState\": \"OR\",\n        \"consigneeZip\": \"97030\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 112,\n        \"totalWeight\": 1028,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"4518617117\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1273686\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"466656610\",\n        \"bolnumber\": \"134682302\"\n    },\n    {\n        \"shipmentID\": 134682320,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 534.67,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747785600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1748304000000,\n        \"deliveryDate\": 1748304000000,\n        \"shipperName\": \"ELLSWORTH & COMPANY\",\n        \"shipperAddress\": \"421 SCRUGGS ROAD\",\n        \"shipperCity\": \"CHATTANOOGA\",\n        \"shipperState\": \"TN\",\n        \"shipperZip\": \"37412\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 14,\n        \"totalWeight\": 5640,\n        \"totalHU\": 14,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/674d0bc23e4921d2fd5fdc924ec26426-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1375981\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1375981\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1375981\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1375981\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1375981\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1375981\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1375981\"\n            }\n        ],\n        \"ponumber\": \"1375981\",\n        \"pronumber\": \"405600089\",\n        \"bolnumber\": \"1373468\"\n    },\n    {\n        \"shipmentID\": 134682338,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 262.71,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747785600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1748563200000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FY9150 60 APS TRK INTRANSIT CARGO\",\n        \"consigneeAddress\": \"90 RAGSDALE ST\",\n        \"consigneeCity\": \"TRAVIS AFB\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"94535-2918\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 15,\n        \"totalWeight\": 555,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/25aea6e5017d7cc81c697441ee054ee3-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EJ25F7760\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1261932\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"R0336850800920EXX\"\n            }\n        ],\n        \"ponumber\": \"\",\n        \"pronumber\": \"7825890925\",\n        \"bolnumber\": \"134682338\"\n    },\n    {\n        \"shipmentID\": 134682533,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.37,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747785600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747872000000,\n        \"deliveryDate\": 1747872000000,\n        \"shipperName\": \"INTERSURGICAL/MAIN OCEAN\",\n        \"shipperAddress\": \"300 A TRADE ZONE BLVD\",\n        \"shipperCity\": \"SUMMERVILLE\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29486\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 416,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/28466e7e-8ef8-43e9-aa61-341bd7b15e0c.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1446887\"\n            }\n        ],\n        \"ponumber\": \"1446887\",\n        \"pronumber\": \"I413547237\",\n        \"bolnumber\": \"1373486\"\n    },\n    {\n        \"shipmentID\": 134682604,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 329.19,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747872000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1748390400000,\n        \"shipperName\": \"NATIONAL SAFETY APPAREL - CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CIF\",\n        \"consigneeAddress\": \"BLDG 4, D STREET\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 60,\n        \"totalWeight\": 1240,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F1DLB\"\n            },\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"SPE8EL24F1DLB\"\n            }\n        ],\n        \"ponumber\": \"1407706\",\n        \"pronumber\": \"040-0695214\",\n        \"bolnumber\": \"134682604\"\n    },\n    {\n        \"shipmentID\": 134682959,\n        \"name\": \"FedEx Freight Priority\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 2053,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXFE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747785600000,\n        \"modeDesc\": \"Volume LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1747958400000,\n        \"shipperName\": \"FirstSpear\",\n        \"shipperAddress\": \"2012 Corporate 44 Drive\",\n        \"shipperCity\": \"Fenton\",\n        \"shipperState\": \"MO\",\n        \"shipperZip\": \"63026\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 9,\n        \"totalWeight\": 2790,\n        \"totalHU\": 9,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/57c9fe5dd164395ca4f69ee1742618a1-1.png\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1449163\",\n        \"pronumber\": \"8741702911\",\n        \"bolnumber\": \"134682959\"\n    },\n    {\n        \"shipmentID\": 134683142,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 626.65,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747872000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1748390400000,\n        \"shipperName\": \"5.11 INC.\",\n        \"shipperAddress\": \"3201 N. Airport Way\",\n        \"shipperCity\": \"Manteca\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"95336\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"350TH SW TS\",\n        \"consigneeAddress\": \"2239 Walker Ave Bldg 5570\",\n        \"consigneeCity\": \"JBSA LACKLAND\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"78236\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 25,\n        \"totalWeight\": 956,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"ponumber\": \"1449016 \",\n        \"pronumber\": \"468915893\",\n        \"bolnumber\": \"134683142\"\n    },\n    {\n        \"shipmentID\": 134683272,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 157.03,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747872000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1748304000000,\n        \"deliveryDate\": 1748304000000,\n        \"shipperName\": \"Best Made Designs LLC/Cowtown Western Belt\",\n        \"shipperAddress\": \"5608 SCOGGINS ST\",\n        \"shipperCity\": \"Fort Worth\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"76114\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VF IMAGEWEAR INC \",\n        \"consigneeAddress\": \"800 South Main St\",\n        \"consigneeCity\": \"Henning\",\n        \"consigneeState\": \"TN\",\n        \"consigneeZip\": \"38041\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 14,\n        \"totalWeight\": 332,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/f615be15-0335-444a-b257-8170f4c302ce.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1446285 \",\n        \"pronumber\": \"I801746433\",\n        \"bolnumber\": \"134683272\"\n    },\n    {\n        \"shipmentID\": 134683276,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 221.12,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747872000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1748304000000,\n        \"deliveryDate\": 1748304000000,\n        \"shipperName\": \"TWO ONE TWO NEW YORK, Inc.\",\n        \"shipperAddress\": \"60 HEARTLAND BLVD\",\n        \"shipperCity\": \"EDGEWOOD\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11717\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 16,\n        \"totalWeight\": 521,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/3580833ca2e9e1bc6b2f3f37ba6e88eb-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Forgeline PO 438 / IF 1018 / Ref  QOU342\"\n            }\n        ],\n        \"ponumber\": \"1414792\",\n        \"pronumber\": \"702095001\",\n        \"bolnumber\": \"134683276\"\n    },\n    {\n        \"shipmentID\": 134683766,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 597.88,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747872000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1748304000000,\n        \"shipperName\": \"Aerial Machine & Tool\",\n        \"shipperAddress\": \"4298 Jeb Stuart Highway\",\n        \"shipperCity\": \"Meadows Dan\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"24120\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMA 202 AIRCREW SYSTEMS NAVAIR CPO CENTRAL WAREHOUSE\",\n        \"consigneeAddress\": \"22697 HAMMOND ROAD, BLDG 653\",\n        \"consigneeCity\": \"Patuxent River\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20670\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 30,\n        \"totalWeight\": 2625,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"ponumber\": \"1384684\",\n        \"pronumber\": \"029-0172448\",\n        \"bolnumber\": \"134683766\"\n    },\n    {\n        \"shipmentID\": 134683771,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 149.72,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747872000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747958400000,\n        \"deliveryDate\": 1747958400000,\n        \"shipperName\": \"SAFARILAND LLC\",\n        \"shipperAddress\": \"3041 FAYE RD\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32226\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DHS ICE\",\n        \"consigneeAddress\": \"6760 UPTON AVE BLDG 234\",\n        \"consigneeCity\": \"FORT BENNING\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"31905\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 590,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/583296c6-0211-40e0-8956-fc6e926a139c.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"70CMSW25FC0000034\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"192125NFU00000066\"\n            }\n        ],\n        \"ponumber\": \"1444014\",\n        \"pronumber\": \"I588688974\",\n        \"bolnumber\": \"1376107\"\n    },\n    {\n        \"shipmentID\": 134683784,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 145.22,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747872000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1748390400000,\n        \"deliveryDate\": 1748390400000,\n        \"shipperName\": \"EHMKE MANUFACTURING COMPANY INC\",\n        \"shipperAddress\": \"4200 MACALESTER STREET\",\n        \"shipperCity\": \"PHILADELPHIA\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19124\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"435TH SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR\",\n        \"consigneeCity\": \"WRIGHT PATTERSON AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 448,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/2950db1646fc7ade28e64f15aadaa2c7-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F13YF\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13YF\"\n            }\n        ],\n        \"ponumber\": \"1439264\",\n        \"pronumber\": \"I740566368\",\n        \"bolnumber\": \"1376110\"\n    },\n    {\n        \"shipmentID\": 134683996,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 655.65,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747872000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1748304000000,\n        \"shipperName\": \" BRENNER METAL PRODUCTS\",\n        \"shipperAddress\": \"90 Dayton Ave. Bldg. 14 Unit 1F\",\n        \"shipperCity\": \"Passaic\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"07055\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1560,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"ponumber\": \"1449302\",\n        \"pronumber\": \"023-0813856\",\n        \"bolnumber\": \"134683996\"\n    },\n    {\n        \"shipmentID\": 134684018,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 372.96,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747872000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1748304000000,\n        \"shipperName\": \"Thermo Fisher Scientific / Nalgene and Nunc brands\",\n        \"shipperAddress\": \"1600 Lexington Ave. Dock 107\",\n        \"shipperCity\": \"Rochester\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14606\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"LCI DISTRIBUTION \",\n        \"consigneeAddress\": \"1131 CHAPEL CROSSING RD BLDG 680\",\n        \"consigneeCity\": \"Brunswick\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"31524\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 960,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"2231774-2\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"82768487\"\n            }\n        ],\n        \"ponumber\": \"1448740\",\n        \"pronumber\": \"627832975\",\n        \"bolnumber\": \"134684018\"\n    },\n    {\n        \"shipmentID\": 134684027,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 215.86,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747872000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1748304000000,\n        \"deliveryDate\": 1748304000000,\n        \"shipperName\": \"INTERSURGICAL/MAIN OCEAN\",\n        \"shipperAddress\": \"300 A TRADE ZONE BLVD\",\n        \"shipperCity\": \"SUMMERVILLE\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29486\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 3372,\n        \"totalHU\": 12,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/2349384337a4934bbafc41a6ce4c8529-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1448864\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1448864\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1448864\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1448864\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1448864\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1448864\"\n            }\n        ],\n        \"ponumber\": \"1448864\",\n        \"pronumber\": \"433885041\",\n        \"bolnumber\": \"1376214\"\n    },\n    {\n        \"shipmentID\": 134684063,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 528.89,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747872000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1748304000000,\n        \"deliveryDate\": 1748304000000,\n        \"shipperName\": \"WILEY X, INC.\",\n        \"shipperAddress\": \"15755 PRESTON RD\",\n        \"shipperCity\": \"FRISCO\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75033\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 3782,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/e755927052af0017daca53a0aa486373-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1430358\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1430358\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1430358\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1430358\"\n            }\n        ],\n        \"ponumber\": \"1430358\",\n        \"pronumber\": \"426841832\",\n        \"bolnumber\": \"1376215\"\n    },\n    {\n        \"shipmentID\": 134684137,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 216.36,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747872000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1748476800000,\n        \"deliveryDate\": 1748304000000,\n        \"shipperName\": \"INVERIS TRAINING SOLUTIONS\",\n        \"shipperAddress\": \"296 BROGDON ROAD\",\n        \"shipperCity\": \"SUWANEE\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30024\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"302ND SFS\",\n        \"consigneeAddress\": \"50 S PETERSON BLVD\",\n        \"consigneeCity\": \"PETERSON AFB\",\n        \"consigneeState\": \"CO\",\n        \"consigneeZip\": \"80914\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 316,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/dd81ff35-c97a-4bb0-a228-490eabe337bb.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F11RX\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F11RX\"\n            }\n        ],\n        \"ponumber\": \"1352040\",\n        \"pronumber\": \"I867426372\",\n        \"bolnumber\": \"1376246\"\n    },\n    {\n        \"shipmentID\": 134684194,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 227.08,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747872000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747958400000,\n        \"deliveryDate\": 1747958400000,\n        \"shipperName\": \"KRATOS UNMANNED AERIAL SYSTEMS\",\n        \"shipperAddress\": \"5301 RALEY BLVD\",\n        \"shipperCity\": \"SACRAMENTO\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"95831\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMA 208 NAVY AERIAL TARGETS AND DEC\",\n        \"consigneeAddress\": \"9TH STREET BLDG 123\",\n        \"consigneeCity\": \"POINT MUGU\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"93042\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1536,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL22F18UD\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL22F18UD\"\n            }\n        ],\n        \"ponumber\": \"1232691\",\n        \"pronumber\": \"641152750\",\n        \"bolnumber\": \"1376269\"\n    },\n    {\n        \"shipmentID\": 134685538,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 316.12,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747958400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1748390400000,\n        \"shipperName\": \"TEAM WENDY\",\n        \"shipperAddress\": \"17000 ST CLAIR AVE BLDG 1\",\n        \"shipperCity\": \"Cleveland\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44110\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PECKHAM VOCATIONAL INDUSTRIES INC\",\n        \"consigneeAddress\": \"7100 MILLETT HWY\",\n        \"consigneeCity\": \"Lansing\",\n        \"consigneeState\": \"MI\",\n        \"consigneeZip\": \"48917\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1167,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/0fd39e01a25d6c1ab68768d728b43a59-1.png\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1402339\",\n        \"pronumber\": \"6349923252\",\n        \"bolnumber\": \"134685538\"\n    },\n    {\n        \"shipmentID\": 134685634,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 255.83,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747958400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1747958400000,\n        \"deliveryDate\": 1747958400000,\n        \"shipperName\": \"KRATOS UNMANNED AERIAL SYSTEMS\",\n        \"shipperAddress\": \"5301 RALEY BLVD\",\n        \"shipperCity\": \"SACRAMENTO\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"95831\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMA 208 NAVY AERIAL TARGETS AND DEC\",\n        \"consigneeAddress\": \"9TH STREET BLDG 123\",\n        \"consigneeCity\": \"POINT MUGU\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"93042\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 2072,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL22F18UD\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL22F18UD\"\n            }\n        ],\n        \"ponumber\": \"1232691\",\n        \"pronumber\": \"641152750\",\n        \"bolnumber\": \"1376267\"\n    },\n    {\n        \"shipmentID\": 134685720,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.37,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1748304000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1748563200000,\n        \"deliveryDate\": 1748563200000,\n        \"shipperName\": \"MS ELECTRONIX, INC\",\n        \"shipperAddress\": \"305 MARSHALL CIRCLE\",\n        \"shipperCity\": \"SAINT AUGUSTINE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32086\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"COMBAT CAPABILITIES DEVELOPMENT COM\",\n        \"consigneeAddress\": \"10 GENERAL GREENE AVE\",\n        \"consigneeCity\": \"NATICK\",\n        \"consigneeState\": \"MA\",\n        \"consigneeZip\": \"01760\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 300,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/35bf85fb25baa177d59459bc10d66c5d-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F136M\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F136M\"\n            }\n        ],\n        \"ponumber\": \"1433412\",\n        \"pronumber\": \"I506174787\",\n        \"bolnumber\": \"1376474\"\n    },\n    {\n        \"shipmentID\": 134685773,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 429.5,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747958400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1748476800000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CIF\",\n        \"consigneeAddress\": \"BLDG 4, D STREET\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 20,\n        \"totalWeight\": 420,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL24F1DLB\"\n            }\n        ],\n        \"ponumber\": \"1407706\",\n        \"pronumber\": \"0400636672\",\n        \"bolnumber\": \"134685773\"\n    },\n    {\n        \"shipmentID\": 134685817,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 184.49,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747958400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1748304000000,\n        \"deliveryDate\": 1748304000000,\n        \"shipperName\": \"BIOFRIDGE INC.\",\n        \"shipperAddress\": \"625 VENTURE ST, STE A\",\n        \"shipperCity\": \"ESCONDIDO\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92029\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA TROOP SUPPORT\",\n        \"consigneeAddress\": \"CHQC\",\n        \"consigneeCity\": \"RANCHO CORDOVA\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"95670\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 500,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/f775792d-f387-4e24-bc9d-8dddda2e3b2c.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE2D525F0148\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE2D525F0148\"\n            }\n        ],\n        \"ponumber\": \"1410035\",\n        \"pronumber\": \"I779541021\",\n        \"bolnumber\": \"1376492\"\n    },\n    {\n        \"shipmentID\": 134685881,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 148.96,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747958400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1748390400000,\n        \"deliveryDate\": 1748304000000,\n        \"shipperName\": \"INVERIS TRAINING SOLUTIONS\",\n        \"shipperAddress\": \"296 BROGDON ROAD\",\n        \"shipperCity\": \"SUWANEE\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30024\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SPECIAL MISSION TRAINING CENTER  SM\",\n        \"consigneeAddress\": \"BB 329 COURTHOUSE BAY\",\n        \"consigneeCity\": \"CAMP LEJEUNE\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28542\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 528,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/b66879e6f3e2e5b7f379e3a448162342-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F134G\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F134G\"\n            }\n        ],\n        \"ponumber\": \"1433016\",\n        \"pronumber\": \"429855761\",\n        \"bolnumber\": \"1376506\"\n    },\n    {\n        \"shipmentID\": 134686141,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1047.89,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747958400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1748822400000,\n        \"deliveryDate\": 1748822400000,\n        \"shipperName\": \"CASCADE DESIGNS\",\n        \"shipperAddress\": \"10990 LEAR BLVD\",\n        \"shipperCity\": \"RENO\",\n        \"shipperState\": \"NV\",\n        \"shipperZip\": \"89506\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE MFG\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 3874,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1449148\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1449148\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1449148\"\n            }\n        ],\n        \"ponumber\": \"1449148\",\n        \"pronumber\": \"892814300\",\n        \"bolnumber\": \"1376526\"\n    },\n    {\n        \"shipmentID\": 134686963,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 408.22,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1748304000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1748476800000,\n        \"deliveryDate\": 1748476800000,\n        \"shipperName\": \"ULTRA ELECTRONICS TCS INC c/o BLUESKY MAST INC\",\n        \"shipperAddress\": \"2080 WILD ACRES ROAD\",\n        \"shipperCity\": \"Largo\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33771\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PDM NETMOD\",\n        \"consigneeAddress\": \"1730 BARTON CHAPEL RD\",\n        \"consigneeCity\": \"Augusta\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"30909\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 3225,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F13MR\"\n            }\n        ],\n        \"ponumber\": \"1436345\",\n        \"pronumber\": \"411521624\",\n        \"bolnumber\": \"134686963\"\n    },\n    {\n        \"shipmentID\": 134687210,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 141.91,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1748304000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1748476800000,\n        \"deliveryDate\": 1748476800000,\n        \"shipperName\": \"L3HARRIS TECHNOLOGIES\",\n        \"shipperAddress\": \"1350 JEFFERSON ROAD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PDM TCNO (TACTICAL CYBER AND NETWOR\",\n        \"consigneeAddress\": \"6590 RECONNAISSANCE STREET\",\n        \"consigneeCity\": \"ABERDEEN PROVING GROUND\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"21005\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 330,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/8d41fe80f4b868719fe1695629a3d5cb-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1B40\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1B40\"\n            }\n        ],\n        \"ponumber\": \"1400140\",\n        \"pronumber\": \"I731827683\",\n        \"bolnumber\": \"1378909\"\n    },\n    {\n        \"shipmentID\": 134687377,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 169.82,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1748304000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1748476800000,\n        \"deliveryDate\": 1748476800000,\n        \"shipperName\": \"MUSTANGSURVIVAL\",\n        \"shipperAddress\": \"201 BUSCH DRIVE\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1042,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/2ce2d1ce8342effc33e4b9a5252713cd-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1434267\"\n            }\n        ],\n        \"ponumber\": \"1434267\",\n        \"pronumber\": \"I021231513\",\n        \"bolnumber\": \"1378969\"\n    },\n    {\n        \"shipmentID\": 134687479,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 783.54,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1748390400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1748822400000,\n        \"deliveryDate\": 1748822400000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PEO SOFSA (SPECIAL OPERATIONS SUPPO\",\n        \"consigneeAddress\": \"5749 BRIAR HILL ROAD\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 14,\n        \"totalWeight\": 5198,\n        \"totalHU\": 14,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F12HY\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"GA BARS\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F12HY\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"GA BARS\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F12HY\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"GA BARS\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F12HY\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"GA BARS\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F12HY\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"GA BARS\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F12HY\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"GA BARS\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F12HY\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"GA BARS\"\n            }\n        ],\n        \"ponumber\": \"1429917\",\n        \"pronumber\": \"979267435\",\n        \"bolnumber\": \"1378966\"\n    },\n    {\n        \"shipmentID\": 134687557,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 568.15,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1748390400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1748563200000,\n        \"deliveryDate\": 1748476800000,\n        \"shipperName\": \"THE WILL-BURT COMPANY\",\n        \"shipperAddress\": \"312 COLLINS BLVD.\",\n        \"shipperCity\": \"ORRVILLE, OH\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44667\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"JXWR MULTISENSORS SURVEILLANCE SYST\",\n        \"consigneeAddress\": \"300 HIGHWAY 361\",\n        \"consigneeCity\": \"CRANE\",\n        \"consigneeState\": \"IN\",\n        \"consigneeZip\": \"47522\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 14,\n        \"totalWeight\": 9380,\n        \"totalHU\": 14,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/129ab94419573de12ec8e58de6d2404e-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F146T\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F146T\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F146T\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F146T\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F146T\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F146T\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F146T\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F146T\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F146T\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F146T\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F146T\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F146T\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F146T\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F146T\"\n            }\n        ],\n        \"ponumber\": \"1440377\",\n        \"pronumber\": \"I190646811\",\n        \"bolnumber\": \"1378994\"\n    },\n    {\n        \"shipmentID\": 134687792,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1215.81,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1748390400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1748563200000,\n        \"deliveryDate\": 1748563200000,\n        \"shipperName\": \"Vertex Wireless, LLC\",\n        \"shipperAddress\": \"500 Wegner Drive\",\n        \"shipperCity\": \"West Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60185\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PDM AIR WARRIOR\",\n        \"consigneeAddress\": \"BLDG 8024 Cottonwood Drive\",\n        \"consigneeCity\": \"Redstone Arsenal\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35898 \",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 7,\n        \"totalWeight\": 5500,\n        \"totalHU\": 7,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/68aa5eb564d3eefd70f6ce53125ed010-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SO199950\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SO199950\"\n            }\n        ],\n        \"ponumber\": \"1448077 \",\n        \"pronumber\": \"1283008536\",\n        \"bolnumber\": \"134687792\"\n    },\n    {\n        \"shipmentID\": 134688645,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 143.21,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1748390400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1748476800000,\n        \"shipperName\": \"PRINCETON TEC\",\n        \"shipperAddress\": \"1777 HYLTON RD\",\n        \"shipperCity\": \"EAST PENNSAUKEN\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08110\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1296,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1448215\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1448215\"\n            }\n        ],\n        \"ponumber\": \"1448215\",\n        \"pronumber\": \"015-5942950\",\n        \"bolnumber\": \"1379130\"\n    },\n    {\n        \"shipmentID\": 134688782,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 282.79,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1748390400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1748476800000,\n        \"deliveryDate\": 1748476800000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"HUMAN TECHNOLOGIES CORP\",\n        \"consigneeAddress\": \"2201 DWYER AVENUE\",\n        \"consigneeCity\": \"UTICA\",\n        \"consigneeState\": \"NY\",\n        \"consigneeZip\": \"13501\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 2768,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/6e3d7147260431408e8b28a8a4e0b920-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"INL70465 REV2\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"19AQMM24F1700\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"INL70465 REV2\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"19AQMM24F1700\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"INL70465 REV2\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"19AQMM24F1700\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"INL70465 REV2\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"19AQMM24F1700\"\n            }\n        ],\n        \"ponumber\": \"1420289\",\n        \"pronumber\": \"695866608\",\n        \"bolnumber\": \"1379150\"\n    },\n    {\n        \"shipmentID\": 134689131,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.04,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1748476800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1748822400000,\n        \"deliveryDate\": 1748822400000,\n        \"shipperName\": \"LITE COMS\",\n        \"shipperAddress\": \"7321 VICTOR MENDON ROAD\",\n        \"shipperCity\": \"VICTOR\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14564\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"50TH ESB 35TH SIG BDE\",\n        \"consigneeAddress\": \"BLDG H-5923 KENDENBURG STREET\",\n        \"consigneeCity\": \"FT. LIBERTY\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28310\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 250,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/3b38f6f6e0a9620d78ab1c8211dcafcd-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F104J\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F104J\"\n            }\n        ],\n        \"ponumber\": \"1413124\",\n        \"pronumber\": \"I750463038\",\n        \"bolnumber\": \"1379266\"\n    },\n    {\n        \"shipmentID\": 134689224,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 123.59,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1748390400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1748563200000,\n        \"shipperName\": \"INERT PRODUCTS\",\n        \"shipperAddress\": \"703 HUDSON AVE\",\n        \"shipperCity\": \"SCRANTON\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"18504\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 332,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1445372\"\n            }\n        ],\n        \"ponumber\": \"1445372\",\n        \"pronumber\": \"017-2007817\",\n        \"bolnumber\": \"1379288\"\n    },\n    {\n        \"shipmentID\": 134689245,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 258.23,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1748476800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1748822400000,\n        \"deliveryDate\": 1748822400000,\n        \"shipperName\": \"U.S. FOAM & ETCH INC\",\n        \"shipperAddress\": \"1503 HWY 117 SOUTH\",\n        \"shipperCity\": \"GOLDSBORO\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"27530\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"628TH LRS\",\n        \"consigneeAddress\": \"215 S GRAVES AVE\",\n        \"consigneeCity\": \"JOINT BASE CHARLESTON\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29404\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 5600,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/f921f81a75db486da9b55aca580366a3-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"50242750101\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"50242750101\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"50242750101\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"50242750101\"\n            }\n        ],\n        \"ponumber\": \"1409183\",\n        \"pronumber\": \"439023076\",\n        \"bolnumber\": \"1379289\"\n    },\n    {\n        \"shipmentID\": 134690089,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.04,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1748476800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1748822400000,\n        \"deliveryDate\": 1748822400000,\n        \"shipperName\": \"AUTOMATED BUSINESS POWER\",\n        \"shipperAddress\": \"8677 GROVEMONT CIRCLE\",\n        \"shipperCity\": \"GAITHERSBURG\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"20877\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"2ND MLG\",\n        \"consigneeAddress\": \"BLDG 914 SNEADS FERRY RD\",\n        \"consigneeCity\": \"CAMP LEJEUNE\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28542\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 658,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/386814c0a8e390ad74481f1ed556a8bb-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F15ZG\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F15ZG\"\n            }\n        ],\n        \"ponumber\": \"1449136\",\n        \"pronumber\": \"I796572855\",\n        \"bolnumber\": \"1379592\"\n    },\n    {\n        \"shipmentID\": 134690136,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 512.63,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1748476800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1748822400000,\n        \"deliveryDate\": 1748822400000,\n        \"shipperName\": \"GALVION LTD.\",\n        \"shipperAddress\": \"30 INDUSTRIAL DRIVE\",\n        \"shipperCity\": \"NEWPORT\",\n        \"shipperState\": \"VT\",\n        \"shipperZip\": \"05855\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"TRIPLE CANOPY INC\",\n        \"consigneeAddress\": \"850 PUDDIN RIDGE RD\",\n        \"consigneeCity\": \"MOYOCK\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"27958\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 2690,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"PO24-02217\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"19AQMM21D0011\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"PO24-02217\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"19AQMM21D0011\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"PO24-02217\"\n            },\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"19AQMM21D0011\"\n            }\n        ],\n        \"ponumber\": \"1424555\",\n        \"pronumber\": \"956335365\",\n        \"bolnumber\": \"1379608\"\n    },\n    {\n        \"shipmentID\": 134690508,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 218.56,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1748476800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1748822400000,\n        \"deliveryDate\": 1748822400000,\n        \"shipperName\": \"L3 HARRIS\",\n        \"shipperAddress\": \"1350 JEFFERSON RD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 1584,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/ba2fe50518beaf97c890745f34abee59-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1394465\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1394465\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1394465\"\n            }\n        ],\n        \"ponumber\": \"1394465\",\n        \"pronumber\": \"I731827692\",\n        \"bolnumber\": \"1379706\"\n    },\n    {\n        \"shipmentID\": 134690622,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 162.67,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1748476800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1748822400000,\n        \"deliveryDate\": 1748822400000,\n        \"shipperName\": \"MUSTANGSURVIVAL\",\n        \"shipperAddress\": \"201 BUSCH DRIVE\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 970,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/50858ec0a3af7930d4297816b764ac2c-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1434267\"\n            }\n        ],\n        \"ponumber\": \"1434267\",\n        \"pronumber\": \"I021231522\",\n        \"bolnumber\": \"1379748\"\n    },\n    {\n        \"shipmentID\": 134692146,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 193.34,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1748563200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1748822400000,\n        \"deliveryDate\": 1748822400000,\n        \"shipperName\": \"INTERSURGICAL/MAIN OCEAN\",\n        \"shipperAddress\": \"300 A TRADE ZONE BLVD\",\n        \"shipperCity\": \"SUMMERVILLE\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29486\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 2276,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/6deab7639e621971a7ace648af4b0613-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1450720\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1450720\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1450720\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1450720\"\n            }\n        ],\n        \"ponumber\": \"1450720\",\n        \"pronumber\": \"399370609\",\n        \"bolnumber\": \"1379946\"\n    },\n    {\n        \"shipmentID\": 496265,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1750,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1742860800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1742947200000,\n        \"deliveryDate\": 1742947200000,\n        \"shipperName\": \"Babington Technology\",\n        \"shipperAddress\": \"159 Fabrication Way\",\n        \"shipperCity\": \"Rocky Mount\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"27804\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FB6232 / 107TH AW\",\n        \"consigneeAddress\": \"2660 JOHNSON ST., BLDG. 204C\",\n        \"consigneeCity\": \"Niagara Falls\",\n        \"consigneeState\": \"NY\",\n        \"consigneeZip\": \"14304\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 7000,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/37da02c1-caf9-4195-bef1-3986a41f3092.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"SPE8EM25F1023 / FB623243440024\"\n            }\n        ],\n        \"ponumber\": \"1421623\",\n        \"pronumber\": \"ADS496265\",\n        \"bolnumber\": \"134581201\"\n    },\n    {\n        \"shipmentID\": 498784,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 6200,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1741564800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1741824000000,\n        \"deliveryDate\": 1742169600000,\n        \"shipperName\": \"Float-On Trailers\",\n        \"shipperAddress\": \"1925 98th Ave\",\n        \"shipperCity\": \"Vero Beach\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32966\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"EOD Expeditionary Unit 1\",\n        \"consigneeAddress\": \"3500 ATTU TD Bldg 104\",\n        \"consigneeCity\": \"San Diego\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92155\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 6000,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/d563bbeb-e7ff-47b7-bace-ef6b24f48f8b.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1402393\",\n        \"pronumber\": \"ADS498784\",\n        \"bolnumber\": \"134585833\"\n    },\n    {\n        \"shipmentID\": 498829,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 6300,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1741219200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1741564800000,\n        \"deliveryDate\": 1741564800000,\n        \"shipperName\": \"Sea Box Inc\",\n        \"shipperAddress\": \"700 Union Landing Road\",\n        \"shipperCity\": \"Cinnaminson\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08077\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"HQ PACAF A4R\",\n        \"consigneeAddress\": \"280 Delaware Ave\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 20000,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/06dbd804-9cbb-4c43-b116-b5a1ab034675.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"101605\"\n            }\n        ],\n        \"ponumber\": \"1405870\",\n        \"pronumber\": \"ADS498829\",\n        \"bolnumber\": \"134592589\"\n    },\n    {\n        \"shipmentID\": 498831,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5520,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1741219200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1741564800000,\n        \"deliveryDate\": 1741564800000,\n        \"shipperName\": \"Sea Box Inc\",\n        \"shipperAddress\": \"700 Union Landing Road\",\n        \"shipperCity\": \"Cinnaminson\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08077\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"HQ PACAF A4R\",\n        \"consigneeAddress\": \"280 Delaware Ave\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 20000,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/067df3a7-5861-4659-8ca2-033495e8ff80.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"101605\"\n            }\n        ],\n        \"ponumber\": \"1405870\",\n        \"pronumber\": \"ADS498831\",\n        \"bolnumber\": \"134592594\"\n    },\n    {\n        \"shipmentID\": 498830,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5315,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1741219200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1741564800000,\n        \"deliveryDate\": 1741564800000,\n        \"shipperName\": \"Sea Box Inc\",\n        \"shipperAddress\": \"700 Union Landing Road\",\n        \"shipperCity\": \"Cinnaminson\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08077\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"HQ PACAF A4R\",\n        \"consigneeAddress\": \"280 Delaware Ave\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 20000,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"101605\"\n            }\n        ],\n        \"ponumber\": \"1405870\",\n        \"pronumber\": \"ADS498830\",\n        \"bolnumber\": \"134592593\"\n    },\n    {\n        \"shipmentID\": 498832,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5520,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1741219200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1741564800000,\n        \"deliveryDate\": 1741564800000,\n        \"shipperName\": \"Sea Box Inc\",\n        \"shipperAddress\": \"700 Union Landing Road\",\n        \"shipperCity\": \"Cinnaminson\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08077\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"HQ PACAF A4R\",\n        \"consigneeAddress\": \"280 Delaware Ave\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 20000,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/3f570143-c971-4063-992a-912dabb9421b.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"101605\"\n            }\n        ],\n        \"ponumber\": \"1405870\",\n        \"pronumber\": \"ADS498832\",\n        \"bolnumber\": \"134592595\"\n    },\n    {\n        \"shipmentID\": 498833,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5520,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1741219200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1741564800000,\n        \"deliveryDate\": 1741564800000,\n        \"shipperName\": \"Sea Box Inc\",\n        \"shipperAddress\": \"700 Union Landing Road\",\n        \"shipperCity\": \"Cinnaminson\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08077\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"HQ PACAF A4R\",\n        \"consigneeAddress\": \"280 Delaware Ave\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 20000,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/d09d0ca6-0c4c-4355-843d-493f30d97252.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"101605\"\n            }\n        ],\n        \"ponumber\": \"1405870\",\n        \"pronumber\": \"ADS498833\",\n        \"bolnumber\": \"134592596\"\n    },\n    {\n        \"shipmentID\": 498912,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 4100,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1741219200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1741737600000,\n        \"deliveryDate\": 1741564800000,\n        \"shipperName\": \"MIDWAY INDUSTRIAL SUPPLY\",\n        \"shipperAddress\": \"3930 Eastbourne Dr.\",\n        \"shipperCity\": \"Syracuse\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"13206\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"49TH MMSS LGSPAR \",\n        \"consigneeAddress\": \"1273 Bear Path Rd BLDG 902 Rm 109\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 7254,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/6b3b6761-fce0-4d43-a338-55b96d200f8d.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1415984\",\n        \"pronumber\": \"ADS498912\",\n        \"bolnumber\": \"134595079\"\n    },\n    {\n        \"shipmentID\": 501377,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 6400,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1741564800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1741910400000,\n        \"deliveryDate\": 1741910400000,\n        \"shipperName\": \"Sea Box Inc\",\n        \"shipperAddress\": \"700 Union Landing Road\",\n        \"shipperCity\": \"Cinnaminson\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08077\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"HQ PACAF A4R\",\n        \"consigneeAddress\": \"280 Delaware Ave\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 20000,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/73e00820-8b1b-4d7a-9bab-a13e2b437a97.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"101605\"\n            }\n        ],\n        \"ponumber\": \"1405870\",\n        \"pronumber\": \"ADS501377\",\n        \"bolnumber\": \"134596825\"\n    },\n    {\n        \"shipmentID\": 501375,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5315,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1741564800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1742428800000,\n        \"deliveryDate\": 1742428800000,\n        \"shipperName\": \"Sea Box Inc\",\n        \"shipperAddress\": \"700 Union Landing Road\",\n        \"shipperCity\": \"Cinnaminson\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08077\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"HQ PACAF A4R\",\n        \"consigneeAddress\": \"280 Delaware Ave\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 20000,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/5229e931-b023-4540-aa43-32e78b2a5f3a.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"101605\"\n            }\n        ],\n        \"ponumber\": \"1405870\",\n        \"pronumber\": \"ADS501375\",\n        \"bolnumber\": \"134596824\"\n    },\n    {\n        \"shipmentID\": 501374,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5315,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1741564800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1742256000000,\n        \"deliveryDate\": 1742256000000,\n        \"shipperName\": \"Sea Box Inc\",\n        \"shipperAddress\": \"700 Union Landing Road\",\n        \"shipperCity\": \"Cinnaminson\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08077\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"HQ PACAF A4R\",\n        \"consigneeAddress\": \"280 Delaware Ave\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 20000,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/4eed1fc9-8fce-4bf5-bdb3-a7a8a43e538c.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"101605\"\n            }\n        ],\n        \"ponumber\": \"1405870\",\n        \"pronumber\": \"ADS501374\",\n        \"bolnumber\": \"134596823\"\n    },\n    {\n        \"shipmentID\": 501376,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 6000,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1741564800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1742169600000,\n        \"deliveryDate\": 1710633600000,\n        \"shipperName\": \"Sea Box Inc\",\n        \"shipperAddress\": \"700 Union Landing Road\",\n        \"shipperCity\": \"Cinnaminson\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08077\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"HQ PACAF A4R\",\n        \"consigneeAddress\": \"280 Delaware Ave\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 20000,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/3bc2b606-ce3e-44c0-9ee3-80dae37f2c3f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"101605\"\n            }\n        ],\n        \"ponumber\": \"1405870\",\n        \"pronumber\": \"ADS501376\",\n        \"bolnumber\": \"134596826\"\n    },\n    {\n        \"shipmentID\": 501378,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5900,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1741564800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1742169600000,\n        \"deliveryDate\": 1742169600000,\n        \"shipperName\": \"Sea Box Inc\",\n        \"shipperAddress\": \"700 Union Landing Road\",\n        \"shipperCity\": \"Cinnaminson\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08077\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"HQ PACAF A4R\",\n        \"consigneeAddress\": \"280 Delaware Ave\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 0,\n        \"totalWeight\": 0,\n        \"totalHU\": 0,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/99afe196-6876-402d-bf50-67dd5937c915.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"101605\"\n            }\n        ],\n        \"ponumber\": \"1405870\",\n        \"pronumber\": \"ADS501378\",\n        \"bolnumber\": \"134596827\"\n    },\n    {\n        \"shipmentID\": 501390,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 3200,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1741564800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1741651200000,\n        \"deliveryDate\": 1741651200000,\n        \"shipperName\": \"First-Spear\",\n        \"shipperAddress\": \"2012 Corporate 44 Drive\",\n        \"shipperCity\": \"Fenton\",\n        \"shipperState\": \"MO\",\n        \"shipperZip\": \"63026\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Hurlburt Field\",\n        \"consigneeAddress\": \"205 Bennet Ave\",\n        \"consigneeCity\": \"Hurlburt Field\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32544\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 186,\n        \"totalWeight\": 8391,\n        \"totalHU\": 17,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a92d2eab-c140-4398-a62d-ec58b71d7d73.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"SPE8EL24F1D6T\"\n            }\n        ],\n        \"ponumber\": \"1408249\",\n        \"pronumber\": \"ADS501390\",\n        \"bolnumber\": \"134597307\"\n    },\n    {\n        \"shipmentID\": 501417,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1550,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1742256000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1742342400000,\n        \"deliveryDate\": 1742342400000,\n        \"shipperName\": \"Chant Engineering\",\n        \"shipperAddress\": \"59 Industrial Dr\",\n        \"shipperCity\": \"New Britain\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"18901\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"2ND MAW MAG 26 MALS 26\",\n        \"consigneeAddress\": \"BUILDING AS-4085 WHITE ST\",\n        \"consigneeCity\": \"JACKSONVILLE\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28545\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 3200,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b3412bd6-5b20-433f-95b0-b2fe407ce52e.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1400230\",\n        \"pronumber\": \"ADS501417\",\n        \"bolnumber\": \"134598310\"\n    },\n    {\n        \"shipmentID\": 501421,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 960,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1741564800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1741651200000,\n        \"deliveryDate\": 1741651200000,\n        \"shipperName\": \"Sea Box Inc\",\n        \"shipperAddress\": \"321 Valley Road\",\n        \"shipperCity\": \"Hillsborough\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08844\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" Solution Based Innovation\",\n        \"consigneeAddress\": \"2656 Quality Ct\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 4580,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/da554992-2056-4bb4-b09c-c6ff13353bcf.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"101841\"\n            }\n        ],\n        \"ponumber\": \"1414538\",\n        \"pronumber\": \"ADS501421\",\n        \"bolnumber\": \"134598345\"\n    },\n    {\n        \"shipmentID\": 501458,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 6250,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1741737600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1742169600000,\n        \"deliveryDate\": 1742169600000,\n        \"shipperName\": \"MIDWAY INDUSTRIAL SUPPLY\",\n        \"shipperAddress\": \"3930 Eastbourne Dr.\",\n        \"shipperCity\": \"Syracuse\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"13206\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"49TH MMSS LGSPAR \",\n        \"consigneeAddress\": \"1273 Bear Path Rd BLDG 902 Rm 109\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 36136,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/7b5928c9-0314-452b-9564-33b4bc85c5e1.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EX24F114G\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"FE480242351C6J\"\n            }\n        ],\n        \"ponumber\": \"1399232\",\n        \"pronumber\": \"ADS501458\",\n        \"bolnumber\": \"134599668\"\n    },\n    {\n        \"shipmentID\": 501474,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1200,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1741651200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1741824000000,\n        \"deliveryDate\": 1741824000000,\n        \"shipperName\": \"Aerial Machine & Tool\",\n        \"shipperAddress\": \"4298 Jeb Stuart Highway\",\n        \"shipperCity\": \"Meadows Dan\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"24120\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMA 202 AIRCREW SYSTEMS\",\n        \"consigneeAddress\": \"48110 Shaw Rd, Unit 5, Bldg. 2187, Ste. 2280\",\n        \"consigneeCity\": \"Patuxent River\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20670\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 11,\n        \"totalWeight\": 941,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c9f46880-6b89-42dc-81dc-2c35186254f2.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1384684\",\n        \"pronumber\": \"ADS501474\",\n        \"bolnumber\": \"134599863\"\n    },\n    {\n        \"shipmentID\": 501478,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 900,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1741651200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1741737600000,\n        \"deliveryDate\": 1741737600000,\n        \"shipperName\": \"49th MMSS LGSPAR\",\n        \"shipperAddress\": \"1273 Bear Path\",\n        \"shipperCity\": \"Holloman AFB\",\n        \"shipperState\": \"NM\",\n        \"shipperZip\": \"88330\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"49TH MMSS LGSPAR \",\n        \"consigneeAddress\": \"1273 Bear Path Rd BLDG 902 Rm 109\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 10000,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/1a8b5853-589e-4509-af05-ca2661b446e3.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": null,\n        \"pronumber\": \"ADS501478\",\n        \"bolnumber\": \"134600014\"\n    },\n    {\n        \"shipmentID\": 501623,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 850,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1742169600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1742428800000,\n        \"deliveryDate\": 1742342400000,\n        \"shipperName\": \" Zero Point Incorporated\",\n        \"shipperAddress\": \"1763 Princess Anne Road Suite 105\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23456\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MARSOC\",\n        \"consigneeAddress\": \"Stone Bay Rifle Range RD – BLDG RR465 BAY 101\",\n        \"consigneeCity\": \"Sneads Ferry\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28460\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 11,\n        \"totalWeight\": 6810,\n        \"totalHU\": 11,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/9a3cd50b-acff-4bce-b22e-ea00b663cd60.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"REQ# M2097042321C1M\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1969\"\n            }\n        ],\n        \"ponumber\": \"1397199\",\n        \"pronumber\": \"ADS501623\",\n        \"bolnumber\": \"134605151\"\n    },\n    {\n        \"shipmentID\": 501645,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5500,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1742169600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1743379200000,\n        \"deliveryDate\": 1743379200000,\n        \"shipperName\": \"Celina Tent, Inc.\",\n        \"shipperAddress\": \"5373 State Route 29\",\n        \"shipperCity\": \"Celina\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"45822\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"BEAR (Basic Exped Airfield Resources)\",\n        \"consigneeAddress\": \"1273 Bear Path Rd - Bldg 902 RM 109\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 27920,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/d256d8d8-f4bf-4330-9e00-7e3ad803082f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"154648\"\n            }\n        ],\n        \"ponumber\": \"1400332\",\n        \"pronumber\": \"ADS501645\",\n        \"bolnumber\": \"134606341\"\n    },\n    {\n        \"shipmentID\": 501657,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 6240,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1742342400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1743120000000,\n        \"deliveryDate\": 1743120000000,\n        \"shipperName\": \"EZ Loader Boat Trailers\",\n        \"shipperAddress\": \"349 Wilshire Ave SW\",\n        \"shipperCity\": \"Concord\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28025\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"EODGRU 1\",\n        \"consigneeAddress\": \"3500 ATTU RD BLDG 104\",\n        \"consigneeCity\": \"San Diego\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92155\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 5200,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/f81019d0-2aa4-4381-a3e6-8ff3e1035ad3.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"SPE8EX24F11K3\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Order# 2236247\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"ADS Part number – ZTBD-ZODIAC\"\n            }\n        ],\n        \"ponumber\": \"1407290\",\n        \"pronumber\": \"ADS501657\",\n        \"bolnumber\": \"134606542\"\n    },\n    {\n        \"shipmentID\": 501658,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 6300,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1742342400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1743379200000,\n        \"deliveryDate\": 1743379200000,\n        \"shipperName\": \"EZ Loader Boat Trailers\",\n        \"shipperAddress\": \"349 Wilshire Ave SW\",\n        \"shipperCity\": \"Concord\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28025\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"EODGRU 1\",\n        \"consigneeAddress\": \"3500 ATTU RD BLDG 104\",\n        \"consigneeCity\": \"San Diego\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92155\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 5200,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/3586d5b6-48a3-445e-9b8e-267b49f95f8c.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"SPE8EX24F11K3\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"ZNA Order# 2236247\"\n            }\n        ],\n        \"ponumber\": \"1407290\",\n        \"pronumber\": \"ADS501658\",\n        \"bolnumber\": \"134606544\"\n    },\n    {\n        \"shipmentID\": 501660,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1742256000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1742256000000,\n        \"deliveryDate\": 1742428800000,\n        \"shipperName\": \"Harris Corporation\",\n        \"shipperAddress\": \"1350 Jefferson Rd East Dock\",\n        \"shipperCity\": \"Rochester\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PEO AVIATION\",\n        \"consigneeAddress\": \"5681 WOOD RD\",\n        \"consigneeCity\": \"Huntsville\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35898\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 15,\n        \"totalWeight\": 2678,\n        \"totalHU\": 15,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"10074951\"\n            }\n        ],\n        \"ponumber\": \"1406245\",\n        \"pronumber\": \"ADS501660\",\n        \"bolnumber\": \"134606592\"\n    },\n    {\n        \"shipmentID\": 501665,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 3600,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1742256000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1743638400000,\n        \"deliveryDate\": 1743638400000,\n        \"shipperName\": \"Mithix Pro LLC\",\n        \"shipperAddress\": \"3591 Way Back Road\",\n        \"shipperCity\": \"Farmersville\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75442\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC IHEODTD   \",\n        \"consigneeAddress\": \"2008 STUMP NECK RD, BLDG 2195, D 26 RECEIVING \",\n        \"consigneeCity\": \"Indian Head\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20640\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 15,\n        \"totalWeight\": 9862,\n        \"totalHU\": 15,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/e96a9411-1878-433f-9da5-7eba35324ec8.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1393376\",\n        \"pronumber\": \"ADS501665\",\n        \"bolnumber\": \"134606748\"\n    },\n    {\n        \"shipmentID\": 501678,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 2400,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1742256000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1742428800000,\n        \"deliveryDate\": 1742428800000,\n        \"shipperName\": \"HIGHLAND ENGINEERING, INC.\",\n        \"shipperAddress\": \"1153 Grand Oaks Dr.\",\n        \"shipperCity\": \"Howell\",\n        \"shipperState\": \"MI\",\n        \"shipperZip\": \"48843\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" Solution Based Innovation\",\n        \"consigneeAddress\": \"2656 Quality Ct\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 10725,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/4e2063c6-840d-4fb4-a354-77f0b23b5d03.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Pick up #\",\n                \"value\": \"6866\"\n            }\n        ],\n        \"ponumber\": \"1357554\",\n        \"pronumber\": \"ADS501678\",\n        \"bolnumber\": \"134607665\"\n    },\n    {\n        \"shipmentID\": 501689,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1275,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1742342400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1742428800000,\n        \"deliveryDate\": 1742428800000,\n        \"shipperName\": \"BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DRIVE\",\n        \"shipperCity\": \"Belleville\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"435TH SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR EMEF DOOR 28\",\n        \"consigneeCity\": \"Wright Patterson AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 18,\n        \"totalWeight\": 8130,\n        \"totalHU\": 18,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b1f7a916-261c-4dd3-abf9-2010d3d1594e.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"FB4880326211S3\"\n            }\n        ],\n        \"ponumber\": \"1327346\",\n        \"pronumber\": \"ADS501689\",\n        \"bolnumber\": \"134607929\"\n    },\n    {\n        \"shipmentID\": 501733,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5100,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1743379200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1743552000000,\n        \"deliveryDate\": 1743552000000,\n        \"shipperName\": \"Celina Tent, Inc.\",\n        \"shipperAddress\": \"5373 State Route 29\",\n        \"shipperCity\": \"Celina\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"45822\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"BEAR (Basic Exped Airfield Resources)\",\n        \"consigneeAddress\": \"1273 Bear Path BLDG 902 RM 109\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 27920,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/17e1ab67-6919-4479-83b2-317729cdc5c5.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"154645\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"\"\n            }\n        ],\n        \"ponumber\": \"1400332\",\n        \"pronumber\": \"ADS501733\",\n        \"bolnumber\": \"134609272\"\n    },\n    {\n        \"shipmentID\": 501759,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 4750,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1742515200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1742860800000,\n        \"deliveryDate\": 1742860800000,\n        \"shipperName\": \"RFD Beaufort\",\n        \"shipperAddress\": \"11201 Armour Drive, Unit D\",\n        \"shipperCity\": \"El Paso\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"79935\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ANANIS (NAS) BOYD\",\n        \"consigneeAddress\": \"BLDG 4 STREET \",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 25,\n        \"totalWeight\": 18750,\n        \"totalHU\": 25,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/4d6167b7-1571-4fd6-aa7a-1369f7cb472b.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"PO # 1407757\"\n            }\n        ],\n        \"ponumber\": \"1407757\",\n        \"pronumber\": \"ADS501759\",\n        \"bolnumber\": \"134610600\"\n    },\n    {\n        \"shipmentID\": 501773,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5000,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1742774400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1742947200000,\n        \"deliveryDate\": 1742947200000,\n        \"shipperName\": \"Basic Concepts Inc. - RF\",\n        \"shipperAddress\": \"18 RED FOX BLVD.\",\n        \"shipperCity\": \"Williamston\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29697\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"635TH MMSS\",\n        \"consigneeAddress\": \"1273 Bear Path Rd. Bldg 902\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 18400,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/e40b49e9-daa1-424b-b6d6-b12b6d4a1d86.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"1396217\"\n            }\n        ],\n        \"ponumber\": \"1396217\",\n        \"pronumber\": \"ADS501773\",\n        \"bolnumber\": \"134611019\"\n    },\n    {\n        \"shipmentID\": 501855,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 550,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1742860800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1742947200000,\n        \"deliveryDate\": 1742947200000,\n        \"shipperName\": \"TNE Warehouse Manager\",\n        \"shipperAddress\": \"2608 Horse Pasture Road\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMS 312 IN SERVICE AIRCRAFT CARRIER\",\n        \"consigneeAddress\": \"1848 Dillingham Blvd - BLDG X-134, DWY X-1\",\n        \"consigneeCity\": \"Norfolk\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23511\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 14,\n        \"totalWeight\": 8779,\n        \"totalHU\": 14,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/87c680a1-ddbb-4ff8-afdb-533bb041b003.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Customer Ref# SPE8EL23F17X5, SPE8EL23F16J7\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"REQ# N0002432000XT5 / NAVSUP, REQ# N0002431670WL2\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"SPE8EL23F17X5, SPE8EL23F16J7\"\n            }\n        ],\n        \"ponumber\": \"1306032, 1296509\",\n        \"pronumber\": \"ADS501855\",\n        \"bolnumber\": \"134613143\"\n    },\n    {\n        \"shipmentID\": 501901,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1600,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1743724800000,\n        \"deliveryDate\": 1743724800000,\n        \"shipperName\": \"Cave Systems c/o S&W Metal Products\",\n        \"shipperAddress\": \"200C N Furnace St\",\n        \"shipperCity\": \"Birdsboro\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19508\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOLUTION BASED INNOVATION\",\n        \"consigneeAddress\": \"2656 QUALITY COURT\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 35001,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/55fe919f-f7ad-44b2-89ac-02a02ab9bb72.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Container# - USFU041709-3, USFU041710-7, USFU041712-8, USFU041713-3, USFU041738-6, USFU041739-1\"\n            }\n        ],\n        \"ponumber\": \"1319934\",\n        \"pronumber\": \"ADS501901\",\n        \"bolnumber\": \"134614595\"\n    },\n    {\n        \"shipmentID\": 501932,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5200,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1743379200000,\n        \"deliveryDate\": 1743379200000,\n        \"shipperName\": \"Basic Concepts Inc. - RF\",\n        \"shipperAddress\": \"18 RED FOX BLVD.\",\n        \"shipperCity\": \"Williamston\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29697\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"635TH MMSS\",\n        \"consigneeAddress\": \"1273 Bear Path Rd. Bldg 902\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 12852,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/bdb70f50-be0b-4805-bf73-83c3b6c722be.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1396217\",\n        \"pronumber\": \"ADS501932\",\n        \"bolnumber\": \"134615915\"\n    },\n    {\n        \"shipmentID\": 501943,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5520,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1743120000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1743984000000,\n        \"deliveryDate\": 1743984000000,\n        \"shipperName\": \"Celina Tent, Inc.\",\n        \"shipperAddress\": \"5373 State Route 29\",\n        \"shipperCity\": \"Celina\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"45822\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"BEAR (Basic Exped Airfield Resources)\",\n        \"consigneeAddress\": \"1273 Bear Path Rd - Bldg 902 RM 109\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 27920,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/f00ce456-d354-4798-a2e5-974e1e35f963.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"154650\"\n            }\n        ],\n        \"ponumber\": \"1400332\",\n        \"pronumber\": \"ADS501943\",\n        \"bolnumber\": \"134616010\"\n    },\n    {\n        \"shipmentID\": 501955,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1875,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1743120000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1743465600000,\n        \"deliveryDate\": 1743465600000,\n        \"shipperName\": \"AAR MOBILITY SYSTEMS\",\n        \"shipperAddress\": \"1405 6th Ave\",\n        \"shipperCity\": \"Cadillac\",\n        \"shipperState\": \"MI\",\n        \"shipperZip\": \"49601 \",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Fort Campbell - W585PZ USASOC 160th SOAR 2nd BN\",\n        \"consigneeAddress\": \"7277 Nightstalker Way\",\n        \"consigneeCity\": \"Fort Campbell\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"42223\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 7000,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/08e3a5c7-6d2c-4c3b-99e4-fc208a90dec0.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1396445\",\n        \"pronumber\": \"ADS501955\",\n        \"bolnumber\": \"134616183\"\n    },\n    {\n        \"shipmentID\": 501961,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 4750,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1743379200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1743552000000,\n        \"deliveryDate\": 1743724800000,\n        \"shipperName\": \"RFD Beaufort\",\n        \"shipperAddress\": \"11201 Armour Drive, Unit D\",\n        \"shipperCity\": \"El Paso\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"79935\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CIF YORKTOWN NWS CHEATHAM ANNEX\",\n        \"consigneeAddress\": \"BLDG 4 D STREET\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 18,\n        \"totalWeight\": 7200,\n        \"totalHU\": 18,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/0fe14284-9f0d-4e98-97ce-191a33d03b04.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1407757\",\n        \"pronumber\": \"ADS501961\",\n        \"bolnumber\": \"134616349\"\n    },\n    {\n        \"shipmentID\": 501972,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 6100,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1742947200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1743379200000,\n        \"deliveryDate\": 1743379200000,\n        \"shipperName\": \"TCI International, Inc.\",\n        \"shipperAddress\": \"3541 Gateway Boulevard\",\n        \"shipperCity\": \"Fremont\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"94538\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"   NAVSUP WSS\",\n        \"consigneeAddress\": \"5450 CARLISLE PIKE BLDG 107 S END\",\n        \"consigneeCity\": \"Mechanicsburg\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17055\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 21,\n        \"totalWeight\": 7518,\n        \"totalHU\": 21,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/e8a559bc-963b-4f63-9478-fddb743befe0.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"N473044321138L\"\n            }\n        ],\n        \"ponumber\": \"1337482\",\n        \"pronumber\": \"ADS501972\",\n        \"bolnumber\": \"134616779\"\n    },\n    {\n        \"shipmentID\": 501996,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5100,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1743638400000,\n        \"deliveryDate\": 1743638400000,\n        \"shipperName\": \"Basic Concepts Inc. - RF\",\n        \"shipperAddress\": \"18 RED FOX BLVD.\",\n        \"shipperCity\": \"Williamston\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29697\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"635TH MMSS\",\n        \"consigneeAddress\": \"1273 Bear Path Rd. Bldg 902\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 18400,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/38fdb28d-2a00-4677-9d0a-7b8563368a61.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1396217\",\n        \"pronumber\": \"ADS501996\",\n        \"bolnumber\": \"134617664\"\n    },\n    {\n        \"shipmentID\": 502003,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 4920,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1743120000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1743552000000,\n        \"deliveryDate\": 1743552000000,\n        \"shipperName\": \"Quantum Systems Inc.\",\n        \"shipperAddress\": \"5160 Gabbert Road\",\n        \"shipperCity\": \"Moorpark\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"93021\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PEO SOFSA (SPECIAL OPERATIONS SUPPORT ACTIVITY)\",\n        \"consigneeAddress\": \"5749 Briar Hill Road - Bldg 102\",\n        \"consigneeCity\": \"Lexington\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 2980,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/96aa9d01-71f7-4313-99f6-942422f28cd4.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"SPE8EL24F18EU\"\n            }\n        ],\n        \"ponumber\": \"1394927\",\n        \"pronumber\": \"ADS502003\",\n        \"bolnumber\": \"134617849\"\n    },\n    {\n        \"shipmentID\": 502007,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5400,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1743120000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1743984000000,\n        \"deliveryDate\": 1743984000000,\n        \"shipperName\": \"Celina Tent, Inc.\",\n        \"shipperAddress\": \"5373 State Route 29\",\n        \"shipperCity\": \"Celina\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"45822\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"BEAR (Basic Exped Airfield Resources)\",\n        \"consigneeAddress\": \"1273 Bear Path Rd - Bldg 902 RM 109\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 27920,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/03725bea-3fb1-4c33-82e8-038ed3b9bfe8.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Bicon#s - USFU044594, USFU044589\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"154646\"\n            }\n        ],\n        \"ponumber\": \"1400332\",\n        \"pronumber\": \"ADS502007\",\n        \"bolnumber\": \"134618095\"\n    },\n    {\n        \"shipmentID\": 502043,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5700,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1743379200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1743638400000,\n        \"deliveryDate\": 1743724800000,\n        \"shipperName\": \"Rapiscan Systems\",\n        \"shipperAddress\": \"2805 Columbia St\",\n        \"shipperCity\": \"Torrance\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"90503\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USAFCENT FP \",\n        \"consigneeAddress\": \"611 Lark Street\",\n        \"consigneeCity\": \"Shaw AFB\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29152\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 16,\n        \"totalWeight\": 15280,\n        \"totalHU\": 16,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/d1ba6575-76bd-41f3-8121-7b5a2797118a.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1384356\",\n        \"pronumber\": \"ADS502043\",\n        \"bolnumber\": \"134619300\"\n    },\n    {\n        \"shipmentID\": 502046,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 6100,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1743033600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1743465600000,\n        \"deliveryDate\": 1743465600000,\n        \"shipperName\": \"TCI International, Inc.\",\n        \"shipperAddress\": \"3541 Gateway Boulevard\",\n        \"shipperCity\": \"Fremont\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"94538\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"   NAVSUP WSS\",\n        \"consigneeAddress\": \"5450 CARLISLE PIKE BLDG 107 S END\",\n        \"consigneeCity\": \"Mechanicsburg\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17055\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 9,\n        \"totalWeight\": 3222,\n        \"totalHU\": 9,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/d9b2d294-f57b-40d6-b900-b5536d9f906f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"N473044321138L\"\n            }\n        ],\n        \"ponumber\": \"1337482\",\n        \"pronumber\": \"ADS502046\",\n        \"bolnumber\": \"134619347\"\n    },\n    {\n        \"shipmentID\": 502048,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 350,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1743120000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1743120000000,\n        \"deliveryDate\": 1743120000000,\n        \"shipperName\": \"VELOCITY SYSTEMS LLC\",\n        \"shipperAddress\": \"45064 UNDERWOOD LANE UNIT B\",\n        \"shipperCity\": \"Sterling\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"20166\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DEAV\",\n        \"consigneeAddress\": \"7952 CLUNY CT SA-7D\",\n        \"consigneeCity\": \"Springfield\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22153\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 5842,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/dc862005-854a-4273-8a64-80bf01dfbb98.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"19AQMM24F7352\"\n            }\n        ],\n        \"ponumber\": \"1398111\",\n        \"pronumber\": \"ADS502048\",\n        \"bolnumber\": \"134619330\"\n    },\n    {\n        \"shipmentID\": 502050,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1825,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1743120000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1743379200000,\n        \"deliveryDate\": 1743379200000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 Flushing Avenue BLDG 128B\",\n        \"shipperCity\": \"Brooklyn\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"5749 BRIAR HILL RD, BUILDING 220 DOOR 4\",\n        \"consigneeCity\": \"Lexington\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 2899,\n        \"totalHU\": 12,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/e934b389-6f74-4ccf-9251-f12970d6cba2.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"0106120\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"IF0102463 & IF0102774\"\n            }\n        ],\n        \"ponumber\": \"1415946\",\n        \"pronumber\": \"ADS502050\",\n        \"bolnumber\": \"134619433\"\n    },\n    {\n        \"shipmentID\": 502106,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 800,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1743120000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1743379200000,\n        \"deliveryDate\": 1743379200000,\n        \"shipperName\": \"Sea Box Inc\",\n        \"shipperAddress\": \"700 Union Landing Road\",\n        \"shipperCity\": \"Cinnaminson\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08077\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"S&W Metal Products\",\n        \"consigneeAddress\": \"200C N Furnace Road\",\n        \"consigneeCity\": \"Birdsboro\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"19508\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 16800,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/2d083e77-36fd-405c-8627-6831a0ba78da.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"100326\"\n            }\n        ],\n        \"ponumber\": \"1320516\",\n        \"pronumber\": \"ADS502106\",\n        \"bolnumber\": \"134620810\"\n    },\n    {\n        \"shipmentID\": 502162,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5200,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1743724800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1743984000000,\n        \"deliveryDate\": 1743984000000,\n        \"shipperName\": \"Basic Concepts Inc. - RF\",\n        \"shipperAddress\": \"18 RED FOX BLVD.\",\n        \"shipperCity\": \"Williamston\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29697\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"635TH MMSS\",\n        \"consigneeAddress\": \"1273 Bear Path Rd. Bldg 902\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 18400,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/17289a6c-737a-42fb-95da-a9fff50ef368.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1396217\",\n        \"pronumber\": \"ADS502162\",\n        \"bolnumber\": \"134622837\"\n    },\n    {\n        \"shipmentID\": 502164,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5100,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1743552000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1744070400000,\n        \"deliveryDate\": 1743984000000,\n        \"shipperName\": \"Basic Concepts Inc. - RF\",\n        \"shipperAddress\": \"18 RED FOX BLVD.\",\n        \"shipperCity\": \"Williamston\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29697\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"635TH MMSS\",\n        \"consigneeAddress\": \"1273 Bear Path Rd. Bldg 902\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 18400,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/6ce529b3-716a-418f-a338-c5885bcbea41.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1396217\",\n        \"pronumber\": \"ADS502164\",\n        \"bolnumber\": \"134622940\"\n    },\n    {\n        \"shipmentID\": 502173,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5100,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1743465600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1744243200000,\n        \"deliveryDate\": 1744243200000,\n        \"shipperName\": \"Celina Tent, Inc.\",\n        \"shipperAddress\": \"5373 State Route 29\",\n        \"shipperCity\": \"Celina\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"45822\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"BEAR (Basic Exped Airfield Resources)\",\n        \"consigneeAddress\": \"1273 Bear Path BLDG 902 RM 109\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 27920,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/5d3e07f2-f2e1-4efd-887b-c835db1d5c1b.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"154647\"\n            }\n        ],\n        \"ponumber\": \"1400332\",\n        \"pronumber\": \"ADS502173\",\n        \"bolnumber\": \"134623412\"\n    },\n    {\n        \"shipmentID\": 502197,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1100,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1743465600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1743638400000,\n        \"deliveryDate\": 1743638400000,\n        \"shipperName\": \"CUMMINS INC.\",\n        \"shipperAddress\": \"8051 ALLENTOWN BLVD\",\n        \"shipperCity\": \"HARRISBURG\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"17112\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 9,\n        \"totalWeight\": 10800,\n        \"totalHU\": 9,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/2bbda86d-c8d2-42ce-8408-372618322f44.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1394004, 1394002,1394006\",\n        \"pronumber\": \"ADS502197\",\n        \"bolnumber\": \"1353845\"\n    },\n    {\n        \"shipmentID\": 502226,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 8800,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1743552000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1743984000000,\n        \"deliveryDate\": 1744156800000,\n        \"shipperName\": \"Babington Technology\",\n        \"shipperAddress\": \"159 Fabrication Way\",\n        \"shipperCity\": \"Rocky Mount\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"27804\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FB6371 / 194th WG\",\n        \"consigneeAddress\": \"107 Engineer Way\",\n        \"consigneeCity\": \"Murray\",\n        \"consigneeState\": \"WA\",\n        \"consigneeZip\": \"98375\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 14500,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/bb23d774-504d-419f-932d-5e7b5ebd79ae.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"FB637143440027\"\n            }\n        ],\n        \"ponumber\": \"1421745\",\n        \"pronumber\": \"ADS502226\",\n        \"bolnumber\": \"134624870\"\n    },\n    {\n        \"shipmentID\": 502312,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 2000,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1743984000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1744070400000,\n        \"deliveryDate\": 1744070400000,\n        \"shipperName\": \"HIGHLAND ENGINEERING, INC.\",\n        \"shipperAddress\": \"1153 Grand Oaks Dr.\",\n        \"shipperCity\": \"Howell\",\n        \"shipperState\": \"MI\",\n        \"shipperZip\": \"48843\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" Solution Based Innovation\",\n        \"consigneeAddress\": \"2656 Quality Ct\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 10725,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/bf95865f-fa93-4317-ac86-e705d389ad6e.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Pick up #\",\n                \"value\": \"6866\"\n            }\n        ],\n        \"ponumber\": \"1357554\",\n        \"pronumber\": \"ADS502312\",\n        \"bolnumber\": \"134627904\"\n    },\n    {\n        \"shipmentID\": 502314,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1680,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1743984000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1744070400000,\n        \"deliveryDate\": 1744156800000,\n        \"shipperName\": \"BLUE FORCE GEAR\",\n        \"shipperAddress\": \"176 PINE BARREN RD\",\n        \"shipperCity\": \"Pooler\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"31322\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" 435TH SCOS\",\n        \"consigneeAddress\": \"1820 Allbrook drive\",\n        \"consigneeCity\": \"WRIGHT PATTERSON AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3000,\n        \"totalWeight\": 13000,\n        \"totalHU\": 25,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/816f8c20-5140-4a3c-894e-4892c15774b7.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"S-ORD106759\"\n            }\n        ],\n        \"ponumber\": \"1440465\",\n        \"pronumber\": \"ADS502314\",\n        \"bolnumber\": \"134628045\"\n    },\n    {\n        \"shipmentID\": 502345,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5500,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1744070400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1744588800000,\n        \"deliveryDate\": 1744588800000,\n        \"shipperName\": \"Celina Tent, Inc.\",\n        \"shipperAddress\": \"5373 State Route 29\",\n        \"shipperCity\": \"Celina\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"45822\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"BEAR (Basic Exped Airfield Resources)\",\n        \"consigneeAddress\": \"1273 Bear Path BLDG 902 RM 109\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 27920,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/7a6bc1f4-edf4-4cb4-a905-4e613f0ad6e1.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"154644\"\n            }\n        ],\n        \"ponumber\": \"1400332\",\n        \"pronumber\": \"ADS502345\",\n        \"bolnumber\": \"134629634\"\n    },\n    {\n        \"shipmentID\": 502383,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1800,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1744070400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1744156800000,\n        \"deliveryDate\": 1744156800000,\n        \"shipperName\": \"HERITAGE HOSIERY \",\n        \"shipperAddress\": \"421 SCRUGGS ROAD \",\n        \"shipperCity\": \"Chattanooga\",\n        \"shipperState\": \"TN\",\n        \"shipperZip\": \"37412\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 21,\n        \"totalWeight\": 9570,\n        \"totalHU\": 21,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/18bc1ed9-fbbd-4101-a8f0-ef0d77cde9c9.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1375981\",\n        \"pronumber\": \"ADS502383\",\n        \"bolnumber\": \"134631006\"\n    },\n    {\n        \"shipmentID\": 502409,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 2200,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1744243200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1746662400000,\n        \"deliveryDate\": 1746662400000,\n        \"shipperName\": \"Western Global\",\n        \"shipperAddress\": \"10233 Rodney St\",\n        \"shipperCity\": \"Pineville\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28134\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM FSS (Force Sustainment Systems)\",\n        \"consigneeAddress\": \"4260 Jackson Road\",\n        \"consigneeCity\": \"Devenscrest\",\n        \"consigneeState\": \"MA\",\n        \"consigneeZip\": \"01434\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 5442,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EM25F105D\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SOUS035282\"\n            }\n        ],\n        \"ponumber\": \"1438707\",\n        \"pronumber\": \"ADS502409\",\n        \"bolnumber\": \"134632461\"\n    },\n    {\n        \"shipmentID\": 502574,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 4250,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1744934400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1745280000000,\n        \"deliveryDate\": 1745280000000,\n        \"shipperName\": \"KELLYKLOSURE\",\n        \"shipperAddress\": \"220 North H Street\",\n        \"shipperCity\": \"Fremont\",\n        \"shipperState\": \"NE\",\n        \"shipperZip\": \"68025\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MCAGCC 29 PALMS\",\n        \"consigneeAddress\": \"2155 Rifle Range road\",\n        \"consigneeCity\": \"Twentynine Palms\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92278\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 11,\n        \"totalWeight\": 15000,\n        \"totalHU\": 11,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/6a88afd1-58f5-429b-966f-5e4461a2f0ca.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1366309\",\n        \"pronumber\": \"ADS502574\",\n        \"bolnumber\": \"134639392\"\n    },\n    {\n        \"shipmentID\": 502575,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 3900,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1744934400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1745193600000,\n        \"deliveryDate\": 1745193600000,\n        \"shipperName\": \"KELLYKLOSURE\",\n        \"shipperAddress\": \"220 North H Street\",\n        \"shipperCity\": \"Fremont\",\n        \"shipperState\": \"NE\",\n        \"shipperZip\": \"68025\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MCAGCC 29 PALMS\",\n        \"consigneeAddress\": \"2155 Rifle Range road\",\n        \"consigneeCity\": \"Twentynine Palms\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92278\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 15000,\n        \"totalHU\": 12,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/3c555bde-634e-442c-b549-102f19037c26.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": null,\n        \"pronumber\": \"ADS502575\",\n        \"bolnumber\": \"134639395\"\n    },\n    {\n        \"shipmentID\": 502621,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1600,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1744848000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1744934400000,\n        \"deliveryDate\": 1744934400000,\n        \"shipperName\": \"Babington Technology\",\n        \"shipperAddress\": \"159 Fabrication Way\",\n        \"shipperCity\": \"Rocky Mount\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"27804\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FB6012 / 187th FW\",\n        \"consigneeAddress\": \"5187 Selma Hwy\",\n        \"consigneeCity\": \"Montgomery\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"36108\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 7000,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/100254f1-e092-448b-a85e-cab803c29da6.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"FB601243440018\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"SPE8EM25F1024\"\n            }\n        ],\n        \"ponumber\": \"1420885\",\n        \"pronumber\": \"ADS502621\",\n        \"bolnumber\": \"134641126\"\n    },\n    {\n        \"shipmentID\": 502664,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1400,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1745452800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1745539200000,\n        \"deliveryDate\": 1745539200000,\n        \"shipperName\": \"Cave Systems c/o S&W Metal Products\",\n        \"shipperAddress\": \"200C N Furnace St\",\n        \"shipperCity\": \"Birdsboro\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19508\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOLUTION BASED INNOVATION\",\n        \"consigneeAddress\": \"2656 QUALITY COURT\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 35001,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/f38224fd-de24-4e36-a445-9330266a4a1d.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Container# USFU041741-0, USFU041742-6, USFU041744-7, USFU041745-2, USFU041747-3, USFU041748-9\"\n            }\n        ],\n        \"ponumber\": \"1319934\",\n        \"pronumber\": \"ADS502664\",\n        \"bolnumber\": \"134642880\"\n    },\n    {\n        \"shipmentID\": 502786,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 2700,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1745539200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1745798400000,\n        \"deliveryDate\": 1745798400000,\n        \"shipperName\": \"Amer Sports\",\n        \"shipperAddress\": \"961 West 2nd St.\",\n        \"shipperCity\": \"Ogden\",\n        \"shipperState\": \"UT\",\n        \"shipperZip\": \"84404\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" 115TH SFS\",\n        \"consigneeAddress\": \"437 Bomber Blvd\",\n        \"consigneeCity\": \"Minot AFB\",\n        \"consigneeState\": \"ND\",\n        \"consigneeZip\": \"58705\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 110,\n        \"totalWeight\": 5093,\n        \"totalHU\": 13,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/ccf715d5-0b91-433e-b5e9-1c36be025bfb.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"1002361893\"\n            },\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"4058009998\"\n            }\n        ],\n        \"ponumber\": \"1442681\",\n        \"pronumber\": \"ADS502786\",\n        \"bolnumber\": \"134646210\"\n    },\n    {\n        \"shipmentID\": 502866,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5000,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1745798400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1745971200000,\n        \"deliveryDate\": 1745971200000,\n        \"shipperName\": \"Celina Tent, Inc.\",\n        \"shipperAddress\": \"5373 State Route 29\",\n        \"shipperCity\": \"Celina\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"45822\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"BEAR (Basic Exped Airfield Resources)\",\n        \"consigneeAddress\": \"1273 Bear Path BLDG 902 RM 109\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 38010,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/ab77a572-8537-4ea8-a075-6fd37bfa19c9.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"154652\"\n            }\n        ],\n        \"ponumber\": \"1400332\",\n        \"pronumber\": \"ADS502866\",\n        \"bolnumber\": \"134650730\"\n    },\n    {\n        \"shipmentID\": 502871,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5500,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1745798400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1746403200000,\n        \"deliveryDate\": 1746144000000,\n        \"shipperName\": \"Rapiscan Systems\",\n        \"shipperAddress\": \"2805 Columbia St\",\n        \"shipperCity\": \"Torrance\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"90503\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USAFCENT FP \",\n        \"consigneeAddress\": \"611 Lark Street\",\n        \"consigneeCity\": \"Shaw AFB\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29152\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 11460,\n        \"totalHU\": 12,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"ponumber\": \"1384356\",\n        \"pronumber\": \"ADS502871\",\n        \"bolnumber\": \"134650874\"\n    },\n    {\n        \"shipmentID\": 502900,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 750,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1745971200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1745971200000,\n        \"deliveryDate\": 1746057600000,\n        \"shipperName\": \"TNE Warehouse Manager\",\n        \"shipperAddress\": \"2608 Horse Pasture Road\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMS 312 IN SERVICE AIRCRAFT CARRIER\",\n        \"consigneeAddress\": \"1848 Dillingham Blvd - BLDG X-134, DWY X-1\",\n        \"consigneeCity\": \"Norfolk\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23511\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 6408,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c49f0e60-1b65-405b-8a89-ed8d87e11155.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL23F16J7 / REQ# N0002431670WL2\"\n            }\n        ],\n        \"ponumber\": \"1296509\",\n        \"pronumber\": \"ADS502900\",\n        \"bolnumber\": \"134652219\"\n    },\n    {\n        \"shipmentID\": 502933,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 900,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1745798400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1745884800000,\n        \"deliveryDate\": 1745884800000,\n        \"shipperName\": \"Sea Box Inc\",\n        \"shipperAddress\": \"700 Union Landing Road\",\n        \"shipperCity\": \"Cinnaminson\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08077\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"S&W Metal Products\",\n        \"consigneeAddress\": \"200C N Furnace Road\",\n        \"consigneeCity\": \"Birdsboro\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"19508\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 11200,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/ac205f03-6568-4c32-81a3-a69b79aa2401.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Pick up #\",\n                \"value\": \"SO100326\"\n            }\n        ],\n        \"ponumber\": \"1320516\",\n        \"pronumber\": \"ADS502933\",\n        \"bolnumber\": \"134653699\"\n    },\n    {\n        \"shipmentID\": 502935,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 950,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1745884800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1745971200000,\n        \"deliveryDate\": 1745971200000,\n        \"shipperName\": \"Sea Box Inc\",\n        \"shipperAddress\": \"700 Union Landing Road\",\n        \"shipperCity\": \"Cinnaminson\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08077\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"S&W Metal Products\",\n        \"consigneeAddress\": \"200C N Furnace Road\",\n        \"consigneeCity\": \"Birdsboro\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"19508\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 19850,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/7c96d469-8a95-449d-a0a0-88eac6be84da.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Pick up #\",\n                \"value\": \"SO101754\"\n            }\n        ],\n        \"ponumber\": \"1415046\",\n        \"pronumber\": \"ADS502935\",\n        \"bolnumber\": \"134653733\"\n    },\n    {\n        \"shipmentID\": 502959,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 800,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1746403200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1746489600000,\n        \"deliveryDate\": 1746489600000,\n        \"shipperName\": \"Sea Box Inc\",\n        \"shipperAddress\": \"700 Union Landing Road\",\n        \"shipperCity\": \"Cinnaminson\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08077\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"S&W Metal Products\",\n        \"consigneeAddress\": \"200C N Furnace Road\",\n        \"consigneeCity\": \"Birdsboro\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"19508\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 11200,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Pick up #\",\n                \"value\": \"SO100326\"\n            }\n        ],\n        \"ponumber\": \"1320516\",\n        \"pronumber\": \"ADS502959\",\n        \"bolnumber\": \"134654297\"\n    },\n    {\n        \"shipmentID\": 502980,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 4600,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1746057600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1746403200000,\n        \"deliveryDate\": 1746403200000,\n        \"shipperName\": \"TYR TACTICAL LLC\",\n        \"shipperAddress\": \"9330 N 91ST AVE\",\n        \"shipperCity\": \"Peoria\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DHS ICE - OFFICE OF FIREARMS AND TACTICAL PROGRAMS\",\n        \"consigneeAddress\": \"6760 UPTON AVE BLDG 234\",\n        \"consigneeCity\": \"Fort Benning\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"31905\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 4960,\n        \"totalHU\": 12,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a902b2ad-2e10-451a-87c7-93d6cd2cc94c.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"70CMSW24FR0000148\"\n            }\n        ],\n        \"ponumber\": \"1436201\",\n        \"pronumber\": \"ADS502980\",\n        \"bolnumber\": \"134655235\"\n    },\n    {\n        \"shipmentID\": 502995,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1250,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1745971200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1746057600000,\n        \"deliveryDate\": 1746057600000,\n        \"shipperName\": \" BRENNER METAL PRODUCTS\",\n        \"shipperAddress\": \"90 Dayton Ave. Bldg. 14 Unit 1F\",\n        \"shipperCity\": \"Passaic\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"07055\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 100,\n        \"totalWeight\": 7800,\n        \"totalHU\": 20,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/e18e61ed-9363-4698-9016-34994823cb32.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1444400\",\n        \"pronumber\": \"ADS502995\",\n        \"bolnumber\": \"134655608\"\n    },\n    {\n        \"shipmentID\": 502998,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1800,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1745971200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1747353600000,\n        \"deliveryDate\": 1747353600000,\n        \"shipperName\": \"Rapiscan Systems\",\n        \"shipperAddress\": \"2805 Columbia St\",\n        \"shipperCity\": \"Torrance\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"90503\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"V2X Inc\",\n        \"consigneeAddress\": \"9757 San Leandro St\",\n        \"consigneeCity\": \"Oakland\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"94603\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 3010,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"ponumber\": \"1410043\",\n        \"pronumber\": \"ADS502998\",\n        \"bolnumber\": \"134655813\"\n    },\n    {\n        \"shipmentID\": 503027,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5700,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1745971200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1746403200000,\n        \"deliveryDate\": 1746403200000,\n        \"shipperName\": \"Quantum Systems Inc.\",\n        \"shipperAddress\": \"609 Science Dr.\",\n        \"shipperCity\": \"Moorpark\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"93021\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PEO SOFSA (SPECIAL OPERATIONS SUPPORT ACTIVITY)\",\n        \"consigneeAddress\": \"5749 Briar Hill Road - Bldg 102\",\n        \"consigneeCity\": \"Lexington\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 22,\n        \"totalWeight\": 3388,\n        \"totalHU\": 22,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/ed2b3fc7-f680-4b94-a563-007f58c4b962.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"SPE8EL25F110K\"\n            }\n        ],\n        \"ponumber\": \"1419751\",\n        \"pronumber\": \"ADS503027\",\n        \"bolnumber\": \"134656724\"\n    },\n    {\n        \"shipmentID\": 503067,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 2400,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1746403200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1746489600000,\n        \"deliveryDate\": 1746576000000,\n        \"shipperName\": \"HIGHLAND ENGINEERING, INC.\",\n        \"shipperAddress\": \"1153 Grand Oaks Dr.\",\n        \"shipperCity\": \"Howell\",\n        \"shipperState\": \"MI\",\n        \"shipperZip\": \"48843\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" Solution Based Innovation\",\n        \"consigneeAddress\": \"2656 Quality Ct\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 10725,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/e6c26044-6410-42fe-93f7-4c2766d64e20.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Pick up #\",\n                \"value\": \"6866\"\n            }\n        ],\n        \"ponumber\": \"1357554\",\n        \"pronumber\": \"ADS503067\",\n        \"bolnumber\": \"134658277\"\n    },\n    {\n        \"shipmentID\": 503138,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 3950,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1746748800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1747094400000,\n        \"deliveryDate\": 1747094400000,\n        \"shipperName\": \"Adams Warehouse\",\n        \"shipperAddress\": \"542 Portwall St\",\n        \"shipperCity\": \"Houston\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"77029\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA Distribution\",\n        \"consigneeAddress\": \"2083 Normandy Dr - Doors 113-134\",\n        \"consigneeCity\": \"New Cumberland\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 26,\n        \"totalWeight\": 38740,\n        \"totalHU\": 26,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"SPE8E6-25-P-0459\"\n            },\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"5133502821\"\n            }\n        ],\n        \"ponumber\": \"1437706\",\n        \"pronumber\": \"ADS503138\",\n        \"bolnumber\": \"134660095\"\n    },\n    {\n        \"shipmentID\": 503143,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 2050,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1746489600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1746748800000,\n        \"deliveryDate\": 1746748800000,\n        \"shipperName\": \"Celina Tent, Inc.\",\n        \"shipperAddress\": \"5373 State Route 29\",\n        \"shipperCity\": \"Celina\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"45822\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"LETTERKENNY ARMY DEPOT \",\n        \"consigneeAddress\": \"1 OVERCASH AVE, BLDG 41\",\n        \"consigneeCity\": \"Chambersburg\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17201\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 28357,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"154929\"\n            }\n        ],\n        \"ponumber\": \"1436531\",\n        \"pronumber\": \"ADS503143\",\n        \"bolnumber\": \"134660226\"\n    },\n    {\n        \"shipmentID\": 503144,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 2050,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1746403200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1746748800000,\n        \"deliveryDate\": 1746748800000,\n        \"shipperName\": \"Celina Tent, Inc.\",\n        \"shipperAddress\": \"5373 State Route 29\",\n        \"shipperCity\": \"Celina\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"45822\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"LETTERKENNY ARMY DEPOT \",\n        \"consigneeAddress\": \"1 OVERCASH AVE, BLDG 41\",\n        \"consigneeCity\": \"Chambersburg\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17201\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 23727,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"154907\"\n            }\n        ],\n        \"ponumber\": \"1432768\",\n        \"pronumber\": \"ADS503144\",\n        \"bolnumber\": \"134660227\"\n    },\n    {\n        \"shipmentID\": 503219,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5000,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1746489600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1747008000000,\n        \"deliveryDate\": 1747008000000,\n        \"shipperName\": \"FORCEPROTECTOR GEAR, LLC\",\n        \"shipperAddress\": \"7332 VARNA AVE.\",\n        \"shipperCity\": \"North Hollywood\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"91605\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"435TH SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR EMEF DOOR 28\",\n        \"consigneeCity\": \"WRIGHT PATTERSON AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 288,\n        \"totalWeight\": 9600,\n        \"totalHU\": 24,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/95897fe6-c722-4c34-9d30-bb88a3bce6b3.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"FB488050831K9T\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"20250226948237\"\n            }\n        ],\n        \"ponumber\": \"1439506\",\n        \"pronumber\": \"ADS503219\",\n        \"bolnumber\": \"134662752\"\n    },\n    {\n        \"shipmentID\": 503229,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1440,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1746576000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1746662400000,\n        \"deliveryDate\": 1746662400000,\n        \"shipperName\": \"MIDWAY INDUSTRIAL SUPPLY\",\n        \"shipperAddress\": \"3930 Eastbourne Dr.\",\n        \"shipperCity\": \"Syracuse\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"13206\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" Solution Based Innovation\",\n        \"consigneeAddress\": \"2656 Quality Ct\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 9626,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/78454d6e-3451-4a14-bef1-912a138c7b7b.pdf\",\n        \"referenceFields\": [],\n        \"ponumber\": \"1413891\",\n        \"pronumber\": \"ADS503229\",\n        \"bolnumber\": \"134663372\"\n    },\n    {\n        \"shipmentID\": 503234,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1900,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1746489600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1746576000000,\n        \"deliveryDate\": 1746576000000,\n        \"shipperName\": \"Sea Box, Inc\",\n        \"shipperAddress\": \"700 Union Landing Road\",\n        \"shipperCity\": \"Cinnaminson\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08077\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Highland Engineering\",\n        \"consigneeAddress\": \"1153 Grand Oaks Drive\",\n        \"consigneeCity\": \"Howell\",\n        \"consigneeState\": \"MI\",\n        \"consigneeZip\": \"48843\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 14900,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/61bd2a0f-bbd8-45f3-8a6f-a2a7cacff96e.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Pick up #\",\n                \"value\": \"SO101789\"\n            }\n        ],\n        \"ponumber\": \" 4747194\",\n        \"pronumber\": \"ADS503234\",\n        \"bolnumber\": \"134663462\"\n    },\n    {\n        \"shipmentID\": 503240,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 8000,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1746662400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1746662400000,\n        \"deliveryDate\": 1746662400000,\n        \"shipperName\": \"Sea Box Inc\",\n        \"shipperAddress\": \"700 Union Landing Road\",\n        \"shipperCity\": \"Cinnaminson\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08077\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"S&W Metal Products\",\n        \"consigneeAddress\": \"200C N Furnace Road\",\n        \"consigneeCity\": \"Birdsboro\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"19508\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 4967,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/5f14dfcc-8268-4349-867a-95e4bb634996.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Pick up #\",\n                \"value\": \"SO102225\"\n            }\n        ],\n        \"ponumber\": \"1443931\",\n        \"pronumber\": \"ADS503240\",\n        \"bolnumber\": \"134663558\"\n    },\n    {\n        \"shipmentID\": 503262,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 950,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1746662400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1746748800000,\n        \"deliveryDate\": 1746748800000,\n        \"shipperName\": \"Sea Box Inc\",\n        \"shipperAddress\": \"700 Union Landing Road\",\n        \"shipperCity\": \"Cinnaminson\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08077\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"S&W Metal Products\",\n        \"consigneeAddress\": \"200C N Furnace Road\",\n        \"consigneeCity\": \"Birdsboro\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"19508\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 120,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"101754\"\n            }\n        ],\n        \"ponumber\": \"1415046\",\n        \"pronumber\": \"ADS503262\",\n        \"bolnumber\": \"134665036\"\n    },\n    {\n        \"shipmentID\": 503384,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 600,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1747094400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1747094400000,\n        \"deliveryDate\": 1747094400000,\n        \"shipperName\": \"TNE Warehouse Manager\",\n        \"shipperAddress\": \"2608 Horse Pasture Road\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMS 312 IN SERVICE AIRCRAFT CARRIER\",\n        \"consigneeAddress\": \"1848 Dillingham Blvd - BLDG X-134, DWY X-1\",\n        \"consigneeCity\": \"Norfolk\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23511\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1680,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/fbc2d2b3-fc0f-4c78-8fb9-b335ef460051.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"REQ# N0002432000XT5\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"SPE8EL23F17X5\"\n            }\n        ],\n        \"ponumber\": \"1306032\",\n        \"pronumber\": \"ADS503384\",\n        \"bolnumber\": \"134670620\"\n    },\n    {\n        \"shipmentID\": 503448,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5500,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1747180800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1747612800000,\n        \"deliveryDate\": 1747612800000,\n        \"shipperName\": \"Rapiscan Systems\",\n        \"shipperAddress\": \"2805 Columbia St\",\n        \"shipperCity\": \"Torrance\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"90503\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USAFCENT FP \",\n        \"consigneeAddress\": \"611 Lark Street\",\n        \"consigneeCity\": \"Shaw AFB\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29152\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 11460,\n        \"totalHU\": 12,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"1384356\"\n            }\n        ],\n        \"ponumber\": \"1384356\",\n        \"pronumber\": \"ADS503448\",\n        \"bolnumber\": \"134673356\"\n    },\n    {\n        \"shipmentID\": 503452,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 950,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1747267200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1747267200000,\n        \"deliveryDate\": 1747267200000,\n        \"shipperName\": \"Sea Box Inc\",\n        \"shipperAddress\": \"700 Union Landing Road\",\n        \"shipperCity\": \"Cinnaminson\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08077\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"S&W Metal Products\",\n        \"consigneeAddress\": \"200C N Furnace Road\",\n        \"consigneeCity\": \"Birdsboro\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"19508\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 15120,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Pick up #\",\n                \"value\": \"SO101754\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Truck #1\"\n            }\n        ],\n        \"ponumber\": \"1415046 \",\n        \"pronumber\": \"ADS503452\",\n        \"bolnumber\": \"134673437\"\n    },\n    {\n        \"shipmentID\": 503453,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 950,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1747267200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1747353600000,\n        \"deliveryDate\": 1747353600000,\n        \"shipperName\": \"Sea Box Inc\",\n        \"shipperAddress\": \"700 Union Landing Road\",\n        \"shipperCity\": \"Cinnaminson\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08077\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"S&W Metal Products\",\n        \"consigneeAddress\": \"200C N Furnace Road\",\n        \"consigneeCity\": \"Birdsboro\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"19508\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 11340,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Truck #2\"\n            },\n            {\n                \"name\": \"Pick up #\",\n                \"value\": \"SO101754\"\n            }\n        ],\n        \"ponumber\": \"1415046\",\n        \"pronumber\": \"ADS503453\",\n        \"bolnumber\": \"134673438\"\n    },\n    {\n        \"shipmentID\": 503535,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 3000,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1747353600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1748304000000,\n        \"deliveryDate\": 1748304000000,\n        \"shipperName\": \"ULTRA ELECTRONICS TCS INC.\",\n        \"shipperAddress\": \"5990 COTE-DE-LIESSE BLVD\",\n        \"shipperCity\": \"MONT-ROYAL\",\n        \"shipperState\": \"QC\",\n        \"shipperZip\": \"QC H4T 1V7\",\n        \"shipperCountry\": \"CAN\",\n        \"consigneeName\": \" PDM NETMOD\",\n        \"consigneeAddress\": \"1730 BARTON CHAPEL RD\",\n        \"consigneeCity\": \"Augusta\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"30909\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 17,\n        \"totalWeight\": 7816,\n        \"totalHU\": 17,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F13MR\"\n            }\n        ],\n        \"ponumber\": \"1436345\",\n        \"pronumber\": \"ADS503535\",\n        \"bolnumber\": \"134676122\"\n    },\n    {\n        \"shipmentID\": 503592,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 2200,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1747612800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1747699200000,\n        \"deliveryDate\": 1747872000000,\n        \"shipperName\": \"KEY CARGO MARINE\",\n        \"shipperAddress\": \"9400 BUSCH DR. \",\n        \"shipperCity\": \"Jacksonville\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"435 SCOS EMEF\",\n        \"consigneeAddress\": \"1811 Van Patton Dr, Door 28\",\n        \"consigneeCity\": \"Wright Patterson ABF\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 4548,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"PO #  1439381\"\n            }\n        ],\n        \"ponumber\": \"1439381\",\n        \"pronumber\": \"ADS503592\",\n        \"bolnumber\": \"134677631\"\n    },\n    {\n        \"shipmentID\": 503609,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 4900,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1747872000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1748390400000,\n        \"deliveryDate\": 1748390400000,\n        \"shipperName\": \"FORCEPROTECTOR GEAR, LLC.\",\n        \"shipperAddress\": \"7332 VARNA AVE.\",\n        \"shipperCity\": \"North Hollywood\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"91605\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"435TH SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR EMEF DOOR 28\",\n        \"consigneeCity\": \"Wright Patterson AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 24,\n        \"totalWeight\": 9600,\n        \"totalHU\": 24,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"PO #  1439506\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"20250226948237\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F13YF\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"FB488050831K9T\"\n            }\n        ],\n        \"ponumber\": \"1439506\",\n        \"pronumber\": \"ADS503609\",\n        \"bolnumber\": \"134679724\"\n    },\n    {\n        \"shipmentID\": 503626,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 650,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1747785600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1747872000000,\n        \"deliveryDate\": 1747872000000,\n        \"shipperName\": \"TNE Warehouse Manager\",\n        \"shipperAddress\": \"2608 Horse Pasture Road\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMS 312 IN SERVICE AIRCRAFT CARRIER\",\n        \"consigneeAddress\": \"1848 Dillingham Blvd - BLDG X-134, DWY X-1\",\n        \"consigneeCity\": \"Norfolk\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23511\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 1580,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL23F16J7 / REQ# N00024321670WL2\"\n            }\n        ],\n        \"ponumber\": \"1296509\",\n        \"pronumber\": \"ADS503626\",\n        \"bolnumber\": \"134680566\"\n    },\n    {\n        \"shipmentID\": 503725,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5300,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1747958400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1748304000000,\n        \"deliveryDate\": 1748304000000,\n        \"shipperName\": \"Celina Tent, Inc.\",\n        \"shipperAddress\": \"5373 State Route 29\",\n        \"shipperCity\": \"Celina\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"45822\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"BEAR (Basic Exped Airfield Resources)\",\n        \"consigneeAddress\": \"1273 Bear Path BLDG 902 RM 109\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 38010,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"154653\"\n            }\n        ],\n        \"ponumber\": \" 1400332\",\n        \"pronumber\": \"ADS503725\",\n        \"bolnumber\": \"134684329\"\n    },\n    {\n        \"shipmentID\": 503759,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 2500,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1748304000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1748390400000,\n        \"deliveryDate\": 1748390400000,\n        \"shipperName\": \"AAR MOBILITY SYSTEMS\",\n        \"shipperAddress\": \"201 HAYNES STREET\",\n        \"shipperCity\": \"Cadillac\",\n        \"shipperState\": \"MI\",\n        \"shipperZip\": \"49601 \",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AR NG MN 55TH CST\",\n        \"consigneeAddress\": \"612 MILITIA DRIVE\",\n        \"consigneeCity\": \"St. Paul\",\n        \"consigneeState\": \"MN\",\n        \"consigneeZip\": \"55111\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 2000,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"W9133L-23-D-3800\"\n            },\n            {\n                \"name\": \"Pick up #\",\n                \"value\": \"5149482\"\n            }\n        ],\n        \"ponumber\": \"1442963\",\n        \"pronumber\": \"ADS503759\",\n        \"bolnumber\": \"134685641\"\n    },\n    {\n        \"shipmentID\": 503762,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1300,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1748304000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1748390400000,\n        \"deliveryDate\": 1748390400000,\n        \"shipperName\": \"Sea Box, Inc\",\n        \"shipperAddress\": \"700 Union Landing Road\",\n        \"shipperCity\": \"Cinnaminson\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08077\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOLUTION BASED INNOVATION\",\n        \"consigneeAddress\": \"2656 QUALITY COURT\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23452 \",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 10400,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Pick up #\",\n                \"value\": \"SO101765\"\n            }\n        ],\n        \"ponumber\": \"1415045\",\n        \"pronumber\": \"ADS503762\",\n        \"bolnumber\": \"134685676\"\n    },\n    {\n        \"shipmentID\": 503764,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1150,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1748304000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1748390400000,\n        \"deliveryDate\": 1748390400000,\n        \"shipperName\": \"Sea Box, Inc\",\n        \"shipperAddress\": \"700 Union Landing Road\",\n        \"shipperCity\": \"Cinnaminson\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08077\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOLUTION BASED INNOVATION\",\n        \"consigneeAddress\": \"2656 QUALITY COURT\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23452 \",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 10400,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Pick up #\",\n                \"value\": \"102157\"\n            }\n        ],\n        \"ponumber\": \"1415045\",\n        \"pronumber\": \"ADS503764\",\n        \"bolnumber\": \"134685700\"\n    },\n    {\n        \"shipmentID\": 503810,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1200,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1748390400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1748476800000,\n        \"deliveryDate\": 1748476800000,\n        \"shipperName\": \"Sea Box, Inc\",\n        \"shipperAddress\": \"700 Union Landing Road\",\n        \"shipperCity\": \"Cinnaminson\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08077\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOLUTION BASED INNOVATION\",\n        \"consigneeAddress\": \"2656 QUALITY COURT\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23452 \",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 10400,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"101765\"\n            }\n        ],\n        \"ponumber\": \"1415045\",\n        \"pronumber\": \"ADS503810\",\n        \"bolnumber\": \"134687291\"\n    },\n    {\n        \"shipmentID\": 503852,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 950,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1748476800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1748563200000,\n        \"deliveryDate\": 1748563200000,\n        \"shipperName\": \"Sea Box Inc\",\n        \"shipperAddress\": \"700 Union Landing Road\",\n        \"shipperCity\": \"Cinnaminson\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08077\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"S&W Metal Products\",\n        \"consigneeAddress\": \"200C N Furnace Road\",\n        \"consigneeCity\": \"Birdsboro\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"19508\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 26460,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SO101754\"\n            }\n        ],\n        \"ponumber\": \"1415046\",\n        \"pronumber\": \"ADS503852\",\n        \"bolnumber\": \"134688420\"\n    },\n    {\n        \"shipmentID\": 503870,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 850,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1748476800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1748476800000,\n        \"deliveryDate\": 1748476800000,\n        \"shipperName\": \"PELICAN PRODUCTS\",\n        \"shipperAddress\": \"147 North Main Street\",\n        \"shipperCity\": \"South Deerfield\",\n        \"shipperState\": \"MA\",\n        \"shipperZip\": \"01373\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"HUMAN TECHNOLOGIES CORP\",\n        \"consigneeAddress\": \"2201 DWYER AVENUE\",\n        \"consigneeCity\": \"Utica\",\n        \"consigneeState\": \"NY\",\n        \"consigneeZip\": \"13501\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 15,\n        \"totalWeight\": 5749,\n        \"totalHU\": 15,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"2782332\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"19AQMM25F0266/DEAV70696\"\n            },\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"87047026\"\n            }\n        ],\n        \"ponumber\": \"1446387\",\n        \"pronumber\": \"ADS503870\",\n        \"bolnumber\": \"134688641\"\n    },\n    {\n        \"shipmentID\": 503936,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 2950,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1748563200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1748822400000,\n        \"deliveryDate\": 1748822400000,\n        \"shipperName\": \"AAR MOBILITY SYSTEMS\",\n        \"shipperAddress\": \"201 HAYNES STREET\",\n        \"shipperCity\": \"Cadillac\",\n        \"shipperState\": \"MI\",\n        \"shipperZip\": \"49601\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"POPE AFB 14TH ASOS\",\n        \"consigneeAddress\": \"1443 REILLY RD BLDG 560\",\n        \"consigneeCity\": \"Pope Army Airfield\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28308\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 8000,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Pick up #\",\n                \"value\": \"5149427\"\n            }\n        ],\n        \"ponumber\": \" 97748\",\n        \"pronumber\": \"ADS503936\",\n        \"bolnumber\": \"134690935\"\n    },\n    {\n        \"shipmentID\": 4234687,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1679270400000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1679875200000,\n        \"deliveryDate\": 1806364800000,\n        \"shipperName\": \"JP Laboratories, Inc\",\n        \"shipperAddress\": \"120 Wood Avenue\",\n        \"shipperCity\": \"Middlesex\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08846\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"31ST LRS\",\n        \"consigneeAddress\": \"BLDG 1029 CP CARGO MOVEMENT ELEMENT :\",\n        \"consigneeCity\": \"AVIANO AB\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"33081\",\n        \"consigneeCountry\": \"ITA\",\n        \"totalPieces\": 0,\n        \"totalWeight\": 50,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Export\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"ponumber\": \"1266029\",\n        \"pronumber\": \"ADS4234687\",\n        \"bolnumber\": \"771590405647 \"\n    },\n    {\n        \"shipmentID\": 4798770,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745366400000,\n        \"modeDesc\": \"International Ocean\",\n        \"estimatedDeliveryDate\": 1746489600000,\n        \"deliveryDate\": 1746489600000,\n        \"shipperName\": \"ADS\",\n        \"shipperAddress\": \"2505 Aviator Dr\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"22453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"EGYPTIAN NATIONAL DEFENCE COUNCIL\",\n        \"consigneeAddress\": \"KASR EL KOBA\",\n        \"consigneeCity\": \"CAIRO\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"00000\",\n        \"consigneeCountry\": \"EGY\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 608,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"ponumber\": \"none\",\n        \"pronumber\": \"ADS4798770\",\n        \"bolnumber\": \"ADS4798770\"\n    },\n    {\n        \"shipmentID\": 4821126,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744675200000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1745539200000,\n        \"deliveryDate\": 1745539200000,\n        \"shipperName\": \"GTA Containers\",\n        \"shipperAddress\": \"4201 Linden Ave\",\n        \"shipperCity\": \"South Bend\",\n        \"shipperState\": \"IN\",\n        \"shipperZip\": \"46619\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"86TH MMS\",\n        \"consigneeAddress\": \"FE5445 CRSF WSA SARL SANEM STORAGE BLDG 18 CP 011352593061245 RUE DE LIMPACH\",\n        \"consigneeCity\": \"SOLEUVRE\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"4467\",\n        \"consigneeCountry\": \"LUX\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 1006,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"ponumber\": \"1420401 \",\n        \"pronumber\": \"ADS4821126\",\n        \"bolnumber\": \"ADS4821126\"\n    },\n    {\n        \"shipmentID\": 4819400,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 2959876,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1741651200000,\n        \"modeDesc\": \"Domestic Ocean\",\n        \"estimatedDeliveryDate\": 1744243200000,\n        \"deliveryDate\": 1744329600000,\n        \"shipperName\": \"TURBINE MARINE\",\n        \"shipperAddress\": \"1940 NW 32ND ST\",\n        \"shipperCity\": \"POMPANO BEACH\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33064\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"COMSUBPAC\",\n        \"consigneeAddress\": \"BLDG 4436 POLARIS POINT ROAD NEW-T-SHED-SUBMARINE REFIT SITE\",\n        \"consigneeCity\": \"SANTA RITA\",\n        \"consigneeState\": \"GU\",\n        \"consigneeZip\": \"96915\",\n        \"consigneeCountry\": \"GUM\",\n        \"totalPieces\": 0,\n        \"totalWeight\": 35000,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"ponumber\": \"1315160\",\n        \"pronumber\": \"ADS4819400\",\n        \"bolnumber\": \"ADS4819400\"\n    },\n    {\n        \"shipmentID\": 4838525,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5000,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1742169600000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1746057600000,\n        \"deliveryDate\": 1746057600000,\n        \"shipperName\": \"TYR TACTICAL LLC\",\n        \"shipperAddress\": \"9330 N 91ST AVE\",\n        \"shipperCity\": \"Peoria\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SSGT Diana Nguyen\",\n        \"consigneeAddress\": \"Unit 2069 FB5294 51 LRS LGRDDC\",\n        \"consigneeCity\": \"APO\",\n        \"consigneeState\": \"AP\",\n        \"consigneeZip\": \"96278-2069\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 27,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Export\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"ponumber\": \"1422209\",\n        \"pronumber\": \"ADS4838525\",\n        \"bolnumber\": \"9434630109355038926798\"\n    },\n    {\n        \"shipmentID\": 4843540,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743552000000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1745884800000,\n        \"deliveryDate\": 1745884800000,\n        \"shipperName\": \"Survival Armor, Inc.\",\n        \"shipperAddress\": \"12621 Corporate Lakes Drive, Unit 8\",\n        \"shipperCity\": \"Fort Myers\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33913\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSA NAPLES\",\n        \"consigneeAddress\": \"NAVSUP FLEET LOGISTICS CENTER  VIALE FULCO RUFFO DI CALABRIA\",\n        \"consigneeCity\": \"AEROPORTO DI CAPODICHINO\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"80144\",\n        \"consigneeCountry\": \"ITA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 670,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"ponumber\": \"1399615 \",\n        \"pronumber\": \"ADS4843540\",\n        \"bolnumber\": \"ADS4843540\"\n    },\n    {\n        \"shipmentID\": 4844206,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744243200000,\n        \"modeDesc\": \"International Ocean\",\n        \"estimatedDeliveryDate\": 1747180800000,\n        \"deliveryDate\": 1747180800000,\n        \"shipperName\": \"Basic Concepts Inc. - RF\",\n        \"shipperAddress\": \"18 Red Fox Blvd.\",\n        \"shipperCity\": \"Williamston\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29697\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"W.S.A. / 86 MMS\",\n        \"consigneeAddress\": \"Central Region Storage Facility  19, Rue Uerschterhaff\",\n        \"consigneeCity\": \"Sanem\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"L-4498\",\n        \"consigneeCountry\": \"LUX\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 18400,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"ponumber\": \"1400072\",\n        \"pronumber\": \"ADS4844206\",\n        \"bolnumber\": \"ADS4844206\"\n    },\n    {\n        \"shipmentID\": 4844226,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744243200000,\n        \"modeDesc\": \"International Ocean\",\n        \"estimatedDeliveryDate\": 1747180800000,\n        \"deliveryDate\": 1747180800000,\n        \"shipperName\": \"Basic Concepts Inc. - RF\",\n        \"shipperAddress\": \"18 Red Fox Blvd\",\n        \"shipperCity\": \"Williamston\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29697\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"W.S.A. / 86 MMS\",\n        \"consigneeAddress\": \"Central Region Storage Facility  19, Rue Uerschterhaff\",\n        \"consigneeCity\": \"Sanem\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"L-4498\",\n        \"consigneeCountry\": \"LUX\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 18400,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"ponumber\": \"1400072\",\n        \"pronumber\": \"ADS4844226\",\n        \"bolnumber\": \"ADS4844226\"\n    },\n    {\n        \"shipmentID\": 4849463,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744070400000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1746057600000,\n        \"deliveryDate\": 1746057600000,\n        \"shipperName\": \"Qinetiq Target Systems Ltd\",\n        \"shipperAddress\": \"The Boulevard Orbital Park\",\n        \"shipperCity\": \"Ashford\",\n        \"shipperState\": \"Kent\",\n        \"shipperZip\": \"TN24 0GA\",\n        \"shipperCountry\": \"GBR\",\n        \"consigneeName\": \"ADS Inc c/o TMSO\",\n        \"consigneeAddress\": \"Targets Field Support Office, Orogrande Base Camp, Bldg 8695\",\n        \"consigneeCity\": \"Orogrande\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88342\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 22,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Import\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"ponumber\": \"1391890\",\n        \"pronumber\": \"ADS4849463\",\n        \"bolnumber\": \"ADS4849463\"\n    },\n    {\n        \"shipmentID\": 4851435,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1743897600000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1744761600000,\n        \"deliveryDate\": 1745366400000,\n        \"shipperName\": \"Advanced Navigation PTY LTD\",\n        \"shipperAddress\": \"Advanced Navigation 38 Lord Street (Rear Entrance) Botany NSW 2019\",\n        \"shipperCity\": \"\",\n        \"shipperState\": \"\",\n        \"shipperZip\": \"\",\n        \"shipperCountry\": \"AUS\",\n        \"consigneeName\": \"PM GBAD GATOR (GROUND BASED AIR DEFENSE GROUND AIR TASK ORIENTED RADAR)\",\n        \"consigneeAddress\": \"1008 TRIDENT ST BLDG 1602\",\n        \"consigneeCity\": \"HANAHAN\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 55,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Import\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"ponumber\": \"1429608\",\n        \"pronumber\": \"ADS4851435\",\n        \"bolnumber\": \"ADS4851435\"\n    },\n    {\n        \"shipmentID\": 4851467,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745193600000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1747094400000,\n        \"deliveryDate\": 1747094400000,\n        \"shipperName\": \"Arizona Trailer Specialists, Inc\",\n        \"shipperAddress\": \"3841 E. 38th St\",\n        \"shipperCity\": \"Tucson\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85713\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"100TH LRS\",\n        \"consigneeAddress\": \"UNIT 4900 RAF MILDENHALL\",\n        \"consigneeCity\": \"BURY ST EDMUNDS SUFFOLK\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"IP28 8NG\",\n        \"consigneeCountry\": \"GBR\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 5000,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"ponumber\": \"1416864\",\n        \"pronumber\": \"ADS4851467\",\n        \"bolnumber\": \"ADS4851467\"\n    },\n    {\n        \"shipmentID\": 4852672,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744329600000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1745366400000,\n        \"deliveryDate\": 1745366400000,\n        \"shipperName\": \"RICOCHET MANUFACTURING CO., INC.\",\n        \"shipperAddress\": \"4700 WISSAHICKON AVE  SUITE 112\",\n        \"shipperCity\": \"PHILADELPHIA\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19144\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"422ND CES\",\n        \"consigneeAddress\": \"422ND FIRE & EMERGENCY SERVICES  BUILDING 61 RAF CROUGHTON\",\n        \"consigneeCity\": \"BRACKLEY, NORTHAMPTONSHIRE\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"\",\n        \"consigneeCountry\": \"GBR\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 813,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"ponumber\": \"1406829\",\n        \"pronumber\": \"ADS4852672\",\n        \"bolnumber\": \"ADS4852672\"\n    },\n    {\n        \"shipmentID\": 4861091,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745798400000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1746403200000,\n        \"deliveryDate\": 1746403200000,\n        \"shipperName\": \"Persistent Systems, LLC\",\n        \"shipperAddress\": \"601 West 26th Street Suite 905\",\n        \"shipperCity\": \"New York\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"10001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"HQ USAFE A4CX\",\n        \"consigneeAddress\": \"BLDG 529 RM 222 Jackson Street\",\n        \"consigneeCity\": \"Ramstein Air Base\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"66877\",\n        \"consigneeCountry\": \"DEU\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 25,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"ponumber\": \"1406723\",\n        \"pronumber\": \"ADS4861091\",\n        \"bolnumber\": \"ADS4861091\"\n    },\n    {\n        \"shipmentID\": 4866325,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744848000000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1745798400000,\n        \"deliveryDate\": 1745798400000,\n        \"shipperName\": \"INTERCOMP\",\n        \"shipperAddress\": \"3839 COUNTY ROAD 116\",\n        \"shipperCity\": \"MEDINA\",\n        \"shipperState\": \"MN\",\n        \"shipperZip\": \"55340\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AMC 730 AMS TROP\",\n        \"consigneeAddress\": \"BLDG 8 AIRLIFT AVE\",\n        \"consigneeCity\": \"YOKOTA AIR BASE\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"197-0001\",\n        \"consigneeCountry\": \"JPN\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1464,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"ponumber\": \"1426971\",\n        \"pronumber\": \"ADS4866325\",\n        \"bolnumber\": \"ADS4866325\"\n    },\n    {\n        \"shipmentID\": 4866337,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 67048,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1744761600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1745539200000,\n        \"deliveryDate\": 1745366400000,\n        \"shipperName\": \"NORTH AMERICAN RESCUE\",\n        \"shipperAddress\": \"35 TEDWALL CT\",\n        \"shipperCity\": \"Greer\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29650\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"141st MDG&#8194;&#8194;&#8194;\",\n        \"consigneeAddress\": \"15 S GRAHAM RD\",\n        \"consigneeCity\": \"FAIRCHILD AFB\",\n        \"consigneeState\": \"WA\",\n        \"consigneeZip\": \"99011\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 483,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"ponumber\": null,\n        \"pronumber\": \"472202931\",\n        \"bolnumber\": \"ADS4866337\"\n    },\n    {\n        \"shipmentID\": 4866367,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746144000000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1746576000000,\n        \"deliveryDate\": 1746576000000,\n        \"shipperName\": \"Scanfil Vellinge AB\",\n        \"shipperAddress\": \"Bronsyxegatan 6B\",\n        \"shipperCity\": \"Malmö\",\n        \"shipperState\": \"\",\n        \"shipperZip\": \"21375\",\n        \"shipperCountry\": \"SWE\",\n        \"consigneeName\": \"136TH CRF\",\n        \"consigneeAddress\": \"500 HENSLEY AVE\",\n        \"consigneeCity\": \"FORTH WORTH\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"76127\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 265,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"ponumber\": \"1416041 \",\n        \"pronumber\": \"ADS4866367\",\n        \"bolnumber\": \"ADS4866367\"\n    },\n    {\n        \"shipmentID\": 4871399,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745452800000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1746576000000,\n        \"deliveryDate\": 1746576000000,\n        \"shipperName\": \"Scanfil Vellinge AB\",\n        \"shipperAddress\": \"Bronsyxegatan 6B\",\n        \"shipperCity\": \"Malmö\",\n        \"shipperState\": \"\",\n        \"shipperZip\": \"21375\",\n        \"shipperCountry\": \"SWE\",\n        \"consigneeName\": \"146TH AW\",\n        \"consigneeAddress\": \"106 MULCAHEY DR\",\n        \"consigneeCity\": \"FORT HUENEME\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"93041\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 265,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Import\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"ponumber\": \"1416042 \",\n        \"pronumber\": \"ADS4871399\",\n        \"bolnumber\": \"ADS4871399\"\n    },\n    {\n        \"shipmentID\": 4873792,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1808611200000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1808956800000,\n        \"deliveryDate\": 1809043200000,\n        \"shipperName\": \"WINGATE DURHAM LLC\",\n        \"shipperAddress\": \"2659 OWEN DR\",\n        \"shipperCity\": \"Fayetteville\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28306\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"321ST STS\",\n        \"consigneeAddress\": \"BLDG 539 BURY ST EDMUNDS RAF MILDENHALL\",\n        \"consigneeCity\": \"SUFFOLK\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"IP28 8NG\",\n        \"consigneeCountry\": \"GBR\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 40,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Export\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"ponumber\": \"1413539\",\n        \"pronumber\": \"ADS4873792\",\n        \"bolnumber\": \"2988621823\"\n    },\n    {\n        \"shipmentID\": 4873794,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1808611200000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1746144000000,\n        \"deliveryDate\": 1746144000000,\n        \"shipperName\": \"WINGATE DURHAM LLC\",\n        \"shipperAddress\": \"2659 OWEN DR\",\n        \"shipperCity\": \"Fayetteville\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28306\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"320TH STS\",\n        \"consigneeAddress\": \"BLDG 3523 OMAHA ST\",\n        \"consigneeCity\": \"KADENA AB\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"904-0203\",\n        \"consigneeCountry\": \"JPN\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 40,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Export\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"ponumber\": \"1413542\",\n        \"pronumber\": \"ADS4873794\",\n        \"bolnumber\": \"8388001440\"\n    },\n    {\n        \"shipmentID\": 4874618,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746057600000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1748304000000,\n        \"deliveryDate\": 1748304000000,\n        \"shipperName\": \"STRONG HOLD PRODUCTS\",\n        \"shipperAddress\": \"6333 STRAWBERRY LN\",\n        \"shipperCity\": \"LOUISVILLE\",\n        \"shipperState\": \"KY\",\n        \"shipperZip\": \"40214\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"5TH MEB\",\n        \"consigneeAddress\": \"1 JUFFAIR RD BAY 8  NSA SOUTHWEST ASIA\",\n        \"consigneeCity\": \"MANAMA\",\n        \"consigneeState\": \"BH\",\n        \"consigneeZip\": \"09834\",\n        \"consigneeCountry\": \"BHR\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 771,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"ponumber\": \"1438879\",\n        \"pronumber\": \"ADS4874618\",\n        \"bolnumber\": \"ADS4874618\"\n    },\n    {\n        \"shipmentID\": 4879411,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1746576000000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1747180800000,\n        \"deliveryDate\": 1747094400000,\n        \"shipperName\": \"SELECT FABRICATORS, INC.\",\n        \"shipperAddress\": \"6 Framark Dr\",\n        \"shipperCity\": \"Victor\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14564\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"III MEF\",\n        \"consigneeAddress\": \"Distribution Mgmt Office Bldg 401 Camp Kinser  M/F M20320 III MEF SPT BN III MIG:\",\n        \"consigneeCity\": \"Camp Kinser\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"901 2100\",\n        \"consigneeCountry\": \"JPN\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 150,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Export\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"ponumber\": \"1434490\",\n        \"pronumber\": \"ADS4879411\",\n        \"bolnumber\": \"5139809113\"\n    },\n    {\n        \"shipmentID\": 4881423,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1745798400000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1746576000000,\n        \"deliveryDate\": 1746144000000,\n        \"shipperName\": \"CRYE PRECISION LLC\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE BLDG 128B\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AFSOC 21ST SOS\",\n        \"consigneeAddress\": \"21 SOS BLDG 584B RM #1\",\n        \"consigneeCity\": \"YOKOTA AB\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"197-0001\",\n        \"consigneeCountry\": \"JPN\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 11,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Export\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"ponumber\": \"1424149\",\n        \"pronumber\": \"ADS4881423\",\n        \"bolnumber\": \"3101036595\"\n    },\n    {\n        \"shipmentID\": 4897581,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747785600000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1748822400000,\n        \"deliveryDate\": 1748822400000,\n        \"shipperName\": \"PELICAN PRODUCTS INC\",\n        \"shipperAddress\": \"147 North Main Street\",\n        \"shipperCity\": \"South Deerfield\",\n        \"shipperState\": \"MA\",\n        \"shipperZip\": \"01373\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"35TH OSS\",\n        \"consigneeAddress\": \"35 OSS/OSL UNIT 5011 BLDG 3150\",\n        \"consigneeCity\": \"MISAWA CITY\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"033-0012\",\n        \"consigneeCountry\": \"JPN\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 1318,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"ponumber\": \"1443286\",\n        \"pronumber\": \"ADS4897581\",\n        \"bolnumber\": \"ADS4897581\"\n    },\n    {\n        \"shipmentID\": 4905006,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747785600000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1748217600000,\n        \"deliveryDate\": 1748563200000,\n        \"shipperName\": \"CRYE PRECISION LLC\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE BLDG 128B\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"1ST CBCS\",\n        \"consigneeAddress\": \"1 CBCS BLDG 2251  RM 137 EAST FLIGHTLINE DRIVE\",\n        \"consigneeCity\": \"RAMSTEIN-FLUGPLATZ\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"66879\",\n        \"consigneeCountry\": \"DEU\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 18,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Export\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"ponumber\": \"1437726\",\n        \"pronumber\": \"ADS4905006\",\n        \"bolnumber\": \"8930816370\"\n    }\n]"},{"id":"f47a784e-2b06-4b5f-9c9e-27bf3692b8bb","name":"Status Data","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"ILToken {{token}}"}],"url":{"raw":"/nsync/status/data?status=Delivered","host":[""],"path":["nsync","status","data"],"query":[{"key":"status","value":"Delivered"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 10 Sep 2025 13:15:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin"},{"key":"X-Rate-Limit-Limit","value":"2000"},{"key":"X-Rate-Limit-Remaining","value":"1996"},{"key":"X-Rate-Limit-Reset","value":"2025-09-10T13:17:57"},{"key":"X-Local-RequestId","value":"9fa548f5-5594-4a2e-88bd-2a6bb4f83e3d"},{"key":"X-Origin-RequestId","value":"fe560bb9-39f8-4801-89b4-43a7f0ecaccb"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"shipmentID\": 134706225,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.04,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750118400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1750204800000,\n        \"deliveryDate\": 1750204800000,\n        \"shipperName\": \"INTERSURGICAL/MAIN OCEAN\",\n        \"shipperAddress\": \"300 A TRADE ZONE BLVD\",\n        \"shipperCity\": \"SUMMERVILLE\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29486\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 226,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/9f0579aa4bd9df648c896a32c0f7e39e-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1385268\",\n        \"ponumber\": \"1453661\",\n        \"pronumber\": \"764989749\"\n    },\n    {\n        \"shipmentID\": 134706347,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 497.17,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1749772800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1750204800000,\n        \"shipperName\": \"THALES USA, INC\",\n        \"shipperAddress\": \"1137 S 3800 W\",\n        \"shipperCity\": \"SALT LAKE CITY\",\n        \"shipperState\": \"UT\",\n        \"shipperZip\": \"84104\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"260TH ATCS\",\n        \"consigneeAddress\": \"302 NEW MARKET ST\",\n        \"consigneeCity\": \"NEWINGTON\",\n        \"consigneeState\": \"NH\",\n        \"consigneeZip\": \"03803\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 1100,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/acc48c9b-3678-4d27-a73a-5a78dcdefdc5.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F139Q\"\n            }\n        ],\n        \"bolnumber\": \"1385291\",\n        \"ponumber\": \"1366643\",\n        \"pronumber\": \"\"\n    },\n    {\n        \"shipmentID\": 134706671,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 148.32,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1749772800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1750204800000,\n        \"deliveryDate\": 1750204800000,\n        \"shipperName\": \"SAFRAN DSI\",\n        \"shipperAddress\": \"2 COOPER LANE\",\n        \"shipperCity\": \"BEDFORD\",\n        \"shipperState\": \"NH\",\n        \"shipperZip\": \"03110\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PROGRAM MANAGER FIRE SUPPORT SYSTEM\",\n        \"consigneeAddress\": \"2201 WILLIS STREET\",\n        \"consigneeCity\": \"QUANTICO\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22134\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 489,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/ac8b8980-ff9f-4c45-8c5c-75196f5370fc.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F163J\"\n            }\n        ],\n        \"bolnumber\": \"1385387\",\n        \"ponumber\": \"1450216\",\n        \"pronumber\": \"I761785623 \"\n    },\n    {\n        \"shipmentID\": 134706841,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 149.4,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1749772800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1750118400000,\n        \"deliveryDate\": 1750032000000,\n        \"shipperName\": \"KURTZ ERSA, INC.\",\n        \"shipperAddress\": \"1779 PILGRIM RD\",\n        \"shipperCity\": \"PLYMOUTH\",\n        \"shipperState\": \"WI\",\n        \"shipperZip\": \"53073\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"WXPN FLEET SUPPORT BRANCH\",\n        \"consigneeAddress\": \"300 HIGHWAY 361\",\n        \"consigneeCity\": \"CRANE\",\n        \"consigneeState\": \"IN\",\n        \"consigneeZip\": \"47522\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 162,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/15d0a446-234b-48bd-8b02-cbb2c325ca1e.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F138C\"\n            }\n        ],\n        \"bolnumber\": \"1385687\",\n        \"ponumber\": \"1433407\",\n        \"pronumber\": \"I577651527\"\n    },\n    {\n        \"shipmentID\": 134706842,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 144.91,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1749772800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1750118400000,\n        \"deliveryDate\": 1750118400000,\n        \"shipperName\": \"ELKHART BRASS\",\n        \"shipperAddress\": \"1302 W. BEARDSLEY AVE.\",\n        \"shipperCity\": \"ELKHART\",\n        \"shipperState\": \"IN\",\n        \"shipperZip\": \"46514\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 325,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/321dc1f5-bd6c-4ae0-bfbe-12f942e4f1ec.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1385688\",\n        \"ponumber\": \"1436815\",\n        \"pronumber\": \"I748570158\"\n    },\n    {\n        \"shipmentID\": 134707707,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 144.91,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1749772800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1750118400000,\n        \"shipperName\": \"RAMI\",\n        \"shipperAddress\": \"14500 168TH AVE\",\n        \"shipperCity\": \"GRAND HAVEN\",\n        \"shipperState\": \"MI\",\n        \"shipperZip\": \"49417\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"TOBYHANNA ARMY DEPOT\",\n        \"consigneeAddress\": \"11 HAP ARNOLD BLVD\",\n        \"consigneeCity\": \"TOBYHANNA\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"18466\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 305,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/66aa1248-8699-48a2-9302-101cfe26e55b.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F131H\"\n            }\n        ],\n        \"bolnumber\": \"1385987\",\n        \"ponumber\": \"1432202\",\n        \"pronumber\": \"I852798114\"\n    },\n    {\n        \"shipmentID\": 134707979,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 386.01,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1749772800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1750809600000,\n        \"deliveryDate\": 1750809600000,\n        \"shipperName\": \"D&S\",\n        \"shipperAddress\": \"300 D&S LANE\",\n        \"shipperCity\": \"BEAR\",\n        \"shipperState\": \"DE\",\n        \"shipperZip\": \"19701\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"JPL CBRN SOF (JPL CBRN SPECIAL OPER\",\n        \"consigneeAddress\": \"8799 MAGNOLIA RD, BLDG E5060\",\n        \"consigneeCity\": \"GUNPOWDER\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"21010\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 3671,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b5fe231e-149d-4feb-8536-5f69a4aefd57.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SUBTASK #22-4000\"\n            }\n        ],\n        \"bolnumber\": \"1386032\",\n        \"ponumber\": \"1428473\",\n        \"pronumber\": \"979641165\"\n    },\n    {\n        \"shipmentID\": 134709448,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 144.91,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750032000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1750204800000,\n        \"deliveryDate\": 1750204800000,\n        \"shipperName\": \"EHMKE MANUFACTURING COMPANY INC\",\n        \"shipperAddress\": \"4200 MACALESTER STREET\",\n        \"shipperCity\": \"PHILADELPHIA\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19124\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"435TH SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR\",\n        \"consigneeCity\": \"WRIGHT PATTERSON AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 212,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/88a03009d43f75567d7950622de88911-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13YF\"\n            }\n        ],\n        \"bolnumber\": \"1386367\",\n        \"ponumber\": \"1439264\",\n        \"pronumber\": \"I730611585\"\n    },\n    {\n        \"shipmentID\": 134709536,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 398.21,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750118400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1750896000000,\n        \"deliveryDate\": 1750896000000,\n        \"shipperName\": \"WILEY X, INC.\",\n        \"shipperAddress\": \"15755 PRESTON RD\",\n        \"shipperCity\": \"FRISCO\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75033\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA TROOP SUPPORT\",\n        \"consigneeAddress\": \"FB4880  435 SCOS EMEF GWZ\",\n        \"consigneeCity\": \"WRIGHT PATTERSON AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1145,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/873df4e7-00d1-4547-9bb5-e97481a39213.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EJ25F7110\"\n            }\n        ],\n        \"bolnumber\": \"1386407\",\n        \"ponumber\": \"1436282\",\n        \"pronumber\": \"434321510\"\n    },\n    {\n        \"shipmentID\": 134709739,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 194.74,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750032000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1750204800000,\n        \"deliveryDate\": 1750204800000,\n        \"shipperName\": \"CAPEWELL AERIAL SYSTEMS LLC\",\n        \"shipperAddress\": \"4298 JEB STUART HWY\",\n        \"shipperCity\": \"MEADOWS OF DAN\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"24120\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"435TH SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR\",\n        \"consigneeCity\": \"WRIGHT PATTERSON AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 928,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/f6aaa8b8d8b02e5c5456d17973a5b992-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13YF\"\n            }\n        ],\n        \"bolnumber\": \"1386486\",\n        \"ponumber\": \"1439489\",\n        \"pronumber\": \"I899768196\"\n    },\n    {\n        \"shipmentID\": 134710007,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 416.62,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750032000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1750377600000,\n        \"deliveryDate\": 1750377600000,\n        \"shipperName\": \"L3HARRIS TECHNOLOGIES\",\n        \"shipperAddress\": \"1350 JEFFERSON ROAD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NIWC ATLANTIC (NAVAL INFORMATION WA\",\n        \"consigneeAddress\": \"1008 TRIDENT STREET\",\n        \"consigneeCity\": \"HANAHAN\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1331,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/4ea9384d-90bf-4d61-91f3-ff855edfa010.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F16YW\"\n            }\n        ],\n        \"bolnumber\": \"1386518\",\n        \"ponumber\": \"1389594\",\n        \"pronumber\": \"\"\n    },\n    {\n        \"shipmentID\": 134710130,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 181.39,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750204800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1750291200000,\n        \"deliveryDate\": 1750377600000,\n        \"shipperName\": \"HYPERION TECHNOLOGY GROUP, INC\",\n        \"shipperAddress\": \"545 COMMERCE ST\",\n        \"shipperCity\": \"TUPELO\",\n        \"shipperState\": \"MS\",\n        \"shipperZip\": \"38804\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CCDC S3I\",\n        \"consigneeAddress\": \"2724 PATTON ROAD\",\n        \"consigneeCity\": \"HUNSTVILLE\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35805\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 2112,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/886de4324b31dfca6c5ca52e09bd8c72-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F12UM\"\n            }\n        ],\n        \"bolnumber\": \"1386573\",\n        \"ponumber\": \"1430526\",\n        \"pronumber\": \"I840265893\"\n    },\n    {\n        \"shipmentID\": 134711205,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 264.53,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750118400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1750377600000,\n        \"deliveryDate\": 1750723200000,\n        \"shipperName\": \"NESF\",\n        \"shipperAddress\": \"342 JORDAN SPRINGS RD\",\n        \"shipperCity\": \"SOUTH PORTLAND\",\n        \"shipperState\": \"ME\",\n        \"shipperZip\": \"04002\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CLAY CNTY MO SO\",\n        \"consigneeAddress\": \"12 S WATER ST\",\n        \"consigneeCity\": \"LIBERTY\",\n        \"consigneeState\": \"MO\",\n        \"consigneeZip\": \"64068\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 770,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/c333aa222812cfc5e5b1f5583ccbfe1a-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"25100605\"\n            }\n        ],\n        \"bolnumber\": \"1386810\",\n        \"ponumber\": \"1444633\",\n        \"pronumber\": \"I473411007\"\n    },\n    {\n        \"shipmentID\": 134711244,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 229.03,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750118400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1750636800000,\n        \"shipperName\": \"L3HARRIS TECHNOLOGIES\",\n        \"shipperAddress\": \"1350 JEFFERSON ROAD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"TOBYHANNA ARMY DEPOT\",\n        \"consigneeAddress\": \"11 HAP ARNOLD BLVD BLDG 5\",\n        \"consigneeCity\": \"TOBYHANNA\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"18466\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1409,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/ff4aa668-5236-4c0d-8553-ce6cebce7087.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1386814\",\n        \"ponumber\": \"1407630\",\n        \"pronumber\": \"I731827719\"\n    },\n    {\n        \"shipmentID\": 134711413,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 330.56,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750118400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1750809600000,\n        \"shipperName\": \"SUREFIRE LLC\",\n        \"shipperAddress\": \"17680 NEWHOPE STREET\",\n        \"shipperCity\": \"FOUNTAIN VALLEY\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92708\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 350,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/de66f0ab-cd19-4352-99fb-3ad4045bfceb.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1386833\",\n        \"ponumber\": \"1437086\",\n        \"pronumber\": null\n    },\n    {\n        \"shipmentID\": 134711494,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 225.08,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750204800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1750291200000,\n        \"deliveryDate\": 1750291200000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"HUMAN TECHNOLOGIES CORP\",\n        \"consigneeAddress\": \"2201 DWYER AVENUE\",\n        \"consigneeCity\": \"UTICA\",\n        \"consigneeState\": \"NY\",\n        \"consigneeZip\": \"13501\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 922,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b361cebd-2b16-4385-b847-268e1fa8abf8.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"19AQMM24F1700\"\n            }\n        ],\n        \"bolnumber\": \"1386826\",\n        \"ponumber\": \"1420289\",\n        \"pronumber\": \"693068009\"\n    },\n    {\n        \"shipmentID\": 134712238,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750204800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1750377600000,\n        \"deliveryDate\": 1750377600000,\n        \"shipperName\": \"LANCER SYSTEMS\",\n        \"shipperAddress\": \"2800 MILFORD SQUARE PIKE\",\n        \"shipperCity\": \"QUAKERTOWN\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"18951\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DHS ICE\",\n        \"consigneeAddress\": \"6760 UPTON AVE\",\n        \"consigneeCity\": \"FORT BENNING\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"31905\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 36.08999967575073,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/724dacc1-0e0e-4b97-b69a-65dc9bdff7d2.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"192125NFU00000089\"\n            }\n        ],\n        \"bolnumber\": \"1387226\",\n        \"ponumber\": \"1452707\",\n        \"pronumber\": \"I733379094\"\n    },\n    {\n        \"shipmentID\": 134712335,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 300.18,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750204800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1750982400000,\n        \"deliveryDate\": 1750982400000,\n        \"shipperName\": \"EAGLE INDUSTRIES\",\n        \"shipperAddress\": \"825M GREENBRIER CIRCLE\",\n        \"shipperCity\": \"CHESAPEAKE\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23320\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USSS UNIFORM DIVISION\",\n        \"consigneeAddress\": \"245 MURRAY LANE SW BLDG T-5\",\n        \"consigneeCity\": \"WASHINGTON\",\n        \"consigneeState\": \"DC\",\n        \"consigneeZip\": \"20223\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 250,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/2bcdc0f2-4be8-498c-ac53-b21ccb922d5e.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1387246\",\n        \"ponumber\": \"1454566\",\n        \"pronumber\": \"435270301\"\n    },\n    {\n        \"shipmentID\": 134712488,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1293.31,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750204800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1750982400000,\n        \"shipperName\": \"NIGHTFORCE OPTICS\",\n        \"shipperAddress\": \"336 HAZEN LANE\",\n        \"shipperCity\": \"OROFINO\",\n        \"shipperState\": \"ID\",\n        \"shipperZip\": \"83544\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 1705,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/1685ba2226a9a4a259e975af18f10e24-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1387310\",\n        \"ponumber\": \"1430940\",\n        \"pronumber\": \"5947220661\"\n    },\n    {\n        \"shipmentID\": 134712568,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 236.3,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750204800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1750377600000,\n        \"deliveryDate\": 1750377600000,\n        \"shipperName\": \"WILEY X, INC.\",\n        \"shipperAddress\": \"15755 PRESTON RD\",\n        \"shipperCity\": \"FRISCO\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75033\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 450,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/e6f753b2f95094ff36eba8fff3fc8eb6-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1387312\",\n        \"ponumber\": \"1434278\",\n        \"pronumber\": \"432969420\"\n    },\n    {\n        \"shipmentID\": 134712618,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 160.88,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750204800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1750377600000,\n        \"deliveryDate\": 1750636800000,\n        \"shipperName\": \"L3HARRIS TECHNOLOGIES\",\n        \"shipperAddress\": \"1350 JEFFERSON ROAD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 565,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/5e26c3b5-74a0-44df-873e-52c19051a627.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1387327\",\n        \"ponumber\": \"1394465\",\n        \"pronumber\": \"I731827305\"\n    },\n    {\n        \"shipmentID\": 134712811,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 295.83,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750204800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1750377600000,\n        \"deliveryDate\": 1750377600000,\n        \"shipperName\": \"BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DR\",\n        \"shipperCity\": \"BELLEVILLE\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USCG BASE PORTSMOUTH\",\n        \"consigneeAddress\": \"4000 COAST GUARD BLVD\",\n        \"consigneeCity\": \"PORTSMOUTH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23703\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 777,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/1a18166d-905c-470a-84e6-d96f7c2a1dd9.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1387386\",\n        \"ponumber\": \"1454639\",\n        \"pronumber\": \"I568028925\"\n    },\n    {\n        \"shipmentID\": 134713777,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 303.59,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750291200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1750636800000,\n        \"deliveryDate\": 1750636800000,\n        \"shipperName\": \"SAFARILAND LLC\",\n        \"shipperAddress\": \"3041 FAYE RD\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32226\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1733,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/544632a78e3b94b5ef06a7277be05028-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1387770\",\n        \"ponumber\": \"1446989\",\n        \"pronumber\": \"411450034\"\n    },\n    {\n        \"shipmentID\": 134714059,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 145.53,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750291200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1750809600000,\n        \"deliveryDate\": 1750809600000,\n        \"shipperName\": \"EHMKE MANUFACTURING COMPANY INC\",\n        \"shipperAddress\": \"4200 MACALESTER STREET\",\n        \"shipperCity\": \"PHILADELPHIA\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19124\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"435TH SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR\",\n        \"consigneeCity\": \"WRIGHT PATTERSON AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 261,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/c1d4eba3b70a5ed9b90ea296fed0acdd-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13YF\"\n            }\n        ],\n        \"bolnumber\": \"1387787\",\n        \"ponumber\": \"1439264\",\n        \"pronumber\": \"I730611621\"\n    },\n    {\n        \"shipmentID\": 134714151,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 259.33,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750291200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1750896000000,\n        \"shipperName\": \"VIAVI SOLUTIONS LLC\",\n        \"shipperAddress\": \"10200 WEST YORK STREET\",\n        \"shipperCity\": \"WICHITA\",\n        \"shipperState\": \"KS\",\n        \"shipperZip\": \"67215\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"YPG INVESTMENT OFFICE\",\n        \"consigneeAddress\": \"301 C STREET BUILDING 2660\",\n        \"consigneeCity\": \"YUMA\",\n        \"consigneeState\": \"AZ\",\n        \"consigneeZip\": \"85365\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 206,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/a461c73cfcb8e39d1534e06618b39ffe-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13XE\"\n            }\n        ],\n        \"bolnumber\": \"1387792\",\n        \"ponumber\": \"1438957\",\n        \"pronumber\": \"5556073526\"\n    },\n    {\n        \"shipmentID\": 134714176,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 259.33,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750291200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1750896000000,\n        \"shipperName\": \"VIAVI SOLUTIONS LLC\",\n        \"shipperAddress\": \"10200 WEST YORK STREET\",\n        \"shipperCity\": \"WICHITA\",\n        \"shipperState\": \"KS\",\n        \"shipperZip\": \"67215\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"YPG INVESTMENT OFFICE\",\n        \"consigneeAddress\": \"301 C STREET BUILDING 2660\",\n        \"consigneeCity\": \"YUMA\",\n        \"consigneeState\": \"AZ\",\n        \"consigneeZip\": \"85365\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 112,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/a461c73cfcb8e39d1534e06618b39ffe-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13XE\"\n            }\n        ],\n        \"bolnumber\": \"1387793\",\n        \"ponumber\": \"1438957\",\n        \"pronumber\": \"5556073526\"\n    },\n    {\n        \"shipmentID\": 134714416,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 256.4,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750291200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1750896000000,\n        \"deliveryDate\": 1750723200000,\n        \"shipperName\": \"CASCADE DESIGNS\",\n        \"shipperAddress\": \"10990 LEAR BLVD\",\n        \"shipperCity\": \"RENO\",\n        \"shipperState\": \"NV\",\n        \"shipperZip\": \"89506\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE MFG\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 286,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/223b1fe6-6318-4842-908a-5383252b893e.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1387887\",\n        \"ponumber\": \"1449148\",\n        \"pronumber\": \"I664309989\"\n    },\n    {\n        \"shipmentID\": 134714571,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 644.16,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750291200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1750723200000,\n        \"shipperName\": \"PREMIER HANDLING SOLUTIONS\",\n        \"shipperAddress\": \"1415 DAVIS ROAD\",\n        \"shipperCity\": \"ELGIN\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60123\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOLUTION BASED INNOVATION\",\n        \"consigneeAddress\": \"2656 QUALITY COURT\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 2490,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/17b1eccb-a3f6-437f-8bc1-bb56dd376854.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1387909\",\n        \"ponumber\": \"1455847\",\n        \"pronumber\": \"040-0693392\"\n    },\n    {\n        \"shipmentID\": 134715533,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 453.01,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750377600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1750636800000,\n        \"deliveryDate\": 1750636800000,\n        \"shipperName\": \"KRATOS UNMANNED AERIAL SYSTEMS\",\n        \"shipperAddress\": \"5301 RALEY BLVD\",\n        \"shipperCity\": \"SACRAMENTO\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"95831\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMA 208 NAVY AERIAL TARGETS AND DEC\",\n        \"consigneeAddress\": \"9TH STREET BLDG 123\",\n        \"consigneeCity\": \"POINT MUGU\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"93042\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 2115,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/ff10ae46-9eca-4cdd-a71a-a2d54309e5f0.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL22F18UD\"\n            }\n        ],\n        \"bolnumber\": \"1388109\",\n        \"ponumber\": \"1232691\",\n        \"pronumber\": \"157743165\"\n    },\n    {\n        \"shipmentID\": 134721772,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 134.94,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750636800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1750809600000,\n        \"deliveryDate\": 1750809600000,\n        \"shipperName\": \"MUSTANGSURVIVAL\",\n        \"shipperAddress\": \"214 WILLIAMS DRIVE\",\n        \"shipperCity\": \"SPENCER\",\n        \"shipperState\": \"WV\",\n        \"shipperZip\": \"25276\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE MFG\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 292,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/217e3c24-6eae-47e3-b8d6-0a5d8a35bde7.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1388306\",\n        \"ponumber\": \"1452828\",\n        \"pronumber\": \"628813719\"\n    },\n    {\n        \"shipmentID\": 134726849,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 899.75,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750636800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1751328000000,\n        \"deliveryDate\": 1751328000000,\n        \"shipperName\": \"CASCADE DESIGNS\",\n        \"shipperAddress\": \"10990 LEAR BLVD\",\n        \"shipperCity\": \"RENO\",\n        \"shipperState\": \"NV\",\n        \"shipperZip\": \"89506\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1484,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/52207615-d0e9-404a-bf05-0629be81a63f.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1388326\",\n        \"ponumber\": \"1422531\",\n        \"pronumber\": \"777526223\"\n    },\n    {\n        \"shipmentID\": 134732499,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 157.36,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750636800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1750982400000,\n        \"deliveryDate\": 1750982400000,\n        \"shipperName\": \"L3HARRIS TECHNOLOGIES\",\n        \"shipperAddress\": \"1350 JEFFERSON ROAD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AFMRA\",\n        \"consigneeAddress\": \"601 DAVY CROCKETT RD BLDG 1534\",\n        \"consigneeCity\": \"SAN ANTONIO\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"78226\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 168,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/d00e723298ffae3e8a2c87f728ca9a62-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F18Q3\"\n            }\n        ],\n        \"bolnumber\": \"1388387\",\n        \"ponumber\": \"1396221\",\n        \"pronumber\": \"I731827152\"\n    },\n    {\n        \"shipmentID\": 134732578,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 239.52,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750636800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1750982400000,\n        \"deliveryDate\": 1750896000000,\n        \"shipperName\": \"AVON PROTECTION SYSTEMS\",\n        \"shipperAddress\": \"411 7TH STREET\",\n        \"shipperCity\": \"CADILLAC\",\n        \"shipperState\": \"MI\",\n        \"shipperZip\": \"49601\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CONSOLIDATED NUCLEAR SECURITY LLC\",\n        \"consigneeAddress\": \"INTERSECTION HWY. 60 & FM 2373\",\n        \"consigneeCity\": \"AMARILLO\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"79120\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 530,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/c7e1c68fca70707c4f6bd68cf7086ac4-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"89233224CNA000004\"\n            }\n        ],\n        \"bolnumber\": \"1388409\",\n        \"ponumber\": \"1433766\",\n        \"pronumber\": \"I055950651\"\n    },\n    {\n        \"shipmentID\": 134732813,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 175.01,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750636800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1750982400000,\n        \"deliveryDate\": 1750896000000,\n        \"shipperName\": \"WILEY X, INC.\",\n        \"shipperAddress\": \"15755 PRESTON RD\",\n        \"shipperCity\": \"FRISCO\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75033\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 300,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/0202aa66-9527-45d2-88e7-da9f5b17d0a8.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1388448\",\n        \"ponumber\": \"1454076\",\n        \"pronumber\": \"I984010563\"\n    },\n    {\n        \"shipmentID\": 134732955,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 142.21,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750636800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1750723200000,\n        \"deliveryDate\": 1750723200000,\n        \"shipperName\": \"MCGILL HOSE & COUPLING INC\",\n        \"shipperAddress\": \"45 INDUSTRIAL DRIVE\",\n        \"shipperCity\": \"EAST LONGMEADOW\",\n        \"shipperState\": \"MA\",\n        \"shipperZip\": \"01028\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC PHILADELPHIA\",\n        \"consigneeAddress\": \"1601 LANGLEY AVE BLDG 542E\",\n        \"consigneeCity\": \"PHILADELPHIA\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"19112\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 525,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/b736a2ecf0c236e8fb600059fe953623-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX25F10CF\"\n            }\n        ],\n        \"bolnumber\": \"1388470\",\n        \"ponumber\": \"1435686\",\n        \"pronumber\": \"I632600757\"\n    },\n    {\n        \"shipmentID\": 134734201,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 459.77,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750723200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1750896000000,\n        \"deliveryDate\": 1750896000000,\n        \"shipperName\": \"L3HARRIS OCEANSERVER, INC.-FD\",\n        \"shipperAddress\": \"21 FATHER DEVALLES BLVD.\",\n        \"shipperCity\": \"FALL RIVER\",\n        \"shipperState\": \"MA\",\n        \"shipperZip\": \"02723\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 2400,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/5527646ee6aaf7ed1f8520a538cd419a-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1388487\",\n        \"ponumber\": \"1420768\",\n        \"pronumber\": \"I923208912\"\n    },\n    {\n        \"shipmentID\": 134734281,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 157.36,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750723200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1750896000000,\n        \"deliveryDate\": 1750896000000,\n        \"shipperName\": \"MISSION SYSTEMS DAVENPORT\",\n        \"shipperAddress\": \"2734 HICKORY GROVE RD\",\n        \"shipperCity\": \"DAVENPORT\",\n        \"shipperState\": \"IA\",\n        \"shipperZip\": \"52804\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM UH PO (UTILITY HELICOPTERS PROJE\",\n        \"consigneeAddress\": \"BLDG 8024 COTTONWOOD ROAD\",\n        \"consigneeCity\": \"REDSTONE ARSENAL\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35898\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 320,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/aaf5e855f2c457c01008e7c8e57cf499-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"R&FM UHPO\"\n            }\n        ],\n        \"bolnumber\": \"1388491\",\n        \"ponumber\": \"1361647\",\n        \"pronumber\": \"I244501506\"\n    },\n    {\n        \"shipmentID\": 134734343,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750809600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1750982400000,\n        \"deliveryDate\": 1750982400000,\n        \"shipperName\": \"FULCRUM CONCEPTS LLC\",\n        \"shipperAddress\": \"17389 PARHAM LANDING COURT\",\n        \"shipperCity\": \"WEST POINT\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23181\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM F 15 (AFLCMC WAQ)\",\n        \"consigneeAddress\": \"455 BYRON STREET BLDG 376\",\n        \"consigneeCity\": \"ROBINS AFB\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"31098\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 315,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/419c876d2b5b65b791e231777df140bc-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F102L\"\n            }\n        ],\n        \"bolnumber\": \"1388509\",\n        \"ponumber\": \"1410738\",\n        \"pronumber\": \"I952362675\"\n    },\n    {\n        \"shipmentID\": 134734400,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 145.53,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750723200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1751414400000,\n        \"deliveryDate\": 1751414400000,\n        \"shipperName\": \"ELKHART BRASS\",\n        \"shipperAddress\": \"1302 W. BEARDSLEY AVE.\",\n        \"shipperCity\": \"ELKHART\",\n        \"shipperState\": \"IN\",\n        \"shipperZip\": \"46514\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 266,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/cf7a56cc17eaeb8c38b749cfddda519f-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1388514\",\n        \"ponumber\": \"1436814\",\n        \"pronumber\": \"I250232382\"\n    },\n    {\n        \"shipmentID\": 134737240,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 222.58,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750723200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1750809600000,\n        \"deliveryDate\": 1750809600000,\n        \"shipperName\": \"INTERSURGICAL/MAIN OCEAN\",\n        \"shipperAddress\": \"300 A TRADE ZONE BLVD\",\n        \"shipperCity\": \"SUMMERVILLE\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29486\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 7,\n        \"totalWeight\": 2068,\n        \"totalHU\": 7,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/26806d4b0f305deb467cac4dd76ea993-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1388570\",\n        \"ponumber\": \"1455517\",\n        \"pronumber\": \"438492951\"\n    },\n    {\n        \"shipmentID\": 134737365,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 204.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750723200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1750809600000,\n        \"deliveryDate\": 1750809600000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"HUMAN TECHNOLOGIES CORP\",\n        \"consigneeAddress\": \"2201 DWYER AVENUE\",\n        \"consigneeCity\": \"UTICA\",\n        \"consigneeState\": \"NY\",\n        \"consigneeZip\": \"13501\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 689,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/45d3640f35578ba0fd4f44847278e932-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"19AQMM24F1700\"\n            }\n        ],\n        \"bolnumber\": \"1388606\",\n        \"ponumber\": \"1420289\",\n        \"pronumber\": \"647392737\"\n    },\n    {\n        \"shipmentID\": 134737429,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 360.44,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750809600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1751328000000,\n        \"shipperName\": \"OPTEX SYSTEMS, INC.\",\n        \"shipperAddress\": \"1420 PRESIDENTIAL DRIVE\",\n        \"shipperCity\": \"RICHARDSON\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75081\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ANNISTON ARMY DEPOT\",\n        \"consigneeAddress\": \"7 FRANKFORD AVE, BUILDING 361\",\n        \"consigneeCity\": \"ANNISTON\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"36201\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 1665,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/0929969b-1217-4217-a375-8f8a268a4aba.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1BYH\"\n            }\n        ],\n        \"bolnumber\": \"1388647\",\n        \"ponumber\": \"1402471\",\n        \"pronumber\": \"444665013\"\n    },\n    {\n        \"shipmentID\": 134737477,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 340.84,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750723200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1750896000000,\n        \"deliveryDate\": 1750896000000,\n        \"shipperName\": \"ROTHCO\",\n        \"shipperAddress\": \"3015 VETERANS MEMORIAL HWY\",\n        \"shipperCity\": \"RONKONKOMA\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11779\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1431,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/936fc48a0367b7941c833393c820cad5-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1388667\",\n        \"ponumber\": \"1422557\",\n        \"pronumber\": \"702098567\"\n    },\n    {\n        \"shipmentID\": 134737691,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 367.6,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750809600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1751414400000,\n        \"deliveryDate\": 1751414400000,\n        \"shipperName\": \"KYMETA CORPORATION\",\n        \"shipperAddress\": \"14120 NE 200TH ST\",\n        \"shipperCity\": \"WOODINVILLE\",\n        \"shipperState\": \"WA\",\n        \"shipperZip\": \"98072\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CACI INC FEDERAL\",\n        \"consigneeAddress\": \"3611-E RAMSEY STREET\",\n        \"consigneeCity\": \"FAYETTEVILLE\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28311\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 460,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/437e72619c1d7f61125bd03ea6ca3c7e-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F171D\"\n            }\n        ],\n        \"bolnumber\": \"1388708\",\n        \"ponumber\": \"1455187\",\n        \"pronumber\": \"I293370111\"\n    },\n    {\n        \"shipmentID\": 134740284,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 216.82,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750723200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1751241600000,\n        \"deliveryDate\": 1751241600000,\n        \"shipperName\": \"HUXWRX SAFETY CO\",\n        \"shipperAddress\": \"280 WEST CENTRAL AVE\",\n        \"shipperCity\": \"MILLCREEK\",\n        \"shipperState\": \"UT\",\n        \"shipperZip\": \"84107\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AFSOC\",\n        \"consigneeAddress\": \"427 CODY AVE BLDG 90333\",\n        \"consigneeCity\": \"HURLBURT FIELD\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32544\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 99.80000019073486,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/e9d8e4caa9a9a4601dc679116321df9b-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F14YE\"\n            }\n        ],\n        \"bolnumber\": \"1388748\",\n        \"ponumber\": \"1443679\",\n        \"pronumber\": \"I414515592\"\n    },\n    {\n        \"shipmentID\": 134740286,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 364.63,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750809600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1751500800000,\n        \"deliveryDate\": 1751500800000,\n        \"shipperName\": \"PHOKUS RESEARCH GROUP\",\n        \"shipperAddress\": \"12225 WORLD TRADE DRIVE\",\n        \"shipperCity\": \"SAN DIEGO\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92128\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVY MEDICAL OPERATIONS TRAINING CO\",\n        \"consigneeAddress\": \"3000 NEW BERN AVE\",\n        \"consigneeCity\": \"RALEIGH\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"27610\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 482,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/c21888d01c70c3ecd7e6e3fd62666f89-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX25F10EY\"\n            }\n        ],\n        \"bolnumber\": \"1388750\",\n        \"ponumber\": \"1441054\",\n        \"pronumber\": \"I588148173\"\n    },\n    {\n        \"shipmentID\": 134740288,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 331.89,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750809600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1751414400000,\n        \"deliveryDate\": 1751414400000,\n        \"shipperName\": \"PHOKUS RESEARCH GROUP\",\n        \"shipperAddress\": \"12225 WORLD TRADE DRIVE\",\n        \"shipperCity\": \"SAN DIEGO\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92128\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVY MEDICAL OPERATIONS TRAINING CO\",\n        \"consigneeAddress\": \"3001 GREEN BAY RD, BUILDING 4, RM#5\",\n        \"consigneeCity\": \"NORTH CHICAGO\",\n        \"consigneeState\": \"IL\",\n        \"consigneeZip\": \"60064\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 482,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/17e5f834321f5879c260c5fac49c800e-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX25F10EX\"\n            }\n        ],\n        \"bolnumber\": \"1388751\",\n        \"ponumber\": \"1441053\",\n        \"pronumber\": \"I588148182\"\n    },\n    {\n        \"shipmentID\": 134740291,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 216.82,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750809600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1751328000000,\n        \"deliveryDate\": 1751241600000,\n        \"shipperName\": \"GLOBAL COMMS EXCHANGE\",\n        \"shipperAddress\": \"739 SEEDLING CT\",\n        \"shipperCity\": \"COLORADO SPRINGS\",\n        \"shipperState\": \"CO\",\n        \"shipperZip\": \"80915\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CBP AIR AND  MARINE OPERATIONS\",\n        \"consigneeAddress\": \"4640 SUB CHASER COURT\",\n        \"consigneeCity\": \"JACKSONVILLE\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32244\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 200,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/c6692ff286e058f8682e5fa69bff0ba2-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL23F1C8S\"\n            }\n        ],\n        \"bolnumber\": \"1388752\",\n        \"ponumber\": \"1318214\",\n        \"pronumber\": \"I120113631\"\n    },\n    {\n        \"shipmentID\": 134741962,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 125.17,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750809600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1751241600000,\n        \"shipperName\": \"VIDEORAY LLC\",\n        \"shipperAddress\": \"212 EAST HIGH STREET\",\n        \"shipperCity\": \"POTTSTOWN\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19464\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VALIANT INTEGRATED SERVICES LLC\",\n        \"consigneeAddress\": \"8384 TERMINAL ROAD\",\n        \"consigneeCity\": \"LORTON\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22079\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 300,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/3773b1a2-e20c-4a9c-a99a-0bc3583693a1.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"HDTRA114D0013\"\n            }\n        ],\n        \"bolnumber\": \"1388790\",\n        \"ponumber\": \"1449295\",\n        \"pronumber\": \"018-5455812\"\n    },\n    {\n        \"shipmentID\": 134742145,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 172.95,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750809600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1750982400000,\n        \"deliveryDate\": 1750982400000,\n        \"shipperName\": \"MUSTANGSURVIVAL\",\n        \"shipperAddress\": \"201 BUSCH DRIVE\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 525,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/036e520af3d8df768579e6ea01c626fc-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1388811\",\n        \"ponumber\": \"1434267\",\n        \"pronumber\": \"I021204513\"\n    },\n    {\n        \"shipmentID\": 134742163,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 208.73,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750896000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1751500800000,\n        \"deliveryDate\": 1751500800000,\n        \"shipperName\": \"SCANFIL ATLANTA\",\n        \"shipperAddress\": \"6715 MAPLE AVENUE\",\n        \"shipperCity\": \"BUFORD\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30518\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USCG C5ISC\",\n        \"consigneeAddress\": \"4000 COAST GUARD BLVD\",\n        \"consigneeCity\": \"PORTSMOUTH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23703\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1000,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/96004a4390b9a08c5dda143915718801-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E8E\"\n            }\n        ],\n        \"bolnumber\": \"1388812\",\n        \"ponumber\": \"1409895\",\n        \"pronumber\": \"412065894\"\n    },\n    {\n        \"shipmentID\": 134742248,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 185.27,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750809600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1751328000000,\n        \"deliveryDate\": 1751241600000,\n        \"shipperName\": \"WILEY X, INC.\",\n        \"shipperAddress\": \"15755 PRESTON RD\",\n        \"shipperCity\": \"FRISCO\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75033\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 315,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/67480beb-0966-47d9-a174-3e942b2ffc9a.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1388827\",\n        \"ponumber\": \"1456787\",\n        \"pronumber\": \"I298705833\"\n    },\n    {\n        \"shipmentID\": 134742282,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 419.27,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750809600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1751241600000,\n        \"deliveryDate\": 1751241600000,\n        \"shipperName\": \"NOVAFLEX/JW ROBERTS\",\n        \"shipperAddress\": \"12101 MCLAIN BLDV #200\",\n        \"shipperCity\": \"HOUSTON\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"77071\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC PHILADELPHIA\",\n        \"consigneeAddress\": \"1601 LANGLEY AVE\",\n        \"consigneeCity\": \"PHILADELPHIA\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"19112\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 813,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/14e64fff-89c0-4d85-8899-b532392ff84e.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX25F302V\"\n            }\n        ],\n        \"bolnumber\": \"1388846\",\n        \"ponumber\": \"1456475\",\n        \"pronumber\": \"438084776\"\n    },\n    {\n        \"shipmentID\": 134742287,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 182.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750809600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1751241600000,\n        \"deliveryDate\": 1751241600000,\n        \"shipperName\": \"MED-ENG, LLC\",\n        \"shipperAddress\": \"103 TULLOCH DRIVE\",\n        \"shipperCity\": \"OGDENSBURG\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"13669\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"OMAHA NE PD\",\n        \"consigneeAddress\": \"505 S 15TH ST\",\n        \"consigneeCity\": \"OMAHA\",\n        \"consigneeState\": \"NE\",\n        \"consigneeZip\": \"68102\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 355,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/388d026c-577c-4b76-8c7e-66412ebcf877.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"LISAR03182025A\"\n            }\n        ],\n        \"bolnumber\": \"1388848\",\n        \"ponumber\": \"1439662\",\n        \"pronumber\": \"I781084215\"\n    },\n    {\n        \"shipmentID\": 134742580,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 176.32,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750809600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1750896000000,\n        \"deliveryDate\": 1750896000000,\n        \"shipperName\": \"PACIFIC POWER SOURCE, INC.\",\n        \"shipperAddress\": \"2802 KELVIN AVENUE\",\n        \"shipperCity\": \"IRVINE\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92614\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC PORT HUENEME\",\n        \"consigneeAddress\": \"4363 MISSILE WAY, BLDG. 435\",\n        \"consigneeCity\": \"PORT HUENEME\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"93043\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 108,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/9f9dfe6a97daee4111efc0715101df15-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F14BK\"\n            }\n        ],\n        \"bolnumber\": \"1388928\",\n        \"ponumber\": \"1441049\",\n        \"pronumber\": \"I751916457\"\n    },\n    {\n        \"shipmentID\": 134749686,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 129.37,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750896000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1751241600000,\n        \"deliveryDate\": 1751241600000,\n        \"shipperName\": \"ELECTROMET CORPORATION\",\n        \"shipperAddress\": \"879 COMMONWEALTH AVE\",\n        \"shipperCity\": \"HAGERTOWN\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21740\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MSC NORFOLK\",\n        \"consigneeAddress\": \"1968 GILBERT ST; BLDG W-143; DW-10\",\n        \"consigneeCity\": \"NORFOLK\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23511\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 200,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/801d1618-3510-463b-aefb-2f7e60abcddd.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F11Y9\"\n            }\n        ],\n        \"bolnumber\": \"1391279\",\n        \"ponumber\": \"1425197\",\n        \"pronumber\": \"027-0610002\"\n    },\n    {\n        \"shipmentID\": 134749712,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 171.91,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750896000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1750982400000,\n        \"deliveryDate\": 1750982400000,\n        \"shipperName\": \"INTERSURGICAL/MAIN OCEAN\",\n        \"shipperAddress\": \"300 A TRADE ZONE BLVD\",\n        \"shipperCity\": \"SUMMERVILLE\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29486\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 652,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/3df42f813e3625b46ac19a73798a70e3-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1391282\",\n        \"ponumber\": \"1456782\",\n        \"pronumber\": \"I764989812\"\n    },\n    {\n        \"shipmentID\": 134749800,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 277.93,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750896000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1751500800000,\n        \"deliveryDate\": 1751500800000,\n        \"shipperName\": \"AYON CYBERSECURITY INC DBA VDC\",\n        \"shipperAddress\": \"5155 W KING STREET\",\n        \"shipperCity\": \"COCOA\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32926\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC PORT HUENEME\",\n        \"consigneeAddress\": \"4364 MISSILE WAY BLDG. 435\",\n        \"consigneeCity\": \"PORT HUENEME\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"93043\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 276,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/89793d7933b2316256cee20af4acaf4e-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1BD9\"\n            }\n        ],\n        \"bolnumber\": \"1391331\",\n        \"ponumber\": \"1400587\",\n        \"pronumber\": \"I654021936\"\n    },\n    {\n        \"shipmentID\": 134750091,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 784.93,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750896000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1751328000000,\n        \"deliveryDate\": 1751414400000,\n        \"shipperName\": \"ATLANTIC SIGNAL LLC\",\n        \"shipperAddress\": \"1221 S KANSAS AVE\",\n        \"shipperCity\": \"TOPEKA\",\n        \"shipperState\": \"KS\",\n        \"shipperZip\": \"66612\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMA 202 AIRCREW SYSTEMS\",\n        \"consigneeAddress\": \"4301 PACIFIC HWY\",\n        \"consigneeCity\": \"SAN DIEGO\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92110\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 2123,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/ae2fd51d-b20e-4443-95f8-0f9253caf7ae.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"N0042125F0673\"\n            }\n        ],\n        \"bolnumber\": \"1391432\",\n        \"ponumber\": \"1446176\",\n        \"pronumber\": \"0520026491\"\n    },\n    {\n        \"shipmentID\": 134750980,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 259.27,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750982400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1751328000000,\n        \"deliveryDate\": 1751328000000,\n        \"shipperName\": \"BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DR\",\n        \"shipperCity\": \"BELLEVILLE\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CIF\",\n        \"consigneeAddress\": \"BLDG 4  D STREET\",\n        \"consigneeCity\": \"WILLIAMSBURG\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 700,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a972f4b2-3d16-45c6-8579-7762b9f842eb.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F1782\"\n            }\n        ],\n        \"bolnumber\": \"1391453\",\n        \"ponumber\": \"1456295\",\n        \"pronumber\": \"I568029159\"\n    },\n    {\n        \"shipmentID\": 134751013,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 163.41,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750982400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1751241600000,\n        \"deliveryDate\": 1751241600000,\n        \"shipperName\": \"AIRBOSS DEFENSE GROUP\",\n        \"shipperAddress\": \"8261 PRESTON CT\",\n        \"shipperCity\": \"JESSUP\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"20794\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VALIANT INTEGRATED SERVICES LLC\",\n        \"consigneeAddress\": \"8384 TERMINAL ROAD\",\n        \"consigneeCity\": \"LORTON\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22079\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1060,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/f95e20aa83f65b5aa6ddd4819a2a1f8a-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"HDTRA1-14-D-0013\"\n            }\n        ],\n        \"bolnumber\": \"1391527\",\n        \"ponumber\": \"1418547\",\n        \"pronumber\": \"I609064596\"\n    },\n    {\n        \"shipmentID\": 134751031,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 555.73,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750982400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1752105600000,\n        \"deliveryDate\": 1752105600000,\n        \"shipperName\": \"TRIANGLE RUBBER CO., INC.\",\n        \"shipperAddress\": \"50 AERO RD\",\n        \"shipperCity\": \"BOHEMIA\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11716\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"GXPS UNDERSEA SENSORS MANAGEMENT BR\",\n        \"consigneeAddress\": \"300 HIGHWAY 361\",\n        \"consigneeCity\": \"CRANE\",\n        \"consigneeState\": \"IN\",\n        \"consigneeZip\": \"47522\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 1660,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/da939704-6c82-44d4-bef9-45bf90cc782f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F121B\"\n            }\n        ],\n        \"bolnumber\": \"1391530\",\n        \"ponumber\": \"1425826\",\n        \"pronumber\": \"456927225\"\n    },\n    {\n        \"shipmentID\": 134751035,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 196.33,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750982400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1751241600000,\n        \"shipperName\": \"BLUE FORCE GEAR, INC.\",\n        \"shipperAddress\": \"166 PINE BARREN ROAD\",\n        \"shipperCity\": \"POOLER\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"31322\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 671,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/2add5e86-f501-4c79-8e19-594e809beea4.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1391529\",\n        \"ponumber\": \"1457043\",\n        \"pronumber\": null\n    },\n    {\n        \"shipmentID\": 134751098,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 143.43,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751328000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1751414400000,\n        \"deliveryDate\": 1751414400000,\n        \"shipperName\": \"ADVANCED PACKAGING, INC\",\n        \"shipperAddress\": \"4818 SETON DRIVE\",\n        \"shipperCity\": \"BALTIMORE\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21215\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAWCAD\",\n        \"consigneeAddress\": \"17100 WEBSTER FIELD RD\",\n        \"consigneeCity\": \"SAINT INIGOES\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20684\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 264,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/22cc7b54e0365c324a0cc8a822db04da-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F14T8\"\n            }\n        ],\n        \"bolnumber\": \"1391534\",\n        \"ponumber\": \"1442638\",\n        \"pronumber\": \"I360761382\"\n    },\n    {\n        \"shipmentID\": 134751150,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 486.55,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751241600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1752019200000,\n        \"deliveryDate\": 1752019200000,\n        \"shipperName\": \"ELECTRO IMPULSE LABS., INC.\",\n        \"shipperAddress\": \"1805 STATE HIGHWAY 33\",\n        \"shipperCity\": \"NEPTUNE\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"07753\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMW A 170 (NTCDL) NETWORK TACTICAL\",\n        \"consigneeAddress\": \"4297 PACIFIC HWY BLDG 7\",\n        \"consigneeCity\": \"SAN DIEGO\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92110\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 685,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/09752ca9-7808-4ec4-ad88-75eafb3d5a94.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F14R3\"\n            }\n        ],\n        \"bolnumber\": \"1391546\",\n        \"ponumber\": \"1376697\",\n        \"pronumber\": \"439324432\"\n    },\n    {\n        \"shipmentID\": 134751234,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 164.77,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750982400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1751328000000,\n        \"deliveryDate\": 1751328000000,\n        \"shipperName\": \"MUSTANGSURVIVAL\",\n        \"shipperAddress\": \"201 BUSCH DRIVE\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 496,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/629f9707a5d3c021493e2faa1c5046e6-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1391553\",\n        \"ponumber\": \"1447667\",\n        \"pronumber\": \"I021204522\"\n    },\n    {\n        \"shipmentID\": 134752481,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 390.47,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751241600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1751500800000,\n        \"deliveryDate\": 1751414400000,\n        \"shipperName\": \"RAIDER OUTBOARDS INC\",\n        \"shipperAddress\": \"1885 ARMSTRONG DRIVE\",\n        \"shipperCity\": \"TITUSVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32780\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"2ND MARDIV 2ND RECON BN\",\n        \"consigneeAddress\": \"BLDG 1012, O STREET M/F M12009\",\n        \"consigneeCity\": \"CAMP LEJEUNE\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28547\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 2892,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/9ed2f8e7e9a74c4a96fed11c8c8a91b1-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1CVH\"\n            }\n        ],\n        \"bolnumber\": \"1392078\",\n        \"ponumber\": \"1407922\",\n        \"pronumber\": \"421583339\"\n    },\n    {\n        \"shipmentID\": 134752718,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 555.62,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751241600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1752710400000,\n        \"deliveryDate\": 1752710400000,\n        \"shipperName\": \"IDEAL AEROSMITH, INC.\",\n        \"shipperAddress\": \"3001 S WASHINGTON ST\",\n        \"shipperCity\": \"GRAND FORKS\",\n        \"shipperState\": \"ND\",\n        \"shipperZip\": \"58201\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMA 299 UH 60\",\n        \"consigneeAddress\": \"JOINT BASE MDL\",\n        \"consigneeCity\": \"JOINT BASE MDL\",\n        \"consigneeState\": \"NJ\",\n        \"consigneeZip\": \"08733\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 810,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c0b3cfa2-f097-4473-ade1-b55bc0f2426e.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13C5\"\n            }\n        ],\n        \"bolnumber\": \"1392246\",\n        \"ponumber\": \"1433736\",\n        \"pronumber\": \"333456892\"\n    },\n    {\n        \"shipmentID\": 134752746,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 143.99,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751241600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1751500800000,\n        \"deliveryDate\": 1752105600000,\n        \"shipperName\": \"L3 HARRIS\",\n        \"shipperAddress\": \"1350 JEFFERSON RD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"436TH APS\",\n        \"consigneeAddress\": \"550 ATLANTIC ST BLDG 550\",\n        \"consigneeCity\": \"DOVER AFB\",\n        \"consigneeState\": \"DE\",\n        \"consigneeZip\": \"19902\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 566,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/5d5aa27758ca86afde89a42374cfb894-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1EL4\"\n            }\n        ],\n        \"bolnumber\": \"1392266\",\n        \"ponumber\": \"1409598\",\n        \"pronumber\": \"I731827728\"\n    },\n    {\n        \"shipmentID\": 134752771,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 162.05,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751241600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1751328000000,\n        \"deliveryDate\": 1751328000000,\n        \"shipperName\": \"U.S. FOAM & ETCH INC\",\n        \"shipperAddress\": \"1503 HWY 117 SOUTH\",\n        \"shipperCity\": \"GOLDSBORO\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"27530\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USASOC 160TH SOAR 3RD BN\",\n        \"consigneeAddress\": \"198 NIGHT STALKER WAY BLDG. 8013\",\n        \"consigneeCity\": \"HUNTER ARMY AIR FIELD\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"31409\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 800,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/ebeac7e6ebb844d21c17f07e311eb2cc-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EZ-24-F-0190\"\n            }\n        ],\n        \"bolnumber\": \"1392286\",\n        \"ponumber\": \"1409182\",\n        \"pronumber\": \"I332570808\"\n    },\n    {\n        \"shipmentID\": 134752774,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 370.64,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751241600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1751932800000,\n        \"deliveryDate\": 1751932800000,\n        \"shipperName\": \"FORCEPROTECTOR GEAR, LLC\",\n        \"shipperAddress\": \"7332 VARNA AVE.\",\n        \"shipperCity\": \"NORTH HOLLYWOOD\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"91605\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"LCI DISTRIBUTION\",\n        \"consigneeAddress\": \"4500 EMPEROR BLVD\",\n        \"consigneeCity\": \"DURHAM\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"27703\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 458,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/d17d48d3-8112-4e7f-a26d-84c885445abe.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"2241412-4\"\n            }\n        ],\n        \"bolnumber\": \"1392287\",\n        \"ponumber\": \"1452799\",\n        \"pronumber\": \"439828756\"\n    },\n    {\n        \"shipmentID\": 134752853,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 251.87,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751241600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1751846400000,\n        \"deliveryDate\": 1751846400000,\n        \"shipperName\": \"OTIS TECHNOLOGY\",\n        \"shipperAddress\": \"6987 LAURA STREET\",\n        \"shipperCity\": \"LYONS FALLS\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"13368\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USASOC\",\n        \"consigneeAddress\": \"0-1900 LAMONT ROAD\",\n        \"consigneeCity\": \"FORT BRAGG\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28307\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 693,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/e4980180-95c3-4936-a9af-1aa1f410d2be.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"H9245625F0049\"\n            }\n        ],\n        \"bolnumber\": \"1392328\",\n        \"ponumber\": \"1456294\",\n        \"pronumber\": \"793549680\"\n    },\n    {\n        \"shipmentID\": 134752866,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 143.43,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751241600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1751328000000,\n        \"deliveryDate\": 1751328000000,\n        \"shipperName\": \"AIRBOSS DEFENSE GROUP\",\n        \"shipperAddress\": \"8261 PRESTON CT\",\n        \"shipperCity\": \"JESSUP\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"20794\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"INTERFUZE CORPORATION\",\n        \"consigneeAddress\": \"2109 COLUMBIA PARK ROAD\",\n        \"consigneeCity\": \"EDGEWOOD\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"21040\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 560,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c38fa697-9285-474e-be7a-6bf0a2245036.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"W911SR23D0036\"\n            }\n        ],\n        \"bolnumber\": \"1392333\",\n        \"ponumber\": \"1429609\",\n        \"pronumber\": \"I389158191\"\n    },\n    {\n        \"shipmentID\": 134752868,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 158.71,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751328000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1751500800000,\n        \"deliveryDate\": 1751932800000,\n        \"shipperName\": \"ASPEN WATER, INC.\",\n        \"shipperAddress\": \"880 NORTH DOROTHY DRIVE\",\n        \"shipperCity\": \"RICHARDSON\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75081\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"164TH CES CEF\",\n        \"consigneeAddress\": \"4593 SWINNEA ROAD BLDG 2884\",\n        \"consigneeCity\": \"MEMPHIS\",\n        \"consigneeState\": \"TN\",\n        \"consigneeZip\": \"38118\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 165,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/9816fbc38d030b5ed000eda119291d8a-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"34101-0000051831\"\n            }\n        ],\n        \"bolnumber\": \"1392332\",\n        \"ponumber\": \"1449580\",\n        \"pronumber\": \"I984010725\"\n    },\n    {\n        \"shipmentID\": 134752917,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 336.58,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751241600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1752105600000,\n        \"deliveryDate\": 1752105600000,\n        \"shipperName\": \"EXXEL OUTDOORS\",\n        \"shipperAddress\": \"126 PLANT RD\",\n        \"shipperCity\": \"TUPELO\",\n        \"shipperState\": \"MS\",\n        \"shipperZip\": \"38804\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"GSA ONLINE ORDER FULFILLMENT\",\n        \"consigneeAddress\": \"1067 W SURVIVAL LOOP\",\n        \"consigneeCity\": \"FAIRCHILD AFB\",\n        \"consigneeState\": \"WA\",\n        \"consigneeZip\": \"99011\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 465,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/6d3fc532-0d29-40f2-9511-c41429773939.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QDCC25M9MHX\"\n            }\n        ],\n        \"bolnumber\": \"1392334\",\n        \"ponumber\": \"1457054\",\n        \"pronumber\": \"424521547\"\n    },\n    {\n        \"shipmentID\": 134753017,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 166.48,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751241600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1751500800000,\n        \"deliveryDate\": 1751500800000,\n        \"shipperName\": \"PELICAN\",\n        \"shipperAddress\": \"1564 INNOVATION BLVD\",\n        \"shipperCity\": \"CLAYTON\",\n        \"shipperState\": \"IN\",\n        \"shipperZip\": \"46118\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 410,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/e8a615eb42042050a669dfab264945c6-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1392366\",\n        \"ponumber\": \"1456556\",\n        \"pronumber\": \"I484370505\"\n    },\n    {\n        \"shipmentID\": 134753027,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 194.09,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751328000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753920000000,\n        \"deliveryDate\": 1753920000000,\n        \"shipperName\": \"DEFENSE VENTURE HOLDINGS\",\n        \"shipperAddress\": \"2601 PERFORMANCE CT.\",\n        \"shipperCity\": \"VIRGINIA BEACH\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DC ARNG\",\n        \"consigneeAddress\": \"189 POREMBA CT SW BLDG 350\",\n        \"consigneeCity\": \"WASHINGTON\",\n        \"consigneeState\": \"DC\",\n        \"consigneeZip\": \"20373\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 417,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/1f88ee4c-60d3-4b27-8d2a-39beb043bc8d.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F162J\"\n            }\n        ],\n        \"bolnumber\": \"1392367\",\n        \"ponumber\": \"1449237\",\n        \"pronumber\": \"706064094\"\n    },\n    {\n        \"shipmentID\": 134753049,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 406.24,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751241600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1751932800000,\n        \"deliveryDate\": 1751932800000,\n        \"shipperName\": \"THALES USA, INC\",\n        \"shipperAddress\": \"1137 S 3800 W\",\n        \"shipperCity\": \"SALT LAKE CITY\",\n        \"shipperState\": \"UT\",\n        \"shipperZip\": \"84104\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"258TH ATCS\",\n        \"consigneeAddress\": \"258 AIRPORT RD\",\n        \"consigneeCity\": \"JOHNSTOWN\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"15904\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 1125,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/e2dc4fe8-e76d-4fcc-b3d5-24072acc9b62.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F139R\"\n            }\n        ],\n        \"bolnumber\": \"1392368\",\n        \"ponumber\": \"1366644\",\n        \"pronumber\": \"490273055\"\n    },\n    {\n        \"shipmentID\": 134753141,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 146.77,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751241600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1751414400000,\n        \"deliveryDate\": 1751414400000,\n        \"shipperName\": \"EHMKE MANUFACTURING COMPANY INC\",\n        \"shipperAddress\": \"4200 MACALESTER STREET\",\n        \"shipperCity\": \"PHILADELPHIA\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19124\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"435TH SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR\",\n        \"consigneeCity\": \"WRIGHT PATTERSON AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 305,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/96e4408b-b1d9-4e38-b3a6-406bf56455c5.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13YF\"\n            }\n        ],\n        \"bolnumber\": \"1392429\",\n        \"ponumber\": \"1439264\",\n        \"pronumber\": \"I730611666\"\n    },\n    {\n        \"shipmentID\": 134753969,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 504.23,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751846400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1752537600000,\n        \"deliveryDate\": 1752537600000,\n        \"shipperName\": \"MILPOWER\",\n        \"shipperAddress\": \"10180 SCRIPPS RANCH BLVD\",\n        \"shipperCity\": \"SAN DIEGO\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92131\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 740,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/cb4235af-fc76-467d-85b8-aeb1afa4c1d6.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1392729\",\n        \"ponumber\": \"1410462\",\n        \"pronumber\": \"484964130\"\n    },\n    {\n        \"shipmentID\": 134755391,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 212.98,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751414400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1752019200000,\n        \"deliveryDate\": 1752019200000,\n        \"shipperName\": \"BLUEHALO\",\n        \"shipperAddress\": \"920 SYCOLIN RD\",\n        \"shipperCity\": \"LEESBURG\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"20175\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM GBAD GATOR (GROUND BASED AIR DEF\",\n        \"consigneeAddress\": \"1008 TRIDENT ST BLDG 1602\",\n        \"consigneeCity\": \"HANAHAN\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 645,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/29ac757a-1947-4dda-883f-b49babf922f6.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F16WT\"\n            }\n        ],\n        \"bolnumber\": \"1392926\",\n        \"ponumber\": \"1458457\",\n        \"pronumber\": \" 416104905 \"\n    },\n    {\n        \"shipmentID\": 134755879,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 167.18,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751500800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1752019200000,\n        \"deliveryDate\": 1751932800000,\n        \"shipperName\": \"DAMASCUS WORLDWIDE INC\",\n        \"shipperAddress\": \"61 BEAMAN STREET\",\n        \"shipperCity\": \"POULTNEY\",\n        \"shipperState\": \"VT\",\n        \"shipperZip\": \"05764\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"HUMAN TECHNOLOGIES CORP\",\n        \"consigneeAddress\": \"2201 DWYER AVENUE\",\n        \"consigneeCity\": \"UTICA\",\n        \"consigneeState\": \"NY\",\n        \"consigneeZip\": \"13501\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 510,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/15146d12fface188f4a57117a3fc8c40-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"191NLE25F0023\"\n            }\n        ],\n        \"bolnumber\": \"1392967\",\n        \"ponumber\": \"1458155\",\n        \"pronumber\": \"472578093\"\n    },\n    {\n        \"shipmentID\": 134756232,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 171.08,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751414400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1752019200000,\n        \"deliveryDate\": 1752019200000,\n        \"shipperName\": \"EHMKE MANUFACTURING COMPANY INC\",\n        \"shipperAddress\": \"4200 MACALESTER STREET\",\n        \"shipperCity\": \"PHILADELPHIA\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19124\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"435TH SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR\",\n        \"consigneeCity\": \"WRIGHT PATTERSON AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 228,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/992b6a275f1f845dcd6acfdb213ef1cb-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13YF\"\n            }\n        ],\n        \"bolnumber\": \"1393032\",\n        \"ponumber\": \"1439264\",\n        \"pronumber\": \"I730611675\"\n    },\n    {\n        \"shipmentID\": 134756360,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 239.25,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751414400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1751846400000,\n        \"deliveryDate\": 1751846400000,\n        \"shipperName\": \"WILEY X, INC.\",\n        \"shipperAddress\": \"15755 PRESTON RD\",\n        \"shipperCity\": \"FRISCO\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75033\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 605,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/9851ace6-1526-4e02-9313-311912bb456d.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1393364\",\n        \"ponumber\": \"1440023\",\n        \"pronumber\": \"1393364\"\n    },\n    {\n        \"shipmentID\": 134756373,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 239.25,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751414400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1751846400000,\n        \"deliveryDate\": 1751846400000,\n        \"shipperName\": \"WILEY X, INC.\",\n        \"shipperAddress\": \"15755 PRESTON RD\",\n        \"shipperCity\": \"FRISCO\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75033\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 565,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/24ebe770e673a9637efd3de8803752ca-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1393365\",\n        \"ponumber\": \"1424032\",\n        \"pronumber\": \"1393365\"\n    },\n    {\n        \"shipmentID\": 134756543,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 303.96,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751500800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1752451200000,\n        \"deliveryDate\": 1752451200000,\n        \"shipperName\": \"MID-ATLANTIC COMPUTER SERVICES\",\n        \"shipperAddress\": \"13030 ALONDRA BLVD\",\n        \"shipperCity\": \"CERRITOS\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"90703\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 357,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b6ed546d-0297-4faa-8626-1b3e86245b49.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1395306\",\n        \"ponumber\": \"1446857\",\n        \"pronumber\": \"441555100\"\n    },\n    {\n        \"shipmentID\": 134757117,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 210.73,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751500800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1751932800000,\n        \"deliveryDate\": 1751932800000,\n        \"shipperName\": \"MUSTANGSURVIVAL\",\n        \"shipperAddress\": \"201 BUSCH DRIVE\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1050,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/5a9e6129526987ae8bcb066793ab8949-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1395371\",\n        \"ponumber\": \"1434267\",\n        \"pronumber\": \"411226070\"\n    },\n    {\n        \"shipmentID\": 134757340,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 210.85,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751500800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1752105600000,\n        \"deliveryDate\": 1752105600000,\n        \"shipperName\": \"WINCHESTER INTERCONNECT\",\n        \"shipperAddress\": \"1810 DIAMOND STREET\",\n        \"shipperCity\": \"SAN MARCOS\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92078\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NUWC KEYPORT\",\n        \"consigneeAddress\": \"610 DOWELL ST\",\n        \"consigneeCity\": \"KEYPORT\",\n        \"consigneeState\": \"WA\",\n        \"consigneeZip\": \"98345\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 289,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/f3877c6658ac39c30eab45da5e5c6576-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F14CW\"\n            }\n        ],\n        \"bolnumber\": \"1395475\",\n        \"ponumber\": \"1441432\",\n        \"pronumber\": \"I962897652\"\n    },\n    {\n        \"shipmentID\": 134758056,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 255,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751846400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1752192000000,\n        \"deliveryDate\": 1752105600000,\n        \"shipperName\": \"BAE SYSTEMS SPACE AND MISSION SYSTEMS INC\",\n        \"shipperAddress\": \"9675 W 108TH, CIR\",\n        \"shipperCity\": \"WESTMINSTER\",\n        \"shipperState\": \"CO\",\n        \"shipperZip\": \"80021\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVAIR CENTRAL KITTING ACTIVITY\",\n        \"consigneeAddress\": \"235 INDUSTRIAL LOOP\",\n        \"consigneeCity\": \"ORANGE PARK\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32073\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 140,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/3e3c9b97e239b1dd56d45ee18e14900a-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1318644\",\n        \"ponumber\": \"1404194\",\n        \"pronumber\": \"I293793606\"\n    },\n    {\n        \"shipmentID\": 134758179,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 167.18,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751846400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1751932800000,\n        \"deliveryDate\": 1752105600000,\n        \"shipperName\": \"KENYON CONSUMER PRODUCTS\",\n        \"shipperAddress\": \"141  FAIRGROUNDS ROAD\",\n        \"shipperCity\": \"WEST KINGSTON\",\n        \"shipperState\": \"RI\",\n        \"shipperZip\": \"02892\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USCG FORCECOM CG TRACEN CAPE MAY\",\n        \"consigneeAddress\": \"1 MUNRO AVE\",\n        \"consigneeCity\": \"CAPE MAY\",\n        \"consigneeState\": \"NJ\",\n        \"consigneeZip\": \"08204\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 285,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/a32ba1dc545bc348f41d802fb88f1ebb-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F17BZ\"\n            }\n        ],\n        \"bolnumber\": \"1395892\",\n        \"ponumber\": \"1457551\",\n        \"pronumber\": \"I537059439\"\n    },\n    {\n        \"shipmentID\": 134758444,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 171.08,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752451200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753142400000,\n        \"deliveryDate\": 1753142400000,\n        \"shipperName\": \"FULCRUM CONCEPTS LLC\",\n        \"shipperAddress\": \"17389 PARHAM LANDING COURT\",\n        \"shipperCity\": \"WEST POINT\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23181\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM F 15 (AFLCMC WAQ)\",\n        \"consigneeAddress\": \"455 BYRON STREET BLDG 376\",\n        \"consigneeCity\": \"ROBINS AFB\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"31098\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 312,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/c91e42b0a68ba4df3b49ffe76533fdc8-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F102L\"\n            }\n        ],\n        \"bolnumber\": \"1397948\",\n        \"ponumber\": \"1410738\",\n        \"pronumber\": \"448219051\"\n    },\n    {\n        \"shipmentID\": 134758606,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 420.91,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751846400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1752537600000,\n        \"deliveryDate\": 1752537600000,\n        \"shipperName\": \"DEEPWATER BUOYANCY, INC\",\n        \"shipperAddress\": \"394 HILL STREET\",\n        \"shipperCity\": \"BIDDEFORD\",\n        \"shipperState\": \"ME\",\n        \"shipperZip\": \"04005\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVAL OCEANOGRAPHIC OFFICE\",\n        \"consigneeAddress\": \"TRANSPORTATION OFFICE MSAAP BLDG 9134\",\n        \"consigneeCity\": \"STENNIS SPACE CENTER\",\n        \"consigneeState\": \"MS\",\n        \"consigneeZip\": \"39529\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 1010,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/f929c8ad-333e-4b75-8117-c9b227166627.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F15R6\"\n            }\n        ],\n        \"bolnumber\": \"1397967\",\n        \"ponumber\": \"1448163\",\n        \"pronumber\": \"193447746\"\n    },\n    {\n        \"shipmentID\": 134759797,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 135.8,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752019200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1752105600000,\n        \"deliveryDate\": 1752105600000,\n        \"shipperName\": \"AIRBORNE SYSTEMS\",\n        \"shipperAddress\": \"5800 MAGNOLIA AVE\",\n        \"shipperCity\": \"PENNSAUKEN\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08109\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 182,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/e1f31c940ce73a16fdd339b72d4189f3-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1398232\",\n        \"ponumber\": \"1390939\",\n        \"pronumber\": \"646736306\"\n    },\n    {\n        \"shipmentID\": 134759861,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 171.08,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752019200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1752192000000,\n        \"deliveryDate\": 1752192000000,\n        \"shipperName\": \"COMROD INC\",\n        \"shipperAddress\": \"909 CANTERBURY RD\",\n        \"shipperCity\": \"WESTLAKE\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44145\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SPECIAL COMMUNICATIONS MISSION SOLU\",\n        \"consigneeAddress\": \"17134 WEBSTER FIELD ROAD\",\n        \"consigneeCity\": \"SAINT INIGOES\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20684\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 299,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/ec47903abcd278826d493383e79270a4-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13JK\"\n            }\n        ],\n        \"bolnumber\": \"1398249\",\n        \"ponumber\": \"1435072\",\n        \"pronumber\": \"I040551975\"\n    },\n    {\n        \"shipmentID\": 134759874,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 171.08,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752019200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1752192000000,\n        \"deliveryDate\": 1752192000000,\n        \"shipperName\": \"COMROD INC\",\n        \"shipperAddress\": \"909 CANTERBURY RD\",\n        \"shipperCity\": \"WESTLAKE\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44145\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SPECIAL COMMUNICATIONS MISSION SOLU\",\n        \"consigneeAddress\": \"17134 WEBSTER FIELD ROAD\",\n        \"consigneeCity\": \"SAINT INIGOES\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20684\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 160,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/65700f6288b4b1c3cd77e7cabf5cceaa-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13JK\"\n            }\n        ],\n        \"bolnumber\": \"1398250\",\n        \"ponumber\": \"1435071\",\n        \"pronumber\": \"I040551957\"\n    },\n    {\n        \"shipmentID\": 134759889,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 171.08,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752019200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1752192000000,\n        \"deliveryDate\": 1752451200000,\n        \"shipperName\": \"COMROD INC\",\n        \"shipperAddress\": \"909 CANTERBURY RD\",\n        \"shipperCity\": \"WESTLAKE\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44145\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PDM SSW (STRATEGIC SPECTRUM WARFARE\",\n        \"consigneeAddress\": \"6882 CRUISE RD\",\n        \"consigneeCity\": \"ABERDEEN PROVING GROUND\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"21005\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 272,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/e5ee4fe0a0c1a6a96070a5f7fc1fb581-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13UG\"\n            }\n        ],\n        \"bolnumber\": \"1398251\",\n        \"ponumber\": \"1437599\",\n        \"pronumber\": \"I040551966\"\n    },\n    {\n        \"shipmentID\": 134760379,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 146.25,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752192000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1752624000000,\n        \"shipperName\": \"L3 HARRIS\",\n        \"shipperAddress\": \"1350 JEFFERSON RD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 216,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/e0f1fb56-27b9-4f07-bd2a-e42272e7ecc7.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1398370\",\n        \"ponumber\": \"1404080\",\n        \"pronumber\": \"020-1275374\"\n    },\n    {\n        \"shipmentID\": 134760567,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 167.18,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752105600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1752192000000,\n        \"deliveryDate\": 1752192000000,\n        \"shipperName\": \"THALES DEFENSE & SECURITY, INC\",\n        \"shipperAddress\": \"22605 GATEWAY CENTER DRIVE\",\n        \"shipperCity\": \"CLARKSBURG\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"20871\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PDM PFM (PRECISION FIRES AND MORTAR\",\n        \"consigneeAddress\": \"BLDG 91 4TH AVE\",\n        \"consigneeCity\": \"PICATINNY ARSENAL\",\n        \"consigneeState\": \"NJ\",\n        \"consigneeZip\": \"07806\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 215,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/e57ddff5b85948927bbfd7f9ee25f7ae-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F144D\"\n            }\n        ],\n        \"bolnumber\": \"1398577\",\n        \"ponumber\": \"1372990\",\n        \"pronumber\": \"I359511507\"\n    },\n    {\n        \"shipmentID\": 134760890,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 180.69,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752105600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1752451200000,\n        \"deliveryDate\": 1752451200000,\n        \"shipperName\": \"BLUESKY MAST INC\",\n        \"shipperAddress\": \"2080 WILD ACRES ROAD\",\n        \"shipperCity\": \"LARGO\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33771\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ACTIVE SECURITY CONSULTING LLC\",\n        \"consigneeAddress\": \"23011 LADBROOK DR\",\n        \"consigneeCity\": \"STERLING\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"20166\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 295,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/c11f7e1b9444b7c4f86080a4a2d20b84-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1398667\",\n        \"ponumber\": \"1449912\",\n        \"pronumber\": \"I433594017\"\n    },\n    {\n        \"shipmentID\": 134760916,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 191.4,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752105600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1752451200000,\n        \"deliveryDate\": 1752451200000,\n        \"shipperName\": \"MUSTANGSURVIVAL\",\n        \"shipperAddress\": \"201 BUSCH DRIVE\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 500,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/f1aa89b6852038563a605f7a00e98caf-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1398686\",\n        \"ponumber\": \"1434267\",\n        \"pronumber\": \"I021204531\"\n    },\n    {\n        \"shipmentID\": 134760993,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 235.57,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752105600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1752537600000,\n        \"deliveryDate\": 1752537600000,\n        \"shipperName\": \"BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DR\",\n        \"shipperCity\": \"BELLEVILLE\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USCG BASE PORTSMOUTH\",\n        \"consigneeAddress\": \"4000 COAST GUARD BLVD\",\n        \"consigneeCity\": \"PORTSMOUTH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23703\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 525,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/a0a0839aa63320f093f02c9c630b17c6-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1398706\",\n        \"ponumber\": \"1454639\",\n        \"pronumber\": \"I733274721\"\n    },\n    {\n        \"shipmentID\": 134761039,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 324.08,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752105600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1752710400000,\n        \"deliveryDate\": 1752710400000,\n        \"shipperName\": \"GMES LLC\",\n        \"shipperAddress\": \"1391 E BOONE INDUSTRIAL BLVD\",\n        \"shipperCity\": \"COLUMBIA\",\n        \"shipperState\": \"MO\",\n        \"shipperZip\": \"65202\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 799,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a4454173-d8a9-4fd5-918d-1168ada7b19b.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1398710\",\n        \"ponumber\": \"1451030\",\n        \"pronumber\": \"104327600\"\n    },\n    {\n        \"shipmentID\": 134761045,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 311.49,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752105600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753315200000,\n        \"deliveryDate\": 1753315200000,\n        \"shipperName\": \"SAFARILAND LLC\",\n        \"shipperAddress\": \"10025 SIEMPRE VIVA RD.\",\n        \"shipperCity\": \"SAN DIEGO\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92154\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"US 21 INC\",\n        \"consigneeAddress\": \"2721 PROSPERITY AVE STE 300\",\n        \"consigneeCity\": \"FAIRFAX\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22031\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 296,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/e00e53e9-f0ed-4568-b77f-0ab259c7cb24.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"US21-03-12A\"\n            }\n        ],\n        \"bolnumber\": \"1398711\",\n        \"ponumber\": \"1452861\",\n        \"pronumber\": \"158508667\"\n    },\n    {\n        \"shipmentID\": 134761303,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 176.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752105600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1752451200000,\n        \"deliveryDate\": 1752451200000,\n        \"shipperName\": \"SCANFIL ATLANTA\",\n        \"shipperAddress\": \"6715 MAPLE AVENUE\",\n        \"shipperCity\": \"BUFORD\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30518\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 500,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/ab05c7db78be7769f1d90f7f992471f6-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1398727\",\n        \"ponumber\": \"1393848\",\n        \"pronumber\": \"435818473\"\n    },\n    {\n        \"shipmentID\": 134761376,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 307.21,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752105600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1752451200000,\n        \"deliveryDate\": 1752451200000,\n        \"shipperName\": \"WILEY X, INC.\",\n        \"shipperAddress\": \"15755 PRESTON RD\",\n        \"shipperCity\": \"FRISCO\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75033\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 916,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/774e65b2d0c10c04cbf293e8ac3f7bce-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1398746\",\n        \"ponumber\": \"1434278\",\n        \"pronumber\": \"423352458\"\n    },\n    {\n        \"shipmentID\": 134761402,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 808.91,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752105600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1752624000000,\n        \"deliveryDate\": 1752451200000,\n        \"shipperName\": \"ATLANTIC SIGNAL LLC\",\n        \"shipperAddress\": \"1221 S KANSAS AVE\",\n        \"shipperCity\": \"TOPEKA\",\n        \"shipperState\": \"KS\",\n        \"shipperZip\": \"66612\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMA 202 AIRCREW SYSTEMS\",\n        \"consigneeAddress\": \"4301 PACIFIC HWY\",\n        \"consigneeCity\": \"SAN DIEGO\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92110\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 2340,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c8efab5a-f638-4093-94a3-4e26d92b08eb.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"N0042125F0673\"\n            }\n        ],\n        \"bolnumber\": \"1398748\",\n        \"ponumber\": \"1446176\",\n        \"pronumber\": \"443604626\"\n    },\n    {\n        \"shipmentID\": 134761464,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 171.08,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752105600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1752624000000,\n        \"deliveryDate\": 1752624000000,\n        \"shipperName\": \"EHMKE MANUFACTURING COMPANY INC\",\n        \"shipperAddress\": \"4200 MACALESTER STREET\",\n        \"shipperCity\": \"PHILADELPHIA\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19124\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"435TH SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR\",\n        \"consigneeCity\": \"WRIGHT PATTERSON AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 340,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/9b7cb757cd78dd5a47463419a1d6ed6d-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13YF\"\n            }\n        ],\n        \"bolnumber\": \"1398756\",\n        \"ponumber\": \"1439264\",\n        \"pronumber\": \"I740566476\"\n    },\n    {\n        \"shipmentID\": 134761503,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 240.3,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752105600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1752624000000,\n        \"deliveryDate\": 1752624000000,\n        \"shipperName\": \"TYR TACTICAL\",\n        \"shipperAddress\": \"9330 N 91ST AVE\",\n        \"shipperCity\": \"PEORIA\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AUSTIN TX PD\",\n        \"consigneeAddress\": \"APD HEADQUARTERS\",\n        \"consigneeCity\": \"AUSTIN\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"78701\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 260,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/006b9be3-9750-4526-ba14-d6daac5b8abe.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"DO 8700 25031307590 - 1\"\n            }\n        ],\n        \"bolnumber\": \"1398759\",\n        \"ponumber\": \"1439293\",\n        \"pronumber\": \"130573967\"\n    },\n    {\n        \"shipmentID\": 134761580,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 157.56,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752451200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1752537600000,\n        \"deliveryDate\": 1752537600000,\n        \"shipperName\": \"WATERSHED LLC\",\n        \"shipperAddress\": \"2000 RIVERSIDE DR\",\n        \"shipperCity\": \"ASHEVILLE\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28804\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"LCI DISTRIBUTION\",\n        \"consigneeAddress\": \"4500 EMPEROR BLVD\",\n        \"consigneeCity\": \"DURHAM\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"27703\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 550,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/37944293d9e8da5648d89c4238bd5f40-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"2229407-2\"\n            }\n        ],\n        \"bolnumber\": \"1398766\",\n        \"ponumber\": \"1442559\",\n        \"pronumber\": \"447856855\"\n    },\n    {\n        \"shipmentID\": 134761684,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 407.46,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752192000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1752537600000,\n        \"deliveryDate\": 1752537600000,\n        \"shipperName\": \"SIMPLEX\",\n        \"shipperAddress\": \"3040 HAMLIN PARKWAY SUITE A\",\n        \"shipperCity\": \"SPRINGFIELD\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62711\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"LOCKHEED MARTIN CORP\",\n        \"consigneeAddress\": \"5749 BRIAR HILL RD BLDG 221\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 2529,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/78cfe35280e8007344da6350cf32aeed-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"H92254-17-D-0001\"\n            }\n        ],\n        \"bolnumber\": \"1398826\",\n        \"ponumber\": \"1339958\",\n        \"pronumber\": \"I580556961\"\n    },\n    {\n        \"shipmentID\": 134762103,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 360.39,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752192000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1752796800000,\n        \"deliveryDate\": 1752796800000,\n        \"shipperName\": \"CAPTOR CORPORATION\",\n        \"shipperAddress\": \"5040 SOUTH COUNTY ROAD 25A\",\n        \"shipperCity\": \"TIPP CITY\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"45371\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC PORT HUENEME\",\n        \"consigneeAddress\": \"4363 MISSILE WAY, BLDG. 435\",\n        \"consigneeCity\": \"PORT HUENEME\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"93043\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 740,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/beb55182-e901-4a49-96f4-f8956becf215.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F19DC\"\n            }\n        ],\n        \"bolnumber\": \"1398948\",\n        \"ponumber\": \"1398098\",\n        \"pronumber\": \"064231842\"\n    },\n    {\n        \"shipmentID\": 134762325,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 149.01,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752192000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754006400000,\n        \"deliveryDate\": 1754006400000,\n        \"shipperName\": \"NORTH AMERICAN RESCUE\",\n        \"shipperAddress\": \"35 TEDWALL COURT\",\n        \"shipperCity\": \"GREER\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29650\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"US ARMY PROTECTIVE SERVICES BN CID\",\n        \"consigneeAddress\": \"9501 FARRELL RD BLDG 808\",\n        \"consigneeCity\": \"FORT BELVOIR\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22060\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 250,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/14243ff2-c210-4e72-8ea0-31183ca28049.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX25F3029\"\n            }\n        ],\n        \"bolnumber\": \"1399006\",\n        \"ponumber\": \"1452853\",\n        \"pronumber\": \"055853542\"\n    },\n    {\n        \"shipmentID\": 134762380,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 400.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752451200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753056000000,\n        \"deliveryDate\": 1753056000000,\n        \"shipperName\": \"BLUEWATER ROPES\",\n        \"shipperAddress\": \"131 LOVVORN RD\",\n        \"shipperCity\": \"CARROLLTON\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30117\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"EODESU 1\",\n        \"consigneeAddress\": \"3500 ATTU RD\",\n        \"consigneeCity\": \"SAN DIEGO\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92155\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 830,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/60460760-639a-4d82-a74b-77f5288f0f25.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"R553215100KP31\"\n            }\n        ],\n        \"bolnumber\": \"1399030\",\n        \"ponumber\": \"1459383\",\n        \"pronumber\": \"422464685\"\n    },\n    {\n        \"shipmentID\": 134763561,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 561.72,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752451200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753056000000,\n        \"deliveryDate\": 1753056000000,\n        \"shipperName\": \"MID-ATLANTIC COMPUTER SERVICES\",\n        \"shipperAddress\": \"13030 ALONDRA BLVD\",\n        \"shipperCity\": \"CERRITOS\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"90703\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MODERN TECHNOLOGY SOLUTIONS INC\",\n        \"consigneeAddress\": \"360C QUALITY CIRCLE SUITE 310\",\n        \"consigneeCity\": \"HUNTSVILLE\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35806\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 1847,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/71b5f6e3-f155-46db-b79c-0c6272e51fa9.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F15JR\"\n            }\n        ],\n        \"bolnumber\": \"1399617\",\n        \"ponumber\": \"1448068\",\n        \"pronumber\": \"854689205\"\n    },\n    {\n        \"shipmentID\": 134763749,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 119.79,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752537600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1752624000000,\n        \"shipperName\": \"DEFENSE VENTURE HOLDINGS\",\n        \"shipperAddress\": \"2601 PERFORMANCE CT.\",\n        \"shipperCity\": \"VIRGINIA BEACH\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 162,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/765f077d-b849-41aa-9273-00e98da930bf.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1399667\",\n        \"ponumber\": \"1458775\",\n        \"pronumber\": \"028-0850311\"\n    },\n    {\n        \"shipmentID\": 134763921,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 434.67,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752537600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753228800000,\n        \"deliveryDate\": 1753056000000,\n        \"shipperName\": \"SUREFIRE LLC\",\n        \"shipperAddress\": \"17680 NEWHOPE STREET\",\n        \"shipperCity\": \"FOUNTAIN VALLEY\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92708\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 725,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/ce440616-7268-41ce-abc1-0c87b495bb20.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1399691\",\n        \"ponumber\": \"1441940\",\n        \"pronumber\": \"411924973\"\n    },\n    {\n        \"shipmentID\": 134764085,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 167.18,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752537600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753056000000,\n        \"deliveryDate\": 1753056000000,\n        \"shipperName\": \"EDGETECH\",\n        \"shipperAddress\": \"4 LITTLE BROOK ROAD\",\n        \"shipperCity\": \"WEST WAREHAM\",\n        \"shipperState\": \"MA\",\n        \"shipperZip\": \"02576\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USACE NAD VA DIST\",\n        \"consigneeAddress\": \"803 FRONT STREET\",\n        \"consigneeCity\": \"NORFOLK\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23510\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 137,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/d5814732-d68a-49bc-800d-68522e6d0830.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F175Y\"\n            }\n        ],\n        \"bolnumber\": \"1399788\",\n        \"ponumber\": \"1456575\",\n        \"pronumber\": \"I693628542\"\n    },\n    {\n        \"shipmentID\": 134764205,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 237.06,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752537600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753056000000,\n        \"deliveryDate\": 1753056000000,\n        \"shipperName\": \"EXXEL OUTDOORS\",\n        \"shipperAddress\": \"126 PLANT RD\",\n        \"shipperCity\": \"TUPELO\",\n        \"shipperState\": \"MS\",\n        \"shipperZip\": \"38804\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FBI TTU\",\n        \"consigneeAddress\": \"FBI ACADEMY - TTU\",\n        \"consigneeCity\": \"QUANTICO\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22135\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 548,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/78f44ede-1f59-4dd1-a627-beae321a4272.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"15F06725F0000019\"\n            }\n        ],\n        \"bolnumber\": \"1399826\",\n        \"ponumber\": \"1422942\",\n        \"pronumber\": \"479850722\"\n    },\n    {\n        \"shipmentID\": 134764479,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 240.82,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752537600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756166400000,\n        \"deliveryDate\": 1756166400000,\n        \"shipperName\": \"CYALUME TECHNOLOGIES\",\n        \"shipperAddress\": \"96 WINDSOR STREET\",\n        \"shipperCity\": \"WEST SPRINGFIELD\",\n        \"shipperState\": \"MA\",\n        \"shipperZip\": \"01089\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USSS SOD HAMMER\",\n        \"consigneeAddress\": \"245 MURRAY LANE SW\",\n        \"consigneeCity\": \"WASHINGTON\",\n        \"consigneeState\": \"DC\",\n        \"consigneeZip\": \"20032\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 481,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/67ae70cf-bb8d-4b4a-b2ab-5cf427fb4b4f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F16KC\"\n            }\n        ],\n        \"bolnumber\": \"1399870\",\n        \"ponumber\": \"1452793\",\n        \"pronumber\": \"041734862\"\n    },\n    {\n        \"shipmentID\": 134764539,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 295.09,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752624000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1753142400000,\n        \"shipperName\": \"GALVION BALLISTIC\",\n        \"shipperAddress\": \"30 INDUSTRIAL DRIVE\",\n        \"shipperCity\": \"NEWPORT\",\n        \"shipperState\": \"VT\",\n        \"shipperZip\": \"05855\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DHS ICE\",\n        \"consigneeAddress\": \"OFFICE OF FIREARMS AND TACTICAL PROGRAMS\",\n        \"consigneeCity\": \"FORT MOORE\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"31905\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 618,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/9ad22fc4-507a-4b46-a668-b9d8b78d0386.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"70CMSW24P00000032\"\n            }\n        ],\n        \"bolnumber\": \"1399892\",\n        \"ponumber\": \"1396710\",\n        \"pronumber\": \"\"\n    },\n    {\n        \"shipmentID\": 134764759,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 304.57,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752624000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753315200000,\n        \"deliveryDate\": 1753315200000,\n        \"shipperName\": \"SUREFIRE LLC\",\n        \"shipperAddress\": \"17680 NEWHOPE STREET\",\n        \"shipperCity\": \"FOUNTAIN VALLEY\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92708\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 290,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/69191016-eb08-44b4-8cb2-9f8b55fd08c7.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1399950\",\n        \"ponumber\": \"1461293\",\n        \"pronumber\": \"411924984\"\n    },\n    {\n        \"shipmentID\": 134764792,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 304.57,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752710400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753660800000,\n        \"deliveryDate\": 1753660800000,\n        \"shipperName\": \"SILVUS TECHNOLOGIES, INC\",\n        \"shipperAddress\": \"10990 WILSHIRE BLVD\",\n        \"shipperCity\": \"LOS ANGELES\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"90024\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWCDD GUN AND ELECTRONIC WEAPON SY\",\n        \"consigneeAddress\": \"6220 TISDALE RD, BLDG. 125\",\n        \"consigneeCity\": \"DAHLGREN\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22448\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 395,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b3725990-2ec5-4dc1-a6c6-7e8a6134ce8d.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F14CG\"\n            }\n        ],\n        \"bolnumber\": \"1399966\",\n        \"ponumber\": \"1442976\",\n        \"pronumber\": \"482578132\"\n    },\n    {\n        \"shipmentID\": 134765250,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 865.72,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752624000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1753228800000,\n        \"shipperName\": \"L3 HARRIS\",\n        \"shipperAddress\": \"1350 JEFFERSON RD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AFSFC DET 3\",\n        \"consigneeAddress\": \"755 CARTER RD\",\n        \"consigneeCity\": \"FT BLISS\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"79916\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 2207,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/7aaa35cb-0220-4023-92ea-cfefb8eb3040.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F11C6\"\n            }\n        ],\n        \"bolnumber\": \"1400166\",\n        \"ponumber\": \"1420888\",\n        \"pronumber\": \"028367244\"\n    },\n    {\n        \"shipmentID\": 134765316,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 195.94,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752624000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753228800000,\n        \"deliveryDate\": 1753228800000,\n        \"shipperName\": \"SKF/KAYDON PLANT 12A\",\n        \"shipperAddress\": \"840 CORPORATE CIR\",\n        \"shipperCity\": \"SUMTER\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29154\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"RED RIVER ARMY DEPOT\",\n        \"consigneeAddress\": \"10TH STREET & K AVENUE\",\n        \"consigneeCity\": \"TEXARKANA\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"75507\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 1004,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/76751064-2c68-4577-a7f8-66dab5bc2b17.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL23F1EEU\"\n            }\n        ],\n        \"bolnumber\": \"1400173\",\n        \"ponumber\": \"1326915\",\n        \"pronumber\": \"056672614\"\n    },\n    {\n        \"shipmentID\": 134765663,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 176.76,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752710400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753833600000,\n        \"deliveryDate\": 1753833600000,\n        \"shipperName\": \"INTELSAT GENERAL COMMS C/O ITASCA\",\n        \"shipperAddress\": \"1155 W DEVON AVE\",\n        \"shipperCity\": \"ITASCA\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60143\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AFLCMC WIS SOF PR\",\n        \"consigneeAddress\": \"1895 5TH ST. BLDG. 46\",\n        \"consigneeCity\": \"WRIGHT PATTERSON AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 297,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/b7b59c5ee274dc5adf6cfefceefdc253-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F17TE\"\n            }\n        ],\n        \"bolnumber\": \"1400326\",\n        \"ponumber\": \"1460291\",\n        \"pronumber\": \"I419709393\"\n    },\n    {\n        \"shipmentID\": 134765708,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 264.95,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752624000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753747200000,\n        \"deliveryDate\": 1753747200000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"14TH ASOS\",\n        \"consigneeAddress\": \"1443 REILLY RD BLDG 560\",\n        \"consigneeCity\": \"POPE ARMY AIRFIELD\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28308\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 661,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/48676024-8562-489c-b7a8-d160896544ff.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"PO-97748\"\n            }\n        ],\n        \"bolnumber\": \"1400366\",\n        \"ponumber\": \"1449936\",\n        \"pronumber\": \"218606466\"\n    },\n    {\n        \"shipmentID\": 134765835,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 160.45,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752624000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753228800000,\n        \"deliveryDate\": 1753228800000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 238,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/bcc77f5f-de8c-49a6-aaeb-02f6248fda41.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1400406\",\n        \"ponumber\": \"1443273\",\n        \"pronumber\": \"218606465\"\n    },\n    {\n        \"shipmentID\": 134766325,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 216.84,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752710400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753142400000,\n        \"deliveryDate\": 1753228800000,\n        \"shipperName\": \"EXXEL OUTDOORS\",\n        \"shipperAddress\": \"126 PLANT RD\",\n        \"shipperCity\": \"TUPELO\",\n        \"shipperState\": \"MS\",\n        \"shipperZip\": \"38804\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FBI TTU\",\n        \"consigneeAddress\": \"FBI ACADEMY - TTU\",\n        \"consigneeCity\": \"QUANTICO\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22135\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 430,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/dd4d2cf3-2cb1-4ab2-be79-44105c30d515.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"15F06725F0000019\"\n            }\n        ],\n        \"bolnumber\": \"1400706\",\n        \"ponumber\": \"1427478\",\n        \"pronumber\": \"I389912157\"\n    },\n    {\n        \"shipmentID\": 134766806,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 695.32,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752710400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753228800000,\n        \"deliveryDate\": 1753142400000,\n        \"shipperName\": \"ATLANTIC SIGNAL LLC\",\n        \"shipperAddress\": \"1221 S KANSAS AVE\",\n        \"shipperCity\": \"TOPEKA\",\n        \"shipperState\": \"KS\",\n        \"shipperZip\": \"66612\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMA 202 AIRCREW SYSTEMS\",\n        \"consigneeAddress\": \"4301 PACIFIC HWY\",\n        \"consigneeCity\": \"SAN DIEGO\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92110\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 1790,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/abf3e284-efe2-4613-af9e-d94da9b6766b.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"N0042125F0673\"\n            }\n        ],\n        \"bolnumber\": \"1400855\",\n        \"ponumber\": \"1446176\",\n        \"pronumber\": \"446384551\"\n    },\n    {\n        \"shipmentID\": 134766861,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 171.44,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752710400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753228800000,\n        \"deliveryDate\": 1753228800000,\n        \"shipperName\": \"EHMKE MANUFACTURING COMPANY INC\",\n        \"shipperAddress\": \"4200 MACALESTER STREET\",\n        \"shipperCity\": \"PHILADELPHIA\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19124\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"435TH SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR\",\n        \"consigneeCity\": \"WRIGHT PATTERSON AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 341,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/b4735c9019713325f1f1909ce2b9ffac-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13YF\"\n            }\n        ],\n        \"bolnumber\": \"1400867\",\n        \"ponumber\": \"1439264\",\n        \"pronumber\": \"I730611702\"\n    },\n    {\n        \"shipmentID\": 134766870,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 171.44,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752710400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753056000000,\n        \"deliveryDate\": 1753142400000,\n        \"shipperName\": \"BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DR\",\n        \"shipperCity\": \"BELLEVILLE\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USCG BASE PORTSMOUTH\",\n        \"consigneeAddress\": \"4000 COAST GUARD BLVD\",\n        \"consigneeCity\": \"PORTSMOUTH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23703\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 210,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/8b23cc84dc00a901f98a7326b37c6bbd-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1400868\",\n        \"ponumber\": \"1454639\",\n        \"pronumber\": \"I620724384\"\n    },\n    {\n        \"shipmentID\": 134766987,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 149.33,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752710400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1753228800000,\n        \"shipperName\": \"INTERSURGICAL/MAIN OCEAN\",\n        \"shipperAddress\": \"300 A TRADE ZONE BLVD\",\n        \"shipperCity\": \"SUMMERVILLE\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29486\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 240,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/5d48a8e4-8c7d-40a8-bfde-fb74fa285f01.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1400875\",\n        \"ponumber\": \"1460130\",\n        \"pronumber\": \"058655056\"\n    },\n    {\n        \"shipmentID\": 134767045,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 260.52,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753056000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1753142400000,\n        \"shipperName\": \"ADVANCED PACKAGING, INC\",\n        \"shipperAddress\": \"4818 SETON DRIVE\",\n        \"shipperCity\": \"BALTIMORE\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21215\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SPECIAL COMMUNICATIONS MISSION SOLU\",\n        \"consigneeAddress\": \"17100 WEBSTER FIELD RD BLDG 8185\",\n        \"consigneeCity\": \"ST INIGOES\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20684\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1932,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/3063ef0c-3698-44e4-993c-9e393e1d7c0d.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F12FL\"\n            }\n        ],\n        \"bolnumber\": \"1400931\",\n        \"ponumber\": \"1428894\",\n        \"pronumber\": \"446466904\"\n    },\n    {\n        \"shipmentID\": 134767621,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 152.87,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753142400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753228800000,\n        \"deliveryDate\": 1753660800000,\n        \"shipperName\": \"COCOON SOUTH NEW\",\n        \"shipperAddress\": \"824 LOCUST ST.\",\n        \"shipperCity\": \"HENDERSONVILLE\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28792\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"A CO 96TH ASB 101ST CAB 101ST ABN D\",\n        \"consigneeAddress\": \"6628 101ST AIRBORNE DIVISION RD\",\n        \"consigneeCity\": \"CLARKSVILLE\",\n        \"consigneeState\": \"TN\",\n        \"consigneeZip\": \"37042\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 366,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/99f4cafa4df73468323cfc5bf1276253-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EM25F1034\"\n            }\n        ],\n        \"bolnumber\": \"1401030\",\n        \"ponumber\": \"1427436\",\n        \"pronumber\": \"447851292\"\n    },\n    {\n        \"shipmentID\": 134768239,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 505.19,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753056000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753747200000,\n        \"deliveryDate\": 1753747200000,\n        \"shipperName\": \"PAULSON MFG\",\n        \"shipperAddress\": \"46752 RAINBOW CYN RD.\",\n        \"shipperCity\": \"TEMECULA\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92592\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 800,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/56aa02d2-213a-4bea-8663-ee89fb38c89e.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1401369\",\n        \"ponumber\": \"1461539\",\n        \"pronumber\": \"447214460\"\n    },\n    {\n        \"shipmentID\": 134769006,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 196.08,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753056000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753142400000,\n        \"deliveryDate\": 1753142400000,\n        \"shipperName\": \"INTERSURGICAL/MAIN OCEAN\",\n        \"shipperAddress\": \"300 A TRADE ZONE BLVD\",\n        \"shipperCity\": \"SUMMERVILLE\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29486\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 680,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/a2a235d87d46a82bbee0e1b873588e1b-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1401666\",\n        \"ponumber\": \"1460607\",\n        \"pronumber\": \"444850023\"\n    },\n    {\n        \"shipmentID\": 134769190,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 262.82,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753056000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753747200000,\n        \"deliveryDate\": 1753747200000,\n        \"shipperName\": \"LOCKHEED MARTIN\",\n        \"shipperAddress\": \"1330 30TH STREET\",\n        \"shipperCity\": \"SAN DIEGO\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92154\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVAL OCEANOGRAPHIC OFFICE\",\n        \"consigneeAddress\": \"MOSES COOK RD; BLDG 9134\",\n        \"consigneeCity\": \"STENNIS SPACE CENTER\",\n        \"consigneeState\": \"MS\",\n        \"consigneeZip\": \"39522\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 378,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/bb706d16-8d73-4632-a04a-6246b50c453f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F14GK\"\n            }\n        ],\n        \"bolnumber\": \"1401746\",\n        \"ponumber\": \"1441924\",\n        \"pronumber\": \"158543444\"\n    },\n    {\n        \"shipmentID\": 134769522,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 676.66,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753142400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1753920000000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"336TH TRSS\",\n        \"consigneeAddress\": \"1067 W SURVIVAL LOOP\",\n        \"consigneeCity\": \"FAIRCHILD AFB\",\n        \"consigneeState\": \"WA\",\n        \"consigneeZip\": \"99011\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1771,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/99800b12-e058-4606-8ec1-646751d64de2.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F16L0\"\n            }\n        ],\n        \"bolnumber\": \"1401768\",\n        \"ponumber\": \"1452788\",\n        \"pronumber\": \" 218619463 \"\n    },\n    {\n        \"shipmentID\": 134769556,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 240.82,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753056000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753747200000,\n        \"deliveryDate\": 1753747200000,\n        \"shipperName\": \"LEATHERMAN TOOL GROUP\",\n        \"shipperAddress\": \"12099 NE AINSWORTH CIRCLE\",\n        \"shipperCity\": \"PORTLAND\",\n        \"shipperState\": \"OR\",\n        \"shipperZip\": \"97220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"IAP WORLDWIDE SERVICES INC\",\n        \"consigneeAddress\": \"4962 RIVERTON ROAD\",\n        \"consigneeCity\": \"DAYTON\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45414\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 230,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/dbb314df-d93e-4966-a352-02aee00ce758.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPECIAL TACTICS BARS\"\n            }\n        ],\n        \"bolnumber\": \"1401809\",\n        \"ponumber\": \"1461603\",\n        \"pronumber\": \"145225953\"\n    },\n    {\n        \"shipmentID\": 134770048,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1504.14,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753142400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753747200000,\n        \"deliveryDate\": 1753660800000,\n        \"shipperName\": \"CUSTOM FAB INC\",\n        \"shipperAddress\": \"7345 ORANGEWOOD AVE\",\n        \"shipperCity\": \"GARDEN GROVE\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92841\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"SOFSA\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 3395,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/28ff8f40-931c-4dbd-b433-7b4c61dfe6dc.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24P0017\"\n            }\n        ],\n        \"bolnumber\": \"1401894\",\n        \"ponumber\": \"1405897\",\n        \"pronumber\": \"415504316\"\n    },\n    {\n        \"shipmentID\": 134770055,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 492.33,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753142400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753660800000,\n        \"deliveryDate\": 1753660800000,\n        \"shipperName\": \"L3 HARRIS\",\n        \"shipperAddress\": \"1350 JEFFERSON RD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SCIENCE APPLICATIONS INTERNATIONAL\",\n        \"consigneeAddress\": \"7410-B MAGI ROAD\",\n        \"consigneeCity\": \"HANAHAN\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1368,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F11C0\"\n            }\n        ],\n        \"bolnumber\": \"1401893\",\n        \"ponumber\": \"1420884\",\n        \"pronumber\": \"028388451\"\n    },\n    {\n        \"shipmentID\": 134770059,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 492.33,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753142400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753660800000,\n        \"deliveryDate\": 1753660800000,\n        \"shipperName\": \"L3 HARRIS\",\n        \"shipperAddress\": \"1350 JEFFERSON RD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SCIENCE APPLICATIONS INTERNATIONAL\",\n        \"consigneeAddress\": \"7410-B MAGI ROAD\",\n        \"consigneeCity\": \"HANAHAN\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1368,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/77f7aaa2-b5d0-485c-984b-64b5081a4a28.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F11C0\"\n            }\n        ],\n        \"bolnumber\": \"1401893\",\n        \"ponumber\": \"1420884\",\n        \"pronumber\": \"028388451\"\n    },\n    {\n        \"shipmentID\": 134770149,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 131.9,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753142400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1753228800000,\n        \"shipperName\": \"70E SOLUTIONS\",\n        \"shipperAddress\": \"135 SPARKS AVE.\",\n        \"shipperCity\": \"BUTLER\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"16001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 330,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/97681f8d-2bf1-4401-90e6-0618965387cc.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1401901\",\n        \"ponumber\": \"1456508\",\n        \"pronumber\": \"004-1327514\"\n    },\n    {\n        \"shipmentID\": 134770490,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 208.2,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753315200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1753747200000,\n        \"shipperName\": \"PENDULUM INSTRUMENTS, INC.\",\n        \"shipperAddress\": \"4552 SUNBELT DRIVE\",\n        \"shipperCity\": \"ADDISON\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PDM TMDE  CALIBRATION SETS (CALSETS\",\n        \"consigneeAddress\": \"3460 AEROBEE ROAD\",\n        \"consigneeCity\": \"HUNTSVILLE\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35898\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 552,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13LN\"\n            }\n        ],\n        \"bolnumber\": \"1402009\",\n        \"ponumber\": \"1435678\",\n        \"pronumber\": \"1402009\"\n    },\n    {\n        \"shipmentID\": 134770498,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 208.2,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753315200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753747200000,\n        \"deliveryDate\": 1753920000000,\n        \"shipperName\": \"PENDULUM INSTRUMENTS, INC.\",\n        \"shipperAddress\": \"4552 SUNBELT DRIVE\",\n        \"shipperCity\": \"ADDISON\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PDM TMDE  CALIBRATION SETS (CALSETS\",\n        \"consigneeAddress\": \"3460 AEROBEE ROAD\",\n        \"consigneeCity\": \"HUNTSVILLE\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35898\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 552,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/cb22a9b048ae29b95686fe77b343f106-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13LN\"\n            }\n        ],\n        \"bolnumber\": \"1402009\",\n        \"ponumber\": \"1435678\",\n        \"pronumber\": \"1402009\"\n    },\n    {\n        \"shipmentID\": 134771429,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 417.86,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753401600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1754006400000,\n        \"shipperName\": \"GARRETT CONTAINER SYSTEMS\",\n        \"shipperAddress\": \"123 N INDUSTRIAL PARK AVE\",\n        \"shipperCity\": \"ACCIDENT\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21520\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USCG MSRT CHESAPEAKE\",\n        \"consigneeAddress\": \"1260 SHOTGUN RD MSRT\",\n        \"consigneeCity\": \"CHESAPEAKE\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23322\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 2280,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/428b22d4-9b9b-4458-9962-726707f5bb0f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F11YH\"\n            }\n        ],\n        \"bolnumber\": \"1402447\",\n        \"ponumber\": \"1425125\",\n        \"pronumber\": \"001-1971681\"\n    },\n    {\n        \"shipmentID\": 134771441,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 263.33,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753228800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753833600000,\n        \"deliveryDate\": 1753833600000,\n        \"shipperName\": \"PELICAN\",\n        \"shipperAddress\": \"1564 INNOVATION BLVD\",\n        \"shipperCity\": \"CLAYTON\",\n        \"shipperState\": \"IN\",\n        \"shipperZip\": \"46118\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC PORT HUENEME\",\n        \"consigneeAddress\": \"4363 MISSILE WAY, BLDG. 435\",\n        \"consigneeCity\": \"PORT HUENEME\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"93043\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 350,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/bee88c93-bf13-43fe-a8de-5dfeb159faab.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F1890\"\n            }\n        ],\n        \"bolnumber\": \"1402449\",\n        \"ponumber\": \"1462421\",\n        \"pronumber\": \"050748851\"\n    },\n    {\n        \"shipmentID\": 134771495,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 689.76,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753228800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754352000000,\n        \"deliveryDate\": 1754352000000,\n        \"shipperName\": \"CASCADE DESIGNS\",\n        \"shipperAddress\": \"10990 LEAR BLVD\",\n        \"shipperCity\": \"RENO\",\n        \"shipperState\": \"NV\",\n        \"shipperZip\": \"89506\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1884,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/22fcc584-69c5-44a3-9de2-e861020f7ce9.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1402451\",\n        \"ponumber\": \"1422531\",\n        \"pronumber\": \"134675568\"\n    },\n    {\n        \"shipmentID\": 134771580,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 699.94,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753315200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753747200000,\n        \"deliveryDate\": 1753747200000,\n        \"shipperName\": \"HIGH GROUND GEAR\",\n        \"shipperAddress\": \"1315 CALLE AVANZADO\",\n        \"shipperCity\": \"SAN CLEMENTE\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92673\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"TRAVIS ASSOCIATION FOR THE BLIND\",\n        \"consigneeAddress\": \"4512 SOUTH PLEASANT VALLEY RD.\",\n        \"consigneeCity\": \"AUSTIN\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"78744\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 1751,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/3c5e230c7d1dc9ffaa34875bbf54ae46-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"25-03303\"\n            }\n        ],\n        \"bolnumber\": \"1402471\",\n        \"ponumber\": \"1461530\",\n        \"pronumber\": \"2914346766\"\n    },\n    {\n        \"shipmentID\": 134771593,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 798.12,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753228800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753747200000,\n        \"deliveryDate\": 1753747200000,\n        \"shipperName\": \"HIGH GROUND GEAR\",\n        \"shipperAddress\": \"46752 RAINBOW CANYON RD\",\n        \"shipperCity\": \"TEMECULA\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92592\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"TRAVIS ASSOCIATION FOR THE BLIND\",\n        \"consigneeAddress\": \"4512 SOUTH PLEASANT VALLEY RD.\",\n        \"consigneeCity\": \"AUSTIN\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"78744\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 2250,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/bbf3d9e447052f35127288b792b2909d-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"25-03303\"\n            }\n        ],\n        \"bolnumber\": \"1402473\",\n        \"ponumber\": \"1461530\",\n        \"pronumber\": \"2900212115\"\n    },\n    {\n        \"shipmentID\": 134771605,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 663.95,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753315200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753747200000,\n        \"deliveryDate\": 1753747200000,\n        \"shipperName\": \"HIGH GROUND GEAR\",\n        \"shipperAddress\": \"7359 NW 34TH ST\",\n        \"shipperCity\": \"MIAMI\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33122\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"TRAVIS ASSOCIATION FOR THE BLIND\",\n        \"consigneeAddress\": \"4512 SOUTH PLEASANT VALLEY RD.\",\n        \"consigneeCity\": \"AUSTIN\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"78744\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 2421,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/d021dbc2250b45dca784cb5021f317f3-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"25-03303\"\n            }\n        ],\n        \"bolnumber\": \"1402475\",\n        \"ponumber\": \"1461530\",\n        \"pronumber\": \"400951932\"\n    },\n    {\n        \"shipmentID\": 134772113,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 436.91,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753315200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753660800000,\n        \"deliveryDate\": 1753660800000,\n        \"shipperName\": \"SAFARILAND LLC\",\n        \"shipperAddress\": \"3041 FAYE RD\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32226\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 2832,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/09f2f16e-5db1-4d72-8763-d5a66e88711b.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1402586\",\n        \"ponumber\": \"1452529\",\n        \"pronumber\": \"411450051\"\n    },\n    {\n        \"shipmentID\": 134772216,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 365.6,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753315200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753660800000,\n        \"deliveryDate\": 1753660800000,\n        \"shipperName\": \"WILEY X, INC.\",\n        \"shipperAddress\": \"15755 PRESTON RD\",\n        \"shipperCity\": \"FRISCO\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75033\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1185,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/0534e720da1efad22ae52a233e68e344-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1402606\",\n        \"ponumber\": \"1434278\",\n        \"pronumber\": \"454746831\"\n    },\n    {\n        \"shipmentID\": 134772231,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 201.46,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753315200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1754006400000,\n        \"shipperName\": \"WILEY X, INC.\",\n        \"shipperAddress\": \"15755 PRESTON RD\",\n        \"shipperCity\": \"FRISCO\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75033\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 300,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/4f07fd90dc1a879e9058159e58ba14b1-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1372471\",\n        \"ponumber\": \"1441941\",\n        \"pronumber\": \"8155760885\"\n    },\n    {\n        \"shipmentID\": 134772252,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 224.3,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753315200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754352000000,\n        \"deliveryDate\": 1754352000000,\n        \"shipperName\": \"KRATOS UNMANNED AERIAL SYSTEMS\",\n        \"shipperAddress\": \"5301 RALEY BLVD\",\n        \"shipperCity\": \"SACRAMENTO\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"95831\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMA 208 NAVY AERIAL TARGETS AND DEC\",\n        \"consigneeAddress\": \"9TH STREET BLDG 123\",\n        \"consigneeCity\": \"POINT MUGU\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"93042\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 884,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/0ded0fd1-6bcb-46ef-af86-1e9d603b84fd.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL22F159R\"\n            }\n        ],\n        \"bolnumber\": \"1402626\",\n        \"ponumber\": \"1220660\",\n        \"pronumber\": \"155225964\"\n    },\n    {\n        \"shipmentID\": 134772273,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 211.77,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753315200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753660800000,\n        \"deliveryDate\": 1753660800000,\n        \"shipperName\": \"MUSTANGSURVIVAL\",\n        \"shipperAddress\": \"201 BUSCH DRIVE\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 640,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/b04418083bb0c4cee8460f18ffd0bf97-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1402627\",\n        \"ponumber\": \"1463359\",\n        \"pronumber\": \"411226088\"\n    },\n    {\n        \"shipmentID\": 134772281,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1165.99,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753315200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1753920000000,\n        \"shipperName\": \"CASCADE DESIGNS\",\n        \"shipperAddress\": \"10990 LEAR BLVD\",\n        \"shipperCity\": \"RENO\",\n        \"shipperState\": \"NV\",\n        \"shipperZip\": \"89506\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"435TH SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR\",\n        \"consigneeCity\": \"WRIGHT PATTERSON AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 2907,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b9669058-b2bf-4295-b960-a8530db98d53.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13YF\"\n            }\n        ],\n        \"bolnumber\": \"1402646\",\n        \"ponumber\": \"1439122\",\n        \"pronumber\": null\n    },\n    {\n        \"shipmentID\": 134772363,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 192.21,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753315200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753660800000,\n        \"deliveryDate\": 1753660800000,\n        \"shipperName\": \"MUSTANGSURVIVAL\",\n        \"shipperAddress\": \"201 BUSCH DRIVE\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 500,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/6897b996-8238-43b7-aafb-cb487302143e.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1402687\",\n        \"ponumber\": \"1434267\",\n        \"pronumber\": \"I021204549\"\n    },\n    {\n        \"shipmentID\": 134772369,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 747.3,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753315200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754524800000,\n        \"deliveryDate\": 1754524800000,\n        \"shipperName\": \"DEEPWATER BUOYANCY, INC\",\n        \"shipperAddress\": \"394 HILL STREET\",\n        \"shipperCity\": \"BIDDEFORD\",\n        \"shipperState\": \"ME\",\n        \"shipperZip\": \"04005\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVAL OCEANOGRAPHIC OFFICE\",\n        \"consigneeAddress\": \"MSAAP B9134, CODE N114 UIC: N62306\",\n        \"consigneeCity\": \"STENNIS SPACE CENTER\",\n        \"consigneeState\": \"MS\",\n        \"consigneeZip\": \"39522\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 2140,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a1c7eb4e-f27b-4fda-83ea-3e10527c0892.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F15KE\"\n            }\n        ],\n        \"bolnumber\": \"1402691\",\n        \"ponumber\": \"1448162\",\n        \"pronumber\": \"193457161\"\n    },\n    {\n        \"shipmentID\": 134772466,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 241.33,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753315200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753833600000,\n        \"deliveryDate\": 1753833600000,\n        \"shipperName\": \"REAL-TIME LABORATORIES, LLC\",\n        \"shipperAddress\": \"990 SOUTH ROGERS CIRCLE\",\n        \"shipperCity\": \"BOCA RATON\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33487\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PDD FOREIGN MILITARY SALES (FMS)-PO\",\n        \"consigneeAddress\": \"3150 GATELY ROAD\",\n        \"consigneeCity\": \"PICATINNY ARSENAL\",\n        \"consigneeState\": \"NJ\",\n        \"consigneeZip\": \"07806\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 410,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/058f5a7e-9ce9-44e2-a667-8a90410f518a.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1402729\",\n        \"ponumber\": \"1353724\",\n        \"pronumber\": \"220509793\"\n    },\n    {\n        \"shipmentID\": 134772518,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 177.14,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753660800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753833600000,\n        \"deliveryDate\": 1753920000000,\n        \"shipperName\": \"LIFESAVING SYSTEMS CORPORATION\",\n        \"shipperAddress\": \"220 ELSBERRY RD\",\n        \"shipperCity\": \"APOLLO BEACH\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33572\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SPECIAL MISSION TRAINING CENTER  SM\",\n        \"consigneeAddress\": \"BB-326 COURTHOUSE BAY\",\n        \"consigneeCity\": \"CAMP LEJEUNE\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28542\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 160,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/985e9bd1d20dd0d150f7a46f43160d84-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1402731\",\n        \"ponumber\": \"1459515\",\n        \"pronumber\": \"I652848606\"\n    },\n    {\n        \"shipmentID\": 134772575,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 171.8,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753315200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753833600000,\n        \"deliveryDate\": 1753833600000,\n        \"shipperName\": \"EHMKE MANUFACTURING COMPANY INC\",\n        \"shipperAddress\": \"4200 MACALESTER STREET\",\n        \"shipperCity\": \"PHILADELPHIA\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19124\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"435TH SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR\",\n        \"consigneeCity\": \"WRIGHT PATTERSON AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 299,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/bf033747f40dd132077891bed5229f1c-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13YF\"\n            }\n        ],\n        \"bolnumber\": \"1402747\",\n        \"ponumber\": \"1439264\",\n        \"pronumber\": \"I730611747\"\n    },\n    {\n        \"shipmentID\": 134772587,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 189.29,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753315200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753401600000,\n        \"deliveryDate\": 1753401600000,\n        \"shipperName\": \"AIRBOSS DEFENSE GROUP\",\n        \"shipperAddress\": \"8261 PRESTON CT\",\n        \"shipperCity\": \"JESSUP\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"20794\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"INTERFUZE CORPORATION\",\n        \"consigneeAddress\": \"2109 COLUMBIA PARK ROAD\",\n        \"consigneeCity\": \"EDGEWOOD\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"21040\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 800,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/6faa07e6e9563e0173774097b81d1878-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"W911SR23D0036\"\n            }\n        ],\n        \"bolnumber\": \"1402749\",\n        \"ponumber\": \"1429609\",\n        \"pronumber\": \"I687764835\"\n    },\n    {\n        \"shipmentID\": 134772589,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 159.87,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753315200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1753747200000,\n        \"shipperName\": \"L3 HARRIS\",\n        \"shipperAddress\": \"1350 JEFFERSON RD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SCIENCE APPLICATIONS INTERNATIONAL\",\n        \"consigneeAddress\": \"7410-B MAGI ROAD\",\n        \"consigneeCity\": \"HANAHAN\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 248,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/3daaf05b-ed56-49b6-8780-1f955857d901.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F11C0\"\n            }\n        ],\n        \"bolnumber\": \"1402751\",\n        \"ponumber\": \"1420884\",\n        \"pronumber\": \"028216524\"\n    },\n    {\n        \"shipmentID\": 134772599,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 248.98,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753401600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1753920000000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"336TH TRSS\",\n        \"consigneeAddress\": \"1067 W SURVIVAL LOOP\",\n        \"consigneeCity\": \"FAIRCHILD AFB\",\n        \"consigneeState\": \"WA\",\n        \"consigneeZip\": \"99011\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 524,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/0d635172-41f9-4270-88a6-9aab6b7e99b1.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F16L0\"\n            }\n        ],\n        \"bolnumber\": \"1402754\",\n        \"ponumber\": \"1452788\",\n        \"pronumber\": \" 218610527\"\n    },\n    {\n        \"shipmentID\": 134772684,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 339.26,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753315200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753833600000,\n        \"deliveryDate\": 1753833600000,\n        \"shipperName\": \"ATLANTIC SIGNAL LLC\",\n        \"shipperAddress\": \"1221 S KANSAS AVE\",\n        \"shipperCity\": \"TOPEKA\",\n        \"shipperState\": \"KS\",\n        \"shipperZip\": \"66612\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMA 202 AIRCREW SYSTEMS\",\n        \"consigneeAddress\": \"4301 PACIFIC HWY\",\n        \"consigneeCity\": \"SAN DIEGO\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92110\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 590,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/5cc86907-e21f-457b-8010-00c65be8bf99.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"N0042125F0673\"\n            }\n        ],\n        \"bolnumber\": \"1402774\",\n        \"ponumber\": \"1446176\",\n        \"pronumber\": \"908024121\"\n    },\n    {\n        \"shipmentID\": 134772737,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 360.85,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753315200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753747200000,\n        \"deliveryDate\": 1753747200000,\n        \"shipperName\": \"WASHINGTON CHAIN AND SUPPLY INC\",\n        \"shipperAddress\": \"2901 UTAH AVE SO\",\n        \"shipperCity\": \"SEATTLE\",\n        \"shipperState\": \"WA\",\n        \"shipperZip\": \"98134\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC CARDEROCK DIV 72\",\n        \"consigneeAddress\": \"33964 N MAIN AVE\",\n        \"consigneeCity\": \"BAYVIEW\",\n        \"consigneeState\": \"ID\",\n        \"consigneeZip\": \"83803\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 265,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/39e04f22f92b785d2d395176a28eeaef-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F15CQ\"\n            }\n        ],\n        \"bolnumber\": \"1379791\",\n        \"ponumber\": \"1446849\",\n        \"pronumber\": \"6970080961\"\n    },\n    {\n        \"shipmentID\": 134772826,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 298.01,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753315200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754438400000,\n        \"deliveryDate\": 1754438400000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ENVISION BSC 67\",\n        \"consigneeAddress\": \"725 W PAINE ST BLDG 666\",\n        \"consigneeCity\": \"PETERSON AFB\",\n        \"consigneeState\": \"CO\",\n        \"consigneeZip\": \"80914\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 556,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/8aa4fcfa-077d-40d5-9271-44a970e8ced2.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"67251330002\"\n            }\n        ],\n        \"bolnumber\": \"1402690\",\n        \"ponumber\": \"1448448\",\n        \"pronumber\": \"218610526\"\n    },\n    {\n        \"shipmentID\": 134772856,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 433.56,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753401600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754265600000,\n        \"deliveryDate\": 1754265600000,\n        \"shipperName\": \"SUREFIRE LLC\",\n        \"shipperAddress\": \"17680 NEWHOPE STREET\",\n        \"shipperCity\": \"FOUNTAIN VALLEY\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92708\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 720,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/acc15195-bc1e-44fe-adf2-4c1a4198f10e.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1402866\",\n        \"ponumber\": \"1444485\",\n        \"pronumber\": \"411924995\"\n    },\n    {\n        \"shipmentID\": 134773162,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 308.91,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753401600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753660800000,\n        \"deliveryDate\": 1753660800000,\n        \"shipperName\": \"SAFARILAND LLC\",\n        \"shipperAddress\": \"3041 FAYE RD\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32226\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1739,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/505c514c-3469-4287-9b97-0bea598f606d.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1402911\",\n        \"ponumber\": \"1452529\",\n        \"pronumber\": \"411450051\"\n    },\n    {\n        \"shipmentID\": 134773196,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 206.31,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753660800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753920000000,\n        \"deliveryDate\": 1753833600000,\n        \"shipperName\": \"MURRAY BENJAMIN ELECTRIC\",\n        \"shipperAddress\": \"397 WEST AVENUE\",\n        \"shipperCity\": \"STAMFORD\",\n        \"shipperState\": \"CT\",\n        \"shipperZip\": \"06902\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"GXPS UNDERSEA SENSORS MANAGEMENT BR\",\n        \"consigneeAddress\": \"300 HWY 361 B41\",\n        \"consigneeCity\": \"CRANE\",\n        \"consigneeState\": \"IN\",\n        \"consigneeZip\": \"47522\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 632,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/e913cef365a971870a4859d6f3a42e7f-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL23F1D8H\"\n            }\n        ],\n        \"bolnumber\": \"1402913\",\n        \"ponumber\": \"1322472\",\n        \"pronumber\": \"I620450082\"\n    },\n    {\n        \"shipmentID\": 134773208,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 171.8,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753660800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1753920000000,\n        \"shipperName\": \"BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DR\",\n        \"shipperCity\": \"BELLEVILLE\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USCG BASE PORTSMOUTH\",\n        \"consigneeAddress\": \"4000 COAST GUARD BLVD\",\n        \"consigneeCity\": \"PORTSMOUTH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23703\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 288,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/fe80cef7-39f4-491e-af35-6d512297916c.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1402916\",\n        \"ponumber\": \"1454639\",\n        \"pronumber\": \"733274118\"\n    },\n    {\n        \"shipmentID\": 134773226,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 258.22,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753401600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753747200000,\n        \"deliveryDate\": 1753747200000,\n        \"shipperName\": \"MISSION SYSTEMS DAVENPORT\",\n        \"shipperAddress\": \"2734 HICKORY GROVE RD\",\n        \"shipperCity\": \"DAVENPORT\",\n        \"shipperState\": \"IA\",\n        \"shipperZip\": \"52804\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM UH PO (UTILITY HELICOPTERS PROJE\",\n        \"consigneeAddress\": \"BLDG 8024 COTTONWOOD ROAD\",\n        \"consigneeCity\": \"REDSTONE ARSENAL\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35898\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 710,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c4570a83-98f9-478b-9d25-120a2dea6bd0.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"R&FM UHPO\"\n            }\n        ],\n        \"bolnumber\": \"1402927\",\n        \"ponumber\": \"1361647\",\n        \"pronumber\": \"358996654\"\n    },\n    {\n        \"shipmentID\": 134773252,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 240.43,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753401600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753747200000,\n        \"deliveryDate\": 1753747200000,\n        \"shipperName\": \"WILEY X, INC.\",\n        \"shipperAddress\": \"15755 PRESTON RD\",\n        \"shipperCity\": \"FRISCO\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75033\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 600,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/0839124e00095c6af03ddc42fd1abe73-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1402929\",\n        \"ponumber\": \"1445733\",\n        \"pronumber\": \"444687025\"\n    },\n    {\n        \"shipmentID\": 134773256,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 240.43,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753401600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753747200000,\n        \"deliveryDate\": 1753747200000,\n        \"shipperName\": \"WILEY X, INC.\",\n        \"shipperAddress\": \"15755 PRESTON RD\",\n        \"shipperCity\": \"FRISCO\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75033\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 600,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/84c4b256006ede179770d53bfc37c583-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1402931\",\n        \"ponumber\": \"1456787\",\n        \"pronumber\": \"444687017\"\n    },\n    {\n        \"shipmentID\": 134773358,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 149.64,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753401600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753747200000,\n        \"deliveryDate\": 1753747200000,\n        \"shipperName\": \"INTERSURGICAL/MAIN OCEAN\",\n        \"shipperAddress\": \"300 A TRADE ZONE BLVD\",\n        \"shipperCity\": \"SUMMERVILLE\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29486\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 100,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/76cf058a-2fb9-4892-b323-7b5411d6bee7.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1402950\",\n        \"ponumber\": \"1461969\",\n        \"pronumber\": \"058653718\"\n    },\n    {\n        \"shipmentID\": 134773443,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 192.21,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753401600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753747200000,\n        \"deliveryDate\": 1753747200000,\n        \"shipperName\": \"MUSTANGSURVIVAL\",\n        \"shipperAddress\": \"201 BUSCH DRIVE\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 470,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/98a41436da9e0cbffa13399f5c8bc373-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1402958\",\n        \"ponumber\": \"1434267\",\n        \"pronumber\": \"I021204558\"\n    },\n    {\n        \"shipmentID\": 134774288,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 211.77,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753660800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753833600000,\n        \"deliveryDate\": 1753833600000,\n        \"shipperName\": \"SAFARILAND LLC\",\n        \"shipperAddress\": \"3041 FAYE RD\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32226\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 648,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/d00239fca8fc361c8958a4f6dd38b8b6-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1403146\",\n        \"ponumber\": \"1457375\",\n        \"pronumber\": \"411450093\"\n    },\n    {\n        \"shipmentID\": 134774572,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 253.52,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753660800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753833600000,\n        \"deliveryDate\": 1753833600000,\n        \"shipperName\": \"STEINER-EOPTICS\",\n        \"shipperAddress\": \"3475 NEWMARK DRIVE\",\n        \"shipperCity\": \"MIAMISBURG\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"45342\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVSUP WSS\",\n        \"consigneeAddress\": \"5450 CARLISLE PIKE BLDG 107 S END\",\n        \"consigneeCity\": \"MECHANICSBURG\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17055\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 832,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/564c1ee2791a077b028b43d5c7724306-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"Georgia NV-B-WAZ Line 3 Req # BNVN753237D003\"\n            }\n        ],\n        \"bolnumber\": \"1403614\",\n        \"ponumber\": \"1427996\",\n        \"pronumber\": \"I021372471\"\n    },\n    {\n        \"shipmentID\": 134774748,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 201.46,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753660800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1754352000000,\n        \"shipperName\": \"WILEY X, INC.\",\n        \"shipperAddress\": \"15755 PRESTON RD\",\n        \"shipperCity\": \"FRISCO\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75033\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 305,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/3c866d22dd059df8838d49b5e65b2ce4-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1405493\",\n        \"ponumber\": \"1463363\",\n        \"pronumber\": \"8155760911\"\n    },\n    {\n        \"shipmentID\": 134774758,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 171.8,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753747200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754006400000,\n        \"deliveryDate\": 1753920000000,\n        \"shipperName\": \"L3 HARRIS\",\n        \"shipperAddress\": \"3 TECHNOLOGY DRIVE\",\n        \"shipperCity\": \"LONDONDERRY\",\n        \"shipperState\": \"NH\",\n        \"shipperZip\": \"03053\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"JXQS VISUAL AUGMENTATION SYSTEMS BR\",\n        \"consigneeAddress\": \"300 HIGHWAY 361\",\n        \"consigneeCity\": \"CRANE\",\n        \"consigneeState\": \"IN\",\n        \"consigneeZip\": \"47522\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 505,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/c5035c65f508160fdd0c844e15da6de0-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F132X\"\n            }\n        ],\n        \"bolnumber\": \"1405495\",\n        \"ponumber\": \"1432193\",\n        \"pronumber\": \"I761224752\"\n    },\n    {\n        \"shipmentID\": 134775151,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 244.71,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753747200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754956800000,\n        \"deliveryDate\": 1754956800000,\n        \"shipperName\": \"CARSON INDUSTRIES INC.\",\n        \"shipperAddress\": \"110 NOBEL CT.\",\n        \"shipperCity\": \"ALPHARETTA\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30005\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA DISTRIBUTION\",\n        \"consigneeAddress\": \"SR W1A8 DLA DISTRIBUTION DDSP NEW CUMBERLAND FACILITY\",\n        \"consigneeCity\": \"NEW CUMBERLAND\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 547,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c5910070-e615-4264-b551-a4e501143ebf.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPRBL124F0141\"\n            }\n        ],\n        \"bolnumber\": \"1405626\",\n        \"ponumber\": \"1401257\",\n        \"pronumber\": \"089521710\"\n    },\n    {\n        \"shipmentID\": 134775314,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 196.72,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753747200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753833600000,\n        \"deliveryDate\": 1753833600000,\n        \"shipperName\": \"INTERSURGICAL/MAIN OCEAN\",\n        \"shipperAddress\": \"300 A TRADE ZONE BLVD\",\n        \"shipperCity\": \"SUMMERVILLE\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29486\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1182,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a422eb32-dd10-4748-8fcb-6c6e53595cc3.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1405646\",\n        \"ponumber\": \"1463356\",\n        \"pronumber\": \"444859411\"\n    },\n    {\n        \"shipmentID\": 134775345,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 172.4,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753747200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754265600000,\n        \"deliveryDate\": 1754265600000,\n        \"shipperName\": \"AVON PROTECTION SYSTEMS\",\n        \"shipperAddress\": \"411 SEVENTH ST\",\n        \"shipperCity\": \"CADILLAC\",\n        \"shipperState\": \"MI\",\n        \"shipperZip\": \"49601\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VALIANT INTEGRATED SERVICES LLC\",\n        \"consigneeAddress\": \"8384 TERMINAL ROAD\",\n        \"consigneeCity\": \"LORTON\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22079\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 515,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/496ed9e1-7e2f-4953-bc97-8eb8ef034ac9.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"HDTRA124F0012\"\n            }\n        ],\n        \"bolnumber\": \"1405667\",\n        \"ponumber\": \"1437893\",\n        \"pronumber\": \"124215621\"\n    },\n    {\n        \"shipmentID\": 134775629,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 361.83,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753747200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754524800000,\n        \"deliveryDate\": 1754524800000,\n        \"shipperName\": \"CAPTOR CORPORATION\",\n        \"shipperAddress\": \"5040 SOUTH COUNTY ROAD 25A\",\n        \"shipperCity\": \"TIPP CITY\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"45371\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC PORT HUENEME\",\n        \"consigneeAddress\": \"4363 MISSILE WAY, BLDG. 435\",\n        \"consigneeCity\": \"PORT HUENEME\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"93043\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 740,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/3c43ac6d-2aa7-4ba6-afec-67bbc89ff51d.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F19DC\"\n            }\n        ],\n        \"bolnumber\": \"1405733\",\n        \"ponumber\": \"1398098\",\n        \"pronumber\": \"064079908\"\n    },\n    {\n        \"shipmentID\": 134775768,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 167.89,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753833600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753920000000,\n        \"deliveryDate\": 1753920000000,\n        \"shipperName\": \"ACE ELECTRONICS\",\n        \"shipperAddress\": \"235 LIBERTY STREET\",\n        \"shipperCity\": \"METUCHEN\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08840\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PDM CSW REMOTE WEAPONS STATION (RWS\",\n        \"consigneeAddress\": \"BAT 4 ROAD, BLDG 3305\",\n        \"consigneeCity\": \"PICATINNY ARSENAL\",\n        \"consigneeState\": \"NJ\",\n        \"consigneeZip\": \"07806\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 206,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/f6ab5ed3-d45f-4453-8eb8-b0ec3cc55304.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10EZ\"\n            }\n        ],\n        \"bolnumber\": \"1405748\",\n        \"ponumber\": \"1415808\",\n        \"pronumber\": \"I363305547\"\n    },\n    {\n        \"shipmentID\": 134775851,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 434.78,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753747200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754179200000,\n        \"deliveryDate\": 1754006400000,\n        \"shipperName\": \"THALES USA, INC\",\n        \"shipperAddress\": \"1137 S 3800 W\",\n        \"shipperCity\": \"SALT LAKE CITY\",\n        \"shipperState\": \"UT\",\n        \"shipperZip\": \"84104\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"270TH ATCS\",\n        \"consigneeAddress\": \"211 ARNOLD AVE\",\n        \"consigneeCity\": \"KLAMATH FALLS\",\n        \"consigneeState\": \"OR\",\n        \"consigneeZip\": \"97603\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1006,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/6d187d387b0677fee528b39eeb8e32d4-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F139S\"\n            }\n        ],\n        \"bolnumber\": \"1405794\",\n        \"ponumber\": \"1366645\",\n        \"pronumber\": \"2251817361\"\n    },\n    {\n        \"shipmentID\": 134775907,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 263.4,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753747200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754265600000,\n        \"deliveryDate\": 1754265600000,\n        \"shipperName\": \"CAMELBAK - RANTOUL\",\n        \"shipperAddress\": \"1001 INNOVATION RD\",\n        \"shipperCity\": \"RANTOUL\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"61866\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"GENERAL DYNAMICS INFORMATION TECHNO\",\n        \"consigneeAddress\": \"22626 SALLY RIDE DR\",\n        \"consigneeCity\": \"STERLING\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"20164\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 725,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/035f8cdc-ec65-4461-8a47-7e5caf354678.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"19AQMM18C0185\"\n            }\n        ],\n        \"bolnumber\": \"1405799\",\n        \"ponumber\": \"1463446\",\n        \"pronumber\": \"119817246\"\n    },\n    {\n        \"shipmentID\": 134775972,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 457.51,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753833600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754524800000,\n        \"deliveryDate\": 1754438400000,\n        \"shipperName\": \"RAIDER OUTBOARDS INC\",\n        \"shipperAddress\": \"1885 ARMSTRONG DRIVE\",\n        \"shipperCity\": \"TITUSVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32780\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSW LOGSU1\",\n        \"consigneeAddress\": \"214 SEA FLOAT STREET BLDG 214\",\n        \"consigneeCity\": \"SAN DIEGO\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92155\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 949,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/3a7bab29-b286-4f68-9cab-b8e3b287008a.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F13XL\"\n            }\n        ],\n        \"bolnumber\": \"1297832\",\n        \"ponumber\": \"1371281\",\n        \"pronumber\": \"998749463\"\n    },\n    {\n        \"shipmentID\": 134776522,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 177.14,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753833600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753920000000,\n        \"deliveryDate\": 1753920000000,\n        \"shipperName\": \"GUILD ASSOCIATES INC.\",\n        \"shipperAddress\": \"8255 ESTATES PARKWAY\",\n        \"shipperCity\": \"PLAIN CITY\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"43064\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"BLUE GRASS ARMY DEPOT (BGAD)\",\n        \"consigneeAddress\": \"431 BATTLEFIELD MEMORIAL HIGHWAY\",\n        \"consigneeCity\": \"RICHMOND\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40475\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 495,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/ff9f976efbcc60cd51271c7db087b81b-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX25F10EK\"\n            }\n        ],\n        \"bolnumber\": \"1406086\",\n        \"ponumber\": \"1440608\",\n        \"pronumber\": \"I057203721\"\n    },\n    {\n        \"shipmentID\": 134776749,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 462.96,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753833600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755648000000,\n        \"deliveryDate\": 1756080000000,\n        \"shipperName\": \"MTECH/QTACH\",\n        \"shipperAddress\": \"1072 MARAUDER STREET\",\n        \"shipperCity\": \"CHICO\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"95973\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA DISTRIBUTION\",\n        \"consigneeAddress\": \"2001 NORMANDY DR\",\n        \"consigneeCity\": \"NEW CUMBERLAND\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 992,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/d3037cc8-b5d0-4055-be2c-bb2c896f02e5.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F14MB\"\n            }\n        ],\n        \"bolnumber\": \"1406128\",\n        \"ponumber\": \"1442277\",\n        \"pronumber\": \"155243902\"\n    },\n    {\n        \"shipmentID\": 134776775,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 445.14,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754352000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755043200000,\n        \"deliveryDate\": 1754956800000,\n        \"shipperName\": \"MILPOWER\",\n        \"shipperAddress\": \"10180 SCRIPPS RANCH BLVD\",\n        \"shipperCity\": \"SAN DIEGO\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92131\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 740,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/4490fc91-b1a7-459a-86d5-7e65d540b658.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1406130\",\n        \"ponumber\": \"1410462\",\n        \"pronumber\": \"923808266\"\n    },\n    {\n        \"shipmentID\": 134776938,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 336.94,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753920000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1755043200000,\n        \"shipperName\": \"CAPEWELL AERIAL SYSTEMS LLC\",\n        \"shipperAddress\": \"4298 JEB STUART HWY\",\n        \"shipperCity\": \"MEADOWS OF DAN\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"24120\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMA 202 AIRCREW SYSTEMS\",\n        \"consigneeAddress\": \"4301 PACIFIC HWY\",\n        \"consigneeCity\": \"SAN DIEGO\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92110\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 98,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/3615b666aee46bdee13f4d850a305316-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"N0042125F0468\"\n            }\n        ],\n        \"bolnumber\": \"1406197\",\n        \"ponumber\": \"1462511\",\n        \"pronumber\": \"5536978930\"\n    },\n    {\n        \"shipmentID\": 134776995,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 240.43,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753920000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1754265600000,\n        \"shipperName\": \"MITHIX PRO, LLC\",\n        \"shipperAddress\": \"3591 WAY BACK RD.\",\n        \"shipperCity\": \"FARMERSVILLE\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75442\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 578,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/e9cc4d8e-7427-4eb3-85a6-a87b980578a8.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1406206\",\n        \"ponumber\": \"1445379\",\n        \"pronumber\": \"388812591\"\n    },\n    {\n        \"shipmentID\": 134777481,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 136.95,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753920000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1754265600000,\n        \"shipperName\": \"PRINCETON TEC\",\n        \"shipperAddress\": \"1777 HYLTON RD\",\n        \"shipperCity\": \"PENNSAUKEN\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08110\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 581,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/1c7b0c5c-0a5c-4f1d-bba2-4a2f22abb09d.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1406306\",\n        \"ponumber\": \"1465037\",\n        \"pronumber\": \"015-6038886\"\n    },\n    {\n        \"shipmentID\": 134777847,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 282.15,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753920000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1754265600000,\n        \"shipperName\": \"PRINCETON TEC\",\n        \"shipperAddress\": \"1777 HYLTON RD\",\n        \"shipperCity\": \"PENNSAUKEN\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08110\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1600,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/f1a3f120-4e13-4905-8d9a-4d8e6ded33c9.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1406572\",\n        \"ponumber\": \"1463360\",\n        \"pronumber\": \"015-6038887\"\n    },\n    {\n        \"shipmentID\": 134777851,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 192.21,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753920000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754265600000,\n        \"deliveryDate\": 1754265600000,\n        \"shipperName\": \"MUSTANGSURVIVAL\",\n        \"shipperAddress\": \"201 BUSCH DRIVE\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 500,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/0fafb7c9285ba4dc1c129c50f739e4ae-C.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1406574\",\n        \"ponumber\": \"1434267\",\n        \"pronumber\": \"I021204567\"\n    },\n    {\n        \"shipmentID\": 134777855,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 294.01,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753920000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1754524800000,\n        \"shipperName\": \"ECLYPSE INTERNATIONAL CORP.\",\n        \"shipperAddress\": \"341 S. MAPLE STREET\",\n        \"shipperCity\": \"CORONA\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92878\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMA 299 UH 60\",\n        \"consigneeAddress\": \"HIGHWAY 547, HANGAR 1\",\n        \"consigneeCity\": \"JOINT BASE MCGUIRE DIX LAKEHURST\",\n        \"consigneeState\": \"NJ\",\n        \"consigneeZip\": \"08733\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 415,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/4a642fb6-1870-4897-a389-5d5898436dff.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F136Q\"\n            }\n        ],\n        \"bolnumber\": \"1406573\",\n        \"ponumber\": \"1433404\",\n        \"pronumber\": null\n    },\n    {\n        \"shipmentID\": 134777908,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 284.2,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753920000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1754352000000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"5749 BRIAR HILL RD\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1000,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/e7ad732f-1aff-4471-bebb-bc84ac267572.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F11W5\"\n            }\n        ],\n        \"bolnumber\": \"1406578\",\n        \"ponumber\": \"1426128\",\n        \"pronumber\": \"218610568\"\n    },\n    {\n        \"shipmentID\": 134777976,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 682.44,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753920000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754438400000,\n        \"deliveryDate\": 1754438400000,\n        \"shipperName\": \"ATLANTIC SIGNAL LLC\",\n        \"shipperAddress\": \"1221 S KANSAS AVE\",\n        \"shipperCity\": \"TOPEKA\",\n        \"shipperState\": \"KS\",\n        \"shipperZip\": \"66612\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMA 202 AIRCREW SYSTEMS\",\n        \"consigneeAddress\": \"4301 PACIFIC HWY\",\n        \"consigneeCity\": \"SAN DIEGO\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92110\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1620,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/3f665796-a0fb-4f36-9e07-3a429d897050.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"N0042125F0673\"\n            }\n        ],\n        \"bolnumber\": \"1406609\",\n        \"ponumber\": \"1446176\",\n        \"pronumber\": \"451558413\"\n    },\n    {\n        \"shipmentID\": 134777987,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 171.8,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753920000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754438400000,\n        \"deliveryDate\": 1754438400000,\n        \"shipperName\": \"EHMKE MANUFACTURING COMPANY INC\",\n        \"shipperAddress\": \"4200 MACALESTER STREET\",\n        \"shipperCity\": \"PHILADELPHIA\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19124\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"435TH SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR\",\n        \"consigneeCity\": \"WRIGHT PATTERSON AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 341,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/92e3aa8a-9e07-43ab-9940-87b76cccaf60.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13YF\"\n            }\n        ],\n        \"bolnumber\": \"1406610\",\n        \"ponumber\": \"1439264\",\n        \"pronumber\": \"I730611783\"\n    },\n    {\n        \"shipmentID\": 134778030,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 265.78,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753920000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754870400000,\n        \"deliveryDate\": 1754870400000,\n        \"shipperName\": \"KAPPLER\",\n        \"shipperAddress\": \"55 GRIMES DRIVE\",\n        \"shipperCity\": \"GUNTERSVILLE\",\n        \"shipperState\": \"AL\",\n        \"shipperZip\": \"35976\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DEPT OF VA VA MED CTR CA\",\n        \"consigneeAddress\": \"11301 WILSHIRE BLVD\",\n        \"consigneeCity\": \"LOS ANGELES\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"90073\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 205,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/b2b8f8289456b73ac7115c1916feaccd-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"691A50352\"\n            }\n        ],\n        \"bolnumber\": \"1406617\",\n        \"ponumber\": \"1458329\",\n        \"pronumber\": \"5931839712\"\n    },\n    {\n        \"shipmentID\": 134778035,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 181.46,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753920000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754265600000,\n        \"deliveryDate\": 1754438400000,\n        \"shipperName\": \"COCOON SOUTH NEW\",\n        \"shipperAddress\": \"824 LOCUST ST.\",\n        \"shipperCity\": \"HENDERSONVILLE\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28792\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 258.5,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/0abb8f87153d79b851f01494dda77fd4-C.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1406615\",\n        \"ponumber\": \"1439304\",\n        \"pronumber\": \"I570339567\"\n    },\n    {\n        \"shipmentID\": 134778118,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 198.49,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753920000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754352000000,\n        \"deliveryDate\": 1754352000000,\n        \"shipperName\": \"LITE COMS\",\n        \"shipperAddress\": \"6720 PITTSFORD PALMYRA ROAD\",\n        \"shipperCity\": \"FAIRPORT\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14450\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"2ND MLG\",\n        \"consigneeAddress\": \"BLDG 914 SNEADS FERRY RD\",\n        \"consigneeCity\": \"CAMP LEJEUNE\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28542\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 400,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/2c4d418330ee91f2034aca5f606c68f0-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F18LK\"\n            }\n        ],\n        \"bolnumber\": \"1406646\",\n        \"ponumber\": \"1464566\",\n        \"pronumber\": \"I648082305\"\n    },\n    {\n        \"shipmentID\": 134778205,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 171.8,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754006400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754352000000,\n        \"deliveryDate\": 1754352000000,\n        \"shipperName\": \"PELICAN\",\n        \"shipperAddress\": \"1564 INNOVATION BLVD\",\n        \"shipperCity\": \"CLAYTON\",\n        \"shipperState\": \"IN\",\n        \"shipperZip\": \"46118\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FIRE CONTROL SYSTEMS AND TECHNOLOGY\",\n        \"consigneeAddress\": \"BLDG 31 3RD AVE\",\n        \"consigneeCity\": \"PICATINNY ARSENAL\",\n        \"consigneeState\": \"NJ\",\n        \"consigneeZip\": \"07806\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 274.3999938964844,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/8cb7b0c5f679d3b87db434e8292d49dd-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F16JU\"\n            }\n        ],\n        \"bolnumber\": \"1406688\",\n        \"ponumber\": \"1463295\",\n        \"pronumber\": \"I067978908\"\n    },\n    {\n        \"shipmentID\": 134778227,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 163.99,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753920000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755561600000,\n        \"deliveryDate\": 1755561600000,\n        \"shipperName\": \"PELICAN\",\n        \"shipperAddress\": \"1564 INNOVATION BLVD\",\n        \"shipperCity\": \"CLAYTON\",\n        \"shipperState\": \"IN\",\n        \"shipperZip\": \"46118\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSW SBT20\",\n        \"consigneeAddress\": \"2220 SCHOFIELD RD\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23459\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 204.3000030517578,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/cde61af2-e71c-4f38-a35d-d1204cf0e398.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"V44392538116\"\n            }\n        ],\n        \"bolnumber\": \"1406691\",\n        \"ponumber\": \"1464757\",\n        \"pronumber\": \"050748956\"\n    },\n    {\n        \"shipmentID\": 134778232,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 2229.25,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754006400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754611200000,\n        \"deliveryDate\": 1754611200000,\n        \"shipperName\": \"FIRST SPEAR, LLC\",\n        \"shipperAddress\": \"2012 CORPORATE 44 DR\",\n        \"shipperCity\": \"FENTON\",\n        \"shipperState\": \"MO\",\n        \"shipperZip\": \"63026\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USCG BSU ALAMEDA\",\n        \"consigneeAddress\": \"1 EAGLE RD COAST GUARD ISLAND\",\n        \"consigneeCity\": \"ALAMEDA\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"94501\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 9,\n        \"totalWeight\": 4092,\n        \"totalHU\": 9,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/f793eb01-c500-4b68-976b-7a24f7388827.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F16VT\"\n            }\n        ],\n        \"bolnumber\": \"1406692\",\n        \"ponumber\": \"1454089\",\n        \"pronumber\": \"I731664081\"\n    },\n    {\n        \"shipmentID\": 134778338,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 489.91,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754006400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754524800000,\n        \"deliveryDate\": 1754352000000,\n        \"shipperName\": \"TYR TACTICAL\",\n        \"shipperAddress\": \"9330 N 91ST AVE\",\n        \"shipperCity\": \"PEORIA\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USMS TD\",\n        \"consigneeAddress\": \"1131 CHAPEL CROSSING RD\",\n        \"consigneeCity\": \"GLYNCO\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"31524\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1055,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/36a0f6bb-b99a-40f5-868d-5359b20e2a39.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"15M10225FA4700218\"\n            }\n        ],\n        \"bolnumber\": \"1406767\",\n        \"ponumber\": \"1455640\",\n        \"pronumber\": \"257672612\"\n    },\n    {\n        \"shipmentID\": 134778345,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 535.1,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753920000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754956800000,\n        \"deliveryDate\": 1754956800000,\n        \"shipperName\": \"CASCADE DESIGNS\",\n        \"shipperAddress\": \"10990 LEAR BLVD\",\n        \"shipperCity\": \"RENO\",\n        \"shipperState\": \"NV\",\n        \"shipperZip\": \"89506\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1304,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/06ba104a-ab34-448a-b6b5-97ef382e1f61.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1406768\",\n        \"ponumber\": \"1422531\",\n        \"pronumber\": \"134866606\"\n    },\n    {\n        \"shipmentID\": 134778948,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 177.34,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754006400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754956800000,\n        \"deliveryDate\": 1754956800000,\n        \"shipperName\": \"SIGMA DEFENSE\",\n        \"shipperAddress\": \"1812 MACON ROAD\",\n        \"shipperCity\": \"PERRY\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"31069\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVSUP WSS\",\n        \"consigneeAddress\": \"5450 CARLISLE PIKE BLDG 107 S END\",\n        \"consigneeCity\": \"MECHANICSBURG\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17055\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 275,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a45afa3b-39f8-4491-8fe9-6f4fe5600414.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E9U\"\n            }\n        ],\n        \"bolnumber\": \"1407074\",\n        \"ponumber\": \"1407987\",\n        \"pronumber\": \"208527056\"\n    },\n    {\n        \"shipmentID\": 134778990,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 149.64,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754006400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1754524800000,\n        \"shipperName\": \"INTERSURGICAL/MAIN OCEAN\",\n        \"shipperAddress\": \"300 A TRADE ZONE BLVD\",\n        \"shipperCity\": \"SUMMERVILLE\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29486\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 496,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a1c0fb7e-cead-42f5-ae22-fc05965d1410.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1407127\",\n        \"ponumber\": \"1465243\",\n        \"pronumber\": \"058673699\"\n    },\n    {\n        \"shipmentID\": 134779196,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 159.87,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754006400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754611200000,\n        \"deliveryDate\": 1754611200000,\n        \"shipperName\": \"L3HARRIS TECHNOLOGIES\",\n        \"shipperAddress\": \"1350 JEFFERSON ROAD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SCIENCE APPLICATIONS INTERNATIONAL\",\n        \"consigneeAddress\": \"7410-B MAGI ROAD\",\n        \"consigneeCity\": \"HANAHAN\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 149,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/eaa6cae7-8c8b-4b33-a2e3-5abffafcad30.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F11C0\"\n            }\n        ],\n        \"bolnumber\": \"1407186\",\n        \"ponumber\": \"1420884\",\n        \"pronumber\": \"028216525\"\n    },\n    {\n        \"shipmentID\": 134779223,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 704.33,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754006400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1754524800000,\n        \"shipperName\": \"L3HARRIS TECHNOLOGIES\",\n        \"shipperAddress\": \"1350 JEFFERSON ROAD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SCIENCE APPLICATIONS INTERNATIONAL\",\n        \"consigneeAddress\": \"7413 MAGI ROAD\",\n        \"consigneeCity\": \"HANAHAN\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 2340,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/0ccffb84-933d-4ed7-99d9-7881e5a36535.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F11C0\"\n            }\n        ],\n        \"bolnumber\": \"1407191\",\n        \"ponumber\": \"1443665\",\n        \"pronumber\": \"028216526\"\n    },\n    {\n        \"shipmentID\": 134779293,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 341.3,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754265600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754956800000,\n        \"deliveryDate\": 1755043200000,\n        \"shipperName\": \"PHOKUS RESEARCH GROUP\",\n        \"shipperAddress\": \"12225 WORLD TRADE DRIVE\",\n        \"shipperCity\": \"SAN DIEGO\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92128\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USCG HSWL\",\n        \"consigneeAddress\": \"1664 WEEKSVILLE ROAD\",\n        \"consigneeCity\": \"ELIZABETH CITY\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"27909\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 299,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/cd44e07ec8cf17620f6323c5264120a4-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX25F302J\"\n            }\n        ],\n        \"bolnumber\": \"1407195\",\n        \"ponumber\": \"1454393\",\n        \"pronumber\": \"I777426516\"\n    },\n    {\n        \"shipmentID\": 134779975,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 206.38,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754352000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754611200000,\n        \"deliveryDate\": 1755043200000,\n        \"shipperName\": \"COCOON SOUTH NEW\",\n        \"shipperAddress\": \"824 LOCUST ST.\",\n        \"shipperCity\": \"HENDERSONVILLE\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28792\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMA 274 EXECUTIVE TRANSPORT HELICOP\",\n        \"consigneeAddress\": \"48202 BRONSON ROAD,BUILDING 2805\",\n        \"consigneeCity\": \"PATUXENT RIVER\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20670\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 443,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/9441ee42-becd-4954-869f-03009df912b5.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EM24F10MB\"\n            }\n        ],\n        \"bolnumber\": \"1407286\",\n        \"ponumber\": \"1407571\",\n        \"pronumber\": \"I570339657\"\n    },\n    {\n        \"shipmentID\": 134780319,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 341.85,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754352000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754870400000,\n        \"deliveryDate\": 1754870400000,\n        \"shipperName\": \"OPERATIVE EXPERIENCE INC\",\n        \"shipperAddress\": \"1007 OLD PHILADELPHIA RD STE 300\",\n        \"shipperCity\": \"ABERDEEN\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA TROOP SUPPORT\",\n        \"consigneeAddress\": \"1ST SOMDSS SGSM - PA\",\n        \"consigneeCity\": \"HURLBURT FIELD\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32544\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 970,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/56422059-b7ee-4af0-b777-456c0f4d433b.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE2D525F401Y\"\n            }\n        ],\n        \"bolnumber\": \"1407387\",\n        \"ponumber\": \"1465141\",\n        \"pronumber\": \"988089734\"\n    },\n    {\n        \"shipmentID\": 134780634,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 315.94,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754352000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754956800000,\n        \"deliveryDate\": 1754870400000,\n        \"shipperName\": \"PHOKUS RESEARCH GROUP\",\n        \"shipperAddress\": \"12225 WORLD TRADE DRIVE\",\n        \"shipperCity\": \"SAN DIEGO\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92128\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DEPT OF STATE\",\n        \"consigneeAddress\": \"7000 LOISDALE RD\",\n        \"consigneeCity\": \"SPRINGFIELD\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22150\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 528,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/4952e09d-9c4d-45b0-89f5-7da450903e78.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"1908-5-05090\"\n            }\n        ],\n        \"bolnumber\": \"1409663\",\n        \"ponumber\": \"1458305\",\n        \"pronumber\": \"452913274\"\n    },\n    {\n        \"shipmentID\": 134780715,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 163.99,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754438400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1754956800000,\n        \"shipperName\": \"AM GENERAL, LLC\",\n        \"shipperAddress\": \"5448 DYLAN DRIVE\",\n        \"shipperCity\": \"SOUTH BEND,\",\n        \"shipperState\": \"IN\",\n        \"shipperZip\": \"46628\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 70,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/8aee419f-22dd-495d-bfc7-ebe6d2e33829.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1409668\",\n        \"ponumber\": \"1426933\",\n        \"pronumber\": \" 106037587\"\n    },\n    {\n        \"shipmentID\": 134780958,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 181.46,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754352000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754611200000,\n        \"deliveryDate\": 1754611200000,\n        \"shipperName\": \"MS ELECTRONIX, INC\",\n        \"shipperAddress\": \"305 MARSHALL CIRCLE\",\n        \"shipperCity\": \"SAINT AUGUSTINE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32086\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"COMBAT CAPABILITIES DEVELOPMENT COM\",\n        \"consigneeAddress\": \"10 GENERAL GREENE AVE\",\n        \"consigneeCity\": \"NATICK\",\n        \"consigneeState\": \"MA\",\n        \"consigneeZip\": \"01760\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 160,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/53e87a8a62c972b2b333457272b3ef5e-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EM25F1076\"\n            }\n        ],\n        \"bolnumber\": \"1409730\",\n        \"ponumber\": \"1450327\",\n        \"pronumber\": \"I506174814\"\n    },\n    {\n        \"shipmentID\": 134781107,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 503.34,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754352000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754870400000,\n        \"deliveryDate\": 1754870400000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"5749 BRIAR HILL RD\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 1830,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/ebfcc3bd-ef16-4a3c-b490-fb17e1c4605d.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA25F0056\"\n            }\n        ],\n        \"bolnumber\": \"1407046\",\n        \"ponumber\": \"1446293\",\n        \"pronumber\": \"218608876\"\n    },\n    {\n        \"shipmentID\": 134781427,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 196.63,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754352000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1755216000000,\n        \"shipperName\": \"PELICAN\",\n        \"shipperAddress\": \"1564 INNOVATION BLVD\",\n        \"shipperCity\": \"CLAYTON\",\n        \"shipperState\": \"IN\",\n        \"shipperZip\": \"46118\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MARINE CORPS WARFIGHTING LAB\",\n        \"consigneeAddress\": \"3931 RICHMOND HWY\",\n        \"consigneeCity\": \"STAFFORD\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22554\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 620,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/cc0d99c3-23d9-4b28-85c1-c6e6753905d1.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F18TZ\"\n            }\n        ],\n        \"bolnumber\": \"1409828\",\n        \"ponumber\": \"1465896\",\n        \"pronumber\": \"050748853\"\n    },\n    {\n        \"shipmentID\": 134781878,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 146.87,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754438400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1754611200000,\n        \"shipperName\": \"CSAFE GLOBAL\",\n        \"shipperAddress\": \"675 GATEWAY BLVD\",\n        \"shipperCity\": \"MONROE\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"45050\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 216,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/8a9a0b12-ccde-4481-b1aa-f65cc91d2916.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1409886\",\n        \"ponumber\": \"1467217\",\n        \"pronumber\": \"002-1229832\"\n    },\n    {\n        \"shipmentID\": 134781916,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 276.79,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754524800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1755129600000,\n        \"shipperName\": \"COCOON SOUTH NEW\",\n        \"shipperAddress\": \"824 LOCUST ST.\",\n        \"shipperCity\": \"HENDERSONVILLE\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28792\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVBASE VENTURA COUNTY/PT MUGU\",\n        \"consigneeAddress\": \"575 I STREET BUILDING 317\",\n        \"consigneeCity\": \"POINT MUGU\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"93042\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 250.5,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/3b543308cdd4327ef5693bb250f622f5-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EM24F10BY\"\n            }\n        ],\n        \"bolnumber\": \"1409888\",\n        \"ponumber\": \"1390639\",\n        \"pronumber\": \"8568093634\"\n    },\n    {\n        \"shipmentID\": 134781979,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 204.4,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754524800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755475200000,\n        \"deliveryDate\": 1755216000000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"5749 BRIAR HILL RD\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 503,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/80b2da53-9577-4741-9d26-c23fa8d97671.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F11W5\"\n            }\n        ],\n        \"bolnumber\": \"1409906\",\n        \"ponumber\": \"1426128\",\n        \"pronumber\": \"218620501\"\n    },\n    {\n        \"shipmentID\": 134782157,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 149.64,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754524800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1754956800000,\n        \"shipperName\": \"INTERSURGICAL/MAIN OCEAN\",\n        \"shipperAddress\": \"300 A TRADE ZONE BLVD\",\n        \"shipperCity\": \"SUMMERVILLE\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29486\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 206,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/4c99de57-dc80-47e9-bbce-1688fe75ee86.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1410036\",\n        \"ponumber\": \"1466286\",\n        \"pronumber\": \"058706517 \"\n    },\n    {\n        \"shipmentID\": 134782236,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 589.1,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754611200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755129600000,\n        \"deliveryDate\": 1755129600000,\n        \"shipperName\": \"MID-ATLANTIC COMPUTER SERVICES\",\n        \"shipperAddress\": \"13030 ALONDRA BLVD\",\n        \"shipperCity\": \"CERRITOS\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"90703\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FRC EAST CHERRY POINT\",\n        \"consigneeAddress\": \"BEACHEY ROAD\",\n        \"consigneeCity\": \"CHERRY POINT\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28533\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1218,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/f87c68ae-c717-409c-89bc-aeefea166c30.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F16Q0\"\n            }\n        ],\n        \"bolnumber\": \"1410047\",\n        \"ponumber\": \"1453194\",\n        \"pronumber\": \"487207486\"\n    },\n    {\n        \"shipmentID\": 134782430,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 696.79,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754438400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754956800000,\n        \"deliveryDate\": 1754956800000,\n        \"shipperName\": \"ATLANTIC SIGNAL LLC\",\n        \"shipperAddress\": \"1221 S KANSAS AVE\",\n        \"shipperCity\": \"TOPEKA\",\n        \"shipperState\": \"KS\",\n        \"shipperZip\": \"66612\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMA 202 AIRCREW SYSTEMS\",\n        \"consigneeAddress\": \"4301 PACIFIC HWY\",\n        \"consigneeCity\": \"SAN DIEGO\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92110\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 1925,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/f6d21bc1-d73a-43fe-b094-73ddadadf174.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"N0042125F0673\"\n            }\n        ],\n        \"bolnumber\": \"1410086\",\n        \"ponumber\": \"1446176\",\n        \"pronumber\": \"453807211\"\n    },\n    {\n        \"shipmentID\": 134782457,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 359.53,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754438400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1754870400000,\n        \"shipperName\": \"MID-ATLANTIC COMPUTER SERVICES\",\n        \"shipperAddress\": \"13030 ALONDRA BLVD\",\n        \"shipperCity\": \"CERRITOS\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"90703\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MODERN TECHNOLOGY SOLUTIONS INC\",\n        \"consigneeAddress\": \"360C QUALITY CIRCLE SUITE 310\",\n        \"consigneeCity\": \"HUNTSVILLE\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35806\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1042,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F15JR\"\n            }\n        ],\n        \"bolnumber\": \"1410088\",\n        \"ponumber\": \"1448068\",\n        \"pronumber\": \"662-362573\"\n    },\n    {\n        \"shipmentID\": 134782491,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 359.53,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754438400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1754870400000,\n        \"shipperName\": \"MID-ATLANTIC COMPUTER SERVICES\",\n        \"shipperAddress\": \"13030 ALONDRA BLVD\",\n        \"shipperCity\": \"CERRITOS\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"90703\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MODERN TECHNOLOGY SOLUTIONS INC\",\n        \"consigneeAddress\": \"360C QUALITY CIRCLE SUITE 310\",\n        \"consigneeCity\": \"HUNTSVILLE\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35806\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1042,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/7e2a84e7473a2e31638311ad31842114-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F15JR\"\n            }\n        ],\n        \"bolnumber\": \"1410107\",\n        \"ponumber\": \"1448068\",\n        \"pronumber\": \"662362573\"\n    },\n    {\n        \"shipmentID\": 134782879,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 358.91,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754524800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1754956800000,\n        \"shipperName\": \"OPERATIVE EXPERIENCE INC\",\n        \"shipperAddress\": \"1007 OLD PHILADELPHIA RD STE 300\",\n        \"shipperCity\": \"ABERDEEN\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PEO STRI (SIMULATION TRAINING AND I\",\n        \"consigneeAddress\": \"BLDG 19036 MURPHY RD\",\n        \"consigneeCity\": \"FORT HOOD\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"76544\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 970,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/8f757bc93589b0c2f21d8298169967eb-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX25F3047\"\n            }\n        ],\n        \"bolnumber\": \"1410219\",\n        \"ponumber\": \"1463800\",\n        \"pronumber\": \"667376640\"\n    },\n    {\n        \"shipmentID\": 134783262,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 146.87,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754524800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1755043200000,\n        \"shipperName\": \"L3HARRIS TECHNOLOGIES\",\n        \"shipperAddress\": \"1350 JEFFERSON ROAD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC CARDEROCK CCD\",\n        \"consigneeAddress\": \"BLDG 79 MAGAZINE ROAD\",\n        \"consigneeCity\": \"PORTSMOUTH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23702\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 419,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13Q4\"\n            }\n        ],\n        \"bolnumber\": \"1410290\",\n        \"ponumber\": \"1437394\",\n        \"pronumber\": \"020-1249095\"\n    },\n    {\n        \"shipmentID\": 134783275,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 146.87,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754524800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1755043200000,\n        \"shipperName\": \"L3HARRIS TECHNOLOGIES\",\n        \"shipperAddress\": \"1350 JEFFERSON ROAD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC CARDEROCK CCD\",\n        \"consigneeAddress\": \"BLDG 79 MAGAZINE ROAD\",\n        \"consigneeCity\": \"PORTSMOUTH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23702\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 419,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13Q4\"\n            }\n        ],\n        \"bolnumber\": \"1410290\",\n        \"ponumber\": \"1437394\",\n        \"pronumber\": \"020-1249095\"\n    },\n    {\n        \"shipmentID\": 134783281,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 146.87,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754524800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1755043200000,\n        \"shipperName\": \"L3HARRIS TECHNOLOGIES\",\n        \"shipperAddress\": \"1350 JEFFERSON ROAD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC CARDEROCK CCD\",\n        \"consigneeAddress\": \"BLDG 79 MAGAZINE ROAD\",\n        \"consigneeCity\": \"PORTSMOUTH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23702\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 419,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/3e548415-e969-45ea-bdec-b9735f2237f2.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13Q4\"\n            }\n        ],\n        \"bolnumber\": \"1410290\",\n        \"ponumber\": \"1437394\",\n        \"pronumber\": \"020-1249095\"\n    },\n    {\n        \"shipmentID\": 134783285,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 230.98,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754524800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1754870400000,\n        \"shipperName\": \"MITHIX PRO, LLC\",\n        \"shipperAddress\": \"3591 WAY BACK RD.\",\n        \"shipperCity\": \"FARMERSVILLE\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75442\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ROBOT LOGISTICS SUPPORT CENTER RLSC\",\n        \"consigneeAddress\": \"AIR FORCE CIVIL ENGINEER CENTER/RLSC\",\n        \"consigneeCity\": \"PANAMA CITY\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32404\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 545,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/729ccafb-7452-464d-9d7b-ed9d32b589f4.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F156D\"\n            }\n        ],\n        \"bolnumber\": \"1410293\",\n        \"ponumber\": \"1445380\",\n        \"pronumber\": \"388811510\"\n    },\n    {\n        \"shipmentID\": 134783302,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 160.79,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754524800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755216000000,\n        \"deliveryDate\": 1755216000000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FBI HRT\",\n        \"consigneeAddress\": \"1 RANGE ROAD\",\n        \"consigneeCity\": \"QUANTICO\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22135\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 205,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/aae6f942-9876-43fd-8b11-c3f8fb924d61.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1410294\",\n        \"ponumber\": \"1453869\",\n        \"pronumber\": \"218610572\"\n    },\n    {\n        \"shipmentID\": 134783341,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 171.8,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754524800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755043200000,\n        \"deliveryDate\": 1755043200000,\n        \"shipperName\": \"EHMKE MANUFACTURING COMPANY INC\",\n        \"shipperAddress\": \"4200 MACALESTER STREET\",\n        \"shipperCity\": \"PHILADELPHIA\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19124\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"435TH SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR\",\n        \"consigneeCity\": \"WRIGHT PATTERSON AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 342,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13YF\"\n            }\n        ],\n        \"bolnumber\": \"1400866\",\n        \"ponumber\": \"1439264\",\n        \"pronumber\": \"I730611864\"\n    },\n    {\n        \"shipmentID\": 134783342,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 171.8,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754524800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755043200000,\n        \"deliveryDate\": 1755043200000,\n        \"shipperName\": \"EHMKE MANUFACTURING COMPANY INC\",\n        \"shipperAddress\": \"4200 MACALESTER STREET\",\n        \"shipperCity\": \"PHILADELPHIA\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19124\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"435TH SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR\",\n        \"consigneeCity\": \"WRIGHT PATTERSON AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 342,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/ed1bd3144b506274e525ee8e3439b3b1-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13YF\"\n            }\n        ],\n        \"bolnumber\": \"1400866\",\n        \"ponumber\": \"1439264\",\n        \"pronumber\": \"I730611864\"\n    },\n    {\n        \"shipmentID\": 134783410,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 201.46,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754524800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1755129600000,\n        \"shipperName\": \"WILEY X, INC.\",\n        \"shipperAddress\": \"15755 PRESTON RD\",\n        \"shipperCity\": \"FRISCO\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75033\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 300,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/f37219d429b306ab3a35f6e3bf016b20-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1410306\",\n        \"ponumber\": \"1463363\",\n        \"pronumber\": \"8155760981\"\n    },\n    {\n        \"shipmentID\": 134783431,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 201.46,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754524800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1755129600000,\n        \"shipperName\": \"WILEY X, INC.\",\n        \"shipperAddress\": \"15755 PRESTON RD\",\n        \"shipperCity\": \"FRISCO\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75033\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 300,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/f37219d429b306ab3a35f6e3bf016b20-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1410309\",\n        \"ponumber\": \"1463363\",\n        \"pronumber\": \"8155760981\"\n    },\n    {\n        \"shipmentID\": 134784029,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 181.46,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754611200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755043200000,\n        \"deliveryDate\": 1755043200000,\n        \"shipperName\": \"LITE COMS\",\n        \"shipperAddress\": \"7321 VICTOR MENDON RD\",\n        \"shipperCity\": \"VICTOR\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14564\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"2ND MAW\",\n        \"consigneeAddress\": \"BLDG 4465 RIFLE RANGE ROAD\",\n        \"consigneeCity\": \"CHERRY POINT\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28532\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 150,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/78869d0cf1487da64f059c921d15efd3-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F17HW\"\n            }\n        ],\n        \"bolnumber\": \"1412637\",\n        \"ponumber\": \"1458786\",\n        \"pronumber\": \"I070919766\"\n    },\n    {\n        \"shipmentID\": 134784188,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 213.88,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754870400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754956800000,\n        \"deliveryDate\": 1754956800000,\n        \"shipperName\": \"SPARTON AYDIN LLC, DBA AYDIN DISPLAYS\",\n        \"shipperAddress\": \"1 RIGA LANE\",\n        \"shipperCity\": \"BIRDSBORO\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19508\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"RAYTHEON COMPANY\",\n        \"consigneeAddress\": \"22 COTTON ROAD\",\n        \"consigneeCity\": \"NASHUA\",\n        \"consigneeState\": \"NH\",\n        \"consigneeZip\": \"03063\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 674,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/d4821e728426590993ca471bae4a8660-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F1393\"\n            }\n        ],\n        \"bolnumber\": \"1412663\",\n        \"ponumber\": \"1433437\",\n        \"pronumber\": \"I733773069\"\n    },\n    {\n        \"shipmentID\": 134784466,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 263.4,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754611200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755648000000,\n        \"deliveryDate\": 1755648000000,\n        \"shipperName\": \"BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DR\",\n        \"shipperCity\": \"BELLEVILLE\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USCG BASE PORTSMOUTH\",\n        \"consigneeAddress\": \"4000 COAST GUARD BLVD\",\n        \"consigneeCity\": \"PORTSMOUTH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23703\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 605,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/2b065711-c003-4d15-8855-3c2a7f9c7412.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1412924\",\n        \"ponumber\": \"1454639\",\n        \"pronumber\": \"002103415\"\n    },\n    {\n        \"shipmentID\": 134784493,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 194.56,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754611200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1754956800000,\n        \"shipperName\": \"PHOKUS RESEARCH GROUP\",\n        \"shipperAddress\": \"12225 WORLD TRADE DRIVE\",\n        \"shipperCity\": \"SAN DIEGO\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92128\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA TROOP SUPPORT\",\n        \"consigneeAddress\": \"NAVAL SPECIAL WARFARE GROUP 1 STEVEN ELLIOTT\",\n        \"consigneeCity\": \"SAN DIEGO\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92155\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 694,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/3e5712e8-53b8-46d7-b425-b8066a2a8935.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE2D625F0LV9\"\n            }\n        ],\n        \"bolnumber\": \"1412936\",\n        \"ponumber\": \"1452452\",\n        \"pronumber\": \" 158539873 \"\n    },\n    {\n        \"shipmentID\": 134785235,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 163.99,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755043200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755475200000,\n        \"deliveryDate\": 1755216000000,\n        \"shipperName\": \"PELICAN\",\n        \"shipperAddress\": \"1564 INNOVATION BLVD\",\n        \"shipperCity\": \"CLAYTON\",\n        \"shipperState\": \"IN\",\n        \"shipperZip\": \"46118\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE MFG\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 300.1000061035156,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/49ddc2ea-68ae-4d4b-af82-3e152842f9da.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1413043\",\n        \"ponumber\": \"1466873\",\n        \"pronumber\": \"050270708\"\n    },\n    {\n        \"shipmentID\": 134785480,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 240.43,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754870400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755043200000,\n        \"deliveryDate\": 1755043200000,\n        \"shipperName\": \"WILEY X, INC.\",\n        \"shipperAddress\": \"15755 PRESTON RD\",\n        \"shipperCity\": \"FRISCO\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75033\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 601,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/4eb50e81bded766d8da36552f662b8a0-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1413372\",\n        \"ponumber\": \"1468384\",\n        \"pronumber\": \"1413372\"\n    },\n    {\n        \"shipmentID\": 134785485,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 501.47,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754870400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755475200000,\n        \"deliveryDate\": 1755216000000,\n        \"shipperName\": \"INERT PRODUCTS\",\n        \"shipperAddress\": \"703 HUDSON AVE\",\n        \"shipperCity\": \"SCRANTON\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"18504\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SPECIAL MISSION TRAINING CENTER  SM\",\n        \"consigneeAddress\": \"1022 BAY MARINA DR SUITE 106\",\n        \"consigneeCity\": \"NATIONAL CITY\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"91950\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1105,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/ab3e52ef-9350-4a0f-89a5-d89a5f5172e3.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F155F\"\n            }\n        ],\n        \"bolnumber\": \"1413374\",\n        \"ponumber\": \"1445371\",\n        \"pronumber\": \"989371213\"\n    },\n    {\n        \"shipmentID\": 134785640,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 175.55,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754956800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755129600000,\n        \"deliveryDate\": 1755129600000,\n        \"shipperName\": \"HYPERION TECHNOLOGY GROUP, INC\",\n        \"shipperAddress\": \"545 COMMERCE ST\",\n        \"shipperCity\": \"TUPELO\",\n        \"shipperState\": \"MS\",\n        \"shipperZip\": \"38804\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CCDC S3I\",\n        \"consigneeAddress\": \"2724 PATTON ROAD\",\n        \"consigneeCity\": \"HUNSTVILLE\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35805\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 960,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/2ee9792032c05cbef79941e79ae3dec3-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F12UM\"\n            }\n        ],\n        \"bolnumber\": \"1413388\",\n        \"ponumber\": \"1430526\",\n        \"pronumber\": \"437122387\"\n    },\n    {\n        \"shipmentID\": 134785699,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 256.13,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754956800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755129600000,\n        \"deliveryDate\": 1755129600000,\n        \"shipperName\": \"BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DR\",\n        \"shipperCity\": \"BELLEVILLE\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NCG 2\",\n        \"consigneeAddress\": \"511 NORTH BROWN AVE. BLDG 225\",\n        \"consigneeCity\": \"GULFPORT\",\n        \"consigneeState\": \"MS\",\n        \"consigneeZip\": \"39501\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 925,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/98f27a29-0e6a-4eaa-97e8-ee64734c26a0.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F197B\"\n            }\n        ],\n        \"bolnumber\": \"1413394\",\n        \"ponumber\": \"1467165\",\n        \"pronumber\": \"348509792\"\n    },\n    {\n        \"shipmentID\": 134785781,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 436.25,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755043200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755561600000,\n        \"deliveryDate\": 1755561600000,\n        \"shipperName\": \"CASCADE DESIGNS\",\n        \"shipperAddress\": \"10990 LEAR BLVD\",\n        \"shipperCity\": \"RENO\",\n        \"shipperState\": \"NV\",\n        \"shipperZip\": \"89506\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"IAP WORLDWIDE SERVICES INC\",\n        \"consigneeAddress\": \"4962 RIVERTON ROAD\",\n        \"consigneeCity\": \"DAYTON\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45414\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 815,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b039dfdf-0458-433e-a1ae-871f66add27a.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPECIAL TACTICS BARS\"\n            }\n        ],\n        \"bolnumber\": \"1413402\",\n        \"ponumber\": \"1468606\",\n        \"pronumber\": \"134675570\"\n    },\n    {\n        \"shipmentID\": 134785817,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 208.88,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754956800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755561600000,\n        \"deliveryDate\": 1755561600000,\n        \"shipperName\": \"PENDULUM INSTRUMENTS, INC.\",\n        \"shipperAddress\": \"4552 SUNBELT DRIVE\",\n        \"shipperCity\": \"ADDISON\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PDM TMDE  CALIBRATION SETS (CALSETS\",\n        \"consigneeAddress\": \"3460 AEROBEE ROAD\",\n        \"consigneeCity\": \"HUNTSVILLE\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35898\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 634,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/2c514b2d7cca79c661b0acb4afdc4696-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13LN\"\n            }\n        ],\n        \"bolnumber\": \"1413409\",\n        \"ponumber\": \"1435678\",\n        \"pronumber\": \"454294417\"\n    },\n    {\n        \"shipmentID\": 134786049,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 153.96,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754956800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755043200000,\n        \"deliveryDate\": 1755043200000,\n        \"shipperName\": \"NORTH AMERICAN RESCUE\",\n        \"shipperAddress\": \"35 TEDWALL COURT\",\n        \"shipperCity\": \"GREER\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29650\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DHS ICE\",\n        \"consigneeAddress\": \"6760 UPTON AVE BLDG 234\",\n        \"consigneeCity\": \"FORT BENNING\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"31905\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 524,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c96eaa3a-9324-4cfa-8a15-8954f34dfea8.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"192125NFU00000106\"\n            }\n        ],\n        \"bolnumber\": \"1413417\",\n        \"ponumber\": \"1468297\",\n        \"pronumber\": \"404693393\"\n    },\n    {\n        \"shipmentID\": 134786098,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 167.27,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754956800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755129600000,\n        \"deliveryDate\": 1755129600000,\n        \"shipperName\": \"NORTH AMERICAN RESCUE\",\n        \"shipperAddress\": \"35 TEDWALL COURT\",\n        \"shipperCity\": \"GREER\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29650\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ARCTICOM LLC\",\n        \"consigneeAddress\": \"5751 BRIAR HILL ROAD\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 142,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/4b5d0b31-791b-4b41-a783-a19211081a5a.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"W9133L-23-D-3800\"\n            }\n        ],\n        \"bolnumber\": \"1413423\",\n        \"ponumber\": \"1465892\",\n        \"pronumber\": \"404693407\"\n    },\n    {\n        \"shipmentID\": 134786191,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 160.79,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754956800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1755216000000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 190,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/28005ff7-366c-4410-9a20-c66d380f0673.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1413430\",\n        \"ponumber\": \"1454139\",\n        \"pronumber\": \"218596782\"\n    },\n    {\n        \"shipmentID\": 134786348,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1513.91,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754956800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755561600000,\n        \"deliveryDate\": 1755561600000,\n        \"shipperName\": \"CUSTOM FAB INC\",\n        \"shipperAddress\": \"7345 ORANGEWOOD AVE\",\n        \"shipperCity\": \"GARDEN GROVE\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92841\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"SOFSA\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 3410,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/77cd4d7b-e1f7-4902-854c-868b0ed928d0.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA24P0017\"\n            }\n        ],\n        \"bolnumber\": \"1413435\",\n        \"ponumber\": \"1405897\",\n        \"pronumber\": \"475077831\"\n    },\n    {\n        \"shipmentID\": 134786515,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 306.36,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754956800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755648000000,\n        \"deliveryDate\": 1755648000000,\n        \"shipperName\": \"INTERNATIONAL E-Z UP\",\n        \"shipperAddress\": \"1900 SECOND ST\",\n        \"shipperCity\": \"NORCO\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92860\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"EODESU 2\",\n        \"consigneeAddress\": \"1627 MIDWAY ROAD\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23459\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 470,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/5dc4dacf-574f-44e6-955f-dc590a124721.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"PO# V553225218M053\"\n            }\n        ],\n        \"bolnumber\": \"1413446\",\n        \"ponumber\": \"1468283\",\n        \"pronumber\": \"437879912\"\n    },\n    {\n        \"shipmentID\": 134786736,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 917.99,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755129600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1755561600000,\n        \"shipperName\": \"SOUTH BAY WIRE AND CABLE COMPANY LLC\",\n        \"shipperAddress\": \"54125 MARANATHA DRIVE\",\n        \"shipperCity\": \"IDYLLWILD\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92549\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC CARDEROCK DIV 72\",\n        \"consigneeAddress\": \"33964 N MAIN AVE\",\n        \"consigneeCity\": \"BAYVIEW\",\n        \"consigneeState\": \"ID\",\n        \"consigneeZip\": \"83803\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 1870,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/db933b6a0d6e6a628875dbfffb318ee8-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F10RK\"\n            }\n        ],\n        \"bolnumber\": \"1413459\",\n        \"ponumber\": \"1418055\",\n        \"pronumber\": \"5654229302\"\n    },\n    {\n        \"shipmentID\": 134786988,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 144.88,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755043200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755216000000,\n        \"deliveryDate\": 1755216000000,\n        \"shipperName\": \"JW FISHERS MFG., INC.\",\n        \"shipperAddress\": \"1953 COUNTY STREET\",\n        \"shipperCity\": \"EAST TAUNTON\",\n        \"shipperState\": \"MA\",\n        \"shipperZip\": \"02718\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 210,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/46fc21610f15bf4e7828d657136d81e3-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1413416\",\n        \"ponumber\": \"1464018\",\n        \"pronumber\": \"712768506\"\n    },\n    {\n        \"shipmentID\": 134787050,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 409.08,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755043200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755388800000,\n        \"deliveryDate\": 1755475200000,\n        \"shipperName\": \"MEGGITT DEFENSE SYSTEMS, INC.\",\n        \"shipperAddress\": \"9801 MUIRLANDS BLVD\",\n        \"shipperCity\": \"IRVINE\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92618\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PDM TSMO (THREAT SYSTEMS MANAGEMENT\",\n        \"consigneeAddress\": \"BLDG 8695 OROGRANDE BASE CAMP\",\n        \"consigneeCity\": \"OROGRANDE\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88342\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 257,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/a4e735ec2d980f5274d13899a1c3e3c3-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F18DF\"\n            }\n        ],\n        \"bolnumber\": \"1413470\",\n        \"ponumber\": \"1394609\",\n        \"pronumber\": \"2914430176\"\n    },\n    {\n        \"shipmentID\": 134787052,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 460.09,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755216000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756080000000,\n        \"deliveryDate\": 1756080000000,\n        \"shipperName\": \"FSI NORTH AMERICA\",\n        \"shipperAddress\": \"311 ABBE RD\",\n        \"shipperCity\": \"SHEFFIELD LAKE\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44054\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAS WHIDBEY ISLAND\",\n        \"consigneeAddress\": \"3680 N RANGER STREET, BLDG 2897\",\n        \"consigneeCity\": \"OAK HARBOR\",\n        \"consigneeState\": \"WA\",\n        \"consigneeZip\": \"98278\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 415,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/82fc3740-8ace-41cf-9995-4dfaac27c6a1.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EX25F304G\"\n            }\n        ],\n        \"bolnumber\": \"1413469\",\n        \"ponumber\": \"1463977\",\n        \"pronumber\": \"065793118\"\n    },\n    {\n        \"shipmentID\": 134787165,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 310.31,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755043200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755561600000,\n        \"deliveryDate\": 1755475200000,\n        \"shipperName\": \"GALVION LTD.\",\n        \"shipperAddress\": \"30 INDUSTRIAL DRIVE\",\n        \"shipperCity\": \"NEWPORT\",\n        \"shipperState\": \"VT\",\n        \"shipperZip\": \"05855\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DHS ICE\",\n        \"consigneeAddress\": \"OFFICE OF FIREARMS AND TACTICAL PROGRAMS\",\n        \"consigneeCity\": \"FORT MOORE\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"31905\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 650,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b012e4ce-107f-496b-970c-3223d49f89c5.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"70CMSW25FR0000073\"\n            }\n        ],\n        \"bolnumber\": \"1413665\",\n        \"ponumber\": \"1468769\",\n        \"pronumber\": \"188716727\"\n    },\n    {\n        \"shipmentID\": 134787259,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 230.23,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755043200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1755216000000,\n        \"shipperName\": \"MITHIX PRO, LLC\",\n        \"shipperAddress\": \"3591 WAY BACK RD.\",\n        \"shipperCity\": \"FARMERSVILLE\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75442\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ROBOT LOGISTICS SUPPORT CENTER RLSC\",\n        \"consigneeAddress\": \"AIR FORCE CIVIL ENGINEER CENTER/RLSC\",\n        \"consigneeCity\": \"PANAMA CITY\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32404\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 545,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/11137adc-004c-4c5e-a053-7d60da1275cd.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F156D\"\n            }\n        ],\n        \"bolnumber\": \"1413668\",\n        \"ponumber\": \"1445380\",\n        \"pronumber\": \"388811528\"\n    },\n    {\n        \"shipmentID\": 134787324,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 283.47,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755043200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755734400000,\n        \"deliveryDate\": 1755734400000,\n        \"shipperName\": \"TYR TACTICAL\",\n        \"shipperAddress\": \"9330 N 91ST AVE\",\n        \"shipperCity\": \"PEORIA\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DEA ACADEMY\",\n        \"consigneeAddress\": \"2500 INVESTIGATION PKWY\",\n        \"consigneeCity\": \"QUANTICO\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22135\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 390,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/4c630ffb-d081-405a-9cc7-c1b857da7d68.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"15DDTR25F00000156\"\n            }\n        ],\n        \"bolnumber\": \"1413670\",\n        \"ponumber\": \"1461422\",\n        \"pronumber\": \"257672634\"\n    },\n    {\n        \"shipmentID\": 134787437,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 171.44,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755129600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755475200000,\n        \"deliveryDate\": 1755475200000,\n        \"shipperName\": \"B&H PHOTO VIDEO\",\n        \"shipperAddress\": \"290 DANIELS WAY\",\n        \"shipperCity\": \"BURLINGTON\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08016\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CBP USBP DETROIT SECTOR\",\n        \"consigneeAddress\": \"U.S. BORDER PATROL\",\n        \"consigneeCity\": \"SELFRIDGE ANGB\",\n        \"consigneeState\": \"MI\",\n        \"consigneeZip\": \"48045\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 315,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/ef7daab4fde9f0145c9b3fb3be45553f-C.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1413674\",\n        \"ponumber\": \"1468733\",\n        \"pronumber\": \"I401279949\"\n    },\n    {\n        \"shipmentID\": 134787444,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 449.9,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755129600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755820800000,\n        \"deliveryDate\": 1755820800000,\n        \"shipperName\": \"ELECTRO IMPULSE LABS., INC.\",\n        \"shipperAddress\": \"1805 STATE HIGHWAY 33\",\n        \"shipperCity\": \"NEPTUNE\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"07753\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMW A 170 (NTCDL) NETWORK TACTICAL\",\n        \"consigneeAddress\": \"4297 PACIFIC HWY BLDG 7\",\n        \"consigneeCity\": \"SAN DIEGO\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92110\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 685,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/5f40193e-2e88-47a3-add1-9a61e7336832.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F14R3\"\n            }\n        ],\n        \"bolnumber\": \"1413682\",\n        \"ponumber\": \"1376697\",\n        \"pronumber\": \"231366071\"\n    },\n    {\n        \"shipmentID\": 134788223,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 197.2,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755129600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755475200000,\n        \"deliveryDate\": 1755475200000,\n        \"shipperName\": \"EXXEL OUTDOORS\",\n        \"shipperAddress\": \"126 PLANT RD\",\n        \"shipperCity\": \"TUPELO\",\n        \"shipperState\": \"MS\",\n        \"shipperZip\": \"38804\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"72ND SFS\",\n        \"consigneeAddress\": \"4385 AIR DEPOT BLVD BLDG 7003\",\n        \"consigneeCity\": \"TINKER AFB\",\n        \"consigneeState\": \"OK\",\n        \"consigneeZip\": \"73145\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 800,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/85173ca110284e7eba8266fb8bbc5355-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1413790\",\n        \"ponumber\": \"1455586\",\n        \"pronumber\": \"353817759\"\n    },\n    {\n        \"shipmentID\": 134788341,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 162.47,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755129600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755475200000,\n        \"deliveryDate\": 1755475200000,\n        \"shipperName\": \"COCOON INC\",\n        \"shipperAddress\": \"216 LAFAYETTE ROAD\",\n        \"shipperCity\": \"NORTH HAMPTON\",\n        \"shipperState\": \"NH\",\n        \"shipperZip\": \"03862\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 120,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/26eaf6a87e6b87bdef213a240ed55c7e-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1413801\",\n        \"ponumber\": \"1443729\",\n        \"pronumber\": \"702843046\"\n    },\n    {\n        \"shipmentID\": 134788352,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 171.44,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755129600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755734400000,\n        \"deliveryDate\": 1755734400000,\n        \"shipperName\": \"EHMKE MANUFACTURING COMPANY INC\",\n        \"shipperAddress\": \"4200 MACALESTER STREET\",\n        \"shipperCity\": \"PHILADELPHIA\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19124\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"435TH SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR\",\n        \"consigneeCity\": \"WRIGHT PATTERSON AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 334,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/c245afc7e3fe9e486ae0ffc05c2dde07-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13YF\"\n            }\n        ],\n        \"bolnumber\": \"1413804\",\n        \"ponumber\": \"1439264\",\n        \"pronumber\": \"I730611918\"\n    },\n    {\n        \"shipmentID\": 134788458,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 254.37,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755129600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755475200000,\n        \"deliveryDate\": 1755475200000,\n        \"shipperName\": \"COCOON SOUTH NEW\",\n        \"shipperAddress\": \"824 LOCUST ST.\",\n        \"shipperCity\": \"HENDERSONVILLE\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28792\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FRC EAST CHERRY POINT\",\n        \"consigneeAddress\": \"BLDG 148 BAY A\",\n        \"consigneeCity\": \"CHERRY POINT\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28533\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 1384,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/30a70257b4669debc09401a0323d3bd0-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EM24F10MM\"\n            }\n        ],\n        \"bolnumber\": \"1413806\",\n        \"ponumber\": \"1408785\",\n        \"pronumber\": \"440110351\"\n    },\n    {\n        \"shipmentID\": 134788591,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 430.38,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755129600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756339200000,\n        \"deliveryDate\": 1756425600000,\n        \"shipperName\": \"LARSON AUTOMATION, INC.\",\n        \"shipperAddress\": \"960 RINCON CIR\",\n        \"shipperCity\": \"SAN JOSE\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"95131\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"RED RIVER ARMY DEPOT\",\n        \"consigneeAddress\": \"10 ST AND K AVENUE\",\n        \"consigneeCity\": \"TEXARKANA\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"75507\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 750,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F161F\"\n            }\n        ],\n        \"bolnumber\": \"1413818\",\n        \"ponumber\": \"1449606\",\n        \"pronumber\": \"154135178\"\n    },\n    {\n        \"shipmentID\": 134788784,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 497.73,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755129600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755561600000,\n        \"deliveryDate\": 1755475200000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"IAP WORLDWIDE SERVICES INC\",\n        \"consigneeAddress\": \"4962 RIVERTON ROAD\",\n        \"consigneeCity\": \"DAYTON\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45414\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 2046,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/85b29312-ff39-4969-8a2f-daabc334483f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPECIAL TACTICS BARS\"\n            }\n        ],\n        \"bolnumber\": \"1413827\",\n        \"ponumber\": \"1446872\",\n        \"pronumber\": \"218613813\"\n    },\n    {\n        \"shipmentID\": 134788817,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 218.36,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755475200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755561600000,\n        \"deliveryDate\": 1755561600000,\n        \"shipperName\": \"INTERSURGICAL/MAIN OCEAN\",\n        \"shipperAddress\": \"300 A TRADE ZONE BLVD\",\n        \"shipperCity\": \"SUMMERVILLE\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29486\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 1510,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/8288549a7ce9951d4ab6c67e16181c16-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1413835\",\n        \"ponumber\": \"1468378\",\n        \"pronumber\": \"444889043\"\n    },\n    {\n        \"shipmentID\": 134789170,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 172.95,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755216000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755561600000,\n        \"deliveryDate\": 1755561600000,\n        \"shipperName\": \"AMERICAN RHEINMETALL SYSTEMS, LLC\",\n        \"shipperAddress\": \"15 MORIN STREET\",\n        \"shipperCity\": \"BIDDEFORD\",\n        \"shipperState\": \"ME\",\n        \"shipperZip\": \"04005\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PDM CREW SERVED WEAPONS (CSW)\",\n        \"consigneeAddress\": \"U.S. ARMY ABERDEEN TEST CENTER 6850 LANYARD ROAD BLDG 358\",\n        \"consigneeCity\": \"ABERDEEN PROVING GROUND\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"21005\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 422,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/3c138e6e-91c6-4d2c-acaf-0593895e4d0c.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1E6H\"\n            }\n        ],\n        \"bolnumber\": \"1413844\",\n        \"ponumber\": \"1407697\",\n        \"pronumber\": \"I850291155\"\n    },\n    {\n        \"shipmentID\": 134789196,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 425.86,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755216000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755734400000,\n        \"deliveryDate\": 1755734400000,\n        \"shipperName\": \"L3 HARRIS\",\n        \"shipperAddress\": \"1350 JEFFERSON RD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SPECIAL COMMUNICATIONS MISSION SOLU\",\n        \"consigneeAddress\": \"17134 WEBSTER FIELD ROAD\",\n        \"consigneeCity\": \"SAINT INIGOES\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20684\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1732,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/8ef1076b-c3d9-4fa5-b657-a754fdebaa1b.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"NAVAIR CODE TW14\"\n            }\n        ],\n        \"bolnumber\": \"1413845\",\n        \"ponumber\": \"1431847\",\n        \"pronumber\": \"551905406\"\n    },\n    {\n        \"shipmentID\": 134789237,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 195.6,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755561600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1755561600000,\n        \"shipperName\": \"L3 HARRIS\",\n        \"shipperAddress\": \"1350 JEFFERSON RD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"436TH APS\",\n        \"consigneeAddress\": \"550 ATLANTIC ST BLDG 550\",\n        \"consigneeCity\": \"DOVER AFB\",\n        \"consigneeState\": \"DE\",\n        \"consigneeZip\": \"19902\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 957,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/1e067379-8f52-4e47-b884-e43f0c0425d7.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1EL4\"\n            }\n        ],\n        \"bolnumber\": \"1414093\",\n        \"ponumber\": \"1409598\",\n        \"pronumber\": \"028133420\"\n    },\n    {\n        \"shipmentID\": 134789569,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 185.59,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755216000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755648000000,\n        \"deliveryDate\": 1755561600000,\n        \"shipperName\": \"L3HARRIS TECHNOLOGIES\",\n        \"shipperAddress\": \"1350 JEFFERSON ROAD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NIWC ATLANTIC (NAVAL INFORMATION WA\",\n        \"consigneeAddress\": \"1008 TRIDENT STREET\",\n        \"consigneeCity\": \"HANAHAN\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 373,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/2e844449-4793-48ad-9842-76307e0d1739.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"CODE 55000\"\n            }\n        ],\n        \"bolnumber\": \"1414105\",\n        \"ponumber\": \"1420771\",\n        \"pronumber\": \"028133424\"\n    },\n    {\n        \"shipmentID\": 134789712,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 163.64,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755216000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1755216000000,\n        \"shipperName\": \"PELICAN\",\n        \"shipperAddress\": \"1564 INNOVATION BLVD\",\n        \"shipperCity\": \"CLAYTON\",\n        \"shipperState\": \"IN\",\n        \"shipperZip\": \"46118\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 347,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/1e5de790-b30d-4921-accd-cfe3c10d6ef1.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1414121\",\n        \"ponumber\": \"1468309\",\n        \"pronumber\": \"050270708\"\n    },\n    {\n        \"shipmentID\": 134790420,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 285.17,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755475200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755734400000,\n        \"deliveryDate\": 1755734400000,\n        \"shipperName\": \"OPERATIVE EXPERIENCE INC\",\n        \"shipperAddress\": \"1007 OLD PHILADELPHIA RD STE 300\",\n        \"shipperCity\": \"ABERDEEN\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA TROOP SUPPORT\",\n        \"consigneeAddress\": \"2D MEDICAL BATTALION WAREHOUSE\",\n        \"consigneeCity\": \"CAMP LEJUENE\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28547\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 970,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/afd51547-e93d-4b79-b9ba-1a18ed34d94f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE2D525F406T\"\n            }\n        ],\n        \"bolnumber\": \"1415286\",\n        \"ponumber\": \"1465966\",\n        \"pronumber\": \"993855030\"\n    },\n    {\n        \"shipmentID\": 134790424,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 240.82,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755561600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756339200000,\n        \"deliveryDate\": 1756339200000,\n        \"shipperName\": \"DAMASCUS WORLDWIDE INC\",\n        \"shipperAddress\": \"61 BEAMAN STREET\",\n        \"shipperCity\": \"POULTNEY\",\n        \"shipperState\": \"VT\",\n        \"shipperZip\": \"05764\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ICE ERO\",\n        \"consigneeAddress\": \"54575 TAMIAMI TRAIL E\",\n        \"consigneeCity\": \"OCHOPEE,\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"34141\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 295,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/669eb292-76bc-4f2a-926a-a772abdd0475.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"25140-TNT\"\n            }\n        ],\n        \"bolnumber\": \"1415287\",\n        \"ponumber\": \"1469526\",\n        \"pronumber\": \"267416897\"\n    },\n    {\n        \"shipmentID\": 134790482,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 259.67,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755475200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755648000000,\n        \"deliveryDate\": 1755648000000,\n        \"shipperName\": \"ATLANTIC SIGNAL LLC\",\n        \"shipperAddress\": \"1221 S KANSAS AVE\",\n        \"shipperCity\": \"TOPEKA\",\n        \"shipperState\": \"KS\",\n        \"shipperZip\": \"66612\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"5749 BRIAR HILL RD\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1089,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/79b3b346-7b6f-4617-9c45-683c932a7df0.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"47QFNA25F0060\"\n            }\n        ],\n        \"bolnumber\": \"1415289\",\n        \"ponumber\": \"1448333\",\n        \"pronumber\": \"458000152\"\n    },\n    {\n        \"shipmentID\": 134790582,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 171.44,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755475200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755648000000,\n        \"deliveryDate\": 1755648000000,\n        \"shipperName\": \"PELICAN\",\n        \"shipperAddress\": \"1564 INNOVATION BLVD\",\n        \"shipperCity\": \"CLAYTON\",\n        \"shipperState\": \"IN\",\n        \"shipperZip\": \"46118\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"605TH AMXS\",\n        \"consigneeAddress\": \"1835 EAST ARNOLD AVE\",\n        \"consigneeCity\": \"MCGUIRE AFB\",\n        \"consigneeState\": \"NJ\",\n        \"consigneeZip\": \"08641\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 274.5,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/f9719d56853b5dbc2d22d6dcf5bc05ec-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"FA448425C0010\"\n            }\n        ],\n        \"bolnumber\": \"1415292\",\n        \"ponumber\": \"1468931\",\n        \"pronumber\": \"I125011899\"\n    },\n    {\n        \"shipmentID\": 134790607,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 265.27,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755475200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1756080000000,\n        \"shipperName\": \"MOSEBACH MANUFACTURING\",\n        \"shipperAddress\": \"1417 MCLAUGHLIN RUN ROAD\",\n        \"shipperCity\": \"PITTSBURGH\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"15241\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ACB 1\",\n        \"consigneeAddress\": \"2524 ENIWETOK RD BLDG 808\",\n        \"consigneeCity\": \"SAN DIEGO\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92155\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 179,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/9dd2ae0a0cc9c5cea6e09c773e4bcd48-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1415293\",\n        \"ponumber\": \"1440617\",\n        \"pronumber\": \"9312443696\"\n    },\n    {\n        \"shipmentID\": 134790615,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 149.33,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755475200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755734400000,\n        \"deliveryDate\": 1755734400000,\n        \"shipperName\": \"INTERSURGICAL/MAIN OCEAN\",\n        \"shipperAddress\": \"300 A TRADE ZONE BLVD\",\n        \"shipperCity\": \"SUMMERVILLE\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29486\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 156,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/9f8e319b-8b1c-4a60-8c62-23fe897da249.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1415554\",\n        \"ponumber\": \"1469271\",\n        \"pronumber\": \"058673574\"\n    },\n    {\n        \"shipmentID\": 134790788,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 167.53,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755475200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755648000000,\n        \"deliveryDate\": 1755734400000,\n        \"shipperName\": \"ELECTROMET CORPORATION\",\n        \"shipperAddress\": \"879 COMMONWEALTH AVE\",\n        \"shipperCity\": \"HAGERTOWN\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21740\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAWC AD 4.11.2\",\n        \"consigneeAddress\": \"17598 WEBSTER FIELD ROAD BLDG 8115\",\n        \"consigneeCity\": \"ST INIGOES\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20684\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 410,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/d17dcc2f-777b-405e-943c-49f6b233def8.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F13J3\"\n            }\n        ],\n        \"bolnumber\": \"1415613\",\n        \"ponumber\": \"1367960\",\n        \"pronumber\": \"I300867876\"\n    },\n    {\n        \"shipmentID\": 134790789,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 805.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755648000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756425600000,\n        \"deliveryDate\": 1756425600000,\n        \"shipperName\": \"INTERNATIONAL E-Z UP\",\n        \"shipperAddress\": \"1900 SECOND ST\",\n        \"shipperCity\": \"NORCO\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92860\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOLUTION BASED INNOVATION\",\n        \"consigneeAddress\": \"2656 QUALITY COURT\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 1605,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/e9328c26-63f3-4a80-ba21-227c4cc56343.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1415612\",\n        \"ponumber\": \"1457076\",\n        \"pronumber\": \"436712570\"\n    },\n    {\n        \"shipmentID\": 134790941,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1224.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755561600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756080000000,\n        \"deliveryDate\": 1756080000000,\n        \"shipperName\": \"L3 HARRIS\",\n        \"shipperAddress\": \"1350 JEFFERSON RD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SCIENCE APPLICATIONS INTERNATIONAL\",\n        \"consigneeAddress\": \"7413 MAGI ROAD\",\n        \"consigneeCity\": \"HANAHAN\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 7,\n        \"totalWeight\": 4316,\n        \"totalHU\": 7,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/8092edbb-6e9f-4a47-9b49-3a41c1eef1d5.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F11C0\"\n            }\n        ],\n        \"bolnumber\": \"1415631\",\n        \"ponumber\": \"1420887\",\n        \"pronumber\": \"028133425\"\n    },\n    {\n        \"shipmentID\": 134791125,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1063.46,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755648000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756166400000,\n        \"deliveryDate\": 1756166400000,\n        \"shipperName\": \"UNIT SOLUTIONS, INC\",\n        \"shipperAddress\": \"2061 CASE PARKWAY SOUTH\",\n        \"shipperCity\": \"TWINSBURG\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44087\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"19TH AW\",\n        \"consigneeAddress\": \"650 FIFTH STREET\",\n        \"consigneeCity\": \"LITTLE ROCK, AFB\",\n        \"consigneeState\": \"AR\",\n        \"consigneeZip\": \"72099\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 4240,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b70545d0-74f3-4bb6-874b-c2e6a0be2f32.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F17R8\"\n            }\n        ],\n        \"bolnumber\": \"1415645\",\n        \"ponumber\": \"1459776\",\n        \"pronumber\": \"065777524\"\n    },\n    {\n        \"shipmentID\": 134791403,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 185.4,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755561600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755734400000,\n        \"deliveryDate\": 1755820800000,\n        \"shipperName\": \"BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DR\",\n        \"shipperCity\": \"BELLEVILLE\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NCG 2\",\n        \"consigneeAddress\": \"511 NORTH BROWN AVE. BLDG 225\",\n        \"consigneeCity\": \"GULFPORT\",\n        \"consigneeState\": \"MS\",\n        \"consigneeZip\": \"39501\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 258,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/fe1ded4b98aaa1fc21e2a6682abf3670-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F197B\"\n            }\n        ],\n        \"bolnumber\": \"1415653\",\n        \"ponumber\": \"1467165\",\n        \"pronumber\": \"I731341485\"\n    },\n    {\n        \"shipmentID\": 134791599,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 426.49,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755561600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756339200000,\n        \"deliveryDate\": 1756339200000,\n        \"shipperName\": \"BASIC CONCEPTS, INC\",\n        \"shipperAddress\": \"1310 HARRIS BRIDGE RD\",\n        \"shipperCity\": \"ANDERSON\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29621\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"11TH MEU\",\n        \"consigneeAddress\": \"11TH MEU I MEF\",\n        \"consigneeCity\": \"CAMP PENDLETION\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92055\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 945,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b45aeced-e0b0-4a42-a869-765af29ff67c.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"M2017752031NS4\"\n            }\n        ],\n        \"bolnumber\": \"1415661\",\n        \"ponumber\": \"1465245\",\n        \"pronumber\": \"458598442\"\n    },\n    {\n        \"shipmentID\": 134791639,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 446.85,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755561600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756080000000,\n        \"deliveryDate\": 1755820800000,\n        \"shipperName\": \"ATLANTIC SIGNAL LLC\",\n        \"shipperAddress\": \"1221 S KANSAS AVE\",\n        \"shipperCity\": \"TOPEKA\",\n        \"shipperState\": \"KS\",\n        \"shipperZip\": \"66612\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMA 202 AIRCREW SYSTEMS\",\n        \"consigneeAddress\": \"4301 PACIFIC HWY\",\n        \"consigneeCity\": \"SAN DIEGO\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92110\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1065,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/0a640cd9-59f6-438c-9f64-057d04bd3a0f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"N0042125F0673\"\n            }\n        ],\n        \"bolnumber\": \"1410087\",\n        \"ponumber\": \"1446176\",\n        \"pronumber\": \"458618856\"\n    },\n    {\n        \"shipmentID\": 134791689,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 298.55,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755648000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756339200000,\n        \"deliveryDate\": 1756339200000,\n        \"shipperName\": \"IRIS TECHNOLOGY CORPORATION\",\n        \"shipperAddress\": \"2811 MCGAW AVE\",\n        \"shipperCity\": \"IRVINE\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92614\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"TOBYHANNA ARMY DEPOT\",\n        \"consigneeAddress\": \"11 HAP ARNOLD BLVD BLDG 5\",\n        \"consigneeCity\": \"TOBYHANNA\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"18466\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 324,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/90fd0615-0a67-480c-964c-59e6bb3ad020.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F1449\"\n            }\n        ],\n        \"bolnumber\": \"1415660\",\n        \"ponumber\": \"1439645\",\n        \"pronumber\": \"151515021\"\n    },\n    {\n        \"shipmentID\": 134791754,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 616.74,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755561600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1755648000000,\n        \"shipperName\": \"WASHINGTON CHAIN AND SUPPLY INC\",\n        \"shipperAddress\": \"2901 UTAH AVE SO\",\n        \"shipperCity\": \"SEATTLE\",\n        \"shipperState\": \"WA\",\n        \"shipperZip\": \"98134\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC CARDEROCK DIV 72\",\n        \"consigneeAddress\": \"33964 N MAIN AVE\",\n        \"consigneeCity\": \"BAYVIEW\",\n        \"consigneeState\": \"ID\",\n        \"consigneeZip\": \"83803\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 1225,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/5f0c7ce40a25ed1deb3d0d004d0a3c57-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F1552\"\n            }\n        ],\n        \"bolnumber\": \"1415676\",\n        \"ponumber\": \"1445972\",\n        \"pronumber\": \"5148713345\"\n    },\n    {\n        \"shipmentID\": 134791844,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 155.76,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755648000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1755734400000,\n        \"shipperName\": \"70E SOLUTIONS\",\n        \"shipperAddress\": \"135 SPARKS AVE.\",\n        \"shipperCity\": \"BUTLER\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"16001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOLUTION BASED INNOVATION\",\n        \"consigneeAddress\": \"2656 QUALITY COURT\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 425,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/53bb5d6f-6dcf-4c99-a2a7-5753f536282e.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1415681\",\n        \"ponumber\": \"1457071\",\n        \"pronumber\": \"004-1384133\"\n    },\n    {\n        \"shipmentID\": 134792318,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 429.11,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755734400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756080000000,\n        \"deliveryDate\": 1756080000000,\n        \"shipperName\": \"DARN TOUGH VT\",\n        \"shipperAddress\": \"7 BELKNAP AVE\",\n        \"shipperCity\": \"NORTHFIELD\",\n        \"shipperState\": \"VT\",\n        \"shipperZip\": \"05663\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 2586,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/960feead-5525-45f5-9e6c-83e9bb7f5587.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1415702\",\n        \"ponumber\": \"1448837\",\n        \"pronumber\": \"188716736\"\n    },\n    {\n        \"shipmentID\": 134792349,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 224.42,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755648000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755820800000,\n        \"deliveryDate\": 1755820800000,\n        \"shipperName\": \"BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DR\",\n        \"shipperCity\": \"BELLEVILLE\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USCG BASE PORTSMOUTH\",\n        \"consigneeAddress\": \"4000 COAST GUARD BLVD\",\n        \"consigneeCity\": \"PORTSMOUTH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23703\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 435,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/ff9b979fe3b85cc40a188759e4a8751b-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1415705\",\n        \"ponumber\": \"1454639\",\n        \"pronumber\": \"I613850877\"\n    },\n    {\n        \"shipmentID\": 134792699,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 174.81,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755734400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756252800000,\n        \"deliveryDate\": 1756252800000,\n        \"shipperName\": \"TELEDYNE RESON INC.\",\n        \"shipperAddress\": \"1026 N WILLIAMSON BLVD\",\n        \"shipperCity\": \"DAYTONA BEACH\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32114\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NCG 2\",\n        \"consigneeAddress\": \"511 NORTH BROWN AVE BLDG 437\",\n        \"consigneeCity\": \"GULFPORT\",\n        \"consigneeState\": \"MS\",\n        \"consigneeZip\": \"39501\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 180,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/452a1ba8-2634-4a00-9b68-40fababd9334.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F15K9\"\n            }\n        ],\n        \"bolnumber\": \"1415703\",\n        \"ponumber\": \"1448021\",\n        \"pronumber\": \"222840828\"\n    },\n    {\n        \"shipmentID\": 134792736,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 210.73,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755734400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756080000000,\n        \"deliveryDate\": 1756080000000,\n        \"shipperName\": \"SAFARILAND LLC\",\n        \"shipperAddress\": \"3041 FAYE RD\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32226\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 893,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/0754022770296eba7a15ade4e89b5522-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1415724\",\n        \"ponumber\": \"1465051\",\n        \"pronumber\": \"411450115\"\n    },\n    {\n        \"shipmentID\": 134792763,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 785.23,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755648000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756339200000,\n        \"deliveryDate\": 1756339200000,\n        \"shipperName\": \"ECLYPSE INTERNATIONAL CORP.\",\n        \"shipperAddress\": \"341 S. MAPLE STREET\",\n        \"shipperCity\": \"CORONA\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92878\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM F 15 (AFLCMC WAQ)\",\n        \"consigneeAddress\": \"320 RICHARD RAY BLVD BLDG 300\",\n        \"consigneeCity\": \"ROBINS AFB\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"31098\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 2270,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/0691b89b-b96d-4f7e-9fb9-846f0b0d0e0b.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1DHC\"\n            }\n        ],\n        \"bolnumber\": \"1415725\",\n        \"ponumber\": \"1407544\",\n        \"pronumber\": \"421837183\"\n    },\n    {\n        \"shipmentID\": 134792878,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 244.49,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755734400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756339200000,\n        \"deliveryDate\": 1756339200000,\n        \"shipperName\": \"CRYE PRECISION\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"336TH TRSS\",\n        \"consigneeAddress\": \"1067 W SURVIVAL LOOP\",\n        \"consigneeCity\": \"FAIRCHILD AFB\",\n        \"consigneeState\": \"WA\",\n        \"consigneeZip\": \"99011\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 253,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F17NG\"\n            }\n        ],\n        \"bolnumber\": \"1415737\",\n        \"ponumber\": \"1459438\",\n        \"pronumber\": \"218611853\"\n    },\n    {\n        \"shipmentID\": 134793353,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 174.81,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755734400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756339200000,\n        \"deliveryDate\": 1756252800000,\n        \"shipperName\": \"LOCKHEED MARTIN\",\n        \"shipperAddress\": \"100 GLOBAL INNOVATION CIRCLE\",\n        \"shipperCity\": \"ORLANDO\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32825\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVAL OCEANOGRAPHIC OFFICE\",\n        \"consigneeAddress\": \"MOSES COOK RD; BLDG 9134\",\n        \"consigneeCity\": \"STENNIS SPACE CENTER\",\n        \"consigneeState\": \"MS\",\n        \"consigneeZip\": \"39522\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 465,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/5be2f4c6-387a-4c10-9488-c0afdd77e5c2.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F11YD\"\n            }\n        ],\n        \"bolnumber\": \"1415771\",\n        \"ponumber\": \"1425433\",\n        \"pronumber\": \"222235338\"\n    },\n    {\n        \"shipmentID\": 134793384,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 400.76,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756166400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756944000000,\n        \"deliveryDate\": 1756771200000,\n        \"shipperName\": \"TELEDYNE BENTHOS\",\n        \"shipperAddress\": \"49 EDGERTON DR\",\n        \"shipperCity\": \"NORTH FALMOUTH\",\n        \"shipperState\": \"MA\",\n        \"shipperZip\": \"02556\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVAL OCEANOGRAPHIC OFFICE\",\n        \"consigneeAddress\": \"NAVAL OCEANOGRAPHIC OFFICE  MSAAP B9134, CODE N114 UIC: N62306  GBLOC: FMNU SPLC: 488936290\",\n        \"consigneeCity\": \"STENNIS SPACE CENTER\",\n        \"consigneeState\": \"MS\",\n        \"consigneeZip\": \"39522\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 778,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/80877f54-d389-4dc3-a7e5-76a83cdfacc0.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F18DR\"\n            }\n        ],\n        \"bolnumber\": \"1415772\",\n        \"ponumber\": \"1464272\",\n        \"pronumber\": \"047590624\"\n    },\n    {\n        \"shipmentID\": 134793418,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 180.69,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755734400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756080000000,\n        \"deliveryDate\": 1756080000000,\n        \"shipperName\": \"LITE COMS\",\n        \"shipperAddress\": \"7321 VICTOR MENDON RD\",\n        \"shipperCity\": \"VICTOR\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14564\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"2ND MLG\",\n        \"consigneeAddress\": \"BLDG 914 SNEADS FERRY RD\",\n        \"consigneeCity\": \"CAMP LEJEUNE\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28542\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 125,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/a5661403531be2c8386372e5ef64ff2a-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F18LK\"\n            }\n        ],\n        \"bolnumber\": \"1415774\",\n        \"ponumber\": \"1464566\",\n        \"pronumber\": \"I649215603\"\n    },\n    {\n        \"shipmentID\": 134793467,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 165.52,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755734400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756252800000,\n        \"deliveryDate\": 1756252800000,\n        \"shipperName\": \"L3 HARRIS\",\n        \"shipperAddress\": \"1350 JEFFERSON RD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"436TH APS\",\n        \"consigneeAddress\": \"550 ATLANTIC ST BLDG 550\",\n        \"consigneeCity\": \"DOVER AFB\",\n        \"consigneeState\": \"DE\",\n        \"consigneeZip\": \"19902\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 561,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/2a59d85f-88b2-494b-b3a7-ca1a7bf76192.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL24F1EL4\"\n            }\n        ],\n        \"bolnumber\": \"1415775\",\n        \"ponumber\": \"1409598\",\n        \"pronumber\": \"028133421\"\n    },\n    {\n        \"shipmentID\": 134793469,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 210.73,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755734400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756080000000,\n        \"deliveryDate\": 1756080000000,\n        \"shipperName\": \"SAFARILAND LLC\",\n        \"shipperAddress\": \"3041 FAYE RD\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32226\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 658,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/694e076f9dad7d62a47c93340d648eff-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1415776\",\n        \"ponumber\": \"1462581\",\n        \"pronumber\": \"411450123\"\n    },\n    {\n        \"shipmentID\": 134793538,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 171.08,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755734400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756166400000,\n        \"deliveryDate\": 1756080000000,\n        \"shipperName\": \"L3 HARRIS\",\n        \"shipperAddress\": \"3 TECHNOLOGY DRIVE\",\n        \"shipperCity\": \"LONDONDERRY\",\n        \"shipperState\": \"NH\",\n        \"shipperZip\": \"03053\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"JXQS VISUAL AUGMENTATION SYSTEMS BR\",\n        \"consigneeAddress\": \"300 HIGHWAY 361\",\n        \"consigneeCity\": \"CRANE\",\n        \"consigneeState\": \"IN\",\n        \"consigneeZip\": \"47522\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 280,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/98d28a8c5d252c93045921280f2b23d3-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F132X\"\n            }\n        ],\n        \"bolnumber\": \"1415779\",\n        \"ponumber\": \"1432193\",\n        \"pronumber\": \"I761228937\"\n    },\n    {\n        \"shipmentID\": 134793650,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 171.08,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755734400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756252800000,\n        \"deliveryDate\": 1756252800000,\n        \"shipperName\": \"EHMKE MANUFACTURING COMPANY INC\",\n        \"shipperAddress\": \"4200 MACALESTER STREET\",\n        \"shipperCity\": \"PHILADELPHIA\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19124\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"435TH SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR\",\n        \"consigneeCity\": \"WRIGHT PATTERSON AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 368,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/7fa237ac18037c0cb31184ebf77442d0-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13YF\"\n            }\n        ],\n        \"bolnumber\": \"1393031\",\n        \"ponumber\": \"1439264\",\n        \"pronumber\": \"I730611945\"\n    },\n    {\n        \"shipmentID\": 134793652,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 171.08,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755734400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756252800000,\n        \"deliveryDate\": 1756252800000,\n        \"shipperName\": \"EHMKE MANUFACTURING COMPANY INC\",\n        \"shipperAddress\": \"4200 MACALESTER STREET\",\n        \"shipperCity\": \"PHILADELPHIA\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19124\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"435TH SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR\",\n        \"consigneeCity\": \"WRIGHT PATTERSON AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 368,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/7fa237ac18037c0cb31184ebf77442d0-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13YF\"\n            }\n        ],\n        \"bolnumber\": \"1393031\",\n        \"ponumber\": \"1439264\",\n        \"pronumber\": \"I730611945\"\n    },\n    {\n        \"shipmentID\": 134793851,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 163.3,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756080000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756339200000,\n        \"deliveryDate\": 1756339200000,\n        \"shipperName\": \"PELICAN\",\n        \"shipperAddress\": \"1564 INNOVATION BLVD\",\n        \"shipperCity\": \"CLAYTON\",\n        \"shipperState\": \"IN\",\n        \"shipperZip\": \"46118\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"GENERAL DYNAMICS INFORMATION TECHNO\",\n        \"consigneeAddress\": \"22626 SALLY RIDE DR\",\n        \"consigneeCity\": \"STERLING\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"20164\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 333.5,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/9fc32a1f-10d0-48ab-8658-a7081851f2be.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"19AQMM18C0185\"\n            }\n        ],\n        \"bolnumber\": \"1415799\",\n        \"ponumber\": \"1470380\",\n        \"pronumber\": \"050748854\"\n    },\n    {\n        \"shipmentID\": 134794072,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 348.76,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755820800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756080000000,\n        \"deliveryDate\": 1756080000000,\n        \"shipperName\": \"SPARTON AYDIN LLC, DBA AYDIN DISPLAYS\",\n        \"shipperAddress\": \"1 RIGA LANE\",\n        \"shipperCity\": \"BIRDSBORO\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19508\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"RAYTHEON COMPANY\",\n        \"consigneeAddress\": \"22 COTTON ROAD\",\n        \"consigneeCity\": \"NASHUA\",\n        \"consigneeState\": \"NH\",\n        \"consigneeZip\": \"03063\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1425,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/b141ca2b73714974c73fb1d6ffd45c6c-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F1393\"\n            }\n        ],\n        \"bolnumber\": \"1415804\",\n        \"ponumber\": \"1433437\",\n        \"pronumber\": \"I184284324\"\n    },\n    {\n        \"shipmentID\": 134794075,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 150.74,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755820800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756166400000,\n        \"deliveryDate\": 1756166400000,\n        \"shipperName\": \"ATAP, INC.\",\n        \"shipperAddress\": \"130 INDUSTRY WAY,\",\n        \"shipperCity\": \"EASTABOGA\",\n        \"shipperState\": \"AL\",\n        \"shipperZip\": \"36260\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOLUTION BASED INNOVATION\",\n        \"consigneeAddress\": \"2656 QUALITY COURT\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 375,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/65aff20af63110d504f5bd6363d7707c-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1415805\",\n        \"ponumber\": \"1423044\",\n        \"pronumber\": \"435633813\"\n    },\n    {\n        \"shipmentID\": 134794590,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 359.94,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755820800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756771200000,\n        \"deliveryDate\": 1756339200000,\n        \"shipperName\": \"GREAT WESTERN EAGLE PACKAGIN\",\n        \"shipperAddress\": \"500 S ETIWANDA AVENUE\",\n        \"shipperCity\": \"ONTATIO\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"91761\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CACI INC FEDERAL\",\n        \"consigneeAddress\": \"3611 E RAMSEY STREET\",\n        \"consigneeCity\": \"FAYETTEVILLE\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28311\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 360,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/6246fc91-8dbc-407f-8833-010b7c897ea6.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F18F7\"\n            }\n        ],\n        \"bolnumber\": \"1416187\",\n        \"ponumber\": \"1463812\",\n        \"pronumber\": \"492489535\"\n    },\n    {\n        \"shipmentID\": 134794624,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 180.69,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755820800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756166400000,\n        \"deliveryDate\": 1756166400000,\n        \"shipperName\": \"FLYMOTION\",\n        \"shipperAddress\": \"4416 EAGLE FALLS PLACE\",\n        \"shipperCity\": \"TAMPA\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33619\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOCOM\",\n        \"consigneeAddress\": \"2592 HORSE PASTURE ROAD\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 299,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/e43aadc1-2ad8-4ee1-b884-6b9568583361.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"H9242725P0341\"\n            }\n        ],\n        \"bolnumber\": \"1416190\",\n        \"ponumber\": \"1452959\",\n        \"pronumber\": \"I235615896\"\n    },\n    {\n        \"shipmentID\": 134794646,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 255,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755820800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756339200000,\n        \"deliveryDate\": 1756339200000,\n        \"shipperName\": \"BAE SYSTEMS SPACE AND MISSION SYSTEMS INC\",\n        \"shipperAddress\": \"9675 W 108TH, CIR\",\n        \"shipperCity\": \"WESTMINSTER\",\n        \"shipperState\": \"CO\",\n        \"shipperZip\": \"80021\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVAIR CENTRAL KITTING ACTIVITY\",\n        \"consigneeAddress\": \"235 INDUSTRIAL LOOP\",\n        \"consigneeCity\": \"ORANGE PARK\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32073\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 140,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/3f9ba2f7c935c8524efc3d37ec4f1354-C.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1416192\",\n        \"ponumber\": \"1404194\",\n        \"pronumber\": \"I282081123\"\n    },\n    {\n        \"shipmentID\": 134794769,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 149.01,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756080000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756425600000,\n        \"deliveryDate\": 1756425600000,\n        \"shipperName\": \"INTERSURGICAL/MAIN OCEAN\",\n        \"shipperAddress\": \"300 A TRADE ZONE BLVD\",\n        \"shipperCity\": \"SUMMERVILLE\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29486\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 362,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/2642214e-7c2b-4fee-9877-cd1232a66541.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1416202\",\n        \"ponumber\": \"1469895\",\n        \"pronumber\": \"058654761\"\n    },\n    {\n        \"shipmentID\": 134794841,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 440.44,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755820800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756252800000,\n        \"deliveryDate\": 1756252800000,\n        \"shipperName\": \"TRIANGLE RUBBER CO., INC.\",\n        \"shipperAddress\": \"50 AERO RD\",\n        \"shipperCity\": \"BOHEMIA\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11716\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"GXPS UNDERSEA SENSORS MANAGEMENT BR\",\n        \"consigneeAddress\": \"300 HIGHWAY 361\",\n        \"consigneeCity\": \"CRANE\",\n        \"consigneeState\": \"IN\",\n        \"consigneeZip\": \"47522\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 1810,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/684eacac-029f-4564-a4de-c5f0e15af309.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F121B\"\n            }\n        ],\n        \"bolnumber\": \"1416210\",\n        \"ponumber\": \"1425826\",\n        \"pronumber\": \"219293023\"\n    },\n    {\n        \"shipmentID\": 134794973,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 228.27,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755820800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1756166400000,\n        \"shipperName\": \"SECURITY EQUIPMET CORPORATION\",\n        \"shipperAddress\": \"815 SUN PARK DRIVE\",\n        \"shipperCity\": \"FENTON\",\n        \"shipperState\": \"MO\",\n        \"shipperZip\": \"63026\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DHS ICE\",\n        \"consigneeAddress\": \"6760 UPTON AVE\",\n        \"consigneeCity\": \"FORT BENNING\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"31905\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 455,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/15d7fe04e239ed27fdd4430cba4cb1e3-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"192125NFU00000141\"\n            }\n        ],\n        \"bolnumber\": \"1416223\",\n        \"ponumber\": \"1464367\",\n        \"pronumber\": \"6436518992\"\n    },\n    {\n        \"shipmentID\": 134794991,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 171.08,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755820800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756166400000,\n        \"deliveryDate\": 1756166400000,\n        \"shipperName\": \"SECURITY EQUIPMET CORPORATION\",\n        \"shipperAddress\": \"815 SUN PARK DRIVE\",\n        \"shipperCity\": \"FENTON\",\n        \"shipperState\": \"MO\",\n        \"shipperZip\": \"63026\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 265,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/742987fe03b3b9dbc1822f52ade0ed97-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1416225\",\n        \"ponumber\": \"1466320\",\n        \"pronumber\": \"I318483612\"\n    },\n    {\n        \"shipmentID\": 134795032,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 171.08,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755820800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756166400000,\n        \"deliveryDate\": 1756166400000,\n        \"shipperName\": \"L3 HARRIS\",\n        \"shipperAddress\": \"1350 JEFFERSON RD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AFCEC CXXE\",\n        \"consigneeAddress\": \"1445 S. FORTRESS ST\",\n        \"consigneeCity\": \"GRISSOM ARB\",\n        \"consigneeState\": \"IN\",\n        \"consigneeZip\": \"46971\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 540,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/81563a6fb3de81dc2fd8f61ae3d760f8-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F163K\"\n            }\n        ],\n        \"bolnumber\": \"1416222\",\n        \"ponumber\": \"1469931\",\n        \"pronumber\": \"I731827737\"\n    },\n    {\n        \"shipmentID\": 134795793,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 163.3,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756080000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756425600000,\n        \"deliveryDate\": 1756425600000,\n        \"shipperName\": \"AM GENERAL, LLC\",\n        \"shipperAddress\": \"5448 DYLAN DRIVE\",\n        \"shipperCity\": \"SOUTH BEND,\",\n        \"shipperState\": \"IN\",\n        \"shipperZip\": \"46628\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 195,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/81aa1f05-1b46-4d1b-be26-195286a9dcdc.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1417531\",\n        \"ponumber\": \"1449230\",\n        \"pronumber\": \"106029743\"\n    },\n    {\n        \"shipmentID\": 134795803,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 195.03,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756080000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756166400000,\n        \"deliveryDate\": 1756166400000,\n        \"shipperName\": \"COCOON SOUTH NEW\",\n        \"shipperAddress\": \"824 LOCUST ST.\",\n        \"shipperCity\": \"HENDERSONVILLE\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28792\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FRC EAST CHERRY POINT\",\n        \"consigneeAddress\": \"BLDG 148 BAY A\",\n        \"consigneeCity\": \"CHERRY POINT\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28533\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1063,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/4d52127bfe6fb2ddf43763c0eb00f72b-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EM24F10MM\"\n            }\n        ],\n        \"bolnumber\": \"1417532\",\n        \"ponumber\": \"1408785\",\n        \"pronumber\": \"440666953\"\n    },\n    {\n        \"shipmentID\": 134795972,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 195.53,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756080000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1757030400000,\n        \"deliveryDate\": 1757030400000,\n        \"shipperName\": \"SKF/KAYDON PLANT 12A\",\n        \"shipperAddress\": \"840 CORPORATE CIR\",\n        \"shipperCity\": \"SUMTER\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29154\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"RED RIVER ARMY DEPOT\",\n        \"consigneeAddress\": \"10TH STREET & K AVENUE\",\n        \"consigneeCity\": \"TEXARKANA\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"75507\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 490,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL23F1EEU\"\n            }\n        ],\n        \"bolnumber\": \"1417544\",\n        \"ponumber\": \"1326915\",\n        \"pronumber\": \"056672616\"\n    },\n    {\n        \"shipmentID\": 134795979,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 319.93,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756080000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756339200000,\n        \"deliveryDate\": 1756425600000,\n        \"shipperName\": \"NEXTMOVETECH.COM\",\n        \"shipperAddress\": \"1 KERK ST\",\n        \"shipperCity\": \"HOLLIS\",\n        \"shipperState\": \"NH\",\n        \"shipperZip\": \"03049\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ATLANTIC TEST RANGE\",\n        \"consigneeAddress\": \"23051 CEDAR POINT RD\",\n        \"consigneeCity\": \"PATUXENT RIVER\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20670\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 900,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c6f1a5c4-b7a4-4fa3-902d-6f58c7663882.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F151C\"\n            }\n        ],\n        \"bolnumber\": \"1417545\",\n        \"ponumber\": \"1445100\",\n        \"pronumber\": \"I761775831\"\n    },\n    {\n        \"shipmentID\": 134796109,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 267.45,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756080000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756252800000,\n        \"deliveryDate\": 1756339200000,\n        \"shipperName\": \"WILEY X, INC.\",\n        \"shipperAddress\": \"15755 PRESTON RD\",\n        \"shipperCity\": \"FRISCO\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75033\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 720,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/77f716dac0b25a9006b332d2b68b0d60-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1417563\",\n        \"ponumber\": \"1458708\",\n        \"pronumber\": \"460780107\"\n    },\n    {\n        \"shipmentID\": 134796115,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 370.51,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756080000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756425600000,\n        \"deliveryDate\": 1756339200000,\n        \"shipperName\": \"WILEY X, INC.\",\n        \"shipperAddress\": \"15755 PRESTON RD\",\n        \"shipperCity\": \"FRISCO\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75033\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA TROOP SUPPORT\",\n        \"consigneeAddress\": \"W4GG TACOM LCMC CMO OCIE RLSC\",\n        \"consigneeCity\": \"LANSING\",\n        \"consigneeState\": \"MI\",\n        \"consigneeZip\": \"48917\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 924,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/1d2998ec-606f-4b58-a874-c7382a082b6c.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EJ25F085C\"\n            }\n        ],\n        \"bolnumber\": \"1417564\",\n        \"ponumber\": \"1460911\",\n        \"pronumber\": \"070719919\"\n    },\n    {\n        \"shipmentID\": 134796118,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 185.01,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756080000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756425600000,\n        \"deliveryDate\": 1756425600000,\n        \"shipperName\": \"WILEY X, INC.\",\n        \"shipperAddress\": \"15755 PRESTON RD\",\n        \"shipperCity\": \"FRISCO\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75033\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 255,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/7745300a7406e9f5b7b52884d84c6b73-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1417565\",\n        \"ponumber\": \"1441941\",\n        \"pronumber\": \"I772105005\"\n    },\n    {\n        \"shipmentID\": 134796159,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 217.36,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756080000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1756252800000,\n        \"shipperName\": \"HQ TRITECH FORENSICS DBA RESCUE ESSENTIALS\",\n        \"shipperAddress\": \"3811 INTERNATIONAL BLVD\",\n        \"shipperCity\": \"LELAND\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28451\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"RFD BEAUFORT INC\",\n        \"consigneeAddress\": \"879 S PROGRESS DRIVE\",\n        \"consigneeCity\": \"MEDINA\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"44256\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 380,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/efff12393139852e27ff0ea8114f46a0-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPRMM1-21-D-S001\"\n            }\n        ],\n        \"bolnumber\": \"1417550\",\n        \"ponumber\": \"1464360\",\n        \"pronumber\": \"7383224940\"\n    },\n    {\n        \"shipmentID\": 134796168,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 306.82,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756166400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756857600000,\n        \"deliveryDate\": 1756771200000,\n        \"shipperName\": \"STRONG HOLD PRODUCTS\",\n        \"shipperAddress\": \"6333 STRAWBERRY LN\",\n        \"shipperCity\": \"LOUISVILLE\",\n        \"shipperState\": \"KY\",\n        \"shipperZip\": \"40214\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SRPMIC\",\n        \"consigneeAddress\": \"10901 E. OSBORN RD.\",\n        \"consigneeCity\": \"SCOTTSDALE\",\n        \"consigneeState\": \"AZ\",\n        \"consigneeZip\": \"85256\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 648,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/21538968-a624-49dc-9a1d-9256da55aec4.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"GOVMT-0000174229\"\n            }\n        ],\n        \"bolnumber\": \"1417567\",\n        \"ponumber\": \"1462543\",\n        \"pronumber\": \"069675824\"\n    },\n    {\n        \"shipmentID\": 134796224,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 171.08,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756080000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756252800000,\n        \"deliveryDate\": 1756252800000,\n        \"shipperName\": \"BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DR\",\n        \"shipperCity\": \"BELLEVILLE\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CIF\",\n        \"consigneeAddress\": \"BLDG 4  D STREET\",\n        \"consigneeCity\": \"WILLIAMSBURG\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 335,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/a7e0dc2818cfae599aeef15e4852816c-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F1BCS\"\n            }\n        ],\n        \"bolnumber\": \"1417572\",\n        \"ponumber\": \"1471791\",\n        \"pronumber\": \"I613850319\"\n    },\n    {\n        \"shipmentID\": 134796241,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 354.31,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756080000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756252800000,\n        \"deliveryDate\": 1756252800000,\n        \"shipperName\": \"WILEY X, INC.\",\n        \"shipperAddress\": \"15755 PRESTON RD\",\n        \"shipperCity\": \"FRISCO\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75033\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1154,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"1417574\",\n        \"ponumber\": \"1468384\",\n        \"pronumber\": \"460780093\"\n    },\n    {\n        \"shipmentID\": 134796407,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 163.3,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756166400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756771200000,\n        \"deliveryDate\": 1756771200000,\n        \"shipperName\": \"PELICAN\",\n        \"shipperAddress\": \"1564 INNOVATION BLVD\",\n        \"shipperCity\": \"CLAYTON\",\n        \"shipperState\": \"IN\",\n        \"shipperZip\": \"46118\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 221,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"1417599\",\n        \"ponumber\": \"1470378\",\n        \"pronumber\": \"050797310\"\n    },\n    {\n        \"shipmentID\": 134796410,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 163.3,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756166400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756771200000,\n        \"deliveryDate\": 1756771200000,\n        \"shipperName\": \"PELICAN\",\n        \"shipperAddress\": \"1564 INNOVATION BLVD\",\n        \"shipperCity\": \"CLAYTON\",\n        \"shipperState\": \"IN\",\n        \"shipperZip\": \"46118\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 198,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/d654707c-87a9-4fef-8341-5f5d87d4c46d.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1417601\",\n        \"ponumber\": \"1471038\",\n        \"pronumber\": \"050797309\"\n    },\n    {\n        \"shipmentID\": 134796425,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 163.3,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756166400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756771200000,\n        \"deliveryDate\": 1756771200000,\n        \"shipperName\": \"PELICAN\",\n        \"shipperAddress\": \"1564 INNOVATION BLVD\",\n        \"shipperCity\": \"CLAYTON\",\n        \"shipperState\": \"IN\",\n        \"shipperZip\": \"46118\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 221,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/72bba15c-cdba-4f1c-8849-3fc732d47adb.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1417602\",\n        \"ponumber\": \"1470378\",\n        \"pronumber\": \"050797309\"\n    },\n    {\n        \"shipmentID\": 134796430,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 200.75,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756166400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756339200000,\n        \"deliveryDate\": 1756339200000,\n        \"shipperName\": \"PELICAN\",\n        \"shipperAddress\": \"1564 INNOVATION BLVD\",\n        \"shipperCity\": \"CLAYTON\",\n        \"shipperState\": \"IN\",\n        \"shipperZip\": \"46118\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"TOBYHANNA ARMY DEPOT\",\n        \"consigneeAddress\": \"11 HAP ARNOLD BLVD\",\n        \"consigneeCity\": \"TOBYHANNA\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"18466\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 641,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/5b0d4c5e0483fa1482be2969139927e3-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F1BBG\"\n            }\n        ],\n        \"bolnumber\": \"1417603\",\n        \"ponumber\": \"1471727\",\n        \"pronumber\": \"I067984047\"\n    },\n    {\n        \"shipmentID\": 134796676,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 218,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756166400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756252800000,\n        \"deliveryDate\": 1756252800000,\n        \"shipperName\": \"INTERSURGICAL/MAIN OCEAN\",\n        \"shipperAddress\": \"300 A TRADE ZONE BLVD\",\n        \"shipperCity\": \"SUMMERVILLE\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29486\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 1552,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/8ef50e53cbd65714d973e1ce691d6038-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1417624\",\n        \"ponumber\": \"1471361\",\n        \"pronumber\": \"444917713\"\n    },\n    {\n        \"shipmentID\": 134796932,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 176.39,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756252800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756425600000,\n        \"deliveryDate\": 1756339200000,\n        \"shipperName\": \"FLEX FORCE\",\n        \"shipperAddress\": \"3747 NE SANDY BLVD\",\n        \"shipperCity\": \"PORTLAND\",\n        \"shipperState\": \"OR\",\n        \"shipperZip\": \"97232\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"LEIDOS HOLDINGS INC\",\n        \"consigneeAddress\": \"3747 NE SANDY BLVD\",\n        \"consigneeCity\": \"PORTLAND\",\n        \"consigneeState\": \"OR\",\n        \"consigneeZip\": \"97232\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 440,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/c2c71c8a65c6c43a71e519497ba338b7-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"W15P7T-23-D-0003\"\n            }\n        ],\n        \"bolnumber\": \"1417630\",\n        \"ponumber\": \"1467498\",\n        \"pronumber\": \"I933493878\"\n    },\n    {\n        \"shipmentID\": 134796963,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 240.3,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756166400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756857600000,\n        \"deliveryDate\": 1756857600000,\n        \"shipperName\": \"TYR TACTICAL\",\n        \"shipperAddress\": \"9330 N 91ST AVE\",\n        \"shipperCity\": \"PEORIA\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USSOCOM  REGIONAL CONTRACTING OFC\",\n        \"consigneeAddress\": \"BLDG 9478 MALVESTI RD\",\n        \"consigneeCity\": \"FORT LIBERTY\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28303\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 360,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"H9245525P3099\"\n            }\n        ],\n        \"bolnumber\": \"1417632\",\n        \"ponumber\": \"1445303\",\n        \"pronumber\": \"130573915\"\n    },\n    {\n        \"shipmentID\": 134796973,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 233.59,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756166400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1756944000000,\n        \"shipperName\": \"WILEY X, INC.\",\n        \"shipperAddress\": \"15755 PRESTON RD\",\n        \"shipperCity\": \"FRISCO\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75033\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 360,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/e7fe56896133cb1e64b68334ab988db1-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1417633\",\n        \"ponumber\": \"1471366\",\n        \"pronumber\": \"8155761084\"\n    },\n    {\n        \"shipmentID\": 134797000,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 605.79,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756166400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1757030400000,\n        \"deliveryDate\": 1757030400000,\n        \"shipperName\": \"CASCADE DESIGNS\",\n        \"shipperAddress\": \"10990 LEAR BLVD\",\n        \"shipperCity\": \"RENO\",\n        \"shipperState\": \"NV\",\n        \"shipperZip\": \"89506\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1483,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"1417639\",\n        \"ponumber\": \"1422531\",\n        \"pronumber\": \"134797367\"\n    },\n    {\n        \"shipmentID\": 134797031,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 908.71,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756166400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756771200000,\n        \"deliveryDate\": 1756339200000,\n        \"shipperName\": \"ATLANTIC SIGNAL LLC\",\n        \"shipperAddress\": \"1221 S KANSAS AVE\",\n        \"shipperCity\": \"TOPEKA\",\n        \"shipperState\": \"KS\",\n        \"shipperZip\": \"66612\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMA 202 AIRCREW SYSTEMS\",\n        \"consigneeAddress\": \"4301 PACIFIC HWY\",\n        \"consigneeCity\": \"SAN DIEGO\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92110\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 7,\n        \"totalWeight\": 2635,\n        \"totalHU\": 7,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b9e5871b-044a-4dda-a054-779cdf0272f1.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"N0042125F0673\"\n            }\n        ],\n        \"bolnumber\": \"1417641\",\n        \"ponumber\": \"1446176\",\n        \"pronumber\": \"461481263\"\n    },\n    {\n        \"shipmentID\": 134797040,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 146.25,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756166400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756425600000,\n        \"deliveryDate\": 1756425600000,\n        \"shipperName\": \"L3HARRIS TECHNOLOGIES\",\n        \"shipperAddress\": \"1350 JEFFERSON ROAD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC CARDEROCK CCD\",\n        \"consigneeAddress\": \"BLDG 79 MAGAZINE ROAD\",\n        \"consigneeCity\": \"PORTSMOUTH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23702\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 107,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/4f5a4b79-ff10-4747-a575-c4ea00c594eb.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13Q4\"\n            }\n        ],\n        \"bolnumber\": \"1417642\",\n        \"ponumber\": \"1437394\",\n        \"pronumber\": \"020-1249096\"\n    },\n    {\n        \"shipmentID\": 134797249,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 161.85,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756339200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756425600000,\n        \"deliveryDate\": 1756771200000,\n        \"shipperName\": \"GLOBAL TECHNICAL SYSTEM\",\n        \"shipperAddress\": \"421 SOUTH BIRDNECK RD\",\n        \"shipperCity\": \"VIRGINIA BEACH\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23451\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWCDD DNA\",\n        \"consigneeAddress\": \"2089 TARTAR AVE BLDG 559\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23461\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 1320,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/09a57767e51ac1b9773898573475d3d6-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F121N\"\n            }\n        ],\n        \"bolnumber\": \"1417662\",\n        \"ponumber\": \"1425834\",\n        \"pronumber\": \"454186525\"\n    },\n    {\n        \"shipmentID\": 134797334,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1771.61,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756252800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1757030400000,\n        \"deliveryDate\": 1757030400000,\n        \"shipperName\": \"ABX GROUP INC\",\n        \"shipperAddress\": \"6920 STANFORD AVE\",\n        \"shipperCity\": \"LOS ANGELES\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"90001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 4257,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"1417668\",\n        \"ponumber\": \"1398984\",\n        \"pronumber\": \"466221593\"\n    },\n    {\n        \"shipmentID\": 134797610,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 494.71,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756252800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756771200000,\n        \"deliveryDate\": 1756771200000,\n        \"shipperName\": \"OPERATIVE EXPERIENCE INC\",\n        \"shipperAddress\": \"1007 OLD PHILADELPHIA RD STE 300\",\n        \"shipperCity\": \"ABERDEEN\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA TROOP SUPPORT\",\n        \"consigneeAddress\": \"1ST SOMDSS SGSM - PA\",\n        \"consigneeCity\": \"HURLBURT FIELD\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32544\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1455,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/9f8212fb-6c54-4a18-9f23-3edf5fd57c9b.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE2D525F492P\"\n            }\n        ],\n        \"bolnumber\": \"1417675\",\n        \"ponumber\": \"1471722\",\n        \"pronumber\": \"943674336\"\n    },\n    {\n        \"shipmentID\": 134798212,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 313.62,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756339200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756857600000,\n        \"deliveryDate\": 1756857600000,\n        \"shipperName\": \"DRS NIS\",\n        \"shipperAddress\": \"100 N. BABCOCK STREET\",\n        \"shipperCity\": \"MELBOURNE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32935\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DEVELOPMENT COMMAND ARMAMENT CENTER\",\n        \"consigneeAddress\": \"BLDG 91 4TH AVE\",\n        \"consigneeCity\": \"PICATINNY ARSENAL\",\n        \"consigneeState\": \"NJ\",\n        \"consigneeZip\": \"07806\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 705,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/faf9bb14-7f14-42f0-a0cb-21a222a84bf8.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"Taiwan TW-B-ZZZ line 30 req BTWL4510129030\"\n            }\n        ],\n        \"bolnumber\": \"1417703\",\n        \"ponumber\": \"1381509\",\n        \"pronumber\": \"222228691\"\n    },\n    {\n        \"shipmentID\": 134798341,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 240.3,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756339200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756857600000,\n        \"deliveryDate\": 1756857600000,\n        \"shipperName\": \"DRS NIS\",\n        \"shipperAddress\": \"100 N. BABCOCK STREET\",\n        \"shipperCity\": \"MELBOURNE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32935\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DEVELOPMENT COMMAND ARMAMENT CENTER\",\n        \"consigneeAddress\": \"BLDG 91 4TH AVE\",\n        \"consigneeCity\": \"PICATINNY ARSENAL\",\n        \"consigneeState\": \"NJ\",\n        \"consigneeZip\": \"07806\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 470,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/fbfd334a-947c-4f37-ab79-34b1556f40d7.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"Taiwan TW-B-ZBU line 5 req BTWB4510129005\"\n            }\n        ],\n        \"bolnumber\": \"1417717\",\n        \"ponumber\": \"1381508\",\n        \"pronumber\": \"222228692\"\n    },\n    {\n        \"shipmentID\": 134798365,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 214.19,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756339200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1756857600000,\n        \"shipperName\": \"PALZIV NORTH AMERICA - TRANGO SYSTEMS\",\n        \"shipperAddress\": \"7966 NC 56 HWY\",\n        \"shipperCity\": \"LOUISBURG\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"27549\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DEPT OF VA VA MED CTR IL\",\n        \"consigneeAddress\": \"820 SOUTH DAMEN AVENUE\",\n        \"consigneeCity\": \"CHICAGO\",\n        \"consigneeState\": \"IL\",\n        \"consigneeZip\": \"60612\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 365,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/3f440e72efabd031fe1588527cd23a16-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1417722\",\n        \"ponumber\": \"1466988\",\n        \"pronumber\": \"9324541995\"\n    },\n    {\n        \"shipmentID\": 134798719,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 250.42,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756339200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1757376000000,\n        \"deliveryDate\": 1757376000000,\n        \"shipperName\": \"L3 HARRIS\",\n        \"shipperAddress\": \"1350 JEFFERSON RD\",\n        \"shipperCity\": \"ROCHESTER\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AFCEC CXXE\",\n        \"consigneeAddress\": \"1445 S. FORTRESS ST\",\n        \"consigneeCity\": \"GRISSOM ARB\",\n        \"consigneeState\": \"IN\",\n        \"consigneeZip\": \"46971\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 28,\n        \"totalWeight\": 780,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F163K\"\n            }\n        ],\n        \"bolnumber\": \"1417742\",\n        \"ponumber\": \"1469931\",\n        \"pronumber\": \"028216527\"\n    },\n    {\n        \"shipmentID\": 134798777,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 246.74,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756425600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1757289600000,\n        \"deliveryDate\": 1757030400000,\n        \"shipperName\": \"AVON PROTECTION SYSTEMS\",\n        \"shipperAddress\": \"411 SEVENTH ST\",\n        \"shipperCity\": \"CADILLAC\",\n        \"shipperState\": \"MI\",\n        \"shipperZip\": \"49601\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USMS TD\",\n        \"consigneeAddress\": \"1131 CHAPEL CROSSING RD\",\n        \"consigneeCity\": \"GLYNCO\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"31524\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 440,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"M-25-A46-R-000025\"\n            }\n        ],\n        \"bolnumber\": \"1417743\",\n        \"ponumber\": \"1444366\",\n        \"pronumber\": \"124216011\"\n    },\n    {\n        \"shipmentID\": 134799049,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 171.08,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756339200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756857600000,\n        \"deliveryDate\": 1756857600000,\n        \"shipperName\": \"EHMKE MANUFACTURING COMPANY INC\",\n        \"shipperAddress\": \"4200 MACALESTER STREET\",\n        \"shipperCity\": \"PHILADELPHIA\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19124\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"435TH SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR\",\n        \"consigneeCity\": \"WRIGHT PATTERSON AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 387,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/43e6d413c593f5f53191606a8ec53318-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F13YF\"\n            }\n        ],\n        \"bolnumber\": \"1417755\",\n        \"ponumber\": \"1439264\",\n        \"pronumber\": \"I406259037\"\n    },\n    {\n        \"shipmentID\": 134799404,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 171.08,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756425600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756857600000,\n        \"deliveryDate\": 1756857600000,\n        \"shipperName\": \"VIDEORAY LLC\",\n        \"shipperAddress\": \"212 EAST HIGH STREET\",\n        \"shipperCity\": \"POTTSTOWN\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19464\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"US ARMY CETSA\",\n        \"consigneeAddress\": \"5749 BRIAR HILL RD BLDG 221\",\n        \"consigneeCity\": \"LEXINGTON\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 300,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/4105a9af00a189f785cf3c18643655e1-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"PM CP (COUNTER PROLIFERATION)\"\n            }\n        ],\n        \"bolnumber\": \"1417768\",\n        \"ponumber\": \"1465075\",\n        \"pronumber\": \"I733552038\"\n    },\n    {\n        \"shipmentID\": 134799486,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1118.01,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756339200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1757376000000,\n        \"deliveryDate\": 1757376000000,\n        \"shipperName\": \"ATLANTIC SIGNAL LLC\",\n        \"shipperAddress\": \"1221 S KANSAS AVE\",\n        \"shipperCity\": \"TOPEKA\",\n        \"shipperState\": \"KS\",\n        \"shipperZip\": \"66612\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMA 202 AIRCREW SYSTEMS\",\n        \"consigneeAddress\": \"4301 PACIFIC HWY\",\n        \"consigneeCity\": \"SAN DIEGO\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92110\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 3135,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"N0042125F0673\"\n            }\n        ],\n        \"bolnumber\": \"1417778\",\n        \"ponumber\": \"1446176\",\n        \"pronumber\": \"0520026492\"\n    },\n    {\n        \"shipmentID\": 134799534,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 195.43,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756339200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756771200000,\n        \"deliveryDate\": 1756771200000,\n        \"shipperName\": \"INTERSURGICAL/MAIN OCEAN\",\n        \"shipperAddress\": \"300 A TRADE ZONE BLVD\",\n        \"shipperCity\": \"SUMMERVILLE\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29486\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 810,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/b1a95c12668d2abb2c7308780f16d60a-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1417780\",\n        \"ponumber\": \"1472250\",\n        \"pronumber\": \"450980014\"\n    },\n    {\n        \"shipmentID\": 134799585,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 499.01,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756425600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756944000000,\n        \"deliveryDate\": 1756944000000,\n        \"shipperName\": \"WILEY X, INC.\",\n        \"shipperAddress\": \"15755 PRESTON RD\",\n        \"shipperCity\": \"FRISCO\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75033\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA TROOP SUPPORT\",\n        \"consigneeAddress\": \"W4GG TACOM LCMC CMO OCIE RLSC\",\n        \"consigneeCity\": \"LANSING\",\n        \"consigneeState\": \"MI\",\n        \"consigneeZip\": \"48917\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1348,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EJ25F085C\"\n            }\n        ],\n        \"bolnumber\": \"1417782\",\n        \"ponumber\": \"1460911\",\n        \"pronumber\": \"070638141\"\n    },\n    {\n        \"shipmentID\": 134799940,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 367.37,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756425600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756944000000,\n        \"deliveryDate\": 1756944000000,\n        \"shipperName\": \"WILEY X, INC.\",\n        \"shipperAddress\": \"15755 PRESTON RD\",\n        \"shipperCity\": \"FRISCO\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"75033\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA TROOP SUPPORT\",\n        \"consigneeAddress\": \"W4GG TACOM LCMC CMO OCIE RLSC\",\n        \"consigneeCity\": \"LANSING\",\n        \"consigneeState\": \"MI\",\n        \"consigneeZip\": \"48917\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 896,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EJ25F085A\"\n            }\n        ],\n        \"bolnumber\": \"1417804\",\n        \"ponumber\": \"1460912\",\n        \"pronumber\": \"070638140\"\n    },\n    {\n        \"shipmentID\": 134800034,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 210.39,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756425600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1756857600000,\n        \"shipperName\": \"MUSTANGSURVIVAL\",\n        \"shipperAddress\": \"201 BUSCH DRIVE\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 557,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/8762d560-4629-486e-b523-a5ca8f4a3c65.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1417808\",\n        \"ponumber\": \"1452395\",\n        \"pronumber\": \"308155262\"\n    },\n    {\n        \"shipmentID\": 134800135,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 210.39,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756425600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756857600000,\n        \"deliveryDate\": 1756857600000,\n        \"shipperName\": \"MUSTANGSURVIVAL\",\n        \"shipperAddress\": \"201 BUSCH DRIVE\",\n        \"shipperCity\": \"JACKSONVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 778,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/929625b04b1362617c58d159acdaba23-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1417815\",\n        \"ponumber\": \"1474292\",\n        \"pronumber\": \"308155271\"\n    },\n    {\n        \"shipmentID\": 134800352,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 434.67,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756425600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1757376000000,\n        \"deliveryDate\": 1757289600000,\n        \"shipperName\": \"SUREFIRE LLC\",\n        \"shipperAddress\": \"17680 NEWHOPE STREET\",\n        \"shipperCity\": \"FOUNTAIN VALLEY\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92708\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 725,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"1417825\",\n        \"ponumber\": \"1458707\",\n        \"pronumber\": \"411925006\"\n    },\n    {\n        \"shipmentID\": 134800573,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 289.71,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756771200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1757289600000,\n        \"deliveryDate\": 1757289600000,\n        \"shipperName\": \"EDDY PUMP CORPORATION\",\n        \"shipperAddress\": \"15405 OLDE HWY. 80\",\n        \"shipperCity\": \"EL CAJON\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92021\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USACE CHL\",\n        \"consigneeAddress\": \"3909 HALLS FERRY RD\",\n        \"consigneeCity\": \"VICKSBURG\",\n        \"consigneeState\": \"MS\",\n        \"consigneeZip\": \"39180\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 535,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F181H\"\n            }\n        ],\n        \"bolnumber\": \"1417844\",\n        \"ponumber\": \"1461173\",\n        \"pronumber\": \"158584067\"\n    },\n    {\n        \"shipmentID\": 134801330,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 207.63,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756771200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756857600000,\n        \"deliveryDate\": 1756857600000,\n        \"shipperName\": \"COCOON SOUTH NEW\",\n        \"shipperAddress\": \"824 LOCUST ST.\",\n        \"shipperCity\": \"HENDERSONVILLE\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28792\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FRC EAST CHERRY POINT\",\n        \"consigneeAddress\": \"BLDG 148 BAY A\",\n        \"consigneeCity\": \"CHERRY POINT\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28533\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1114,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EM24F10MM\"\n            }\n        ],\n        \"bolnumber\": \"1418690\",\n        \"ponumber\": \"1408785\",\n        \"pronumber\": \"451337379\"\n    },\n    {\n        \"shipmentID\": 134801444,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 286.75,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756771200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756944000000,\n        \"deliveryDate\": 1756944000000,\n        \"shipperName\": \"AVON PROTECTION SYSTEMS\",\n        \"shipperAddress\": \"411 SEVENTH ST\",\n        \"shipperCity\": \"CADILLAC\",\n        \"shipperState\": \"MI\",\n        \"shipperZip\": \"49601\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"INTERFUZE CORPORATION\",\n        \"consigneeAddress\": \"2109 COLUMBIA RD\",\n        \"consigneeCity\": \"EDGEWOOD\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"21040\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1100,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/33c3b211fa3949f570df3faf4554f32a-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"W911SR23D0036\"\n            }\n        ],\n        \"bolnumber\": \"1418695\",\n        \"ponumber\": \"1439492\",\n        \"pronumber\": \"512225630\"\n    },\n    {\n        \"shipmentID\": 134801485,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 409.08,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756771200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1757289600000,\n        \"deliveryDate\": 1757289600000,\n        \"shipperName\": \"UNWRAPPED INC.\",\n        \"shipperAddress\": \"95 ROCK ST\",\n        \"shipperCity\": \"LOWELL\",\n        \"shipperState\": \"MA\",\n        \"shipperZip\": \"01854\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PDM SCIE (SOLDIER CLOTHING AND INDI\",\n        \"consigneeAddress\": \"7100 MILLETT HWY\",\n        \"consigneeCity\": \"LANSING\",\n        \"consigneeState\": \"MI\",\n        \"consigneeZip\": \"48917\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1669,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"W911QY24F0161\"\n            }\n        ],\n        \"bolnumber\": \"1418694\",\n        \"ponumber\": \"1378669\",\n        \"pronumber\": \"186443661\"\n    },\n    {\n        \"shipmentID\": 134801709,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 682.84,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756771200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1757289600000,\n        \"deliveryDate\": 1757289600000,\n        \"shipperName\": \"HIGH GROUND GEAR\",\n        \"shipperAddress\": \"7359 NW 34TH ST\",\n        \"shipperCity\": \"MIAMI\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33122\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"TRAVIS ASSOCIATION FOR THE BLIND\",\n        \"consigneeAddress\": \"4512 SOUTH PLEASANT VALLEY RD.\",\n        \"consigneeCity\": \"AUSTIN\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"78744\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 7,\n        \"totalWeight\": 2534,\n        \"totalHU\": 7,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/293bd2e3f95a878d46d988ab378fcd74-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"25-03303\"\n            }\n        ],\n        \"bolnumber\": \"1418710\",\n        \"ponumber\": \"1461530\",\n        \"pronumber\": \"416656919\"\n    },\n    {\n        \"shipmentID\": 134801804,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 185.01,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756771200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756944000000,\n        \"deliveryDate\": 1756944000000,\n        \"shipperName\": \"PELICAN\",\n        \"shipperAddress\": \"1564 INNOVATION BLVD\",\n        \"shipperCity\": \"CLAYTON\",\n        \"shipperState\": \"IN\",\n        \"shipperZip\": \"46118\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"49TH CTS\",\n        \"consigneeAddress\": \"1182 HURST DR BLDG 900\",\n        \"consigneeCity\": \"POPE AAF\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28308\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 262,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/cb0e3d0e2926fb4f548ed6b23341dc4a-C.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1418715\",\n        \"ponumber\": \"1472441\",\n        \"pronumber\": \"I067983759\"\n    },\n    {\n        \"shipmentID\": 134802206,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 149.01,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756857600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1757289600000,\n        \"deliveryDate\": 1757289600000,\n        \"shipperName\": \"INTERSURGICAL/MAIN OCEAN\",\n        \"shipperAddress\": \"300 A TRADE ZONE BLVD\",\n        \"shipperCity\": \"SUMMERVILLE\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29486\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 208,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"1418729\",\n        \"ponumber\": \"1464839\",\n        \"pronumber\": \"058588489\"\n    },\n    {\n        \"shipmentID\": 134802257,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 624.77,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756857600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1757289600000,\n        \"deliveryDate\": 1757289600000,\n        \"shipperName\": \"PELICAN\",\n        \"shipperAddress\": \"1564 INNOVATION BLVD\",\n        \"shipperCity\": \"CLAYTON\",\n        \"shipperState\": \"IN\",\n        \"shipperZip\": \"46118\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USCG MSST NEW YORK 91106\",\n        \"consigneeAddress\": \"131 SEARCH LANE\",\n        \"consigneeCity\": \"STATEN ISLAND\",\n        \"consigneeState\": \"NY\",\n        \"consigneeZip\": \"10305\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 1516,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/90c98c0f52762333ac64eacac3fab415-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"RFQ1771388\"\n            }\n        ],\n        \"bolnumber\": \"1418734\",\n        \"ponumber\": \"1473493\",\n        \"pronumber\": \"1528157369\"\n    },\n    {\n        \"shipmentID\": 134802819,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 281,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756944000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1757376000000,\n        \"deliveryDate\": 1757376000000,\n        \"shipperName\": \"BIOFRIDGE INC.\",\n        \"shipperAddress\": \"625 VENTURE ST, STE A\",\n        \"shipperCity\": \"ESCONDIDO\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92029\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA TROOP SUPPORT\",\n        \"consigneeAddress\": \"AFMOA/SGSLW FM9133\",\n        \"consigneeCity\": \"SAN ANTONIO\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"78226\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 170,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/c4f1ffbce525c5436756a9917bcfb98f-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE2D525F6844\"\n            }\n        ],\n        \"bolnumber\": \"1418769\",\n        \"ponumber\": \"1429171\",\n        \"pronumber\": \"I777415293\"\n    },\n    {\n        \"shipmentID\": 134802880,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 255,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756944000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1757462400000,\n        \"deliveryDate\": 1757376000000,\n        \"shipperName\": \"TYR TACTICAL\",\n        \"shipperAddress\": \"9330 N 91ST AVE\",\n        \"shipperCity\": \"PEORIA\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DEA LOUISVILLE KY DIV\",\n        \"consigneeAddress\": \"1661 LYNDON FARM COURT\",\n        \"consigneeCity\": \"LOUISVILLE\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40223\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 255,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/560ac68bd8639b9b70e41215c5fcdad1-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"15DDL025F00000018\"\n            }\n        ],\n        \"bolnumber\": \"1418781\",\n        \"ponumber\": \"1457450\",\n        \"pronumber\": \"I314086815\"\n    },\n    {\n        \"shipmentID\": 134803297,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 457.02,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756944000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1757376000000,\n        \"deliveryDate\": 1757376000000,\n        \"shipperName\": \"AM GENERAL, LLC\",\n        \"shipperAddress\": \"5448 DYLAN DRIVE\",\n        \"shipperCity\": \"SOUTH BEND,\",\n        \"shipperState\": \"IN\",\n        \"shipperZip\": \"46628\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-1 WAREHOUSE AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1590,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"1418784\",\n        \"ponumber\": \"1443968\",\n        \"pronumber\": \"106878534\"\n    },\n    {\n        \"shipmentID\": 134803576,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 324.78,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1757289600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1757289600000,\n        \"deliveryDate\": 1757289600000,\n        \"shipperName\": \"SPARTON AYDIN LLC, DBA AYDIN DISPLAYS\",\n        \"shipperAddress\": \"1 RIGA LANE\",\n        \"shipperCity\": \"BIRDSBORO\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19508\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"RAYTHEON COMPANY\",\n        \"consigneeAddress\": \"22 COTTON ROAD\",\n        \"consigneeCity\": \"NASHUA\",\n        \"consigneeState\": \"NH\",\n        \"consigneeZip\": \"03063\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1344,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/01f1fec541467d6d3325b841f251f37a-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F1393\"\n            }\n        ],\n        \"bolnumber\": \"1418796\",\n        \"ponumber\": \"1433437\",\n        \"pronumber\": \"I733552092\"\n    },\n    {\n        \"shipmentID\": 134803578,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 329.14,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1757030400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1757289600000,\n        \"deliveryDate\": 1757289600000,\n        \"shipperName\": \"SPARTON AYDIN LLC, DBA AYDIN DISPLAYS\",\n        \"shipperAddress\": \"1 RIGA LANE\",\n        \"shipperCity\": \"BIRDSBORO\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19508\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"RAYTHEON COMPANY\",\n        \"consigneeAddress\": \"22 COTTON ROAD\",\n        \"consigneeCity\": \"NASHUA\",\n        \"consigneeState\": \"NH\",\n        \"consigneeZip\": \"03063\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1344,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/01f1fec541467d6d3325b841f251f37a-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO/Reference\",\n                \"value\": \"SPE8EL25F1393\"\n            }\n        ],\n        \"bolnumber\": \"1418796\",\n        \"ponumber\": \"1433437\",\n        \"pronumber\": \"I733552092\"\n    },\n    {\n        \"shipmentID\": 134804083,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 195.75,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756944000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1757289600000,\n        \"deliveryDate\": 1757289600000,\n        \"shipperName\": \"INTERSURGICAL/MAIN OCEAN\",\n        \"shipperAddress\": \"300 A TRADE ZONE BLVD\",\n        \"shipperCity\": \"SUMMERVILLE\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29486\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS AVIATOR-2 WAREHOUSE-AVA\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1294,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/dfd02691310382fc9505b6ee84f1d2b7-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"1418825\",\n        \"ponumber\": \"1474288\",\n        \"pronumber\": \"451036051\"\n    },\n    {\n        \"shipmentID\": 134804759,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 119.79,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1757030400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1757289600000,\n        \"shipperName\": \"PLYMKRAFT, INC.\",\n        \"shipperAddress\": \"281 PICKETTS LINE\",\n        \"shipperCity\": \"NEWPORT NEWS\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23603\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USCG MSRT CHESAPEAKE\",\n        \"consigneeAddress\": \"1260 SHOTGUN RD.\",\n        \"consigneeCity\": \"CHESAPEAKE\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23322\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 266,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"1418852\",\n        \"ponumber\": \"1426285\",\n        \"pronumber\": \"028-0856145\"\n    },\n    {\n        \"shipmentID\": 134706829,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 363.12,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1749772800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1750118400000,\n        \"deliveryDate\": 1750118400000,\n        \"shipperName\": \"TWO ONE TWO NEW YORK, Inc.\",\n        \"shipperAddress\": \"60 HEARTLAND BLVD\",\n        \"shipperCity\": \"EDGEWOOD\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11717\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 457,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/25803f4f-29e8-4865-815a-8b2f17dada4c.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134706829\",\n        \"ponumber\": \" 1414792\",\n        \"pronumber\": \"702054636\"\n    },\n    {\n        \"shipmentID\": 134707518,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 478.79,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1749772800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1750118400000,\n        \"deliveryDate\": 1750118400000,\n        \"shipperName\": \"LUXOTTICA\",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1092,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/aa4710c4-2f37-4380-be6d-efd8cc4d1795.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8880760368\"\n            }\n        ],\n        \"bolnumber\": \"134707518\",\n        \"ponumber\": \"1435435\",\n        \"pronumber\": \"322800531\"\n    },\n    {\n        \"shipmentID\": 134709641,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 134.36,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750032000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1750118400000,\n        \"deliveryDate\": 1750118400000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVSUP WSS\",\n        \"consigneeAddress\": \"5450 CARLISLE PIKE BLDG 107 S END\",\n        \"consigneeCity\": \"Mechanicsburg\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17055\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 315,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/ac2610ca81f388f21ef7c957736a75a7-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL24F1DRL\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1227757 $ 1260808\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"BQ7B7542399012XXX\"\n            }\n        ],\n        \"bolnumber\": \"134709641\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"705363711\"\n    },\n    {\n        \"shipmentID\": 134712201,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 686.95,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750723200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1750896000000,\n        \"shipperName\": \"Bren-Tronics\",\n        \"shipperAddress\": \"10 Brayton Court\",\n        \"shipperCity\": \"Commack\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11725\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 83,\n        \"totalWeight\": 2610,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/da4740a8-c1e1-41bb-988f-fb3e1a026e06.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"TCI Shipment No. 56943-4\"\n            }\n        ],\n        \"bolnumber\": \"134712201\",\n        \"ponumber\": \"1427736\",\n        \"pronumber\": \"647853050\"\n    },\n    {\n        \"shipmentID\": 134713597,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 182.89,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750291200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1750636800000,\n        \"deliveryDate\": 1750636800000,\n        \"shipperName\": \"TWO ONE TWO NEW YORK/FORGELINE\",\n        \"shipperAddress\": \"60 HEARTLAND BLVD\",\n        \"shipperCity\": \"EDGEWOOD \",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11717\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 344,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/2554a3d6-9b2e-4418-87ba-2d23e496148b.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"QOU342\"\n            }\n        ],\n        \"bolnumber\": \"134713597\",\n        \"ponumber\": \"1414792\",\n        \"pronumber\": \"702071135\"\n    },\n    {\n        \"shipmentID\": 134714124,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 411.52,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750291200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1750636800000,\n        \"shipperName\": \" BRENNER METAL PRODUCTS\",\n        \"shipperAddress\": \"90 Dayton Ave. Bldg. 14 Unit 1F\",\n        \"shipperCity\": \"Passaic\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"07055\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 1950,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/24b9a420-eea6-47dc-9946-1a490e8ff4cd.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134714124\",\n        \"ponumber\": \"1455513\",\n        \"pronumber\": \"023-0821787\"\n    },\n    {\n        \"shipmentID\": 134715147,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 280.06,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750636800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1750809600000,\n        \"deliveryDate\": 1750809600000,\n        \"shipperName\": \"Hascall-Denke\",\n        \"shipperAddress\": \"12285 US HWY 41 N\",\n        \"shipperCity\": \"Palmetto\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"34221\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 850,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/b3704fc03676fc0eef4dcb6346aa3766-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134715147\",\n        \"ponumber\": \"1427736\",\n        \"pronumber\": \"435293613\"\n    },\n    {\n        \"shipmentID\": 134715618,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 503.08,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750636800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1750809600000,\n        \"deliveryDate\": 1750809600000,\n        \"shipperName\": \"Exxel Outdoors\",\n        \"shipperAddress\": \"300 American Blvd\",\n        \"shipperCity\": \"Haleyville\",\n        \"shipperState\": \"AL\",\n        \"shipperZip\": \"35565\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1300,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/4f98566e8478e0689d782f8e71a2d01f-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134715618\",\n        \"ponumber\": \"1447855\",\n        \"pronumber\": \"I141341715\"\n    },\n    {\n        \"shipmentID\": 134732803,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 422.4,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750636800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1750896000000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Communication Center (UDO-Supply)\",\n        \"consigneeAddress\": \"3070 V St NE\",\n        \"consigneeCity\": \"Washington\",\n        \"consigneeState\": \"DC\",\n        \"consigneeZip\": \"20018\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 15,\n        \"totalWeight\": 364,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/d04eda6666272eb014978280b67b89b9-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1183499\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"70US0924F3OTH2962\"\n            }\n        ],\n        \"bolnumber\": \"134732803\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"7825890962\"\n    },\n    {\n        \"shipmentID\": 134734399,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1492.2,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750809600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1751846400000,\n        \"deliveryDate\": 1751846400000,\n        \"shipperName\": \"Silvus Technologies, Inc.\",\n        \"shipperAddress\": \"10990 Wilshire Blvd., Suite 1175\",\n        \"shipperCity\": \"Los Angeles\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"90024\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 7,\n        \"totalWeight\": 2367,\n        \"totalHU\": 7,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/7b9406bc1e45f7aa51f922a5a01b83f5-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"56943-2\"\n            }\n        ],\n        \"bolnumber\": \"134734399\",\n        \"ponumber\": \"1422736\",\n        \"pronumber\": \"2101187311\"\n    },\n    {\n        \"shipmentID\": 134750266,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 757.47,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750982400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1751328000000,\n        \"deliveryDate\": 1751328000000,\n        \"shipperName\": \"Exxel Outdoors\",\n        \"shipperAddress\": \"300 American Blvd\",\n        \"shipperCity\": \"Haleyville\",\n        \"shipperState\": \"AL\",\n        \"shipperZip\": \"35565\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 2175,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/30924f1b59a89f5ae688d4e6d06ba64a-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134750266\",\n        \"ponumber\": \"1449157\",\n        \"pronumber\": \"0361068349\"\n    },\n    {\n        \"shipmentID\": 134751210,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 125.17,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750982400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1751241600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505  AVIATOR DRIVE\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVSUP WSS\",\n        \"consigneeAddress\": \"5450 CARLISLE PIKE BLDG 107 S END\",\n        \"consigneeCity\": \"Mechanicsburg\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17055\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 322,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/9b2ae792-2129-44cb-916e-9846e0a0d7f8.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"1243480\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"BKAZ754281D004\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EL25F11FF\"\n            }\n        ],\n        \"bolnumber\": \"134751210\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"0280828578\"\n    },\n    {\n        \"shipmentID\": 134752449,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 462.41,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751241600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1751414400000,\n        \"deliveryDate\": 1751414400000,\n        \"shipperName\": \"PELICAN PRODUCTS\",\n        \"shipperAddress\": \"147 North Main Street\",\n        \"shipperCity\": \"South Deerfield\",\n        \"shipperState\": \"MA\",\n        \"shipperZip\": \"01373\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 994,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/35d8c514b2c46310524b8ed4290bd0f5-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"2752385\"\n            },\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"87072569\"\n            }\n        ],\n        \"bolnumber\": \"134752449\",\n        \"ponumber\": \"1430351 \",\n        \"pronumber\": \"693881831\"\n    },\n    {\n        \"shipmentID\": 134752990,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 172.06,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751328000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1751846400000,\n        \"deliveryDate\": 1751846400000,\n        \"shipperName\": \"Team Wendy, LLC.\",\n        \"shipperAddress\": \"17000 St. Clair Ave. Bldg. 1\",\n        \"shipperCity\": \"Cleveland\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44110\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 555,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c7c01b54-e020-4998-9970-cc60ce605b69.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Ship ID 24494\"\n            }\n        ],\n        \"bolnumber\": \"134752990\",\n        \"ponumber\": \"1455596\",\n        \"pronumber\": \"641744586\"\n    },\n    {\n        \"shipmentID\": 134756080,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 347.72,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751414400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1751414400000,\n        \"deliveryDate\": 1751414400000,\n        \"shipperName\": \"PELICAN PRODUCTS\",\n        \"shipperAddress\": \"147 North Main Street\",\n        \"shipperCity\": \"South Deerfield\",\n        \"shipperState\": \"MA\",\n        \"shipperZip\": \"01373\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1294,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/35d8c514b2c46310524b8ed4290bd0f5-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"87072569\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"2752385\"\n            }\n        ],\n        \"bolnumber\": \"134756080\",\n        \"ponumber\": \"1430351\",\n        \"pronumber\": \"693881831\"\n    },\n    {\n        \"shipmentID\": 134757118,\n        \"name\": \"FedEx Freight Priority\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 850,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXFE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751500800000,\n        \"modeDesc\": \"Volume LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1751932800000,\n        \"shipperName\": \"LUXOTTICA \",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 2357,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/55e3f1d63d2c13cf4c1ef9a61f687f4e-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8882426778\"\n            }\n        ],\n        \"bolnumber\": \"134757118\",\n        \"ponumber\": \"à1454074\",\n        \"pronumber\": \"5268931533\"\n    },\n    {\n        \"shipmentID\": 134758294,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 149.99,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751846400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1752019200000,\n        \"deliveryDate\": 1752019200000,\n        \"shipperName\": \"PELICAN PRODUCTS\",\n        \"shipperAddress\": \"147 North Main Street\",\n        \"shipperCity\": \"South Deerfield\",\n        \"shipperState\": \"MA\",\n        \"shipperZip\": \"01373\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 318,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b8dc8809-89de-4db1-b59f-4e4f30ed4287.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"87072734\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SO# 2752385\"\n            }\n        ],\n        \"bolnumber\": \"134758294\",\n        \"ponumber\": \"1430351\",\n        \"pronumber\": \"693881856\"\n    },\n    {\n        \"shipmentID\": 134759039,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 504.4,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751932800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1752105600000,\n        \"deliveryDate\": 1752105600000,\n        \"shipperName\": \"LUXOTTICA – ESS - OAKLEY\",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 37,\n        \"totalWeight\": 858,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c0c7a694-d54a-4005-a19d-8d81cb2e1638.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8882799755\"\n            }\n        ],\n        \"bolnumber\": \"134759039\",\n        \"ponumber\": \"1456781\",\n        \"pronumber\": \"160535874\"\n    },\n    {\n        \"shipmentID\": 134759366,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 190.18,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752019200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1752192000000,\n        \"deliveryDate\": 1752192000000,\n        \"shipperName\": \"Product Fulfillment Solutions\",\n        \"shipperAddress\": \"185 Progress Place\",\n        \"shipperCity\": \"Springdale\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"45246\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 545,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/aa186b4dd3a187a572108d09564b2650-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"FB529451551MF9\"\n            }\n        ],\n        \"bolnumber\": \"134759366\",\n        \"ponumber\": \"1454474\",\n        \"pronumber\": \"450596516\"\n    },\n    {\n        \"shipmentID\": 134760085,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 205.84,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752019200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1752192000000,\n        \"deliveryDate\": 1752192000000,\n        \"shipperName\": \"LUXOTTICA – ESS - OAKLEY\",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 7,\n        \"totalWeight\": 277,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/327b8944b317b92c2dc5d8956572cd42-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8882950519\"\n            }\n        ],\n        \"bolnumber\": \"134760085\",\n        \"ponumber\": \"1454074\",\n        \"pronumber\": \"427236053\"\n    },\n    {\n        \"shipmentID\": 134760550,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 174.97,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752105600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1752537600000,\n        \"deliveryDate\": 1752537600000,\n        \"shipperName\": \"PELICAN PRODUCTS\",\n        \"shipperAddress\": \"147 North Main Street\",\n        \"shipperCity\": \"South Deerfield\",\n        \"shipperState\": \"MA\",\n        \"shipperZip\": \"01373\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 14,\n        \"totalWeight\": 385,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/0a27893d-cbef-4de7-ae53-8f5af4de405c.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"87081576\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"S/O # 2752385\"\n            }\n        ],\n        \"bolnumber\": \"134760550\",\n        \"ponumber\": \"1430351\",\n        \"pronumber\": \"693881872\"\n    },\n    {\n        \"shipmentID\": 134762422,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 402.54,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752192000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1752537600000,\n        \"deliveryDate\": 1752537600000,\n        \"shipperName\": \"PELICAN PRODUCTS\",\n        \"shipperAddress\": \"147 North Main Street\",\n        \"shipperCity\": \"South Deerfield\",\n        \"shipperState\": \"MA\",\n        \"shipperZip\": \"01373\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 672,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/5bea2b96-4e6a-4b7d-8d03-e67c0c58f929.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"87083848 , 87083689\"\n            }\n        ],\n        \"bolnumber\": \"134762422\",\n        \"ponumber\": \"1430351\",\n        \"pronumber\": \"693881880\"\n    },\n    {\n        \"shipmentID\": 134765631,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 576.06,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752710400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753056000000,\n        \"deliveryDate\": 1753056000000,\n        \"shipperName\": \"LUXOTTICA – ESS - OAKLEY\",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 30,\n        \"totalWeight\": 1140,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/db5dab6c-2a31-493c-bcc6-55c2c023bfe7.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8883404970\"\n            }\n        ],\n        \"bolnumber\": \"134765631\",\n        \"ponumber\": \"1460606\",\n        \"pronumber\": \"251947010\"\n    },\n    {\n        \"shipmentID\": 134766857,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 228.43,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752796800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753142400000,\n        \"deliveryDate\": 1753142400000,\n        \"shipperName\": \"EAGLE C/O KEY CARGO MARINE\",\n        \"shipperAddress\": \"9400 BUSCH DRIVE NORTH\",\n        \"shipperCity\": \"Jacksonville\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 859,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/f302bc4907391c65cb3c968fefe0f8b9-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SO 459518 - P/S180007\"\n            }\n        ],\n        \"bolnumber\": \"134766857\",\n        \"ponumber\": \"1336939\",\n        \"pronumber\": \"428578195\"\n    },\n    {\n        \"shipmentID\": 134769305,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 271.1,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753056000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753228800000,\n        \"deliveryDate\": 1753660800000,\n        \"shipperName\": \"UPS SCS Velocity\",\n        \"shipperAddress\": \"200 Velocity Way\",\n        \"shipperCity\": \"Shepherdsville\",\n        \"shipperState\": \"KY\",\n        \"shipperZip\": \"40165\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 640,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/b582c94d06e386b56e9a15395f44021a-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"0010202210-367864\"\n            }\n        ],\n        \"bolnumber\": \"134769305\",\n        \"ponumber\": \"1455514\",\n        \"pronumber\": \"444015671\"\n    },\n    {\n        \"shipmentID\": 134770094,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 711.59,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753142400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753833600000,\n        \"deliveryDate\": 1753833600000,\n        \"shipperName\": \"FORCEPROTECTOR GEAR, LLC.\",\n        \"shipperAddress\": \"7332 VARNA AVE.\",\n        \"shipperCity\": \"North Hollywood\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"91605\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 20,\n        \"totalWeight\": 1120,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/acd534b0-2fef-4bce-82da-e90720b53ca7.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134770094\",\n        \"ponumber\": \"1452500\",\n        \"pronumber\": \"447962185\"\n    },\n    {\n        \"shipmentID\": 134770493,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 332.89,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753228800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753401600000,\n        \"deliveryDate\": 1753401600000,\n        \"shipperName\": \"PELICAN PRODUCTS\",\n        \"shipperAddress\": \"147 North Main Street\",\n        \"shipperCity\": \"South Deerfield\",\n        \"shipperState\": \"MA\",\n        \"shipperZip\": \"01373\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 553,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/9379facc5b6fa716c85fe2994a9dd5e5-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"2752385\"\n            },\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"87091934\"\n            }\n        ],\n        \"bolnumber\": \"134770493\",\n        \"ponumber\": \"1430351 \",\n        \"pronumber\": \"634832893\"\n    },\n    {\n        \"shipmentID\": 134771098,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 145.19,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753228800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753401600000,\n        \"deliveryDate\": 1753401600000,\n        \"shipperName\": \"PELICAN PRODUCTS\",\n        \"shipperAddress\": \"147 North Main Street\",\n        \"shipperCity\": \"South Deerfield\",\n        \"shipperState\": \"MA\",\n        \"shipperZip\": \"01373\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 121,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/9379facc5b6fa716c85fe2994a9dd5e5-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"87091936\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"2778264\"\n            }\n        ],\n        \"bolnumber\": \"134771098\",\n        \"ponumber\": \"1443260\",\n        \"pronumber\": \"634832893\"\n    },\n    {\n        \"shipmentID\": 134772743,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 160.79,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753660800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753747200000,\n        \"deliveryDate\": 1753747200000,\n        \"shipperName\": \"NEW YORK EMBROIDERY STUDIO INC\",\n        \"shipperAddress\": \"140 58TH STREET BROOKLYN ARMY TERMINAL ,BUILDING A, DOCK 8\",\n        \"shipperCity\": \"New York\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 215,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/9773276c-825f-45ff-8719-273bbed5d235.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134772743\",\n        \"ponumber\": \"1447687\",\n        \"pronumber\": \"218605893\"\n    },\n    {\n        \"shipmentID\": 134773286,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 616.81,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753401600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753747200000,\n        \"deliveryDate\": 1753747200000,\n        \"shipperName\": \"PELICAN PRODUCTS\",\n        \"shipperAddress\": \"147 North Main Street\",\n        \"shipperCity\": \"South Deerfield\",\n        \"shipperState\": \"MA\",\n        \"shipperZip\": \"01373\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 48,\n        \"totalWeight\": 1332,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/71de330a609eb284d3ceed58e23f1894-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"87085273\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SO# 2752385\"\n            }\n        ],\n        \"bolnumber\": \"134773286\",\n        \"ponumber\": \"1430351\",\n        \"pronumber\": \"693881898\"\n    },\n    {\n        \"shipmentID\": 134773462,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 617.66,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753401600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754265600000,\n        \"deliveryDate\": 1754265600000,\n        \"shipperName\": \"OUTDOOR RESEARCH (EL MONTE)\",\n        \"shipperAddress\": \"10668 HICKSON STREET \",\n        \"shipperCity\": \"El Monte\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"91731\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 50,\n        \"totalWeight\": 880,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/2617af48-b7d3-4abf-9f2f-3016aecdc5d0.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134773462\",\n        \"ponumber\": \"1442763 \",\n        \"pronumber\": \"491182904\"\n    },\n    {\n        \"shipmentID\": 134775199,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 195.77,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753747200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1754352000000,\n        \"shipperName\": \"LUXOTTICA\",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 238,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/9cbe4e59-e791-4875-9234-f46bc185136f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8884357232\"\n            }\n        ],\n        \"bolnumber\": \"134775199\",\n        \"ponumber\": \"1460606\",\n        \"pronumber\": \"086122682\"\n    },\n    {\n        \"shipmentID\": 134775691,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 344.21,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753747200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754438400000,\n        \"deliveryDate\": 1754265600000,\n        \"shipperName\": \"OUTDOOR RESEARCH (EL MONTE) \",\n        \"shipperAddress\": \"10668 HICKSON STREET \",\n        \"shipperCity\": \"El Monte\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"91731\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 35,\n        \"totalWeight\": 363,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/cedbcbf8-d2bc-46f3-bf1e-d99ff1cbc3f5.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"USOB-1120178\"\n            }\n        ],\n        \"bolnumber\": \"134775691\",\n        \"ponumber\": \"1449142 \",\n        \"pronumber\": \"921057012\"\n    },\n    {\n        \"shipmentID\": 134775733,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 713.07,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753747200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754438400000,\n        \"deliveryDate\": 1754438400000,\n        \"shipperName\": \"FORCEPROTECTOR GEAR, LLC.\",\n        \"shipperAddress\": \"7332 VARNA AVE.\",\n        \"shipperCity\": \"North Hollywood\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"91605\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 20,\n        \"totalWeight\": 1120,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a172e5ee-60c5-4107-a3dc-8107bed41cee.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134775733\",\n        \"ponumber\": \"1452501\",\n        \"pronumber\": \"450652031\"\n    },\n    {\n        \"shipmentID\": 134776487,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 499.12,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753920000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754524800000,\n        \"deliveryDate\": 1754265600000,\n        \"shipperName\": \"EXXEL OUTDOORS\",\n        \"shipperAddress\": \"300 AMERICAN BLVD\",\n        \"shipperCity\": \"Haleyville\",\n        \"shipperState\": \"AL\",\n        \"shipperZip\": \"35565\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 580,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/3a6567cd-62cd-4ea0-ad05-609b58ef9d1c.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134776487\",\n        \"ponumber\": \"1465246\",\n        \"pronumber\": \"451075634\"\n    },\n    {\n        \"shipmentID\": 134778670,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 371.45,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754006400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754524800000,\n        \"deliveryDate\": 1754524800000,\n        \"shipperName\": \"LUXOTTICA\",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 758,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/edecb52635d2f3d622f4398bf63734be-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8884588485\"\n            }\n        ],\n        \"bolnumber\": \"134778670\",\n        \"ponumber\": \"1461291\",\n        \"pronumber\": \"086122684\"\n    },\n    {\n        \"shipmentID\": 134778807,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 818.75,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754006400000,\n        \"modeDesc\": \"Volume LTL\",\n        \"estimatedDeliveryDate\": 1754265600000,\n        \"deliveryDate\": 1754265600000,\n        \"shipperName\": \"PELICAN PRODUCTS\",\n        \"shipperAddress\": \"147 North Main Street\",\n        \"shipperCity\": \"South Deerfield\",\n        \"shipperState\": \"MA\",\n        \"shipperZip\": \"01373\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 1859,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/30359b45f93acccabfaea54b9ce5e973-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"2752385\"\n            },\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"87098387\"\n            }\n        ],\n        \"bolnumber\": \"134778807\",\n        \"ponumber\": \"1430351 \",\n        \"pronumber\": \"1791407804\"\n    },\n    {\n        \"shipmentID\": 134780440,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 216.02,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754265600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754524800000,\n        \"deliveryDate\": 1754524800000,\n        \"shipperName\": \"PELICAN PRODUCTS\",\n        \"shipperAddress\": \"147 North Main Street\",\n        \"shipperCity\": \"South Deerfield\",\n        \"shipperState\": \"MA\",\n        \"shipperZip\": \"01373\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 266,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b3508547-89a0-4bd3-86f8-0c57a3c59f9b.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"87101695\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"2752385\"\n            }\n        ],\n        \"bolnumber\": \"134780440\",\n        \"ponumber\": \"1430351 \",\n        \"pronumber\": \"634832927\"\n    },\n    {\n        \"shipmentID\": 134784179,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 270.14,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754611200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754956800000,\n        \"deliveryDate\": 1754956800000,\n        \"shipperName\": \"PELICAN PRODUCTS\",\n        \"shipperAddress\": \"147 North Main Street\",\n        \"shipperCity\": \"South Deerfield\",\n        \"shipperState\": \"MA\",\n        \"shipperZip\": \"01373\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 795,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/2dcf27123dfb83f1caa7bee7f2aeace7-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"87099608\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SO 2752385\"\n            }\n        ],\n        \"bolnumber\": \"134784179\",\n        \"ponumber\": \"1430351 \",\n        \"pronumber\": \"693881922\"\n    },\n    {\n        \"shipmentID\": 134784552,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 339.32,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754956800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755129600000,\n        \"deliveryDate\": 1755129600000,\n        \"shipperName\": \"NEW YORK EMBROIDERY STUDIO INC\",\n        \"shipperAddress\": \"140 58TH STREET BROOKLYN ARMY TERMINAL ,BUILDING A, DOCK 8\",\n        \"shipperCity\": \"New York\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"435th SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR, EMEF DOOR 28\",\n        \"consigneeCity\": \"Dayton\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 682,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/50e98475-e666-4bd0-8ded-09517a2c8391.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"ADS PO\",\n                \"value\": \"1439311\"\n            }\n        ],\n        \"bolnumber\": \"134784552\",\n        \"ponumber\": \"1439311\",\n        \"pronumber\": \"218600894\"\n    },\n    {\n        \"shipmentID\": 134785934,\n        \"name\": \"FedEx Freight Priority\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 845,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXFE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754956800000,\n        \"modeDesc\": \"Volume LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1755216000000,\n        \"shipperName\": \"LUXOTTICA\",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 7,\n        \"totalWeight\": 4700,\n        \"totalHU\": 7,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/1ad48af532f67795b885f451de3e5fcb-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8885360598\"\n            }\n        ],\n        \"bolnumber\": \"134785934\",\n        \"ponumber\": \"1468353\",\n        \"pronumber\": \"8702877676\"\n    },\n    {\n        \"shipmentID\": 134787422,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 812.03,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755043200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755475200000,\n        \"deliveryDate\": 1755475200000,\n        \"shipperName\": \"LUXOTTICA – ESS - OAKLEY\",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 46,\n        \"totalWeight\": 1919,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/eeafbaa2-d7e2-4db1-aee4-4ba2cb0e4068.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"8885477787\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"3870583\"\n            }\n        ],\n        \"bolnumber\": \"134787422\",\n        \"ponumber\": \"1469270\",\n        \"pronumber\": \"783265070\"\n    },\n    {\n        \"shipmentID\": 134788116,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 283.81,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755129600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755475200000,\n        \"deliveryDate\": 1755475200000,\n        \"shipperName\": \"LUXOTTICA – ESS - OAKLEY\",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 463,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/8de5a494b5d664a91d55930fd414372b-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"8885591308\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"3870583\"\n            }\n        ],\n        \"bolnumber\": \"134788116\",\n        \"ponumber\": \"1460606\",\n        \"pronumber\": \"450882721\"\n    },\n    {\n        \"shipmentID\": 134790784,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 391.99,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755561600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756252800000,\n        \"deliveryDate\": 1756252800000,\n        \"shipperName\": \" 5.11 INC\",\n        \"shipperAddress\": \"3201 N. Airport Way\",\n        \"shipperCity\": \"Manteca\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"95336\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 15,\n        \"totalWeight\": 380,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/364f3a3d-367c-4b2f-9276-15905ad87954.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134790784\",\n        \"ponumber\": \"1468206\",\n        \"pronumber\": \"156833164\"\n    },\n    {\n        \"shipmentID\": 134790906,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 457.41,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755561600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1755734400000,\n        \"shipperName\": \"Team Wendy, LLC.\",\n        \"shipperAddress\": \"17000 St. Clair Ave. Bldg. 1\",\n        \"shipperCity\": \"Cleveland\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44110\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1890,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/9d880293bc88bfac9961b209769ec4ca-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"23187\"\n            }\n        ],\n        \"bolnumber\": \"134790906\",\n        \"ponumber\": \"1447932\",\n        \"pronumber\": \"692743156\"\n    },\n    {\n        \"shipmentID\": 134793682,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 163.56,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755734400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1756080000000,\n        \"shipperName\": \"Product Fulfillment Solutions\",\n        \"shipperAddress\": \"185 progress place \",\n        \"shipperCity\": \"Springdale\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"45246\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 382,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/8eb28bf5-f8a5-4b2c-8946-ac4f223595ab.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"23WA90\"\n            }\n        ],\n        \"bolnumber\": \"134793682\",\n        \"ponumber\": \"1469921\",\n        \"pronumber\": \"002-1226335\"\n    },\n    {\n        \"shipmentID\": 134794524,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 438.92,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755820800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756166400000,\n        \"deliveryDate\": 1756166400000,\n        \"shipperName\": \"LUXOTTICA\",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 800,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/b23e5b97243a5a678928667b3af1c6cd-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8886019176\"\n            }\n        ],\n        \"bolnumber\": \"134794524\",\n        \"ponumber\": \"1471360\",\n        \"pronumber\": \"456115285\"\n    },\n    {\n        \"shipmentID\": 134795911,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 144.58,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756080000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1756252800000,\n        \"shipperName\": \"QinetiQ \",\n        \"shipperAddress\": \"130 Constitution Blvd\",\n        \"shipperCity\": \"Franklin\",\n        \"shipperState\": \"MA\",\n        \"shipperZip\": \"02038\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 200,\n        \"totalHU\": 0,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/09002c63-f4ad-45c0-af3d-11c273a30eec.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"N4279451261LLK\"\n            }\n        ],\n        \"bolnumber\": \"134795911\",\n        \"ponumber\": \"1448440\",\n        \"pronumber\": \"712725332\"\n    },\n    {\n        \"shipmentID\": 134797897,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1577.11,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756252800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1757030400000,\n        \"deliveryDate\": 1756944000000,\n        \"shipperName\": \"OUTDOOR RESEARCH (EL MONTE) \",\n        \"shipperAddress\": \"10668 HICKSON STREET \",\n        \"shipperCity\": \"El Monte\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"91731\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 85,\n        \"totalWeight\": 1492,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"USOB-1132004, USOB-1132005\"\n            }\n        ],\n        \"bolnumber\": \"134797897\",\n        \"ponumber\": \"1447896, 1442765 \",\n        \"pronumber\": \"435422890\"\n    },\n    {\n        \"shipmentID\": 134802146,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 175.99,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756857600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1757030400000,\n        \"deliveryDate\": 1757030400000,\n        \"shipperName\": \"LUXOTTICA – ESS - OAKLEY\",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 13,\n        \"totalWeight\": 494,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/06a0067432f88770e5172ad9af8c9fd0-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8886917220\"\n            }\n        ],\n        \"bolnumber\": \"134802146\",\n        \"ponumber\": \"à1468353\",\n        \"pronumber\": \"433786264\"\n    },\n    {\n        \"shipmentID\": 134803356,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 213.99,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756944000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1757289600000,\n        \"deliveryDate\": 1757289600000,\n        \"shipperName\": \"Product Fulfillment Solutions\",\n        \"shipperAddress\": \"185 progress place \",\n        \"shipperCity\": \"Springdale\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"45246\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 708,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/60c0b9c7b90d3c49214d06e6d796fab6-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"IF0051596\"\n            }\n        ],\n        \"bolnumber\": \"134803356\",\n        \"ponumber\": \"1474242\",\n        \"pronumber\": \"453370527\"\n    },\n    {\n        \"shipmentID\": 134803513,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 186.16,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756944000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1757289600000,\n        \"deliveryDate\": 1757289600000,\n        \"shipperName\": \"Pelican Products Inc\",\n        \"shipperAddress\": \"147 North Main Street\",\n        \"shipperCity\": \"South Deerfield\",\n        \"shipperState\": \"MA\",\n        \"shipperZip\": \"01373\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 230,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"87127778\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"2752385\"\n            }\n        ],\n        \"bolnumber\": \"134803513\",\n        \"ponumber\": \"1430351 \",\n        \"pronumber\": \"634832943\"\n    },\n    {\n        \"shipmentID\": 134803908,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 176.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756944000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1757289600000,\n        \"deliveryDate\": 1757289600000,\n        \"shipperName\": \"LUXOTTICA – ESS - OAKLEY\",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 263,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/e050c87e2c368b30b3d5e0c3a6db56a0-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"8887006881\"\n            }\n        ],\n        \"bolnumber\": \"134803908\",\n        \"ponumber\": \"1468353\",\n        \"pronumber\": \"456177027\"\n    },\n    {\n        \"shipmentID\": 134804458,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 288.01,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1757030400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1757376000000,\n        \"deliveryDate\": 1757376000000,\n        \"shipperName\": \"PELICAN\",\n        \"shipperAddress\": \"147 North Main Street\",\n        \"shipperCity\": \"South Deerfield\",\n        \"shipperState\": \"MA\",\n        \"shipperZip\": \"01373\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 1071,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/cadb6386670dff542194861746e53d38-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"87126903\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"2752385\"\n            }\n        ],\n        \"bolnumber\": \"134804458\",\n        \"ponumber\": \"1430351 \",\n        \"pronumber\": \"693881930\"\n    },\n    {\n        \"shipmentID\": 134671691,\n        \"name\": \"DHX DEPENDABLE HAWAIIAN EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 17109,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751241600000,\n        \"modeDesc\": \"Domestic Ocean\",\n        \"estimatedDeliveryDate\": 1753315200000,\n        \"deliveryDate\": 1753315200000,\n        \"shipperName\": \"SSA Terminal C/O ADS\",\n        \"shipperAddress\": \"1320 PIER C\",\n        \"shipperCity\": \"Long Beach\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"90813\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FB6531 / 254th ABG\",\n        \"consigneeAddress\": \"Unit 14021 Bldg 21015 Spaatz St\",\n        \"consigneeCity\": \"Yigo\",\n        \"consigneeState\": \"GU\",\n        \"consigneeZip\": \"96929\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 14500,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134671691\",\n        \"ponumber\": \"1420889\",\n        \"pronumber\": \"2599974\"\n    },\n    {\n        \"shipmentID\": 134706699,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 639.14,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750291200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1750896000000,\n        \"deliveryDate\": 1750896000000,\n        \"shipperName\": \"KCM\",\n        \"shipperAddress\": \"9400 BUSCH DR N\",\n        \"shipperCity\": \"Jacksonville\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USCG BSU ALAMEDA\",\n        \"consigneeAddress\": \"1 EAGLE RD CG ISLAND BLDG 42\",\n        \"consigneeCity\": \"Alameda\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"94501\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1031,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/bba4cefa-a827-4a2a-8fc7-6918c2764ec0.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134706699\",\n        \"ponumber\": \"1436299\",\n        \"pronumber\": \"974585850\"\n    },\n    {\n        \"shipmentID\": 134706832,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 454.55,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1749772800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1750204800000,\n        \"deliveryDate\": 1750204800000,\n        \"shipperName\": \"TWO ONE TWO NEW YORK\",\n        \"shipperAddress\": \"60 HEARTLAND BLVD\",\n        \"shipperCity\": \"Edgewood\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11717\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"5749 BRIAR HILL RD, BUILDING 220 DOOR 4\",\n        \"consigneeCity\": \"Lexington\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 1025,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/4345fab8-a15d-4b95-9a0f-29f9fa2bf414.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134706832\",\n        \"ponumber\": \"1408186\",\n        \"pronumber\": \"219293150\"\n    },\n    {\n        \"shipmentID\": 134707522,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1370.72,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1749772800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1750291200000,\n        \"deliveryDate\": 1750377600000,\n        \"shipperName\": \"LUXOTTICA – ESS - OAKLEY\",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA Troop Support\",\n        \"consigneeAddress\": \"1820 ALLBROOK DR.\",\n        \"consigneeCity\": \"Dayton\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 3645,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/078e8c8e-4e8c-4d0f-bf49-3fe63a4bcdf9.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134707522\",\n        \"ponumber\": \"1439693\",\n        \"pronumber\": \"0410721607\"\n    },\n    {\n        \"shipmentID\": 134707656,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 372.29,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1749772800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1750377600000,\n        \"deliveryDate\": 1750377600000,\n        \"shipperName\": \"InVeris Training Solutions\",\n        \"shipperAddress\": \"296 Brogdon Road\",\n        \"shipperCity\": \"Suwanee\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30024\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Luna County Detention Center\",\n        \"consigneeAddress\": \"1700 E. 4th Street\",\n        \"consigneeCity\": \"Deming\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88030\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 178,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/260a4b92-6851-44ca-a2cd-1162f64a059e.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"US8416-001\"\n            }\n        ],\n        \"bolnumber\": \"134707656\",\n        \"ponumber\": \"1446833\",\n        \"pronumber\": \"089524752\"\n    },\n    {\n        \"shipmentID\": 134707858,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 372.24,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1749772800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1750118400000,\n        \"shipperName\": \"Thermo Fisher Scientific / Nalgene and Nunc brands\",\n        \"shipperAddress\": \"1600 Lexington Ave. Dock 107\",\n        \"shipperCity\": \"Rochester\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14606\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"LCI DISTRIBUTION \",\n        \"consigneeAddress\": \"1131 CHAPEL CROSSING RD \",\n        \"consigneeCity\": \"Brunswick\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"31524\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 480,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a8e2f9ff-1ea1-4f38-983a-6bc69abb82a7.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"82768487\"\n            },\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"2242687-1\"\n            }\n        ],\n        \"bolnumber\": \"134707858\",\n        \"ponumber\": \"1453612\",\n        \"pronumber\": \"712444769\"\n    },\n    {\n        \"shipmentID\": 134707990,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1555.92,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1749772800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1750636800000,\n        \"shipperName\": \"WASHINGTON CHAIN AND SUPPLY INC\",\n        \"shipperAddress\": \"2901 UTAH AVE SO\",\n        \"shipperCity\": \"Seattle\",\n        \"shipperState\": \"WA\",\n        \"shipperZip\": \"98134\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC Carderock Div 72\",\n        \"consigneeAddress\": \"33964 N Main Ave\",\n        \"consigneeCity\": \"Bayview\",\n        \"consigneeState\": \"ID\",\n        \"consigneeZip\": \"83803\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 4550,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/11dbbfae-5530-404e-86e1-4ab54ece1481.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL25F1552, SPE8EL25F15CQ\"\n            }\n        ],\n        \"bolnumber\": \"134707990\",\n        \"ponumber\": \"1445972, 1446849\",\n        \"pronumber\": \"2020392562\"\n    },\n    {\n        \"shipmentID\": 134708196,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 201.52,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750204800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1750377600000,\n        \"shipperName\": \"National safety Apparel\",\n        \"shipperAddress\": \"10601 Memphis Ave B.12\",\n        \"shipperCity\": \"Brooklyn\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44144\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"YORKTOWN NWS-CHEATHAM ANX\",\n        \"consigneeAddress\": \"BLDG 4 D STREET\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 21,\n        \"totalWeight\": 352,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/f8221e72-9961-46d7-93b7-b8aa89a68a86.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F1D7Y\"\n            }\n        ],\n        \"bolnumber\": \"134708196\",\n        \"ponumber\": \"1408713\",\n        \"pronumber\": \"008-5561581\"\n    },\n    {\n        \"shipmentID\": 134708359,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 2817.69,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750032000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1750723200000,\n        \"deliveryDate\": 1750723200000,\n        \"shipperName\": \"TYR TACTICAL LLC\",\n        \"shipperAddress\": \"9330 N 91ST AVE\",\n        \"shipperCity\": \"Peoria\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DHS ICE - OFFICE OF FIREARMS AND TACTICAL PROGRAMS\",\n        \"consigneeAddress\": \"6760 UPTON AVE BLDG 234\",\n        \"consigneeCity\": \"FORT MOORE,\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"31905\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 5050,\n        \"totalHU\": 12,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a8e0b0fd-6ea6-4a50-986f-948ea2f5c043.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"70CMSW24FR0000148\"\n            }\n        ],\n        \"bolnumber\": \"134708359\",\n        \"ponumber\": \"1436201\",\n        \"pronumber\": \"130426151\"\n    },\n    {\n        \"shipmentID\": 134710950,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 253.2,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750118400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1750291200000,\n        \"deliveryDate\": 1750377600000,\n        \"shipperName\": \"GENTEX CORPORATION\",\n        \"shipperAddress\": \"324 MAIN ST\",\n        \"shipperCity\": \"SIMPSON \",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"18407\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PECKHAM VOCATIONAL INDUSTRIES INC\",\n        \"consigneeAddress\": \"7100 MILLETT HWY\",\n        \"consigneeCity\": \"Lansing\",\n        \"consigneeState\": \"MI\",\n        \"consigneeZip\": \"48917\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 840,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/7be2d73c75ec61d0cb66b0f39dc8f463-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F1C08 / W912H742501D45\"\n            }\n        ],\n        \"bolnumber\": \"134710950\",\n        \"ponumber\": \"1402470\",\n        \"pronumber\": \"I847055376\"\n    },\n    {\n        \"shipmentID\": 134711144,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 498.17,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750118400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1750636800000,\n        \"deliveryDate\": 1750636800000,\n        \"shipperName\": \"     Bren-Tronics, INC.\",\n        \"shipperAddress\": \"10 Brayton Court\",\n        \"shipperCity\": \"Commack\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11725\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"W1A8 DLA DISTRIBUTION\",\n        \"consigneeAddress\": \"2083 NORMANDY DRIVE DOOR 113 TO 134\",\n        \"consigneeCity\": \"New Cumberland\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 47,\n        \"totalWeight\": 1438,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/fab6e6d1-5ee0-4336-8069-a9566812790f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPRBL125F0083\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"ORDER 34138 LINE 4\"\n            }\n        ],\n        \"bolnumber\": \"134711144\",\n        \"ponumber\": \"1434960\",\n        \"pronumber\": \"219295302\"\n    },\n    {\n        \"shipmentID\": 134711151,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 297.47,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750204800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1750636800000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CIF\",\n        \"consigneeAddress\": \"BLDG 4, D STREET\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 19,\n        \"totalWeight\": 270,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/9028af39-c285-4ff9-99cd-1dc5ef3ffe6a.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL24F1DLB\"\n            }\n        ],\n        \"bolnumber\": \"134711151\",\n        \"ponumber\": \"1437047\",\n        \"pronumber\": \"0400691857\"\n    },\n    {\n        \"shipmentID\": 134711198,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 289.97,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750204800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1750636800000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MDSC NWS-CHEATHAM ANNEX\",\n        \"consigneeAddress\": \"BLGD 4 D ST\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 18,\n        \"totalWeight\": 330,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/1b4789dc-33d1-4750-aad2-d67a3a362404.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134711198\",\n        \"ponumber\": \"1435195\",\n        \"pronumber\": \"0400691858\"\n    },\n    {\n        \"shipmentID\": 134711241,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 269.64,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750118400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1750809600000,\n        \"shipperName\": \"Exxel Outdoors\",\n        \"shipperAddress\": \"300 American Bvld\",\n        \"shipperCity\": \"Haleyville\",\n        \"shipperState\": \"AL\",\n        \"shipperZip\": \"35565\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"353RD SW TS \",\n        \"consigneeAddress\": \"1170 EAGLE DRIVE BLDG 150\",\n        \"consigneeCity\": \"San Antonio\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"78236\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 200,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/598ec88df0680e49ea76d5f7e4919970-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134711241\",\n        \"ponumber\": \"1447782\",\n        \"pronumber\": \"4452108920\"\n    },\n    {\n        \"shipmentID\": 134712774,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 361.18,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750204800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1750636800000,\n        \"shipperName\": \"Exxel Outdoors\",\n        \"shipperAddress\": \"126 Plant Rd\",\n        \"shipperCity\": \"Tupelo\",\n        \"shipperState\": \"MS\",\n        \"shipperZip\": \"38804\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"GSA ONLINE FULFILLMENT\",\n        \"consigneeAddress\": \"9829A Love Road\",\n        \"consigneeCity\": \"Fort George G Meade\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20755\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 13,\n        \"totalWeight\": 380,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/12bdcf1a-524d-4f08-aa0f-4fb455b8bb1a.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134712774\",\n        \"ponumber\": \"1454548\",\n        \"pronumber\": \"I389912148\"\n    },\n    {\n        \"shipmentID\": 134712812,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 409.47,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750204800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1750636800000,\n        \"deliveryDate\": 1750636800000,\n        \"shipperName\": \"CHECKERS SAFETY GROUP\",\n        \"shipperAddress\": \"620 COMPTON ST.\",\n        \"shipperCity\": \"Broomfield\",\n        \"shipperState\": \"CO\",\n        \"shipperZip\": \"80020\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" LOCKHEED MARTIN CORP\",\n        \"consigneeAddress\": \"86 S COBB DRIVE\",\n        \"consigneeCity\": \"Marietta\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"30060\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 675,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/38a2fe83-ea55-44b9-8d10-244e77e9dedb.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"6581271915\"\n            }\n        ],\n        \"bolnumber\": \"134712812\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"424698691\"\n    },\n    {\n        \"shipmentID\": 134712861,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 775.69,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750291200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1750723200000,\n        \"shipperName\": \"  Kanban Logistics\",\n        \"shipperAddress\": \"614 Daniel Street\",\n        \"shipperCity\": \"Tarboro\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"27886\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA DISTRIBUTION RED RIVER\",\n        \"consigneeAddress\": \"HIGHWAY 82 WEST\",\n        \"consigneeCity\": \"Texarkana\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"75507\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 70,\n        \"totalWeight\": 1490,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/d1415509-e84c-427f-add7-fd53e1bbfa7e.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134712861\",\n        \"ponumber\": \"1291865\",\n        \"pronumber\": \"390627291\"\n    },\n    {\n        \"shipmentID\": 134713078,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 390.88,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750377600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1750723200000,\n        \"deliveryDate\": 1750809600000,\n        \"shipperName\": \"ULTRA ELECTRONICS TCS INC c/o BLUESKY MAST INC.\",\n        \"shipperAddress\": \"2080 WILD ACRES ROAD\",\n        \"shipperCity\": \"Largo\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33771\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PDM NETMOD (NETWORK MODERNIZATION)\",\n        \"consigneeAddress\": \"1730 BARTON CHAPEL RD\",\n        \"consigneeCity\": \"Augusta\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"30909\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 2625,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/3886137d-d54c-46ae-901f-e64b40f97170.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL25F13MR\"\n            }\n        ],\n        \"bolnumber\": \"134713078\",\n        \"ponumber\": \"1436345 \",\n        \"pronumber\": \"428774946\"\n    },\n    {\n        \"shipmentID\": 134713589,\n        \"name\": \"FedEx Freight Priority\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 289.75,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXFE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750291200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1750636800000,\n        \"shipperName\": \"TWO ONE TWO NEW YORK/FORGELINE\",\n        \"shipperAddress\": \"60 HEARTLAND BLVD\",\n        \"shipperCity\": \"EDGEWOOD \",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11717\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"5749 BRIAR HILL RD, BUILDING 220 DOOR 4\",\n        \"consigneeCity\": \"Lexington\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 7,\n        \"totalWeight\": 101,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/3c8ead97f87513e88238741eb07ebdda-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"CONTRACT 20240902886041\"\n            }\n        ],\n        \"bolnumber\": \"134713589\",\n        \"ponumber\": \"1408186\",\n        \"pronumber\": \"8679216361\"\n    },\n    {\n        \"shipmentID\": 134714047,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 184.11,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750291200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1750636800000,\n        \"shipperName\": \"GENTEX CORPORATION\",\n        \"shipperAddress\": \"324 MAIN ST\",\n        \"shipperCity\": \"SIMPSON \",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"18407\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSW LGSU2\",\n        \"consigneeAddress\": \"1807 COVE RD BLDG 3888\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23459\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 175,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c1ae100c-39da-4c06-9ec6-1de77f046988.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EX24F11F2 / V0031A4256LG90\"\n            }\n        ],\n        \"bolnumber\": \"134714047\",\n        \"ponumber\": \"1407228\",\n        \"pronumber\": \"017-2013328\"\n    },\n    {\n        \"shipmentID\": 134714228,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1039.22,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750377600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1752710400000,\n        \"shipperName\": \"ULTRA ELECTRONICS TCS INC.\",\n        \"shipperAddress\": \"5990 COTE-DE-LIESSE BLVD\",\n        \"shipperCity\": \"Mont-royal\",\n        \"shipperState\": \"QC\",\n        \"shipperZip\": \"H4T1V7\",\n        \"shipperCountry\": \"CAN\",\n        \"consigneeName\": \"PDM NETMOD (NETWORK MODERNIZATION)\",\n        \"consigneeAddress\": \"1730 BARTON CHAPEL RD\",\n        \"consigneeCity\": \"Augusta\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"30909\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 2550,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/8f484743-20e7-4b81-b41b-6cccf583fab9.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL25F13MR\"\n            }\n        ],\n        \"bolnumber\": \"134714228\",\n        \"ponumber\": \"1436345\",\n        \"pronumber\": \"419669124\"\n    },\n    {\n        \"shipmentID\": 134732523,\n        \"name\": \"FedEx Freight Priority\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 2901,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXFE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750636800000,\n        \"modeDesc\": \"Volume LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1751328000000,\n        \"shipperName\": \"TYR TACTICAL LLC\",\n        \"shipperAddress\": \"9330 N 91ST AVE\",\n        \"shipperCity\": \"Peoria\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DHS ICE - OFFICE OF FIREARMS AND TACTICAL PROGRAMS\",\n        \"consigneeAddress\": \"6760 UPTON AVE BLDG 234\",\n        \"consigneeCity\": \"FORT MOORE\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"31905\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 5050,\n        \"totalHU\": 12,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/c10de7b0e73197e48ee3f76e0d5dc599-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"70CMSW24FR0000148\"\n            }\n        ],\n        \"bolnumber\": \"134732523\",\n        \"ponumber\": \"1436201\",\n        \"pronumber\": \"5946266443\"\n    },\n    {\n        \"shipmentID\": 134732575,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 150.98,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750636800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1750809600000,\n        \"deliveryDate\": 1750809600000,\n        \"shipperName\": \" AVON PROTECTION SYSTEMS\",\n        \"shipperAddress\": \"411 7th Street\",\n        \"shipperCity\": \"Cadillac\",\n        \"shipperState\": \"MI\",\n        \"shipperZip\": \"49601\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" Valiant Integrated Services\",\n        \"consigneeAddress\": \"8384 Terminal Road, Suite C\",\n        \"consigneeCity\": \"Lorton\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22079\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 280,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/3232cf7410b8d7b6b2a674940281c093-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"2222634,  2222633\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"HDTRA1-14-D-0013\"\n            }\n        ],\n        \"bolnumber\": \"134732575\",\n        \"ponumber\": \"1434725,1434726\",\n        \"pronumber\": \"I055950669\"\n    },\n    {\n        \"shipmentID\": 134732902,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 477.85,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750982400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1751414400000,\n        \"shipperName\": \"TacMed Simulation\",\n        \"shipperAddress\": \"1125 N McDowell Blvd\",\n        \"shipperCity\": \"Petaluma\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"94954\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"UT ARNG\",\n        \"consigneeAddress\": \"17800 S CAMP WILLIAMS RD, BLDG 5131\",\n        \"consigneeCity\": \"BLUFFDALE\",\n        \"consigneeState\": \"UT\",\n        \"consigneeZip\": \"84065\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 902,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/40103be141dfa1619dc85707daab8119-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134732902\",\n        \"ponumber\": \"1451509\",\n        \"pronumber\": \"6313087513\"\n    },\n    {\n        \"shipmentID\": 134737129,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 265.56,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750723200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1750896000000,\n        \"deliveryDate\": 1750982400000,\n        \"shipperName\": \"INVERIS TRAINING SOLUTIONS\",\n        \"shipperAddress\": \"296 BROGDON ROAD\",\n        \"shipperCity\": \"Suwanee\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30024\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"802ND SECURITY FORCES SQUADRON ARMORY\",\n        \"consigneeAddress\": \"2445 GEORGE AVE SUITE 4 BLDG 5275\",\n        \"consigneeCity\": \"LACKLAND AFB\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"78236\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 500,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/02f9e675c49882de3b72a64cb402a1f2-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F1647\"\n            }\n        ],\n        \"bolnumber\": \"134737129\",\n        \"ponumber\": \"1449658\",\n        \"pronumber\": \"435801261\"\n    },\n    {\n        \"shipmentID\": 134737434,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 381.41,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750809600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1751328000000,\n        \"deliveryDate\": 1751328000000,\n        \"shipperName\": \"SOUTHWEST ELECTRONIC ENERGY GROUP\",\n        \"shipperAddress\": \"823 BUFFALO RUN\",\n        \"shipperCity\": \"Missouri City\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"77489\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NUWC Keyport\",\n        \"consigneeAddress\": \"610 Dowell St \",\n        \"consigneeCity\": \"Keyport\",\n        \"consigneeState\": \"WA\",\n        \"consigneeZip\": \"98345\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 147,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/d5a2d9cad498dc15eac97e2610719a4d-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Pick up #\",\n                \"value\": \"CO-203130\"\n            }\n        ],\n        \"bolnumber\": \"134737434\",\n        \"ponumber\": \"1440204\",\n        \"pronumber\": \"I880816509\"\n    },\n    {\n        \"shipmentID\": 134737456,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 419.77,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751241600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1751328000000,\n        \"deliveryDate\": 1751328000000,\n        \"shipperName\": \"AERIAL MACHINE & TOOL\",\n        \"shipperAddress\": \"4298 JEB STUART HIGHWAY\",\n        \"shipperCity\": \"Meadows Dan\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"24120\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMA 202 AIRCREW SYSTEMS\",\n        \"consigneeAddress\": \"22697 HAMMOND ROAD, BLDG 653\",\n        \"consigneeCity\": \"Patuxent River\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20670\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 963,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/e513f9cc-443f-462f-913e-36d71354edee.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134737456\",\n        \"ponumber\": \"1384684 \",\n        \"pronumber\": \"688371269\"\n    },\n    {\n        \"shipmentID\": 134737468,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 565.89,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750896000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1751414400000,\n        \"deliveryDate\": 1751414400000,\n        \"shipperName\": \" Bren-Tronics\",\n        \"shipperAddress\": \"10 Brayton Court\",\n        \"shipperCity\": \"Commack\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11725\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"W1A8 DLA DISTRIBUTION\",\n        \"consigneeAddress\": \"2083 NORMANDY DRIVE DOOR 113 TO 134\",\n        \"consigneeCity\": \"New Cumberland\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 51,\n        \"totalWeight\": 1644,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/8e4edf4e-6d06-4874-9477-04c302705462.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"34138\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPRBL125F0083\"\n            }\n        ],\n        \"bolnumber\": \"134737468\",\n        \"ponumber\": \"1434960\",\n        \"pronumber\": \"219281474\"\n    },\n    {\n        \"shipmentID\": 134737518,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 445.81,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750809600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1751241600000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CIF\",\n        \"consigneeAddress\": \"BLDG 4, D STREET\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 26,\n        \"totalWeight\": 515,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/0bace618-0026-48c9-9cd8-7e25367440ed.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL24F1D7V\"\n            }\n        ],\n        \"bolnumber\": \"134737518\",\n        \"ponumber\": \"1408398\",\n        \"pronumber\": \"040-0688506\"\n    },\n    {\n        \"shipmentID\": 134741938,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 497.79,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750809600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1752710400000,\n        \"deliveryDate\": 1752710400000,\n        \"shipperName\": \"PHOKUS RESEARCH GROUP LLC\",\n        \"shipperAddress\": \"12225 WORLD TRADE DR. SUITE C/D\",\n        \"shipperCity\": \"San Diego\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92128\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NAVAL HOSPITAL JACKSONVILLE\",\n        \"consigneeAddress\": \"2080 Child St. Bldg 2091\",\n        \"consigneeCity\": \"Jacksonville\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32214\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 482,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/db84067b-66f9-4dea-a6b4-da16f17ebe90.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134741938\",\n        \"ponumber\": \"1441051\",\n        \"pronumber\": \"158588037\"\n    },\n    {\n        \"shipmentID\": 134741964,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 268.57,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750809600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1750982400000,\n        \"shipperName\": \"NOVATIO ENGINEERING\",\n        \"shipperAddress\": \"1395 MAIN ST STE 1\",\n        \"shipperCity\": \"Waltham\",\n        \"shipperState\": \"MA\",\n        \"shipperZip\": \"02451\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"621ST CRS\",\n        \"consigneeAddress\": \"1907 E Arnold Ave\",\n        \"consigneeCity\": \"McGuire AFB\",\n        \"consigneeState\": \"NJ\",\n        \"consigneeZip\": \"08641\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 200,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/f1d0f3dccb3e3ca1213f0814567760da-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134741964\",\n        \"ponumber\": \"1452994\",\n        \"pronumber\": \"8684469275\"\n    },\n    {\n        \"shipmentID\": 134742065,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 412.52,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750809600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1751241600000,\n        \"deliveryDate\": 1751241600000,\n        \"shipperName\": \"TacMed Simulation\",\n        \"shipperAddress\": \"1125 N McDowell Blvd\",\n        \"shipperCity\": \"Petaluma\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"94954\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AZ ARNG - State Training Office\",\n        \"consigneeAddress\": \"5636 E McDowell Rd., Bldg M 5668\",\n        \"consigneeCity\": \"Phoenix\",\n        \"consigneeState\": \"AZ\",\n        \"consigneeZip\": \"85008\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 902,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/f8692ac2-9558-4746-9780-e2006f4941cb.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"T2512\"\n            }\n        ],\n        \"bolnumber\": \"134742065\",\n        \"ponumber\": \"145203\",\n        \"pronumber\": \"953550485\"\n    },\n    {\n        \"shipmentID\": 134749566,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 888.44,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750896000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1751414400000,\n        \"deliveryDate\": 1751328000000,\n        \"shipperName\": \"Streamlight \",\n        \"shipperAddress\": \"30 Eagleville Rd \",\n        \"shipperCity\": \"Eagleville\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19403 \",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" 435TH SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR, EMEF DOOR 28\",\n        \"consigneeCity\": \"WRIGHT PATTERSON AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 150,\n        \"totalWeight\": 3800,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/08a037de-448f-4171-8f21-6a9302dee253.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"FB488050831KPT\"\n            }\n        ],\n        \"bolnumber\": \"134749566\",\n        \"ponumber\": \"1439280 \",\n        \"pronumber\": \"0440796645\"\n    },\n    {\n        \"shipmentID\": 134749742,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 236.35,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750896000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1751241600000,\n        \"deliveryDate\": 1751328000000,\n        \"shipperName\": \"VELOCITY SYSTEMS LLC\",\n        \"shipperAddress\": \"45064 UNDERWOOD LANE UNIT B\",\n        \"shipperCity\": \"Sterling\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"20166\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DEAV\",\n        \"consigneeAddress\": \"7952 CLUNY CT SA-7D\",\n        \"consigneeCity\": \"Springfield\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22153\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 200,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/752217f9-0464-4056-af26-931f7664eecf.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"1398111\"\n            }\n        ],\n        \"bolnumber\": \"134749742\",\n        \"ponumber\": \"ADS1398111\",\n        \"pronumber\": \"416103612\"\n    },\n    {\n        \"shipmentID\": 134749958,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 255.75,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750896000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1751846400000,\n        \"shipperName\": \"RFD Beaufort\",\n        \"shipperAddress\": \"11201 Armour Drive, Unit D\",\n        \"shipperCity\": \"El Paso\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"79935\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FBI ORC\",\n        \"consigneeAddress\": \"1000 Falls Run Dr\",\n        \"consigneeCity\": \"Fredericksburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22406\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 219,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/76fd960e87787f1ec0e4eef1034057bb-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134749958\",\n        \"ponumber\": \"1440098\",\n        \"pronumber\": \"9207016803\"\n    },\n    {\n        \"shipmentID\": 134750275,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 644.36,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751328000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1751932800000,\n        \"deliveryDate\": 1751932800000,\n        \"shipperName\": \"EXXEL OUTDOORS\",\n        \"shipperAddress\": \"300 AMERICAN BLVD\",\n        \"shipperCity\": \"Haleyville\",\n        \"shipperState\": \"AL\",\n        \"shipperZip\": \"35565\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AZ DEPT OF FORESTRY & FIRE MGMT\",\n        \"consigneeAddress\": \"6781 E OUTLOOK DRIVE\",\n        \"consigneeCity\": \"Tucson\",\n        \"consigneeState\": \"AZ\",\n        \"consigneeZip\": \"85756\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 480,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/22e17883-ef79-4be3-b716-f0e43b9d1461.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134750275\",\n        \"ponumber\": \"1412788\",\n        \"pronumber\": \"238640315\"\n    },\n    {\n        \"shipmentID\": 134750985,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 435.7,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750982400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1751846400000,\n        \"deliveryDate\": 1751932800000,\n        \"shipperName\": \"InVeris Training Solutions\",\n        \"shipperAddress\": \"296 Brogdon Road\",\n        \"shipperCity\": \"Suwanee\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30024\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"432ND SFS\",\n        \"consigneeAddress\": \"C STREET BLDG 143\",\n        \"consigneeCity\": \"CREECH AFB\",\n        \"consigneeState\": \"NV\",\n        \"consigneeZip\": \"89018\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 322,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/077936e9-7a82-42a9-b780-b9835ce6075f.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134750985\",\n        \"ponumber\": \"1454604\",\n        \"pronumber\": \"436609320\"\n    },\n    {\n        \"shipmentID\": 134750999,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 242.19,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750982400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1751932800000,\n        \"shipperName\": \"InVeris Training Solutions\",\n        \"shipperAddress\": \"296 Brogdon Road\",\n        \"shipperCity\": \"Suwanee\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30024\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" AFSFC DET 3\",\n        \"consigneeAddress\": \"755 CARTER RD BLDG 755\",\n        \"consigneeCity\": \"FT BLISS\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"79916\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 158,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/5d56d23c3a8a381d25e9f2410398e736-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134750999\",\n        \"ponumber\": \"1454605\",\n        \"pronumber\": \"8065074485\"\n    },\n    {\n        \"shipmentID\": 134751016,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 404.53,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750982400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1752019200000,\n        \"deliveryDate\": 1752019200000,\n        \"shipperName\": \"InVeris Training Solutions\",\n        \"shipperAddress\": \"296 Brogdon Road\",\n        \"shipperCity\": \"Suwanee\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30024\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USAF Academy - 10th SFS\",\n        \"consigneeAddress\": \"1021 Jacks Valley Rd\",\n        \"consigneeCity\": \"United States Air Force Academy\",\n        \"consigneeState\": \"CO\",\n        \"consigneeZip\": \"80840\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 494,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/348c742a-065c-4e64-99a6-1fb663b20505.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134751016\",\n        \"ponumber\": \"1453903\",\n        \"pronumber\": \"089551221\"\n    },\n    {\n        \"shipmentID\": 134751171,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 242.19,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751241600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1751932800000,\n        \"shipperName\": \"RFD Beaufort\",\n        \"shipperAddress\": \"11201 Armour Drive, Unit D\",\n        \"shipperCity\": \"El Paso\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"79935\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"AFSOC UNIT 516 USSOCOM REG CON OFFICE\",\n        \"consigneeAddress\": \"BLDG 9478 MALVESTI RD\",\n        \"consigneeCity\": \"FORT LIBERTY\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28303\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 256,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/6503f13618d84d877751b53a91531693-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134751171\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"7904251891\"\n    },\n    {\n        \"shipmentID\": 134751278,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 602.15,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750982400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1751414400000,\n        \"deliveryDate\": 1751328000000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CIF\",\n        \"consigneeAddress\": \"BLDG 4, D STREET\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 43,\n        \"totalWeight\": 822,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/d0d689f127c70b3a5a9149f40ea1d5f1-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F1D7V,  SPE8EL25F13U4\"\n            }\n        ],\n        \"bolnumber\": \"134751278\",\n        \"ponumber\": \"1437047, 1408398\",\n        \"pronumber\": \"0285953963\"\n    },\n    {\n        \"shipmentID\": 134751378,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 294.39,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751241600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1751328000000,\n        \"deliveryDate\": 1751328000000,\n        \"shipperName\": \"True North Enterprises\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd.\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SCIENCE APPLICATIONS INTERNATIONAL CORPORATION\",\n        \"consigneeAddress\": \"7410 Magi Rd\",\n        \"consigneeCity\": \"Hanahan\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1045,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/e8b6eb8aec602cda7cbb768faddef678-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F13YJ / Q9414Q50831K9X\"\n            }\n        ],\n        \"bolnumber\": \"134751378\",\n        \"ponumber\": \"1438641\",\n        \"pronumber\": \"448641381\"\n    },\n    {\n        \"shipmentID\": 134751560,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 809.59,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751241600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1752105600000,\n        \"deliveryDate\": 1752105600000,\n        \"shipperName\": \"Xtreme Power Corporation\",\n        \"shipperAddress\": \"230 Yuma St\",\n        \"shipperCity\": \"Denver\",\n        \"shipperState\": \"CO\",\n        \"shipperZip\": \"80223\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MIS COM SYS\",\n        \"consigneeAddress\": \"7134 Webster Field Rd Bldg 81\",\n        \"consigneeCity\": \"St. Inigoes Shores\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20684\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1225,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/35b4c2745203090020abe372c8d1758a-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"2025052398550\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"46683\"\n            }\n        ],\n        \"bolnumber\": \"134751560\",\n        \"ponumber\": \"1455355 \",\n        \"pronumber\": \"2241805305\"\n    },\n    {\n        \"shipmentID\": 134753086,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 291.97,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751241600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1752796800000,\n        \"deliveryDate\": 1752796800000,\n        \"shipperName\": \"     Bren-Tronics, INC.\",\n        \"shipperAddress\": \"10 Brayton Court\",\n        \"shipperCity\": \"Commack\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11725\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PDM SSW (STRATEGIC SPECTRUM WARFARE)\",\n        \"consigneeAddress\": \"6882 CRUISE RD BLDG 1065\",\n        \"consigneeCity\": \"Aberdeen Proving Ground\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"21005\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 542,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/27af9b75-f36d-43d9-8d07-7f97e4e2e981.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"34687\"\n            }\n        ],\n        \"bolnumber\": \"134753086\",\n        \"ponumber\": \"1451279\",\n        \"pronumber\": \"702046566\"\n    },\n    {\n        \"shipmentID\": 134753633,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 269.01,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751328000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1752192000000,\n        \"shipperName\": \"NOVATIO ENGINEERING\",\n        \"shipperAddress\": \"1395 MAIN ST STE 1\",\n        \"shipperCity\": \"Waltham\",\n        \"shipperState\": \"MA\",\n        \"shipperZip\": \"02451\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"902nd CED\",\n        \"consigneeAddress\": \"2050 Gott Street\",\n        \"consigneeCity\": \"Lackland AFB\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"78236\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 200,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/4f13f6813a2cd437384fa9812f35fb4f-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134753633\",\n        \"ponumber\": \"1456266\",\n        \"pronumber\": \"9235617370\"\n    },\n    {\n        \"shipmentID\": 134753813,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1014.61,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751328000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1752192000000,\n        \"deliveryDate\": 1752192000000,\n        \"shipperName\": \"     Bren-Tronics, INC.\",\n        \"shipperAddress\": \"10 Brayton Court\",\n        \"shipperCity\": \"Commack\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11725\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"I MILES VTESS\",\n        \"consigneeAddress\": \"6710 SPECKER AVE, BLDG 2010\",\n        \"consigneeCity\": \"FT CARSON\",\n        \"consigneeState\": \"CO\",\n        \"consigneeZip\": \"80913\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 38,\n        \"totalWeight\": 1764,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b86ac354-8b2c-4603-a046-e4fab7583e8d.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"34726 line 1-4\"\n            }\n        ],\n        \"bolnumber\": \"134753813\",\n        \"ponumber\": \"1452774\",\n        \"pronumber\": \"219272225\"\n    },\n    {\n        \"shipmentID\": 134753937,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 358.83,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751328000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1752019200000,\n        \"deliveryDate\": 1752105600000,\n        \"shipperName\": \" Operative Experience\",\n        \"shipperAddress\": \"1007 Old Philadelphia RD BLDG 1B Suite 300\",\n        \"shipperCity\": \"Aberdeen\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA Troop Support\",\n        \"consigneeAddress\": \"214 Sea Float Street\",\n        \"consigneeCity\": \"San Diego\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92155\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 485,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/89b08e9b-70e2-4903-abd5-9809a4b46d56.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134753937\",\n        \"ponumber\": \"1456790\",\n        \"pronumber\": \"048029773\"\n    },\n    {\n        \"shipmentID\": 134753986,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 400.17,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751328000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1752019200000,\n        \"deliveryDate\": 1752019200000,\n        \"shipperName\": \"INVERIS TRAINING SOLUTIONS\",\n        \"shipperAddress\": \"296 BROGDON ROAD\",\n        \"shipperCity\": \"Suwanee\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30024\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MCAGCC DMO RECEIVING MAGTFTC\",\n        \"consigneeAddress\": \"BLDG 1102; DOOR 24\",\n        \"consigneeCity\": \"Twentynine Palms\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92278\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 440,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/28fe7944-fcf1-4304-93b3-cd999462806a.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"US8452-008\"\n            }\n        ],\n        \"bolnumber\": \"134753986\",\n        \"ponumber\": \"1454420\",\n        \"pronumber\": \"410964400\"\n    },\n    {\n        \"shipmentID\": 134754005,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 242.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751328000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1752105600000,\n        \"deliveryDate\": 1752105600000,\n        \"shipperName\": \"InVeris Training Solutions\",\n        \"shipperAddress\": \"296 Brogdon Road\",\n        \"shipperCity\": \"Suwanee\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30024\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"TECOM RANGE & TRAINING PROGRAMS DIVISION\",\n        \"consigneeAddress\": \"24157 MONTEZUMA AVE\",\n        \"consigneeCity\": \"Quantico\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22134\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 444,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/2107765d-b102-4c28-8b9a-25b5ca544237.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"US8452-010\"\n            }\n        ],\n        \"bolnumber\": \"134754005\",\n        \"ponumber\": \"1454598\",\n        \"pronumber\": \"089574204\"\n    },\n    {\n        \"shipmentID\": 134754313,\n        \"name\": \"DHX DEPENDABLE HAWAIIAN EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1076.52,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751846400000,\n        \"modeDesc\": \"Domestic Ocean\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1753315200000,\n        \"shipperName\": \"InVeris Training Solutions\",\n        \"shipperAddress\": \"296 Brogdon Road\",\n        \"shipperCity\": \"Suwanee\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30024\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MCB HAWAII\",\n        \"consigneeAddress\": \"BLDG 6710C3 HARRIS AVENUE\",\n        \"consigneeCity\": \"KANEOHE BAY\",\n        \"consigneeState\": \"HI\",\n        \"consigneeZip\": \"96863\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 208,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/761c2c01-51de-45b3-96fa-d406b3c7173d.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"US8452-009\"\n            }\n        ],\n        \"bolnumber\": \"134754313\",\n        \"ponumber\": \"1454423\",\n        \"pronumber\": \"3217333\"\n    },\n    {\n        \"shipmentID\": 134756372,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 583.14,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751500800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1751932800000,\n        \"shipperName\": \"True North Enterprises\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd.\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VXX MISSION COMMS SYSTEM PROGRAM AIR 4 11\",\n        \"consigneeAddress\": \"17179 Webster Field Rd Building 8165 Test Bed 2\",\n        \"consigneeCity\": \"St. Inigoes\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20684 \",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 2184,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/6572e14e-9f9f-461c-873d-268d89778f3c.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F11KY / REQ# N0042150071H99\"\n            }\n        ],\n        \"bolnumber\": \"134756372\",\n        \"ponumber\": \"1422596\",\n        \"pronumber\": \"028-0869380\"\n    },\n    {\n        \"shipmentID\": 134756495,\n        \"name\": \"FedEx Freight Priority\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 2051,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXFE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751500800000,\n        \"modeDesc\": \"Volume LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1752019200000,\n        \"shipperName\": \"Amer Sports\",\n        \"shipperAddress\": \"961 West 2nd St.\",\n        \"shipperCity\": \"Ogden\",\n        \"shipperState\": \"UT\",\n        \"shipperZip\": \"84404\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VF IMAGEWEAR INC\",\n        \"consigneeAddress\": \"800 SOUTH MAIN ST\",\n        \"consigneeCity\": \"Henning\",\n        \"consigneeState\": \"TN\",\n        \"consigneeZip\": \"38041\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 9,\n        \"totalWeight\": 4120,\n        \"totalHU\": 9,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/9557ff738bcf468029d5f8960f51863d-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"4059108996/4059108997\"\n            }\n        ],\n        \"bolnumber\": \"134756495\",\n        \"ponumber\": \"1457880, 1458061\",\n        \"pronumber\": \"9925305272\"\n    },\n    {\n        \"shipmentID\": 134756816,\n        \"name\": \"SEAWIDE EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 741.75,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751932800000,\n        \"modeDesc\": \"Domestic Ocean\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1753315200000,\n        \"shipperName\": \"SEAWIDE EXPRESS C/O ADS INC\",\n        \"shipperAddress\": \"900 S EUCLID ST\",\n        \"shipperCity\": \"La Habra\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"90631\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USS CARL M. LEVIN (DDG 120)\",\n        \"consigneeAddress\": \"2000 Gaffney St. BLDG 1900\",\n        \"consigneeCity\": \"Pearl Harbor\",\n        \"consigneeState\": \"HI\",\n        \"consigneeZip\": \"96860\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 300,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a2b0154d-c271-42ac-ad35-4d11bc866903.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134756816\",\n        \"ponumber\": \"1448621\",\n        \"pronumber\": \"HON175862\"\n    },\n    {\n        \"shipmentID\": 134756822,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 459.81,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751846400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1752105600000,\n        \"deliveryDate\": 1752019200000,\n        \"shipperName\": \"Product Fulfillment Solutions\",\n        \"shipperAddress\": \"185 Progress Place\",\n        \"shipperCity\": \"SPRINGDALE\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"45246\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"2ND MAW MAG 26 MALS 26\",\n        \"consigneeAddress\": \"BLDG AS-4085 WHITE ST\",\n        \"consigneeCity\": \"Mccutcheon Field\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28545\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1539,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/13efeca62c58ed0e9efca76b5638b66a-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"V094455157A200\"\n            }\n        ],\n        \"bolnumber\": \"134756822\",\n        \"ponumber\": \"1457540\",\n        \"pronumber\": \"438375963\"\n    },\n    {\n        \"shipmentID\": 134758290,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 843.75,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751846400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753056000000,\n        \"deliveryDate\": 1752624000000,\n        \"shipperName\": \"Pelican Products\",\n        \"shipperAddress\": \"147 North Main Street\",\n        \"shipperCity\": \"South Deerfield\",\n        \"shipperState\": \"MA\",\n        \"shipperZip\": \"01373\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA DISTRIBUTION\",\n        \"consigneeAddress\": \"WHSE 405 D  Street  West End\",\n        \"consigneeCity\": \"Yermo\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92398\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1191,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/4d0ac17a-ca23-43df-aecc-431b162aff5f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"2790801\"\n            },\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"87078887\"\n            }\n        ],\n        \"bolnumber\": \"134758290\",\n        \"ponumber\": \"1448926 \",\n        \"pronumber\": \"041643315\"\n    },\n    {\n        \"shipmentID\": 134758366,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 446.29,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752019200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753228800000,\n        \"deliveryDate\": 1753228800000,\n        \"shipperName\": \"KANBAN LOGISTICS\",\n        \"shipperAddress\": \"614 DANIEL STREET\",\n        \"shipperCity\": \"Tarboro\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"27886\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA DISTRIBUTION RED RIVER\",\n        \"consigneeAddress\": \"HIGHWAY 82 WEST,SU W0MC ARMY GENERAL SUPPLY\",\n        \"consigneeCity\": \"Texarkana\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"75507\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 35,\n        \"totalWeight\": 785,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/67169128-4a34-42d6-af43-d0442f07ac62.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134758366\",\n        \"ponumber\": \"1291865 \",\n        \"pronumber\": \"191496057\"\n    },\n    {\n        \"shipmentID\": 134758563,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 262.12,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751932800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753056000000,\n        \"deliveryDate\": 1753056000000,\n        \"shipperName\": \"     Bren-Tronics, INC.\",\n        \"shipperAddress\": \"10 Brayton Court\",\n        \"shipperCity\": \"Commack\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11725\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"W1A8 DLA DISTRIBUTION\",\n        \"consigneeAddress\": \"2083 NORMANDY DRIVE DOOR 113 TO 134\",\n        \"consigneeCity\": \"New Cumberland\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 17,\n        \"totalWeight\": 532,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/238281eb-c932-4fed-9768-70ac3c5d3fff.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPRBL125F0083\"\n            }\n        ],\n        \"bolnumber\": \"134758563\",\n        \"ponumber\": \"1434960\",\n        \"pronumber\": \"219297639\"\n    },\n    {\n        \"shipmentID\": 134758646,\n        \"name\": \"DGX DEPENDABLE GLOBAL EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 924.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752019200000,\n        \"modeDesc\": \"Domestic Ocean\",\n        \"estimatedDeliveryDate\": 1754956800000,\n        \"deliveryDate\": 1754956800000,\n        \"shipperName\": \"CRFS INC\",\n        \"shipperAddress\": \"4230-D LAFAYETTE CENTER DRIVE\",\n        \"shipperCity\": \"Chantilly\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"20151\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" 644TH CBCS\",\n        \"consigneeAddress\": \" BLDG 61202, NORTHWEST FIELD\",\n        \"consigneeCity\": \"YIGO\",\n        \"consigneeState\": \"GU\",\n        \"consigneeZip\": \"96929\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 231,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134758646\",\n        \"ponumber\": \"1406838 (line 12)\",\n        \"pronumber\": \"3219062\"\n    },\n    {\n        \"shipmentID\": 134758895,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 546.33,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751932800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1752192000000,\n        \"deliveryDate\": 1752192000000,\n        \"shipperName\": \"RFD Beaufort (Formerly Southwest Tactical)\",\n        \"shipperAddress\": \"11201 Armour Drive, Unit D\",\n        \"shipperCity\": \"El Paso\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"79935\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"  USSOCOM REGIONAL CONTRACTING OFC\",\n        \"consigneeAddress\": \"BLDG 9478 MALVESTI RD, AFSOC UNIT 516\",\n        \"consigneeCity\": \"FORT LIBERTY\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28303 \",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1290,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/ea1a7c51c238509b31dbd2a8fdfda4c4-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134758895\",\n        \"ponumber\": \"1445664\",\n        \"pronumber\": \"449382028\"\n    },\n    {\n        \"shipmentID\": 134759057,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 587.17,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752019200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1752624000000,\n        \"deliveryDate\": 1752624000000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CIF\",\n        \"consigneeAddress\": \"BLDG 4, D STREET\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 36,\n        \"totalWeight\": 615,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/74393c095480df274e8faedd8fee3ee0-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F13U4\"\n            }\n        ],\n        \"bolnumber\": \"134759057\",\n        \"ponumber\": \"1437047\",\n        \"pronumber\": \"040571324\"\n    },\n    {\n        \"shipmentID\": 134759282,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 506.84,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752019200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1752105600000,\n        \"shipperName\": \"True North Enterprises\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd., Units 108-109\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VXX MISSION COMMS SYSTEM PROGRAM AIR 4 11\",\n        \"consigneeAddress\": \"17179 Webster Field Rd., Bldg. 8165, Test Bed 2\",\n        \"consigneeCity\": \"St. Inigoes\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20684 \",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 780,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/da7739a2-5dc3-4f78-a3a8-47b0ed8b45e8.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"1416169\"\n            }\n        ],\n        \"bolnumber\": \"134759282\",\n        \"ponumber\": \"1416169\",\n        \"pronumber\": \"706064359\"\n    },\n    {\n        \"shipmentID\": 134759396,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 287.01,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752019200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1752192000000,\n        \"deliveryDate\": 1752192000000,\n        \"shipperName\": \"GENTEX CORPORATION\",\n        \"shipperAddress\": \"324 MAIN ST\",\n        \"shipperCity\": \"SIMPSON \",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"18407\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PECKHAM VOCATIONAL INDUSTRIES INC\",\n        \"consigneeAddress\": \"7100 MILLETT HWY\",\n        \"consigneeCity\": \"Lansing\",\n        \"consigneeState\": \"MI\",\n        \"consigneeZip\": \"48917\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 800,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/7466b876483370eed33d903eea00c1fb-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134759396\",\n        \"ponumber\": \"1402470\",\n        \"pronumber\": \"I398597436\"\n    },\n    {\n        \"shipmentID\": 134759430,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 338.99,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752019200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1752537600000,\n        \"deliveryDate\": 1752537600000,\n        \"shipperName\": \"     Bren-Tronics, INC.\",\n        \"shipperAddress\": \"10 Brayton Court\",\n        \"shipperCity\": \"Commack\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11725\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" TOBYHANNA ARMY DEPOT\",\n        \"consigneeAddress\": \"11 HAP ARNOLD BLVD BLDG 5 BAY 4\",\n        \"consigneeCity\": \"Tobyhanna\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"18466\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1535,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/3a9861ab9b8535db6129f00a35366e95-C.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134759430\",\n        \"ponumber\": \"1456826\",\n        \"pronumber\": \"219313891\"\n    },\n    {\n        \"shipmentID\": 134760238,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 632.61,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752019200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1752710400000,\n        \"deliveryDate\": 1752710400000,\n        \"shipperName\": \"Streamlight \",\n        \"shipperAddress\": \"30 Eagleville Rd \",\n        \"shipperCity\": \"Eagleville\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19403 \",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"435TH SCOS-EMEF DOOR 28\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR.\",\n        \"consigneeCity\": \"WRIGHT PATTERSON AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 100,\n        \"totalWeight\": 1953,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c696e3c3-210d-42f1-903e-6ad862df47a1.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"REQ# FB488050831KPT\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"775009-4\"\n            }\n        ],\n        \"bolnumber\": \"134760238\",\n        \"ponumber\": \"1439280 \",\n        \"pronumber\": \"183860954\"\n    },\n    {\n        \"shipmentID\": 134760244,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 292.52,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752019200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1752796800000,\n        \"shipperName\": \"ILC Dover\",\n        \"shipperAddress\": \"2050 Rojas Dr. Suite 100\",\n        \"shipperCity\": \"El Paso\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"79936\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Dept. Of VA Medical Center\",\n        \"consigneeAddress\": \"11301 Wilshire Blvd. Whse. – Bldg. 297\",\n        \"consigneeCity\": \"Los Angeles\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"90073\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 200,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/b762d841132ec3c96121854d27979d5e-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134760244\",\n        \"ponumber\": \"1458327\",\n        \"pronumber\": \"9535860935\"\n    },\n    {\n        \"shipmentID\": 134760334,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 262.12,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752019200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1752796800000,\n        \"deliveryDate\": 1752796800000,\n        \"shipperName\": \"     Bren-Tronics, INC.\",\n        \"shipperAddress\": \"10 Brayton Court\",\n        \"shipperCity\": \"Commack\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11725\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"W1A8 DLA DISTRIBUTION\",\n        \"consigneeAddress\": \"2083 NORMANDY DRIVE DOOR 113 TO 134\",\n        \"consigneeCity\": \"New Cumberland\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 34,\n        \"totalWeight\": 1064,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/6ee3d841-10c3-4d31-95d7-330c53f5b3d8.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPRBL125F0083\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"34138\"\n            }\n        ],\n        \"bolnumber\": \"134760334\",\n        \"ponumber\": \"1434960\",\n        \"pronumber\": \"219313892\"\n    },\n    {\n        \"shipmentID\": 134760400,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 224.8,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752105600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1752192000000,\n        \"deliveryDate\": 1752192000000,\n        \"shipperName\": \"True North Enterprises\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd. Units 108-109\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SCIENCE APPLICATIONS INTERNATIONAL CORPORATION\",\n        \"consigneeAddress\": \"7410 Magi Rd.\",\n        \"consigneeCity\": \"Hanahan\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 180,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/ce3b43ccb1dad55039306068833694b8-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F15CB / REQ# Q9414Q51191LD5\"\n            }\n        ],\n        \"bolnumber\": \"134760400\",\n        \"ponumber\": \"1445933\",\n        \"pronumber\": \"436778181\"\n    },\n    {\n        \"shipmentID\": 134760524,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 829.07,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752019200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1752710400000,\n        \"deliveryDate\": 1752710400000,\n        \"shipperName\": \"TYR TACTICAL LLC\",\n        \"shipperAddress\": \"9330 N 91ST AVE\",\n        \"shipperCity\": \"Peoria\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DEPT OF STATE\",\n        \"consigneeAddress\": \"7000 LOISDALE RD PARR FRANCONIA WH BLDG B DOCK 2\",\n        \"consigneeCity\": \"Springfield\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22150\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1564,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c67c3ee6-06b2-4c2f-845d-6334fb91a897.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"1907-5-90185\"\n            }\n        ],\n        \"bolnumber\": \"134760524\",\n        \"ponumber\": \"1426446\",\n        \"pronumber\": \"443154084\"\n    },\n    {\n        \"shipmentID\": 134761628,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 241.77,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752624000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1753056000000,\n        \"shipperName\": \"KEY CARGO MARINE\",\n        \"shipperAddress\": \"9400 BUSCH DR. \",\n        \"shipperCity\": \"Jacksonville\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"EODGRU 2\",\n        \"consigneeAddress\": \"REBEKAH SOLIS\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23459\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 312,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/6cccbd7cb13107d43311321b5d43bab2-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SO-459484 PS-180455\"\n            }\n        ],\n        \"bolnumber\": \"134761628\",\n        \"ponumber\": \"1445367\",\n        \"pronumber\": \"6386488146\"\n    },\n    {\n        \"shipmentID\": 134761768,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 269.34,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752192000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1752710400000,\n        \"deliveryDate\": 1752710400000,\n        \"shipperName\": \"New York Embroidery Studio Inc\",\n        \"shipperAddress\": \"140 58th Street Brooklyn Army Terminal, Building A, Dock 8\",\n        \"shipperCity\": \"Brooklyn\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" 435TH SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR, EMEF DOOR 28\",\n        \"consigneeCity\": \"WRIGHT PATTERSON AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 250,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/9a6a7cad10f5ffd62f7eb5f9d49ac9cc-C.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134761768\",\n        \"ponumber\": \"1439311\",\n        \"pronumber\": \"218611660\"\n    },\n    {\n        \"shipmentID\": 134761774,\n        \"name\": \"DHX DEPENDABLE HAWAIIAN EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 3781.64,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752192000000,\n        \"modeDesc\": \"Domestic Ocean\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1753920000000,\n        \"shipperName\": \"AKS Industries, Inc.\",\n        \"shipperAddress\": \"301 Rea Blvd\",\n        \"shipperCity\": \"Las Cruces\",\n        \"shipperState\": \"NM\",\n        \"shipperZip\": \"88007\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"15TH MDG\",\n        \"consigneeAddress\": \"900 HANGAR AVENUE BLDG 2060\",\n        \"consigneeCity\": \"HICKAM AFB, HI\",\n        \"consigneeState\": \"HI\",\n        \"consigneeZip\": \"96853\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1815,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/9dd309a9-47fd-40a5-ae71-bbdb7f430081.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EM25F107H\"\n            }\n        ],\n        \"bolnumber\": \"134761774\",\n        \"ponumber\": \"1452988\",\n        \"pronumber\": \"3220866\"\n    },\n    {\n        \"shipmentID\": 134762031,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 690.38,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752192000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1753142400000,\n        \"shipperName\": \" Key Cargo Marine\",\n        \"shipperAddress\": \"9400 BUSCH DR. \",\n        \"shipperCity\": \"Jacksonville\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USCG BSU ALAMEDA\",\n        \"consigneeAddress\": \"1 EAGLE RD CG ISLAND BLDG 42\",\n        \"consigneeCity\": \"Alameda\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"94501\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1215,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/813eb8b3-aec7-408d-9331-0499f186e7e6.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F13MN Z31090\"\n            }\n        ],\n        \"bolnumber\": \"134762031\",\n        \"ponumber\": \"1436299             \",\n        \"pronumber\": \"785559246\"\n    },\n    {\n        \"shipmentID\": 134762435,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 759.12,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752192000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1752796800000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CIF\",\n        \"consigneeAddress\": \"BLDG 4, D STREET\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 42,\n        \"totalWeight\": 900,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/b1423d660ffa0bae30051a49e84b4ff2-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F1D7V\"\n            }\n        ],\n        \"bolnumber\": \"134762435\",\n        \"ponumber\": \"1408398\",\n        \"pronumber\": \"9551223290\"\n    },\n    {\n        \"shipmentID\": 134762654,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 690.6,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752192000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1753660800000,\n        \"shipperName\": \"Amer Sports\",\n        \"shipperAddress\": \"961 West 2nd St.\",\n        \"shipperCity\": \"Ogden\",\n        \"shipperState\": \"UT\",\n        \"shipperZip\": \"84404\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USSS UNIFORM DIVISION\",\n        \"consigneeAddress\": \"3070 V STREET NE\",\n        \"consigneeCity\": \"Washington\",\n        \"consigneeState\": \"DC\",\n        \"consigneeZip\": \"20018\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 36,\n        \"totalWeight\": 1174,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/cf14ac2e-2ab2-4be7-82ae-c52e4cb7bc8c.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134762654\",\n        \"ponumber\": \"1459479\",\n        \"pronumber\": \"160464633\"\n    },\n    {\n        \"shipmentID\": 134763273,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 278.97,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752451200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1752537600000,\n        \"shipperName\": \"Team Wendy, LLC.\",\n        \"shipperAddress\": \"17000 St. Clair Ave. Bldg. 1\",\n        \"shipperCity\": \"Cleveland\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44110\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PECKHAM VOCATIONAL INDUSTRIES INC\",\n        \"consigneeAddress\": \"7100 MILLETT HWY\",\n        \"consigneeCity\": \"Lansing\",\n        \"consigneeState\": \"MI\",\n        \"consigneeZip\": \"48917\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 920,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/bd9325ad66e52ee62009f69c044d7fc2-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"157601\"\n            }\n        ],\n        \"bolnumber\": \"134763273\",\n        \"ponumber\": \"1402339\",\n        \"pronumber\": \"7333518975\"\n    },\n    {\n        \"shipmentID\": 134764211,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 208.68,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752537600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1752796800000,\n        \"shipperName\": \"True North Enterprises\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd. Units 108-109\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWCDD GUN AND ELECTRONIC WEAPON SYSTEMS\",\n        \"consigneeAddress\": \"6220 Tisdale Rd. Bldg 125 Suite 159\",\n        \"consigneeCity\": \"Dahlgren\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22488 \",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 315,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/3bbdaf27-0966-44b7-9180-076cefbcf3e7.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F16U8 / REQ# N0017851571MH6\"\n            }\n        ],\n        \"bolnumber\": \"134764211\",\n        \"ponumber\": \"1453934\",\n        \"pronumber\": \"0280818116\"\n    },\n    {\n        \"shipmentID\": 134764276,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1839.39,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752537600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753747200000,\n        \"deliveryDate\": 1753660800000,\n        \"shipperName\": \"PELICAN PRODUCTS\",\n        \"shipperAddress\": \"147 North Main Street\",\n        \"shipperCity\": \"South Deerfield\",\n        \"shipperState\": \"MA\",\n        \"shipperZip\": \"01373\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA DISTRIBUTION.\",\n        \"consigneeAddress\": \"WHSE 405 D STREET WEST END\",\n        \"consigneeCity\": \"Yermo\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92398\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 1598,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/ff8c5a65-12d2-4a38-97fe-fef89250c7de.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"2790801\"\n            },\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"87083970\"\n            }\n        ],\n        \"bolnumber\": \"134764276\",\n        \"ponumber\": \"1448926 \",\n        \"pronumber\": \"041643299\"\n    },\n    {\n        \"shipmentID\": 134764517,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 707.84,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752537600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753228800000,\n        \"deliveryDate\": 1753228800000,\n        \"shipperName\": \"Skydio\",\n        \"shipperAddress\": \"27317 Industrial Blvd\",\n        \"shipperCity\": \"Hayward\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"94545\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"CBP UNMANNED TECHNOLOGIES OPERATIONS CENTER\",\n        \"consigneeAddress\": \"45 Seitz Court\",\n        \"consigneeCity\": \"Summit Point\",\n        \"consigneeState\": \"WV\",\n        \"consigneeZip\": \"25446 \",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 37,\n        \"totalWeight\": 1081,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/6bee971c-c2e0-4275-9f5f-7669429736af.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"70B02C25F00000403\"\n            }\n        ],\n        \"bolnumber\": \"134764517\",\n        \"ponumber\": \"1450178\",\n        \"pronumber\": \"487945043\"\n    },\n    {\n        \"shipmentID\": 134765237,\n        \"name\": \"FedEx Freight Priority\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 2759,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXFE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752624000000,\n        \"modeDesc\": \"Volume LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1753142400000,\n        \"shipperName\": \"TEAM WENDY\",\n        \"shipperAddress\": \"17000 ST CLAIR AVE BLDG 1\",\n        \"shipperCity\": \"Cleveland\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44110\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMA 202 AIRCREW SYSTEMS\",\n        \"consigneeAddress\": \"4301 PACIFIC HWY NAVAIR ISS FACILTY\",\n        \"consigneeCity\": \"San Diego\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92110\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 5475,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/3dd3c9d83a26e36bc5020f405638bb6c-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"23325\"\n            }\n        ],\n        \"bolnumber\": \"134765237\",\n        \"ponumber\": \"1445679\",\n        \"pronumber\": \"7679914712\"\n    },\n    {\n        \"shipmentID\": 134765615,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 449.25,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752624000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753315200000,\n        \"deliveryDate\": 1753315200000,\n        \"shipperName\": \"     Bren-Tronics, INC.\",\n        \"shipperAddress\": \"10 Brayton Court\",\n        \"shipperCity\": \"Commack\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11725\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"5 ASOS\",\n        \"consigneeAddress\": \"3101 2ND DIVISON DR\",\n        \"consigneeCity\": \"JBLM\",\n        \"consigneeState\": \"WA\",\n        \"consigneeZip\": \"98433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 15,\n        \"totalWeight\": 543,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/0da72a2f-2ab9-406f-8e4a-8bae81622ca7.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"34547 line 1\"\n            }\n        ],\n        \"bolnumber\": \"134765615\",\n        \"ponumber\": \"1447461\",\n        \"pronumber\": \"219266234\"\n    },\n    {\n        \"shipmentID\": 134765621,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 421.78,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752624000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753747200000,\n        \"deliveryDate\": 1753747200000,\n        \"shipperName\": \"     Bren-Tronics, INC.\",\n        \"shipperAddress\": \"10 Brayton Court\",\n        \"shipperCity\": \"Commack\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11725\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"1ST ASOG\",\n        \"consigneeAddress\": \"555 BARNES BLVD\",\n        \"consigneeCity\": \"JBLM\",\n        \"consigneeState\": \"WA\",\n        \"consigneeZip\": \"98438\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 15,\n        \"totalWeight\": 407,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/d1fe259c-bc00-4f79-aa8b-89159140e047.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"34930 line 1\"\n            }\n        ],\n        \"bolnumber\": \"134765621\",\n        \"ponumber\": \"1459540\",\n        \"pronumber\": \"219266233\"\n    },\n    {\n        \"shipmentID\": 134765648,\n        \"name\": \"DHX DEPENDABLE HAWAIIAN EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1051.93,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752710400000,\n        \"modeDesc\": \"Domestic Ocean\",\n        \"estimatedDeliveryDate\": 1753920000000,\n        \"deliveryDate\": 1753920000000,\n        \"shipperName\": \"     Bren-Tronics, INC.\",\n        \"shipperAddress\": \"10 Brayton Court\",\n        \"shipperCity\": \"Commack\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11725\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FB5260 647 LRS LGRD\",\n        \"consigneeAddress\": \"75 A ST\",\n        \"consigneeCity\": \"JBPHH\",\n        \"consigneeState\": \"HI\",\n        \"consigneeZip\": \"96853\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 15,\n        \"totalWeight\": 543,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/6af98e16-4831-425f-aea8-44469276ce2b.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"34546 line 1\"\n            }\n        ],\n        \"bolnumber\": \"134765648\",\n        \"ponumber\": \"1447463\",\n        \"pronumber\": \"3223356\"\n    },\n    {\n        \"shipmentID\": 134765654,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 227.6,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752624000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753228800000,\n        \"deliveryDate\": 1753228800000,\n        \"shipperName\": \"     Bren-Tronics, INC.\",\n        \"shipperAddress\": \"10 Brayton Court\",\n        \"shipperCity\": \"Commack\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11725\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"W1A8 DLA DISTRIBUTION\",\n        \"consigneeAddress\": \"2083 NORMANDY DRIVE DOOR 113 TO 134\",\n        \"consigneeCity\": \"New Cumberland\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 17,\n        \"totalWeight\": 532,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/16a4f69e-bf0d-411e-ae28-47adec39254d.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134765654\",\n        \"ponumber\": \"1434960\",\n        \"pronumber\": \"219979757\"\n    },\n    {\n        \"shipmentID\": 134765664,\n        \"name\": \"SEAWIDE EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1266.06,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752796800000,\n        \"modeDesc\": \"Domestic Ocean\",\n        \"estimatedDeliveryDate\": 1754265600000,\n        \"deliveryDate\": 1754265600000,\n        \"shipperName\": \"     Bren-Tronics, INC.\",\n        \"shipperAddress\": \"10 Brayton Court\",\n        \"shipperCity\": \"Commack\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11725\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"W6L7 USAG ALASKA\",\n        \"consigneeAddress\": \"LRC CENTRAL RECEIVING PT, BLDG 3030\",\n        \"consigneeCity\": \"Fort Wainwright\",\n        \"consigneeState\": \"AK\",\n        \"consigneeZip\": \"99703\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 378,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/91314d6d-3b30-4862-8d13-15c82365110e.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134765664\",\n        \"ponumber\": \"1447487\",\n        \"pronumber\": \"ANG177195\"\n    },\n    {\n        \"shipmentID\": 134765846,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 399.11,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752796800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753142400000,\n        \"deliveryDate\": 1753142400000,\n        \"shipperName\": \"London Bridge & Trading\",\n        \"shipperAddress\": \"2861 Guardian Lane\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23452\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ECHO HEALTHCARE INC\",\n        \"consigneeAddress\": \"6407 PARKLAND DRIVE\",\n        \"consigneeCity\": \"Sarasota\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"34243\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 840,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/6b2792e249fcf697ae5e96e5fe741e71-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134765846\",\n        \"ponumber\": \"1449612\",\n        \"pronumber\": \"422523038\"\n    },\n    {\n        \"shipmentID\": 134765930,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 444.76,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752710400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753228800000,\n        \"deliveryDate\": 1753228800000,\n        \"shipperName\": \"Thermo Fisher Scientific\",\n        \"shipperAddress\": \"1600 Lexington Ave. Dock 107\",\n        \"shipperCity\": \"Rochester\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14606\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"LCI-SSSC\",\n        \"consigneeAddress\": \"Indianhead Road, Bldg. 2385\",\n        \"consigneeCity\": \"Fort Benning\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"31905\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 480,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/9dca481c60ee0f0b47f4d43a8923745d-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"82881022\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1459456\"\n            }\n        ],\n        \"bolnumber\": \"134765930\",\n        \"ponumber\": \"2247486\",\n        \"pronumber\": \"028389160\"\n    },\n    {\n        \"shipmentID\": 134766250,\n        \"name\": \"FedEx Freight Priority\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 2835,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXFE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752710400000,\n        \"modeDesc\": \"Volume LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1753401600000,\n        \"shipperName\": \"TYR TACTICAL LLC\",\n        \"shipperAddress\": \"9330 N 91ST AVE\",\n        \"shipperCity\": \"Peoria\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DHS ICE \",\n        \"consigneeAddress\": \"6760 UPTON AVE BLDG 234 \",\n        \"consigneeCity\": \"FORT MOORE\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"31905\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 5080,\n        \"totalHU\": 12,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/d431f05c54ab429fb83f9cb63361c87f-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"70CMSW24FR0000148\"\n            }\n        ],\n        \"bolnumber\": \"134766250\",\n        \"ponumber\": \"1436201\",\n        \"pronumber\": \"9953187392\"\n    },\n    {\n        \"shipmentID\": 134766681,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 824.54,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752710400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754265600000,\n        \"deliveryDate\": 1754265600000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CIF\",\n        \"consigneeAddress\": \"BLDG 4, D STREET\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1370,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/5c743cc2-9fb7-403f-bdcb-87a23d4cf05c.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F1D7V\"\n            }\n        ],\n        \"bolnumber\": \"134766681\",\n        \"ponumber\": \"1437047, 143195, 1408398\",\n        \"pronumber\": \"040608283\"\n    },\n    {\n        \"shipmentID\": 134767014,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 245.89,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752710400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1753228800000,\n        \"shipperName\": \"FORGELINE/TWO ONE TWO NEW YORK\",\n        \"shipperAddress\": \"60 HEARTLAND BLVD\",\n        \"shipperCity\": \"EDGEWOOD \",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11717\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SLDR PM SOF\",\n        \"consigneeAddress\": \"5749 BRIAR HILL RD, BUILDING 220 DOOR 4\",\n        \"consigneeCity\": \"Lexington\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 16,\n        \"totalWeight\": 320,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b3a8d12f-6900-4ae8-9145-f3e8dd17f3a3.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"20240902886041 PO 428 IF1051\"\n            }\n        ],\n        \"bolnumber\": \"134767014\",\n        \"ponumber\": \"1408186\",\n        \"pronumber\": \"219291903\"\n    },\n    {\n        \"shipmentID\": 134767189,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 233.62,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753056000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1753315200000,\n        \"shipperName\": \"New York Embroidery Studio Inc\",\n        \"shipperAddress\": \"140 58th Street Brooklyn Army Terminal \",\n        \"shipperCity\": \"Brooklyn\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" 435TH SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR, EMEF DOOR 28\",\n        \"consigneeCity\": \"WRIGHT PATTERSON AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 340,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a4edf54d-80bb-4ec1-940b-ad1e8ae35f31.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134767189\",\n        \"ponumber\": \"1439311\",\n        \"pronumber\": \"218605885\"\n    },\n    {\n        \"shipmentID\": 134767822,\n        \"name\": \"SEAWIDE EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 3746.08,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753056000000,\n        \"modeDesc\": \"Domestic Ocean\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1754956800000,\n        \"shipperName\": \"Raider Outboards\",\n        \"shipperAddress\": \"1885 Armstrong Drive\",\n        \"shipperCity\": \"Titusville\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32780\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSW LOGSU 8\",\n        \"consigneeAddress\": \"2001 Victor Wharf Access Bldg., 987\",\n        \"consigneeCity\": \"Pearl City\",\n        \"consigneeState\": \"HI\",\n        \"consigneeZip\": \"96782\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 964,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/4292a212-2910-48d2-8e09-54b4316f3287.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL24F13XS\"\n            }\n        ],\n        \"bolnumber\": \"134767822\",\n        \"ponumber\": \"1371280\",\n        \"pronumber\": \"177303\"\n    },\n    {\n        \"shipmentID\": 134768047,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 2595.81,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752796800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753401600000,\n        \"deliveryDate\": 1753401600000,\n        \"shipperName\": \"TYR TACTICAL LLC\",\n        \"shipperAddress\": \"9330 N 91ST AVE\",\n        \"shipperCity\": \"Peoria\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NCIS\",\n        \"consigneeAddress\": \"1131 CHAPEL CROSSING ROAD CODE 11B2L\",\n        \"consigneeCity\": \"Glynco\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"31524\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 9,\n        \"totalWeight\": 5640,\n        \"totalHU\": 9,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/97bee3b8c78033c1b6c40956345e6ef5-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"N6328525PR11013\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"N6328525FS060\"\n            }\n        ],\n        \"bolnumber\": \"134768047\",\n        \"ponumber\": \"1445033\",\n        \"pronumber\": \"130573972\"\n    },\n    {\n        \"shipmentID\": 134768162,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 505.63,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753056000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1754265600000,\n        \"shipperName\": \"SKYDIO\",\n        \"shipperAddress\": \"37217 INDUSTRIAL BLVD\",\n        \"shipperCity\": \"Hayward\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"94545\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DHS\",\n        \"consigneeAddress\": \"4401 Massachusetts Ave NW\",\n        \"consigneeCity\": \"Washington\",\n        \"consigneeState\": \"DC\",\n        \"consigneeZip\": \"20016\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 23,\n        \"totalWeight\": 660,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/917bd6c4-c316-4c8b-b4e6-23875020eb3f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F17RK\"\n            }\n        ],\n        \"bolnumber\": \"134768162\",\n        \"ponumber\": \"1459741\",\n        \"pronumber\": \"153793305\"\n    },\n    {\n        \"shipmentID\": 134768881,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1058.21,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753315200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754352000000,\n        \"deliveryDate\": 1754352000000,\n        \"shipperName\": \"Product Fulfillment Solutions\",\n        \"shipperAddress\": \"185 Progress Place\",\n        \"shipperCity\": \"SPRINGDALE\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"45246\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"7TH AS\",\n        \"consigneeAddress\": \"1145 LEVITOW BLVD\",\n        \"consigneeCity\": \"JOINT BASE LEWIS-MCCHORD\",\n        \"consigneeState\": \"WA\",\n        \"consigneeZip\": \"98438\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 49,\n        \"totalWeight\": 1589,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/fa3ac009-9237-48d8-b9a3-9552dbd04b4f.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134768881\",\n        \"ponumber\": \"1461222\",\n        \"pronumber\": \"067533420\"\n    },\n    {\n        \"shipmentID\": 134769147,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 218.62,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753142400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753315200000,\n        \"deliveryDate\": 1753315200000,\n        \"shipperName\": \"True North Enterprises\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd. Units 108-109\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWCDD GUN AND ELECTRONIC WEAPON SYSTEMS\",\n        \"consigneeAddress\": \"6220 Tisdale Rd. Bldg. 125, Suite 159\",\n        \"consigneeCity\": \"Dahlgren\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22488 \",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 325,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F16U8 / REQ# N0017851571MH6\"\n            }\n        ],\n        \"bolnumber\": \"134769147\",\n        \"ponumber\": \"1453934\",\n        \"pronumber\": \"706450137\"\n    },\n    {\n        \"shipmentID\": 134769166,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 298.33,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753315200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1753660800000,\n        \"shipperName\": \"GCG COMPANY\",\n        \"shipperAddress\": \"3800 COOK BLVD\",\n        \"shipperCity\": \"Chesapeake\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23323\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NUWC Newport\",\n        \"consigneeAddress\": \"47 Chandler Street\",\n        \"consigneeCity\": \"Newport\",\n        \"consigneeState\": \"RI\",\n        \"consigneeZip\": \"02841\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 575,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/08ef1104ebe68f84d67b2865be23dec7-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"N66604403014G7\"\n            }\n        ],\n        \"bolnumber\": \"134769166\",\n        \"ponumber\": \"1356315\",\n        \"pronumber\": \"6835714314\"\n    },\n    {\n        \"shipmentID\": 134769276,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1416.11,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753056000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753660800000,\n        \"deliveryDate\": 1753660800000,\n        \"shipperName\": \"5.11 Tactical, Inc.\",\n        \"shipperAddress\": \"3201 N Airport Way\",\n        \"shipperCity\": \"Manteca\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"95336\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SPS JOE BRIGGS PO 2025-893997\",\n        \"consigneeAddress\": \"7000 LOISDALE ROAD\",\n        \"consigneeCity\": \"Springfield\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22150\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 97,\n        \"totalWeight\": 2641,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/334e40fb-7379-4642-9e05-8048c49bb3cc.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134769276\",\n        \"ponumber\": \"1461200\",\n        \"pronumber\": \"447470085\"\n    },\n    {\n        \"shipmentID\": 134769336,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 454.26,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753142400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753833600000,\n        \"deliveryDate\": 1753747200000,\n        \"shipperName\": \"  Kanban Logistics\",\n        \"shipperAddress\": \"614 Daniel Street\",\n        \"shipperCity\": \"Tarboro\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"27886\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA Distribution Red River\",\n        \"consigneeAddress\": \"HIGHWAY 82 WEST, SU W0MC ARMY GENERAL SUPPLY\",\n        \"consigneeCity\": \"Texarkana\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"75507\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 40,\n        \"totalWeight\": 920,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/489516dd-377e-4f01-b648-e556e9b294f0.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"GMS INV 22979\"\n            }\n        ],\n        \"bolnumber\": \"134769336\",\n        \"ponumber\": \"1291865 \",\n        \"pronumber\": \"191496058\"\n    },\n    {\n        \"shipmentID\": 134769359,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 997.09,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753056000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753833600000,\n        \"deliveryDate\": 1753833600000,\n        \"shipperName\": \"SKYDIO\",\n        \"shipperAddress\": \"27317 Industrial Blvd\",\n        \"shipperCity\": \"Hayward\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"94545\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"JXYN TACTICAL COMMUNICATIONS BRANCH\",\n        \"consigneeAddress\": \"300 HIGHWAY 361, BLDG 41NW, CODE JXYN\",\n        \"consigneeCity\": \"Crane\",\n        \"consigneeState\": \"IN\",\n        \"consigneeZip\": \"47522\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 45,\n        \"totalWeight\": 1577,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/9e28c688-7ac6-4a22-87a5-a802fd0ebe3f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL25F17BC\"\n            }\n        ],\n        \"bolnumber\": \"134769359\",\n        \"ponumber\": \"1457548\",\n        \"pronumber\": \"153793306\"\n    },\n    {\n        \"shipmentID\": 134769478,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 185.52,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753142400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753228800000,\n        \"deliveryDate\": 1753228800000,\n        \"shipperName\": \"TRUE NORTH ENTERPRISES\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd.\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SCIENCE APPLICATIONS INTERNATIONAL CORPORATION\",\n        \"consigneeAddress\": \"7410 Magi Rd\",\n        \"consigneeCity\": \"Hanahan\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 476,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/ccea85961739d3ba32ea7dd04ba9eeb2-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F13YJ / Q9414Q50831K9X\"\n            }\n        ],\n        \"bolnumber\": \"134769478\",\n        \"ponumber\": \"1438641\",\n        \"pronumber\": \"448651459\"\n    },\n    {\n        \"shipmentID\": 134769510,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 383.41,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753315200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754438400000,\n        \"deliveryDate\": 1753833600000,\n        \"shipperName\": \"MilDef, Inc.\",\n        \"shipperAddress\": \"630 West Lambert Road\",\n        \"shipperCity\": \"Brea\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92821\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Naval Surface Warfare Center - Crane Division\",\n        \"consigneeAddress\": \"300 HIGHWAY 361, BLDG 41\",\n        \"consigneeCity\": \"Crane\",\n        \"consigneeState\": \"IN\",\n        \"consigneeZip\": \"47522\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 504,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/54367e97-df6e-420f-ab86-bfa5288033c5.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F12N3\"\n            }\n        ],\n        \"bolnumber\": \"134769510\",\n        \"ponumber\": \"1429811 \",\n        \"pronumber\": \"151507494\"\n    },\n    {\n        \"shipmentID\": 134769519,\n        \"name\": \"FedEx Freight Priority\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1241.25,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXFE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753401600000,\n        \"modeDesc\": \"Volume LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1754352000000,\n        \"shipperName\": \"     Bren-Tronics, INC.\",\n        \"shipperAddress\": \"10 Brayton Court\",\n        \"shipperCity\": \"Commack\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11725\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC CRANE\",\n        \"consigneeAddress\": \"300 HIGHWAY 361 BLDG 41NW CODE JXYN\",\n        \"consigneeCity\": \"Crane\",\n        \"consigneeState\": \"IN\",\n        \"consigneeZip\": \"47522\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 4655,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/e27c2f6fff55f8e3a64f89a9abd2e692-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"FA862925FB027\"\n            }\n        ],\n        \"bolnumber\": \"134769519\",\n        \"ponumber\": \"1434092\",\n        \"pronumber\": \"9461106911\"\n    },\n    {\n        \"shipmentID\": 134769916,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 234.8,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753142400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753315200000,\n        \"deliveryDate\": 1753315200000,\n        \"shipperName\": \"InVeris Training Solutions\",\n        \"shipperAddress\": \"296 Brogdon Road\",\n        \"shipperCity\": \"Suwanee\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30024\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"96th SFS\",\n        \"consigneeAddress\": \"EGLIN BLVD BLDG 615\",\n        \"consigneeCity\": \"EGLIN AFB\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32542\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 7,\n        \"totalWeight\": 554,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/38540b29ed7458ec076f1e7e2246cba4-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134769916\",\n        \"ponumber\": \"1458508\",\n        \"pronumber\": \"435753941\"\n    },\n    {\n        \"shipmentID\": 134770367,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 237.56,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753228800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753315200000,\n        \"deliveryDate\": 1753315200000,\n        \"shipperName\": \"True North Enterprises\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd. Units 108-109\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SCIENCE APPLICATIONS INTERNATIONAL CORPORATION\",\n        \"consigneeAddress\": \"7410 Magi Rd.\",\n        \"consigneeCity\": \"Hanahan\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410 \",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 376,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/58147b273580ea0c49fddc371df82ffb-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F15CB / REQ# Q9414Q51191LD5\"\n            }\n        ],\n        \"bolnumber\": \"134770367\",\n        \"ponumber\": \"1445933\",\n        \"pronumber\": \"448644321\"\n    },\n    {\n        \"shipmentID\": 134771122,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 561.03,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753228800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753833600000,\n        \"deliveryDate\": 1753833600000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC PAC \",\n        \"consigneeAddress\": \"4755 RAILROAD WAY BLDG 279 BAY 6\",\n        \"consigneeCity\": \"San Diego\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92136\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 19,\n        \"totalWeight\": 410,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c512439a-b5f4-4d30-b001-f13e40b746dd.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F11S3\"\n            }\n        ],\n        \"bolnumber\": \"134771122\",\n        \"ponumber\": \"1423543\",\n        \"pronumber\": \"980440764\"\n    },\n    {\n        \"shipmentID\": 134771647,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 195.35,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753315200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753747200000,\n        \"deliveryDate\": 1753747200000,\n        \"shipperName\": \"Exxel Outdoors\",\n        \"shipperAddress\": \"300 American Blvd\",\n        \"shipperCity\": \"Haleyville\",\n        \"shipperState\": \"AL\",\n        \"shipperZip\": \"35565\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USAACE\",\n        \"consigneeAddress\": \"3402 ANDREWS AVE         \",\n        \"consigneeCity\": \"Fort Rucker\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"36362\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 362,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/d5fd06563ed0bd2a7dace7f973c79841-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134771647\",\n        \"ponumber\": \"1463100\",\n        \"pronumber\": \"406502536\"\n    },\n    {\n        \"shipmentID\": 134771807,\n        \"name\": \"SEAWIDE EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1438.28,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753315200000,\n        \"modeDesc\": \"Domestic Ocean\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1754611200000,\n        \"shipperName\": \"     Bren-Tronics, INC.\",\n        \"shipperAddress\": \"10 Brayton Court\",\n        \"shipperCity\": \"Commack\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11725\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FT WAINWRIGHT MEDICAL SIMULATION TRAINING CENTER\",\n        \"consigneeAddress\": \"3441 ILE DEFRANCE AVE\",\n        \"consigneeCity\": \"Fort Wainwright\",\n        \"consigneeState\": \"AK\",\n        \"consigneeZip\": \"99703\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 17,\n        \"totalWeight\": 595,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/d68037ab-527f-4ab2-ad37-3d307a615ea3.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134771807\",\n        \"ponumber\": \"1459687\",\n        \"pronumber\": \"177983\"\n    },\n    {\n        \"shipmentID\": 134772172,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 2591.11,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753315200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1753833600000,\n        \"shipperName\": \"TYR TACTICAL LLC\",\n        \"shipperAddress\": \"9330 N 91ST AVE\",\n        \"shipperCity\": \"Peoria\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DHS ICE \",\n        \"consigneeAddress\": \"6760 UPTON AVE BLDG 234 \",\n        \"consigneeCity\": \"FORT MOORE\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"31905\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 4190,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/03b05dc6-3185-4817-b6bc-10d7ef8e31ed.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"70CMSW24FR0000148\"\n            }\n        ],\n        \"bolnumber\": \"134772172\",\n        \"ponumber\": \"1436201\",\n        \"pronumber\": \"I314086797\"\n    },\n    {\n        \"shipmentID\": 134772411,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 429.84,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753315200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1753920000000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CIF\",\n        \"consigneeAddress\": \"BLDG 4, D STREET\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 40,\n        \"totalWeight\": 820,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/99bca0ad046023a8d417c4b7ec3fdc90-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134772411\",\n        \"ponumber\": \"1408398\",\n        \"pronumber\": \"8672783313\"\n    },\n    {\n        \"shipmentID\": 134772612,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 230.1,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753401600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1754611200000,\n        \"shipperName\": \"     Bren-Tronics, INC.\",\n        \"shipperAddress\": \"10 Brayton Court\",\n        \"shipperCity\": \"Commack\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11725\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"W1A8 DLA DISTRIBUTION\",\n        \"consigneeAddress\": \"2083 NORMANDY DRIVE DOOR 113 TO 134\",\n        \"consigneeCity\": \"New Cumberland\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 15,\n        \"totalWeight\": 498,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/9ed3b8e8-e5c9-4b26-ab34-f7605550f0a9.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPRBL125F0083\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"34138 line 8\"\n            }\n        ],\n        \"bolnumber\": \"134772612\",\n        \"ponumber\": \"1434960\",\n        \"pronumber\": \"647924224\"\n    },\n    {\n        \"shipmentID\": 134772825,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 366.39,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753660800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753833600000,\n        \"deliveryDate\": 1753920000000,\n        \"shipperName\": \"New York Embroidery Studio Inc\",\n        \"shipperAddress\": \"140 58th Street Brooklyn Army Terminal \",\n        \"shipperCity\": \"Brooklyn\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"435th SCOS\",\n        \"consigneeAddress\": \"1811 Van Patton Drive\",\n        \"consigneeCity\": \"Dayton\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 666,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/89aeb9e3-5318-4c75-87c9-dc5fb448a239.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134772825\",\n        \"ponumber\": \"1439311\",\n        \"pronumber\": \"218577245\"\n    },\n    {\n        \"shipmentID\": 134773207,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 445.63,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753833600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754438400000,\n        \"deliveryDate\": 1754438400000,\n        \"shipperName\": \"Thermo Fisher Scientific\",\n        \"shipperAddress\": \"1600 Lexington Ave. Dock 107\",\n        \"shipperCity\": \"Rochester\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14606\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FLETC GLYNCO\",\n        \"consigneeAddress\": \"1131 CHAPEL CROSSING RD\",\n        \"consigneeCity\": \"Brunswick\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"31524\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 480,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/dfd8503640c16303aa27681546231a3b-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"82768487\"\n            }\n        ],\n        \"bolnumber\": \"134773207\",\n        \"ponumber\": \"1461946\",\n        \"pronumber\": \"028385567\"\n    },\n    {\n        \"shipmentID\": 134774387,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 257.3,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753660800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1753920000000,\n        \"deliveryDate\": 1753920000000,\n        \"shipperName\": \"RFD Beaufort\",\n        \"shipperAddress\": \"11201 Armour Drive, Unit D\",\n        \"shipperCity\": \"El Paso\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"79935\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"LCI DISTRIBUTION\",\n        \"consigneeAddress\": \"4500 EMPEROR BLVD\",\n        \"consigneeCity\": \"Durham\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"27703\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 280,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/835bcff5a94c2b859d194358a844ad20-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134774387\",\n        \"ponumber\": \"1458414\",\n        \"pronumber\": \"449391655\"\n    },\n    {\n        \"shipmentID\": 134774671,\n        \"name\": \"FedEx Freight Priority\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 982.48,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXFE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753660800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1754006400000,\n        \"shipperName\": \"TYR TACTICAL LLC\",\n        \"shipperAddress\": \"9330 N 91ST AVE\",\n        \"shipperCity\": \"Peoria\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DEA HQ\",\n        \"consigneeAddress\": \"2500 Investigation Pkwy\",\n        \"consigneeCity\": \"Quantico\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22135\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1100,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/1d80b2d5bb2ae42bc5fefcc8e86d0a10-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134774671\",\n        \"ponumber\": \"1459048, 1459354\",\n        \"pronumber\": \"5946266454\"\n    },\n    {\n        \"shipmentID\": 134774692,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 916.18,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753660800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755129600000,\n        \"deliveryDate\": 1755129600000,\n        \"shipperName\": \"Team Wendy, LLC.\",\n        \"shipperAddress\": \"17000 St. Clair Ave. Bldg. 1\",\n        \"shipperCity\": \"Cleveland\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44110\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"350TH SW TS\",\n        \"consigneeAddress\": \"2239 WALKER AVE, BLDG 5570 , ROOM 215\",\n        \"consigneeCity\": \"JBSA LACKLAND\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"78236\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1921,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/78cd6c38-7b80-46a9-9fa4-e2af4304e6f3.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"F2MTR25133MG01\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Ship ID 23312\"\n            }\n        ],\n        \"bolnumber\": \"134774692\",\n        \"ponumber\": \"1448766\",\n        \"pronumber\": \"065808885\"\n    },\n    {\n        \"shipmentID\": 134774727,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 992.52,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753747200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754265600000,\n        \"deliveryDate\": 1754265600000,\n        \"shipperName\": \"     Bren-Tronics, INC.\",\n        \"shipperAddress\": \"10 Brayton Court\",\n        \"shipperCity\": \"Commack\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11725\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DES YAKIMA TRNG CENTER JBLM\",\n        \"consigneeAddress\": \"BLDG 1401, WEST 6TH STREET \",\n        \"consigneeCity\": \"JBLM\",\n        \"consigneeState\": \"WA\",\n        \"consigneeZip\": \"98433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 35,\n        \"totalWeight\": 1203,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/d8952a62391bebb6259afca0e897e5e9-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"ORDER 34940\"\n            }\n        ],\n        \"bolnumber\": \"134774727\",\n        \"ponumber\": \"1459706\",\n        \"pronumber\": \"1760866097\"\n    },\n    {\n        \"shipmentID\": 134774755,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 635.78,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753660800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1754438400000,\n        \"shipperName\": \"     Bren-Tronics, INC.\",\n        \"shipperAddress\": \"10 Brayton Court\",\n        \"shipperCity\": \"Commack\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11725\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DPTMS RANGE OPS\",\n        \"consigneeAddress\": \"ARMISTEAD STREET BLDG 77680\",\n        \"consigneeCity\": \"Fort Riley\",\n        \"consigneeState\": \"KS\",\n        \"consigneeZip\": \"66442\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 26,\n        \"totalWeight\": 906,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c035bc10-1fa3-4be1-b7b8-b94799d574d0.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"order # 34941\"\n            }\n        ],\n        \"bolnumber\": \"134774755\",\n        \"ponumber\": \"1459705\",\n        \"pronumber\": \"647924240\"\n    },\n    {\n        \"shipmentID\": 134774829,\n        \"name\": \"FedEx Freight Priority\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 2846,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXFE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753747200000,\n        \"modeDesc\": \"Volume LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1754438400000,\n        \"shipperName\": \"Team Wendy, LLC.\",\n        \"shipperAddress\": \"17000 St. Clair Ave. Bldg. 1\",\n        \"shipperCity\": \"Cleveland\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44110\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMA 202 AIRCREW SYSTEMS\",\n        \"consigneeAddress\": \"4301 PACIFIC HWY NAVAIR ISS FACILTY BLDG OT3\",\n        \"consigneeCity\": \"San Diego\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92110\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 9,\n        \"totalWeight\": 3531,\n        \"totalHU\": 9,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/8331f44965817cd271c0968ed35104a9-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"N0042125F0428\"\n            }\n        ],\n        \"bolnumber\": \"134774829\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"4135532144\"\n    },\n    {\n        \"shipmentID\": 134774905,\n        \"name\": \"FedEx Freight Priority\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1132.5,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXFE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753747200000,\n        \"modeDesc\": \"Volume LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1754352000000,\n        \"shipperName\": \"EAGLE C/O KEY CARGO MARINE\",\n        \"shipperAddress\": \"9400 BUSCH DRIVE NORTH\",\n        \"shipperCity\": \"Jacksonville\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" 435TH SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR, EMEF DOOR 28\",\n        \"consigneeCity\": \"WRIGHT PATTERSON AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 3245,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/c7231d4185f7359620cd4279812dcb79-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F13YF\"\n            }\n        ],\n        \"bolnumber\": \"134774905\",\n        \"ponumber\": \"1439381\",\n        \"pronumber\": \"6386488194\"\n    },\n    {\n        \"shipmentID\": 134775718,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 340.22,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753833600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754006400000,\n        \"deliveryDate\": 1754006400000,\n        \"shipperName\": \"London Bridge Trading\",\n        \"shipperAddress\": \"2861 Guardian Lane\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23452\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ECHO HEALTHCARE INC\",\n        \"consigneeAddress\": \"6407 PARKLAND DRIVE\",\n        \"consigneeCity\": \"Sarasota\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"34243\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 840,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/33716d15d4657260ca22d298e2da726a-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EX25F10G7/ W81RUP\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"327922\"\n            }\n        ],\n        \"bolnumber\": \"134775718\",\n        \"ponumber\": \"1449612\",\n        \"pronumber\": \"422523046\"\n    },\n    {\n        \"shipmentID\": 134776014,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 201.46,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753920000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1754870400000,\n        \"shipperName\": \"  Kanban Logistics\",\n        \"shipperAddress\": \"614 Daniel Street\",\n        \"shipperCity\": \"Tarboro\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"27886\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA DISTRIBUTION RED RIVER\",\n        \"consigneeAddress\": \"HIGHWAY 82 WEST, SU W0MC ARMY GENERAL SUPPLY\",\n        \"consigneeCity\": \"Texarkana\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"75507\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 7,\n        \"totalWeight\": 175,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/e2c7d83854b3d2ed5de8bdc4f0bcbbb4-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"GMS INV 23006\"\n            }\n        ],\n        \"bolnumber\": \"134776014\",\n        \"ponumber\": \"1291865 \",\n        \"pronumber\": \"7561957152\"\n    },\n    {\n        \"shipmentID\": 134776040,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 203.46,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753833600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754006400000,\n        \"deliveryDate\": 1754006400000,\n        \"shipperName\": \"Best Made Designs LLC/Cowtown Western Belt\",\n        \"shipperAddress\": \"5608 SCOGGINS ST\",\n        \"shipperCity\": \"Fort Worth\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"76114\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" VF IMAGEWAER HENNING DISTRIBUTION CENTER\",\n        \"consigneeAddress\": \"800 SOUTH MAIN ST\",\n        \"consigneeCity\": \"Henning\",\n        \"consigneeState\": \"TN\",\n        \"consigneeZip\": \"38041\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 44,\n        \"totalWeight\": 1059,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/94f5b1d3ec8c3ba76c250353a1d520a9-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"72969670\"\n            }\n        ],\n        \"bolnumber\": \"134776040\",\n        \"ponumber\": \"1460398 \",\n        \"pronumber\": \"455705283\"\n    },\n    {\n        \"shipmentID\": 134776634,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 268.96,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753833600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1754265600000,\n        \"shipperName\": \"Austin Hardware\",\n        \"shipperAddress\": \"1001 Rockland Street\",\n        \"shipperCity\": \"Reading\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19604\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"IAP WORLDWIDE SERVICES INC.\",\n        \"consigneeAddress\": \"4962 Riverton Road - GA BARS\",\n        \"consigneeCity\": \"Dayton\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45414\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 242,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/12f7f020faaf57291b930fdf01131a15-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134776634\",\n        \"ponumber\": \"1449299\",\n        \"pronumber\": \"8229602172\"\n    },\n    {\n        \"shipmentID\": 134776926,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 225.62,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753920000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754006400000,\n        \"deliveryDate\": 1754006400000,\n        \"shipperName\": \"True North Enterprises\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd. Units 108-109\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Science applications international corporation \",\n        \"consigneeAddress\": \"7410 Magi Rd.\",\n        \"consigneeCity\": \"Hanahan\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410 \",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 455,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/96066b7686a092379fd0febcc67fada4-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F15CB / REQ# Q9414Q51191LD5\"\n            }\n        ],\n        \"bolnumber\": \"134776926\",\n        \"ponumber\": \"1445933\",\n        \"pronumber\": \"454158076\"\n    },\n    {\n        \"shipmentID\": 134777517,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 263.08,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753920000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754956800000,\n        \"deliveryDate\": 1754956800000,\n        \"shipperName\": \"     Bren-Tronics, INC.\",\n        \"shipperAddress\": \"10 Brayton Court\",\n        \"shipperCity\": \"Commack\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11725\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"W1A8 DLA DISTRIBUTION\",\n        \"consigneeAddress\": \"2083 NORMANDY DRIVE DOOR 113 TO 134\",\n        \"consigneeCity\": \"New Cumberland\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 19,\n        \"totalWeight\": 604,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/35983240-3c5f-4cd4-96d5-b309c7d9ea98.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"order 34138\"\n            }\n        ],\n        \"bolnumber\": \"134777517\",\n        \"ponumber\": \"1434960\",\n        \"pronumber\": \"219266263\"\n    },\n    {\n        \"shipmentID\": 134777802,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 420.39,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754006400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754438400000,\n        \"deliveryDate\": 1754352000000,\n        \"shipperName\": \"LUXOTTICA – ESS - OAKLEY\",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" DLA Troop Support\",\n        \"consigneeAddress\": \"7100 MILLETT HIGHWAY HRR\",\n        \"consigneeCity\": \"Lansing\",\n        \"consigneeState\": \"MI\",\n        \"consigneeZip\": \"48917\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 756,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/e998fcce-407e-45cb-902a-ab7cddc071eb.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"8883404996\"\n            }\n        ],\n        \"bolnumber\": \"134777802\",\n        \"ponumber\": \"1460916\",\n        \"pronumber\": \"086122683\"\n    },\n    {\n        \"shipmentID\": 134777861,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 286.42,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754006400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754265600000,\n        \"deliveryDate\": 1754352000000,\n        \"shipperName\": \"Exxel Outdoors\",\n        \"shipperAddress\": \"300 American Bvld\",\n        \"shipperCity\": \"Haleyville\",\n        \"shipperState\": \"AL\",\n        \"shipperZip\": \"35565\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"LCI HURLBURT \",\n        \"consigneeAddress\": \"125 BENNETT AVE BLDG 907 10A\",\n        \"consigneeCity\": \"Hurlburt Field\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32544\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 1550,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/7d180144dd2361e1cce5d421b20ed67c-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134777861\",\n        \"ponumber\": \"1465597\",\n        \"pronumber\": \"406502544\"\n    },\n    {\n        \"shipmentID\": 134777989,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 335.56,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753920000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1754524800000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CIF\",\n        \"consigneeAddress\": \"BLDG 4, D STREET\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 25,\n        \"totalWeight\": 500,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/958aceaada7a06f90fa84780268d8ec3-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F1D7V\"\n            }\n        ],\n        \"bolnumber\": \"134777989\",\n        \"ponumber\": \"143519, 1408398\",\n        \"pronumber\": \"8672653415\"\n    },\n    {\n        \"shipmentID\": 134777999,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 809.77,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753920000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754265600000,\n        \"deliveryDate\": 1754265600000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"RLSC\",\n        \"consigneeAddress\": \"5835 BAY LINE DRIVE\",\n        \"consigneeCity\": \"Panama City\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32404\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 46,\n        \"totalWeight\": 615,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/68136eae-b74c-4126-b095-a76a28ace55e.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134777999\",\n        \"ponumber\": \"1445673\",\n        \"pronumber\": \"913601651\"\n    },\n    {\n        \"shipmentID\": 134778801,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 538.21,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754006400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1754611200000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CIF\",\n        \"consigneeAddress\": \"BLDG 4, D STREET\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 30,\n        \"totalWeight\": 575,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/29419a1be4feafe3686e0d8078bb9e1c-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F1D7V\"\n            }\n        ],\n        \"bolnumber\": \"134778801\",\n        \"ponumber\": \"1435195, 1408398\",\n        \"pronumber\": \"6473816871\"\n    },\n    {\n        \"shipmentID\": 134779123,\n        \"name\": \"FedEx Freight Priority\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1776,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXFE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754352000000,\n        \"modeDesc\": \"Volume LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1755043200000,\n        \"shipperName\": \"NOVATIO ENGINEERING\",\n        \"shipperAddress\": \"1395 Main Street Ste 1\",\n        \"shipperCity\": \"Waltham\",\n        \"shipperState\": \"MA\",\n        \"shipperZip\": \"02451\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM TN CECOM INSTALL YARD\",\n        \"consigneeAddress\": \"53rd & IVY Division Rd  BLDG 25039 \",\n        \"consigneeCity\": \"FT HOOD\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"76544\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 62,\n        \"totalWeight\": 6200,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/cb59b25fe8a65b856f7e5032a27f36d8-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134779123\",\n        \"ponumber\": \"1390634\",\n        \"pronumber\": \"8835496143\"\n    },\n    {\n        \"shipmentID\": 134779216,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 303.43,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754265600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754524800000,\n        \"deliveryDate\": 1754524800000,\n        \"shipperName\": \"New York Embroidery Studio Inc\",\n        \"shipperAddress\": \"140 58th Street Brooklyn Army Terminal \",\n        \"shipperCity\": \"New York\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" 435TH SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR, EMEF DOOR 28\",\n        \"consigneeCity\": \"WRIGHT PATTERSON AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 539,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/db9fadd4-030f-4a62-a3cf-d69778a3d25a.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134779216\",\n        \"ponumber\": \"1439311\",\n        \"pronumber\": \"218614605\"\n    },\n    {\n        \"shipmentID\": 134779264,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 448.16,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754265600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754956800000,\n        \"deliveryDate\": 1754956800000,\n        \"shipperName\": \"Amer Sports Winter & Outdoor\",\n        \"shipperAddress\": \"961 West 2nd St\",\n        \"shipperCity\": \"Ogden\",\n        \"shipperState\": \"UT\",\n        \"shipperZip\": \"84404\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VF IMAGEWEAR INC\",\n        \"consigneeAddress\": \"800 SOUTH MAIN ST\",\n        \"consigneeCity\": \"Henning\",\n        \"consigneeState\": \"TN\",\n        \"consigneeZip\": \"38041\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 9,\n        \"totalWeight\": 346,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/b4ff21cc1e361576dfaeb1fc6c48b6b7-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"4059522083\"\n            }\n        ],\n        \"bolnumber\": \"134779264\",\n        \"ponumber\": \"1464229\",\n        \"pronumber\": \"160464641\"\n    },\n    {\n        \"shipmentID\": 134781160,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 728.38,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754352000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1756080000000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MDSC \",\n        \"consigneeAddress\": \"BLDG 4 D STREET    \",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 38,\n        \"totalWeight\": 800,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/d3cc68cff2aa3e12fcb0392d35ee8d62-C.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134781160\",\n        \"ponumber\": \"1435195\",\n        \"pronumber\": \"040459368\"\n    },\n    {\n        \"shipmentID\": 134782148,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 373.56,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754438400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754524800000,\n        \"deliveryDate\": 1754524800000,\n        \"shipperName\": \"EXXEL OUTDOORS\",\n        \"shipperAddress\": \"124 Plant Rd\",\n        \"shipperCity\": \"Tupelo\",\n        \"shipperState\": \"MS\",\n        \"shipperZip\": \"38804\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"LCI Hurlburt\",\n        \"consigneeAddress\": \"125 Bennett Ave., Bldg 907 1A\",\n        \"consigneeCity\": \"Hurlburt Field\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32544\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 30,\n        \"totalWeight\": 1132,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/480fe74b21632a423f3ecc028f38b8bb-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"2255630-1\"\n            }\n        ],\n        \"bolnumber\": \"134782148\",\n        \"ponumber\": \"1465597\",\n        \"pronumber\": \"353817741\"\n    },\n    {\n        \"shipmentID\": 134782441,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 3994.98,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754438400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1754956800000,\n        \"deliveryDate\": 1754956800000,\n        \"shipperName\": \"TYR TACTICAL LLC\",\n        \"shipperAddress\": \"9330 N 91ST AVE\",\n        \"shipperCity\": \"Peoria\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DHS ICE - OFFICE OF FIREARMS AND TACTICAL PROGRAMS\",\n        \"consigneeAddress\": \"6760 UPTON AVE BLDG 234\",\n        \"consigneeCity\": \"FORT MOORE\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"31905\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 4452,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/ea132bb0a67fc870d6f59f2c96f9d024-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"70CMSW24FR0000148\"\n            }\n        ],\n        \"bolnumber\": \"134782441\",\n        \"ponumber\": \"1436201\",\n        \"pronumber\": \"I314086806\"\n    },\n    {\n        \"shipmentID\": 134782935,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 499.87,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754524800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755043200000,\n        \"deliveryDate\": 1754956800000,\n        \"shipperName\": \" Operative Experience\",\n        \"shipperAddress\": \"1007 Old Philadelphia RD BLDG 1B Suite 300\",\n        \"shipperCity\": \"Aberdeen\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PEO STRI  / Simulation Training and Instrumentation\",\n        \"consigneeAddress\": \"BLDG 19036 Murphy RD\",\n        \"consigneeCity\": \"Killeen\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"76544\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 970,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/ecbdb9f8-b9da-4ef2-95bf-0897d2c8c59a.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EX25F3047\"\n            }\n        ],\n        \"bolnumber\": \"134782935\",\n        \"ponumber\": \"1463800\",\n        \"pronumber\": \"667376640\"\n    },\n    {\n        \"shipmentID\": 134783405,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 399.1,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754524800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756080000000,\n        \"deliveryDate\": 1756080000000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CIF\",\n        \"consigneeAddress\": \"BLDG 4, D STREET\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 30,\n        \"totalWeight\": 625,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/de16936e-c99d-4a41-a782-bb8300eb42a1.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F1D7V\"\n            }\n        ],\n        \"bolnumber\": \"134783405\",\n        \"ponumber\": \"1408398\",\n        \"pronumber\": \"040459372\"\n    },\n    {\n        \"shipmentID\": 134783412,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 340.16,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754524800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1755043200000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USCG BASE LOGCOMM-44\",\n        \"consigneeAddress\": \"4000 COAST GURAD BLVD.   \",\n        \"consigneeCity\": \"Portsmouth\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23703\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 39,\n        \"totalWeight\": 580,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/3799a3b2596529c88f01b5edd5bcabaf-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134783412\",\n        \"ponumber\": \"1447470\",\n        \"pronumber\": \"9551351423\"\n    },\n    {\n        \"shipmentID\": 134783538,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 467.05,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754524800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755043200000,\n        \"deliveryDate\": 1755043200000,\n        \"shipperName\": \"NATIONAL SAFETY APPAREL\",\n        \"shipperAddress\": \"10601 MEMPHIS AVE B 12\",\n        \"shipperCity\": \"Brooklyn\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44144\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"2ND MAW MAG 26 MALS 26\",\n        \"consigneeAddress\": \"BUILDING AS-4085 WHITE ST\",\n        \"consigneeCity\": \"JACKSONVILLE\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28545\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 28,\n        \"totalWeight\": 392,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/415c9fd2027d7dfb8fe3e3040b2cc46b-C.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134783538\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"065805668\"\n    },\n    {\n        \"shipmentID\": 134784102,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 242.62,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754956800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1755129600000,\n        \"shipperName\": \" Key Cargo Marine\",\n        \"shipperAddress\": \"9400 BUSCH DR. NORTH\",\n        \"shipperCity\": \"Jacksonville\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PM SOLDIER PM SOF\",\n        \"consigneeAddress\": \"6749 BRIAR HILL RD\",\n        \"consigneeCity\": \"Lexington\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 134,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/55807e46ab728b9e6abd55485bec900c-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134784102\",\n        \"ponumber\": \"1369753\",\n        \"pronumber\": \"6386488382\"\n    },\n    {\n        \"shipmentID\": 134784112,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1304.12,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754870400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755734400000,\n        \"deliveryDate\": 1755648000000,\n        \"shipperName\": \"     Bren-Tronics, INC.\",\n        \"shipperAddress\": \"10 Brayton Court\",\n        \"shipperCity\": \"Commack\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11725\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NATIONAL TRAINING CENTER\",\n        \"consigneeAddress\": \"BLDG 822 FIFTH STREET\",\n        \"consigneeCity\": \"Fort Irwin\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92310\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 51,\n        \"totalWeight\": 1731,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/df7f9dfd-350d-4586-b7f3-df43e27c957b.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"order 34491\"\n            }\n        ],\n        \"bolnumber\": \"134784112\",\n        \"ponumber\": \"1445654\",\n        \"pronumber\": \"420494874\"\n    },\n    {\n        \"shipmentID\": 134784382,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 277.53,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754611200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755561600000,\n        \"deliveryDate\": 1755561600000,\n        \"shipperName\": \"GENTEX CORPORATION\",\n        \"shipperAddress\": \"324 MAIN ST\",\n        \"shipperCity\": \"SIMPSON \",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"18407\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"62ND OSS\",\n        \"consigneeAddress\": \"1159 LEVITOW BLVD\",\n        \"consigneeCity\": \"McChord AFB\",\n        \"consigneeState\": \"WA\",\n        \"consigneeZip\": \"98438\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 205,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/2e3319602dc21617f029998d0ced5312-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134784382\",\n        \"ponumber\": \"1427289\",\n        \"pronumber\": \"I846693954\"\n    },\n    {\n        \"shipmentID\": 134784449,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 289.35,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754870400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755561600000,\n        \"deliveryDate\": 1755561600000,\n        \"shipperName\": \"Amer Sports Winter & Outdoor\",\n        \"shipperAddress\": \"961 West 2nd St\",\n        \"shipperCity\": \"Ogden\",\n        \"shipperState\": \"UT\",\n        \"shipperZip\": \"84404\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VF IMAGEWEAR INC\",\n        \"consigneeAddress\": \"800 SOUTH MAIN ST\",\n        \"consigneeCity\": \"Henning\",\n        \"consigneeState\": \"TN\",\n        \"consigneeZip\": \"38041\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 9,\n        \"totalWeight\": 242,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/ca160bf7f6b19f6f56dcd853ddcea64c-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"44059641089\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"72968254-20250529\"\n            }\n        ],\n        \"bolnumber\": \"134784449\",\n        \"ponumber\": \"1466542\",\n        \"pronumber\": \"160464643\"\n    },\n    {\n        \"shipmentID\": 134785296,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 192.85,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754870400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1755043200000,\n        \"shipperName\": \"True North Enterprises\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd. Units 108-109\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWCDD GUN AND ELECTRONIC WEAPON SYSTEMS\",\n        \"consigneeAddress\": \"6220 Tisdale Rd. Bldg 125, STE 159\",\n        \"consigneeCity\": \"Dahlgren\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22485\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 280,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/ca26a6aa-d03b-47f2-b03e-8fd162c3f838.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F16U8 REQ # N0017851571MH6\"\n            }\n        ],\n        \"bolnumber\": \"134785296\",\n        \"ponumber\": \"1453934\",\n        \"pronumber\": \"0280853971\"\n    },\n    {\n        \"shipmentID\": 134785513,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 403.46,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754870400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756425600000,\n        \"deliveryDate\": 1756425600000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CIF\",\n        \"consigneeAddress\": \"BLDG 4, D STREET\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 29,\n        \"totalWeight\": 635,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/1dba9417-8c73-4006-a385-a6f5b2ab22bd.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL24F1D7V\"\n            }\n        ],\n        \"bolnumber\": \"134785513\",\n        \"ponumber\": \"1408398\",\n        \"pronumber\": \"040459376\"\n    },\n    {\n        \"shipmentID\": 134785517,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 908.15,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754870400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755216000000,\n        \"deliveryDate\": 1755129600000,\n        \"shipperName\": \"TYR Tactical LLC\",\n        \"shipperAddress\": \"9330 N 91st Ave\",\n        \"shipperCity\": \"Peoria\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FBI DSU\",\n        \"consigneeAddress\": \"4942 Fowler Road Bldg 7100\",\n        \"consigneeCity\": \"Redstone Arsenal\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35898\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1905,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c85a4926-9e62-4b57-83d6-8edb3f5535da.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134785517\",\n        \"ponumber\": \"1447411 \",\n        \"pronumber\": \"455326406\"\n    },\n    {\n        \"shipmentID\": 134786373,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 516.65,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754956800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1755475200000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CIF\",\n        \"consigneeAddress\": \"BLDG 4, D STREET\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 26,\n        \"totalWeight\": 550,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/52f641b78fbf4ffac446aae5ba41fdd2-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F1D7V\"\n            }\n        ],\n        \"bolnumber\": \"134786373\",\n        \"ponumber\": \"1408398,1437047, 1455414\",\n        \"pronumber\": \"8916435905\"\n    },\n    {\n        \"shipmentID\": 134787007,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 342.05,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755129600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1755648000000,\n        \"shipperName\": \"RFD Beaufort (Formerly Southwest Tactical)\",\n        \"shipperAddress\": \"11201 Armour Drive, Unit D\",\n        \"shipperCity\": \"El Paso\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"79935\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USCG MSRT WEST\",\n        \"consigneeAddress\": \"1022 BAY MARINA DR SUITE 106\",\n        \"consigneeCity\": \"National City\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"91950\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 532,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/b6629960ec8ce39025c3115d05abc693-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134787007\",\n        \"ponumber\": \"1452040\",\n        \"pronumber\": \"6473716336\"\n    },\n    {\n        \"shipmentID\": 134787117,\n        \"name\": \"WARD TRUCKING\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 274.38,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"WARD\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755043200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1755216000000,\n        \"shipperName\": \"NATIONAL SAFETY APPAREL\",\n        \"shipperAddress\": \"15825 INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Cleveland\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44134\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CHEATHAM ANNEX\",\n        \"consigneeAddress\": \"BLDG 4 D ST\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 295,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/870e90c6-5486-4c00-aa10-fd00b459297d.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"D00693\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"983070\"\n            }\n        ],\n        \"bolnumber\": \"134787117\",\n        \"ponumber\": \"1452352\",\n        \"pronumber\": \"008-5588458\"\n    },\n    {\n        \"shipmentID\": 134788112,\n        \"name\": \"FedEx Freight Priority\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 2599,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXFE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755129600000,\n        \"modeDesc\": \"Volume LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1756252800000,\n        \"shipperName\": \"TEAM WENDY\",\n        \"shipperAddress\": \"17000 ST CLAIR AVE BLDG 1\",\n        \"shipperCity\": \"Cleveland\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44110\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMA 202 AIRCREW SYSTEMS\",\n        \"consigneeAddress\": \"4301 PACIFIC HWY NAVAIR ISS FACILTY\",\n        \"consigneeCity\": \"San Diego\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92110\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 9,\n        \"totalWeight\": 3827,\n        \"totalHU\": 9,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/061e0e5aa46fb51b592bb534c319a6fe-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134788112\",\n        \"ponumber\": \"\",\n        \"pronumber\": \"4135532564\"\n    },\n    {\n        \"shipmentID\": 134788856,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 351.86,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755216000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1755475200000,\n        \"shipperName\": \"BELLEVILLE BOOT MFG CO\",\n        \"shipperAddress\": \"100 PREMIER DRIVE\",\n        \"shipperCity\": \"Belleville\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"62220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VF IMAGEWEAR\",\n        \"consigneeAddress\": \"800 S MAIN ST\",\n        \"consigneeCity\": \"Henning\",\n        \"consigneeState\": \"TN\",\n        \"consigneeZip\": \"38041\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 400,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/e12a948a7d6313eadba220b8246ac857-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"72969645\"\n            }\n        ],\n        \"bolnumber\": \"134788856\",\n        \"ponumber\": \"1460241\",\n        \"pronumber\": \"7990234276\"\n    },\n    {\n        \"shipmentID\": 134788875,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 412.14,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755216000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755820800000,\n        \"deliveryDate\": 1755734400000,\n        \"shipperName\": \"KEY CARGO MARINE\",\n        \"shipperAddress\": \"9400 BUSCH DR N,\",\n        \"shipperCity\": \"Jacksonville\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USCG BSU ALAMEDA\",\n        \"consigneeAddress\": \"1 EAGLE RD BLDG 42\",\n        \"consigneeCity\": \"USCG BASE ALAMEDA\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"94501\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 314,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/de361014-3fae-4bde-a2b5-9b6c3adf8721.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SO-459639 PS-181096\"\n            }\n        ],\n        \"bolnumber\": \"134788875\",\n        \"ponumber\": \"1452797\",\n        \"pronumber\": \"554067360\"\n    },\n    {\n        \"shipmentID\": 134788882,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 157.61,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755475200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755648000000,\n        \"deliveryDate\": 1755648000000,\n        \"shipperName\": \"KEY CARGO MARINE\",\n        \"shipperAddress\": \"9400 BUSCH DR N,\",\n        \"shipperCity\": \"Jacksonville\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USAF\",\n        \"consigneeAddress\": \"2505 SOCOM MEMORIAL WAY\",\n        \"consigneeCity\": \"Tampa\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"33621\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 30,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/f36b59a35cca78d35cca9b83ffd1aec2-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SO 459754 PS-181095\"\n            }\n        ],\n        \"bolnumber\": \"134788882\",\n        \"ponumber\": \"1458159\",\n        \"pronumber\": \"446677159\"\n    },\n    {\n        \"shipmentID\": 134789215,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 217.61,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755216000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755561600000,\n        \"deliveryDate\": 1755561600000,\n        \"shipperName\": \" Key Cargo Marine\",\n        \"shipperAddress\": \"9400 BUSCH DR. NORTH\",\n        \"shipperCity\": \"Jacksonville\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"482 SFS\",\n        \"consigneeAddress\": \"29240 CORAL SEA BLVD BLDG 101\",\n        \"consigneeCity\": \"Homestead\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"33039\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 30,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/a0b05d9974ef8c1cc90643979a9008a6-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134789215\",\n        \"ponumber\": \"1453146\",\n        \"pronumber\": \"411456628\"\n    },\n    {\n        \"shipmentID\": 134789588,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 455.68,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755216000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1755820800000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CIF\",\n        \"consigneeAddress\": \"BLDG 4, D STREET\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 49,\n        \"totalWeight\": 1050,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/53049a98abe3e78b8805337533d94075-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134789588\",\n        \"ponumber\": \"1437047,1455414,1408398\",\n        \"pronumber\": \"7615886250\"\n    },\n    {\n        \"shipmentID\": 134789865,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 591.19,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755475200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755734400000,\n        \"deliveryDate\": 1755734400000,\n        \"shipperName\": \"New York Embroidery Studio Inc\",\n        \"shipperAddress\": \"140 58th Street Brooklyn Army Terminal \",\n        \"shipperCity\": \"Brooklyn\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" 435TH SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR EMEF DOOR 28\",\n        \"consigneeCity\": \"WRIGHT PATTERSON AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1554,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/16696c48-4e99-4f75-b192-00fc462bf215.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134789865\",\n        \"ponumber\": \"1439311\",\n        \"pronumber\": \"218614634\"\n    },\n    {\n        \"shipmentID\": 134790953,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 268.78,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755561600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755734400000,\n        \"deliveryDate\": 1755734400000,\n        \"shipperName\": \"InVeris Training Solutions\",\n        \"shipperAddress\": \"296 Brogdon Road\",\n        \"shipperCity\": \"Suwanee\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30024\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DEA Headquarters\",\n        \"consigneeAddress\": \"2500 Investigation Parkway\",\n        \"consigneeCity\": \"Quantico\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22135\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 440,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/1d80854dc2427df7a29ace54460d6e49-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F18U4\"\n            }\n        ],\n        \"bolnumber\": \"134790953\",\n        \"ponumber\": \"1465251\",\n        \"pronumber\": \"447393715\"\n    },\n    {\n        \"shipmentID\": 134790977,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 470.99,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755561600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756166400000,\n        \"deliveryDate\": 1756166400000,\n        \"shipperName\": \"ACTION TARGET\",\n        \"shipperAddress\": \"8611 W 35W Service Drive NE, #150\",\n        \"shipperCity\": \"Minneapolis\",\n        \"shipperState\": \"MN\",\n        \"shipperZip\": \"55449\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DHS ICE\",\n        \"consigneeAddress\": \"6760 Upton Ave Bldg 234\",\n        \"consigneeCity\": \"Fort Benning\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"31905\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 805,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/c9456083be1b7cb709e429fc72e2eb9d-C.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134790977\",\n        \"ponumber\": \"1465430\",\n        \"pronumber\": \"200666975\"\n    },\n    {\n        \"shipmentID\": 134791228,\n        \"name\": \"FedEx Freight Priority\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 523.99,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXFE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755561600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1756080000000,\n        \"shipperName\": \"TYR TACTICAL LLC\",\n        \"shipperAddress\": \"9330 N 91ST AVE\",\n        \"shipperCity\": \"Peoria\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DEA ACADEMY\",\n        \"consigneeAddress\": \"2500 INVESTIGATION PKWY\",\n        \"consigneeCity\": \"Quantico\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22135\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 371,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/24324b2b8efeacf8de0274b1c703afb3-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134791228\",\n        \"ponumber\": \"1463224\",\n        \"pronumber\": \"9953187403\"\n    },\n    {\n        \"shipmentID\": 134791298,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 242.19,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755561600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1756252800000,\n        \"shipperName\": \"RFD Beaufort\",\n        \"shipperAddress\": \"11201 Armour Drive, Unit D\",\n        \"shipperCity\": \"El Paso\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"79935\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"437TH SOS\",\n        \"consigneeAddress\": \"106 ARTHUR DR\",\n        \"consigneeCity\": \"JB CHARLESTON\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29404\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 187,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/4aa677c4c79e135e42e988323937e1b7-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134791298\",\n        \"ponumber\": \"1457632\",\n        \"pronumber\": \"9207255050\"\n    },\n    {\n        \"shipmentID\": 134791665,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 425.68,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755648000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756425600000,\n        \"deliveryDate\": 1756166400000,\n        \"shipperName\": \"Sofar Ocean Technologies Inc\",\n        \"shipperAddress\": \"PIER 28 ANNEX\",\n        \"shipperCity\": \"San Francisco\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"94105\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Naval Oceanographic Office \",\n        \"consigneeAddress\": \"MSAAP B9134\",\n        \"consigneeCity\": \"Stennis Space Center\",\n        \"consigneeState\": \"MS\",\n        \"consigneeZip\": \"39522\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 414,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/08fe8f7c-e7a2-4762-b106-0f5a3ec71454.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F1DWY\"\n            }\n        ],\n        \"bolnumber\": \"134791665\",\n        \"ponumber\": \"1408457\",\n        \"pronumber\": \"431138536\"\n    },\n    {\n        \"shipmentID\": 134791730,\n        \"name\": \"T Force Freight\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 563.14,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"TFIN\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755561600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756252800000,\n        \"deliveryDate\": 1756252800000,\n        \"shipperName\": \"TYR TACTICAL LLC\",\n        \"shipperAddress\": \"9330 N 91ST AVE\",\n        \"shipperCity\": \"Peoria\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DEA ACADEMY - TRAINING\",\n        \"consigneeAddress\": \"2500 INVESTIGATION PKWY\",\n        \"consigneeCity\": \"Quantico\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22135\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 870,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/30339481-6c01-4af0-b1ec-995e26380688.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"15DDTR25F00000163\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"D-25-TR-0246\"\n            }\n        ],\n        \"bolnumber\": \"134791730\",\n        \"ponumber\": \"1462734\",\n        \"pronumber\": \"458663483\"\n    },\n    {\n        \"shipmentID\": 134791809,\n        \"name\": \"R&L\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 245.93,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"RNLO\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755648000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1755820800000,\n        \"deliveryDate\": 1755820800000,\n        \"shipperName\": \"GENTEX CORPORATION\",\n        \"shipperAddress\": \"324 MAIN ST\",\n        \"shipperCity\": \"SIMPSON \",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"18407\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PECKHAM VOCATIONAL INDUSTRIES INC\",\n        \"consigneeAddress\": \"7100 MILLETT HWY\",\n        \"consigneeCity\": \"Lansing\",\n        \"consigneeState\": \"MI\",\n        \"consigneeZip\": \"48917\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 685,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/e767c40356511c6a82183039ce0f091e-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL24F1C08 / W912H742501D45\"\n            }\n        ],\n        \"bolnumber\": \"134791809\",\n        \"ponumber\": \"1402470\",\n        \"pronumber\": \"I383092875\"\n    },\n    {\n        \"shipmentID\": 134792506,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 389.9,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755648000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1756080000000,\n        \"shipperName\": \"5.11 TACTICAL\",\n        \"shipperAddress\": \"3201 N AIRPORT WAY\",\n        \"shipperCity\": \"Manteca\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"95336\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USBP LORDSBURG STATION-S \",\n        \"consigneeAddress\": \"26 PIPELINE ROAD\",\n        \"consigneeCity\": \"Lordsburg\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88045\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 14,\n        \"totalWeight\": 442,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/9a95fbffb76b71c2236da8332434f488-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"1295452-488361\"\n            }\n        ],\n        \"bolnumber\": \"134792506\",\n        \"ponumber\": \"1470078 \",\n        \"pronumber\": \"9019070664\"\n    },\n    {\n        \"shipmentID\": 134792572,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 268.81,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755648000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1756080000000,\n        \"shipperName\": \"Thales Defense & Security, Inc\",\n        \"shipperAddress\": \"22605 Gateway Center Drive\",\n        \"shipperCity\": \"Clarksburg\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"20871\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" TOBYHANNA ARMY DEPOT\",\n        \"consigneeAddress\": \"11 HAP ARNOLD BLVD BLDG 5 BAY 4\",\n        \"consigneeCity\": \"Tobyhanna\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"18466\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 18,\n        \"totalWeight\": 470,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/ec12684253c897a308fa3bf5bc250a2f-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"80002875\"\n            }\n        ],\n        \"bolnumber\": \"134792572\",\n        \"ponumber\": \"1439609\",\n        \"pronumber\": \"6302149464\"\n    },\n    {\n        \"shipmentID\": 134792909,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 235.64,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755734400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756425600000,\n        \"deliveryDate\": 1756425600000,\n        \"shipperName\": \"NATIONAL SAFETY APPAREL\",\n        \"shipperAddress\": \"15825 INDUSTRIAL PARKWAY.\",\n        \"shipperCity\": \"CLEVELAND\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44135\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CHEATHAM ANNEX\",\n        \"consigneeAddress\": \"BLDG 4 D ST\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 476,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/a601366adb1b80de4651e8ba4d9868ed-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F16GG\"\n            },\n            {\n                \"name\": \"Pick up #\",\n                \"value\": \"PO 799459\"\n            }\n        ],\n        \"bolnumber\": \"134792909\",\n        \"ponumber\": \"1452352\",\n        \"pronumber\": \"065806706\"\n    },\n    {\n        \"shipmentID\": 134794228,\n        \"name\": \"FedEx Freight Priority\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1244.76,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXFE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755820800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1756252800000,\n        \"shipperName\": \"TYR TACTICAL LLC\",\n        \"shipperAddress\": \"9330 N 91ST AVE\",\n        \"shipperCity\": \"Peoria\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FBI DSU\",\n        \"consigneeAddress\": \"4942 Fowler Road Bldg 7100\",\n        \"consigneeCity\": \"Redstone Arsenal\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35898\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1915,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/b92e3bdfc0e8b08ac24b51ae25faa9fd-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134794228\",\n        \"ponumber\": \"1450132 \",\n        \"pronumber\": \"9953187414\"\n    },\n    {\n        \"shipmentID\": 134794984,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 553.27,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755820800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1756425600000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NECC CIF\",\n        \"consigneeAddress\": \"BLDG 4, D STREET\",\n        \"consigneeCity\": \"Williamsburg\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23185\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 31,\n        \"totalWeight\": 595,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/0493489abd525993b7d686f648fad4db-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134794984\",\n        \"ponumber\": \"1455619, 1455415\",\n        \"pronumber\": \"7835373755\"\n    },\n    {\n        \"shipmentID\": 134794994,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 387.29,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755820800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756944000000,\n        \"deliveryDate\": 1756944000000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USCG BASE LOGCOMM-44\",\n        \"consigneeAddress\": \"4000 COAST GUARD BLVD.\",\n        \"consigneeCity\": \"Portsmouth\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23703\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 15,\n        \"totalWeight\": 280,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/60af2c32-ff54-416a-9575-8e3988610a94.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134794994\",\n        \"ponumber\": \"1447470\",\n        \"pronumber\": \"040459305\"\n    },\n    {\n        \"shipmentID\": 134795000,\n        \"name\": \"XPO LOGISTICS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 517.96,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"CNWY\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755820800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756166400000,\n        \"deliveryDate\": 1756166400000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NCG 2\",\n        \"consigneeAddress\": \"511 NORTH BROWN AVE. BLDG. 225 \",\n        \"consigneeCity\": \"Gulfport\",\n        \"consigneeState\": \"MS\",\n        \"consigneeZip\": \"39501\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 25,\n        \"totalWeight\": 395,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/355beff99cdd36413a1ee25c9814c0c8-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134795000\",\n        \"ponumber\": \"1453069\",\n        \"pronumber\": \"197570026\"\n    },\n    {\n        \"shipmentID\": 134795128,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1148.78,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756080000000,\n        \"modeDesc\": \"Volume LTL\",\n        \"estimatedDeliveryDate\": 1756339200000,\n        \"deliveryDate\": 1756339200000,\n        \"shipperName\": \"New York Embroidery Studio Inc\",\n        \"shipperAddress\": \"140 58th Street Brooklyn Army Terminal \",\n        \"shipperCity\": \"Brooklyn\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11220\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" 435TH SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR EMEF DOOR 28\",\n        \"consigneeCity\": \"WRIGHT PATTERSON AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 2040,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/50b1be5e-b75b-44fc-a9a7-b3227b2bc2c0.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134795128\",\n        \"ponumber\": \"1439311\",\n        \"pronumber\": \"218614054\"\n    },\n    {\n        \"shipmentID\": 134795829,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 319.2,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756080000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1756166400000,\n        \"shipperName\": \"Team Wendy LLC\",\n        \"shipperAddress\": \"17000 St. Clair Ave. Bldg. 1\",\n        \"shipperCity\": \"Cleveland\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44110\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PECKHAM VOCATIONAL INDUSTRIES INC\",\n        \"consigneeAddress\": \"7100 MILLETT HWY\",\n        \"consigneeCity\": \"Lansing\",\n        \"consigneeState\": \"MI\",\n        \"consigneeZip\": \"48917\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1170,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/ed8764ac0dd0dc283fb89a753662305a-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"15761\"\n            }\n        ],\n        \"bolnumber\": \"134795829\",\n        \"ponumber\": \"1402339\",\n        \"pronumber\": \"5983414485\"\n    },\n    {\n        \"shipmentID\": 134796225,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 224.8,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756080000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756166400000,\n        \"deliveryDate\": 1756166400000,\n        \"shipperName\": \"True North Enterprises\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd.\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SCIENCE APPLICATIONS INTERNATIONAL CORPORATION\",\n        \"consigneeAddress\": \"7410 Magi Rd.\",\n        \"consigneeCity\": \"Hanahan\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29410\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 455,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/c6dc3160a5c2a3f8b7e66c7f545e1ddc-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F15CB / REQ# Q9414Q51191LD5\"\n            }\n        ],\n        \"bolnumber\": \"134796225\",\n        \"ponumber\": \"1445933\",\n        \"pronumber\": \"410116441\"\n    },\n    {\n        \"shipmentID\": 134796375,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 271.77,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756166400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1756339200000,\n        \"shipperName\": \"EXXEL OUTDOORS\",\n        \"shipperAddress\": \"300 AMERICAN BLVD\",\n        \"shipperCity\": \"Haleyville\",\n        \"shipperState\": \"AL\",\n        \"shipperZip\": \"35565\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"IAP WORLDWIDE SERVICES INC\",\n        \"consigneeAddress\": \"4962 RIVERTON RD\",\n        \"consigneeCity\": \"Dayton\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45414\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 225,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/83391d5e8ba21cc7c86cad3f105557c4-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134796375\",\n        \"ponumber\": \"1471774\",\n        \"pronumber\": \"5536914051\"\n    },\n    {\n        \"shipmentID\": 134796714,\n        \"name\": \"FedEx Freight Priority\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 3149,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXFE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756166400000,\n        \"modeDesc\": \"Volume LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1756857600000,\n        \"shipperName\": \"Team Wendy LLC\",\n        \"shipperAddress\": \"17000 St. Clair Ave. Bldg. 1\",\n        \"shipperCity\": \"Cleveland\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44110\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMA 202 AIRCREW SYSTEMS\",\n        \"consigneeAddress\": \"4301 PACIFIC HWY NAVAIR ISS FACILTY\",\n        \"consigneeCity\": \"San Diego\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92110\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 6369,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/a40eed08cccd16f1931175a30dd5e0f8-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"23316\"\n            }\n        ],\n        \"bolnumber\": \"134796714\",\n        \"ponumber\": \"1446096\",\n        \"pronumber\": \"4135663302\"\n    },\n    {\n        \"shipmentID\": 134798045,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 487.56,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756252800000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756944000000,\n        \"deliveryDate\": 1756944000000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USCG BASE LOGCOMM-44\",\n        \"consigneeAddress\": \"4000 COAST GUARD BLVD.\",\n        \"consigneeCity\": \"Portsmouth\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23703\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 24,\n        \"totalWeight\": 390,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/bc21061c-4c88-407a-ae82-7014cd784b14.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134798045\",\n        \"ponumber\": \"1447470\",\n        \"pronumber\": \"040611515\"\n    },\n    {\n        \"shipmentID\": 134798101,\n        \"name\": \"SOUTHEASTERN FREIGHT LINES\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 265.25,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"SEFL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756339200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1756771200000,\n        \"deliveryDate\": 1756771200000,\n        \"shipperName\": \"Product Fulfillment Solutions\",\n        \"shipperAddress\": \"185 Progress Place\",\n        \"shipperCity\": \"Cincinnati\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"45246\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Air Force Civil Engineer Center\",\n        \"consigneeAddress\": \"5835 BAY LINE DRIVE\",\n        \"consigneeCity\": \"Panama City\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32404\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 14,\n        \"totalWeight\": 360,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/b058ea797b4622464221b810328bb4e1-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Pick up #\",\n                \"value\": \"IF0051379\"\n            }\n        ],\n        \"bolnumber\": \"134798101\",\n        \"ponumber\": \"1445670 \",\n        \"pronumber\": \"453387713\"\n    },\n    {\n        \"shipmentID\": 134798288,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 268.19,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756339200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1756771200000,\n        \"shipperName\": \"PELICAN PRODUCTS\",\n        \"shipperAddress\": \"147 North Main Street\",\n        \"shipperCity\": \"South Deerfield\",\n        \"shipperState\": \"MA\",\n        \"shipperZip\": \"01373\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"LETTERKENNY ARMY DEPOT (LEAD)\",\n        \"consigneeAddress\": \"1 OVERCASH AVE BLDG 9950\",\n        \"consigneeCity\": \"Chambersburg\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17201\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 175,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/38aadd733d48cd478de8a7eb01989dd4-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"87117603\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EM25F10CD\"\n            }\n        ],\n        \"bolnumber\": \"134798288\",\n        \"ponumber\": \"1471790 \",\n        \"pronumber\": \"9020121482\"\n    },\n    {\n        \"shipmentID\": 134798448,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 257.73,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756339200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1757376000000,\n        \"deliveryDate\": 1757376000000,\n        \"shipperName\": \"BLUE AEROSPACE \",\n        \"shipperAddress\": \"6211 N. NOB HILL RD\",\n        \"shipperCity\": \"TAMARAC\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"33321\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"OO ALC DDHU CNTRL RCV \",\n        \"consigneeAddress\": \"5851 F AVE BLDG 849W\",\n        \"consigneeCity\": \"HILL AFB\",\n        \"consigneeState\": \"UT\",\n        \"consigneeZip\": \"84056\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 132,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/b37b7e3711f98655b99adb60194603af-C.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134798448\",\n        \"ponumber\": \"1372944\",\n        \"pronumber\": \"220536197\"\n    },\n    {\n        \"shipmentID\": 134798714,\n        \"name\": \"ESTES EXPRESS\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 910.33,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"EXLA\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756339200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1757203200000,\n        \"deliveryDate\": 1757289600000,\n        \"shipperName\": \"NOVATIO ENGINEERING\",\n        \"shipperAddress\": \"1395 MAIN ST STE 1\",\n        \"shipperCity\": \"Waltham\",\n        \"shipperState\": \"MA\",\n        \"shipperZip\": \"02451\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"11th MEU\",\n        \"consigneeAddress\": \"12THST BLDG 210842\",\n        \"consigneeCity\": \"CAMP PENDLETON\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"92054\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 1000,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134798714\",\n        \"ponumber\": \"1469947  \",\n        \"pronumber\": \"1710700652\"\n    },\n    {\n        \"shipmentID\": 134799380,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1034.72,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756339200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1757376000000,\n        \"deliveryDate\": 1757289600000,\n        \"shipperName\": \"Product Fulfillment Solutions\",\n        \"shipperAddress\": \"185 Progress Place\",\n        \"shipperCity\": \"Springdale\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"45246\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"336TH TRSS \",\n        \"consigneeAddress\": \"1067 W SURVIVAL LOOP\",\n        \"consigneeCity\": \"FAIRCHILD AFB\",\n        \"consigneeState\": \"WA\",\n        \"consigneeZip\": \"99011\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1060,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"F1XTRS51491M7B\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"IF0051386\"\n            }\n        ],\n        \"bolnumber\": \"134799380\",\n        \"ponumber\": \"1452572 \",\n        \"pronumber\": \"067534607\"\n    },\n    {\n        \"shipmentID\": 134799596,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 442.01,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756425600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1756944000000,\n        \"shipperName\": \"GMS Corporation\",\n        \"shipperAddress\": \"1984 Issac Newton Square West, Suite 103\",\n        \"shipperCity\": \"Reston\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"20190\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA DISTRIBUTION RED RIVER\",\n        \"consigneeAddress\": \"HIGHWAY 82 WEST,SU W0MC ARMY GENERAL SUPPLY\",\n        \"consigneeCity\": \"Texarkana\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"75507\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 26,\n        \"totalWeight\": 548,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134799596\",\n        \"ponumber\": \"1291865\",\n        \"pronumber\": \"647499573\"\n    },\n    {\n        \"shipmentID\": 134801501,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 276.22,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756771200000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1756857600000,\n        \"shipperName\": \"True North Enterprises\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd. Units 108-109\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"VXX MISSION COMMS SYSTEM PROGRAM AIR 4 11\",\n        \"consigneeAddress\": \"17179 Webster Field Road Building 8165\",\n        \"consigneeCity\": \"St. Inigoes\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20684 \",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 670,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/f5d413de-3c6e-4945-997c-6f900c90779e.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F16K3, REQ# N0042151531MBG\"\n            }\n        ],\n        \"bolnumber\": \"134801501\",\n        \"ponumber\": \"1452685\",\n        \"pronumber\": \"706114998\"\n    },\n    {\n        \"shipmentID\": 134802094,\n        \"name\": \"ARCBEST\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 427.72,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"ABFS\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756857600000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": 1757289600000,\n        \"deliveryDate\": 1757289600000,\n        \"shipperName\": \"Thermo Fisher Scientific\",\n        \"shipperAddress\": \"1600 Lexington Ave. \",\n        \"shipperCity\": \"Rochester\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14606\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FLETC GLYNCO\",\n        \"consigneeAddress\": \"1131 CHAPEL CROSSING RD\",\n        \"consigneeCity\": \"Brunswick\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"31524\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 930,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/ff4fd94e3bef83621508e9b7830cd059-C.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"82903235\"\n            }\n        ],\n        \"bolnumber\": \"134802094\",\n        \"ponumber\": \"1473395\",\n        \"pronumber\": \"028300721\"\n    },\n    {\n        \"shipmentID\": 134803569,\n        \"name\": \"FedEx Freight Economy\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 601.6,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"FXNL\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756944000000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1757376000000,\n        \"shipperName\": \"NSA CHICAGO\",\n        \"shipperAddress\": \"4000 S. RACINE AVE.\",\n        \"shipperCity\": \"Chicago\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"60609\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USCG BASE LOGCOMM-44\",\n        \"consigneeAddress\": \"4000 COAST GURAD BLVD.   \",\n        \"consigneeCity\": \"Portsmouth\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23703\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 34,\n        \"totalWeight\": 620,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://prod-1132-images.s3.amazonaws.com/13c169f1d5dd6db2d52dea01e1537401-1.png\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134803569\",\n        \"ponumber\": \"1447470\",\n        \"pronumber\": \"9551223662\"\n    },\n    {\n        \"shipmentID\": 134804970,\n        \"name\": \"A Duie Pyle\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 505.15,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": \"PYLE\",\n        \"status\": \"Delivered\",\n        \"shipDate\": 1757030400000,\n        \"modeDesc\": \"LTL\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1757376000000,\n        \"shipperName\": \"NATIONAL SAFETY APPAREL\",\n        \"shipperAddress\": \"1 American Way Suite 1200\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44144\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" SPECIAL MISSION TRAINING CENT\",\n        \"consigneeAddress\": \"BB-329 COURT HOUSE BAY\",\n        \"consigneeCity\": \"Camp Lejeune\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28542\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 37,\n        \"totalWeight\": 482,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://s3-us-west-2.amazonaws.com/prod-1132-images/e4eaef5756c799fc6d46fcce8b63033d-1.png\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"814594\"\n            }\n        ],\n        \"bolnumber\": \"134804970\",\n        \"ponumber\": \"1475120\",\n        \"pronumber\": \"689439834\"\n    },\n    {\n        \"shipmentID\": 504610,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1150,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1751846400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1751932800000,\n        \"deliveryDate\": 1751932800000,\n        \"shipperName\": \"Cave Systems c/o S&W Metal Products\",\n        \"shipperAddress\": \"200C N Furnace St\",\n        \"shipperCity\": \"Birdsboro\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19508\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOLUTION BASED INNOVATION\",\n        \"consigneeAddress\": \"2656 QUALITY COURT\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 22100,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/4b7f2735-7554-4005-a2ae-8fea84192c9b.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Container# USFU041808-4, USFU041812-4, USFU041816-6, USFU041839-8\"\n            }\n        ],\n        \"bolnumber\": \"134715477\",\n        \"ponumber\": \"1319934\",\n        \"pronumber\": \"ADS504610\"\n    },\n    {\n        \"shipmentID\": 504611,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1150,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1751846400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1751932800000,\n        \"deliveryDate\": 1751932800000,\n        \"shipperName\": \"Cave Systems c/o S&W Metal Products\",\n        \"shipperAddress\": \"200C N Furnace St\",\n        \"shipperCity\": \"Birdsboro\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19508\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOLUTION BASED INNOVATION\",\n        \"consigneeAddress\": \"2656 QUALITY COURT\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 16575,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/70514334-d1a8-49d5-b4cc-9a3e25728c98.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Container# USFU041810-3,, USFU041817-1, USFU041840-1\"\n            }\n        ],\n        \"bolnumber\": \"134715478\",\n        \"ponumber\": \"1319934\",\n        \"pronumber\": \"ADS504611\"\n    },\n    {\n        \"shipmentID\": 504665,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1250,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1751932800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1752019200000,\n        \"deliveryDate\": 1752019200000,\n        \"shipperName\": \"Cave Systems c/o S&W Metal Products\",\n        \"shipperAddress\": \"200C N Furnace St\",\n        \"shipperCity\": \"Birdsboro\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19508\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOLUTION BASED INNOVATION\",\n        \"consigneeAddress\": \"2656 QUALITY COURT\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 20000,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/fa40b084-f3d6-4ef9-8a83-807d4bbd9817.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Container# USFU045513-3, USFU045498-6, USFU045552-9, USFU045537-0\"\n            }\n        ],\n        \"bolnumber\": \"134737362\",\n        \"ponumber\": \"1415047\",\n        \"pronumber\": \"ADS504665\"\n    },\n    {\n        \"shipmentID\": 504666,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1150,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1751932800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1752019200000,\n        \"deliveryDate\": 1752019200000,\n        \"shipperName\": \"Cave Systems c/o S&W Metal Products\",\n        \"shipperAddress\": \"200C N Furnace St\",\n        \"shipperCity\": \"Birdsboro\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19508\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOLUTION BASED INNOVATION\",\n        \"consigneeAddress\": \"2656 QUALITY COURT\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 20000,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/769f91be-a157-4b71-aa78-931aee276245.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Container# USFU045500-4, USFU045506-7, USFU045514-9, USFU045545-2\"\n            }\n        ],\n        \"bolnumber\": \"134737363\",\n        \"ponumber\": \"1415047\",\n        \"pronumber\": \"ADS504666\"\n    },\n    {\n        \"shipmentID\": 505566,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1150,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1753833600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1753920000000,\n        \"deliveryDate\": 1753920000000,\n        \"shipperName\": \"Cave Systems c/o S&W Metal Products\",\n        \"shipperAddress\": \"200C N Furnace St\",\n        \"shipperCity\": \"Birdsboro\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19508\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOLUTION BASED INNOVATION\",\n        \"consigneeAddress\": \"2656 QUALITY COURT\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 20000,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/77039d28-5037-460b-b2c5-c0ac3506614e.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Container# USFU045522-0, USFU045523-6, USFU045524-1, USFU045538-6\"\n            }\n        ],\n        \"bolnumber\": \"134774441\",\n        \"ponumber\": \"1415047\",\n        \"pronumber\": \"ADS505566\"\n    },\n    {\n        \"shipmentID\": 505567,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1150,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1753833600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1753920000000,\n        \"deliveryDate\": 1753920000000,\n        \"shipperName\": \"Cave Systems c/o S&W Metal Products\",\n        \"shipperAddress\": \"200C N Furnace St\",\n        \"shipperCity\": \"Birdsboro\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19508\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOLUTION BASED INNOVATION\",\n        \"consigneeAddress\": \"2656 QUALITY COURT\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 20000,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c0a56e17-b87a-4952-ab25-50baa2b13cd6.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Container# USFU045539-1, USFU045544-7, USFU045551-3, USFU045553-4\"\n            }\n        ],\n        \"bolnumber\": \"134774442\",\n        \"ponumber\": \"1415047\",\n        \"pronumber\": \"ADS505567\"\n    },\n    {\n        \"shipmentID\": 505577,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1035,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1753833600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1754265600000,\n        \"deliveryDate\": 1754265600000,\n        \"shipperName\": \"Cave Systems c/o S&W Metal Products\",\n        \"shipperAddress\": \"200C N Furnace St\",\n        \"shipperCity\": \"Birdsboro\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19508\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOLUTION BASED INNOVATION\",\n        \"consigneeAddress\": \"2656 QUALITY COURT\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 11453,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/7ef51dbc-4ec0-4078-9147-b2e0ff46793b.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Container# USFU041814-5, USFU045793-8\"\n            }\n        ],\n        \"bolnumber\": \"134774546\",\n        \"ponumber\": \"1319934, 1443507\",\n        \"pronumber\": \"ADS505577\"\n    },\n    {\n        \"shipmentID\": 506067,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 6555,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1755216000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1755475200000,\n        \"deliveryDate\": 1755561600000,\n        \"shipperName\": \"AAR MOBILITY SYSTEMS\",\n        \"shipperAddress\": \"201 HAYNES STREET\",\n        \"shipperCity\": \"Cadillac\",\n        \"shipperState\": \"MI\",\n        \"shipperZip\": \"49601\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MCCHORD AFB\",\n        \"consigneeAddress\": \"1159 Levitow Blvd\",\n        \"consigneeCity\": \"Joint Base Lewis McChord\",\n        \"consigneeState\": \"WA\",\n        \"consigneeZip\": \"98438\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 10000,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/35977c1f-dbba-4596-9632-ec1be43534e0.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Pick up #\",\n                \"value\": \"5149647\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"100534\"\n            }\n        ],\n        \"bolnumber\": \"134788242\",\n        \"ponumber\": \"1461916\",\n        \"pronumber\": \"ADS506067\"\n    },\n    {\n        \"shipmentID\": 506382,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1150,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1756252800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1756339200000,\n        \"deliveryDate\": 1756339200000,\n        \"shipperName\": \"Cave Systems c/o S&W Metal Products\",\n        \"shipperAddress\": \"200C N Furnace St\",\n        \"shipperCity\": \"Birdsboro\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19508\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOLUTION BASED INNOVATION\",\n        \"consigneeAddress\": \"2656 QUALITY COURT\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 30833,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/e8fb98c9-8ee9-4830-8010-f7d6861510e9.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Container#  - USFU045812-7, USFU045814-8, USFU045816-9, USFU045817-4, USFU045819-5, USFU045820-9\"\n            }\n        ],\n        \"bolnumber\": \"134796037\",\n        \"ponumber\": \"1417198\",\n        \"pronumber\": \"ADS506382\"\n    },\n    {\n        \"shipmentID\": 506383,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1150,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1756252800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1756339200000,\n        \"deliveryDate\": 1756339200000,\n        \"shipperName\": \"Cave Systems c/o S&W Metal Products\",\n        \"shipperAddress\": \"200C N Furnace St\",\n        \"shipperCity\": \"Birdsboro\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19508\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOLUTION BASED INNOVATION\",\n        \"consigneeAddress\": \"2656 QUALITY COURT\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 22329,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a67e266e-a3e3-4781-9965-3d05d93437d0.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Container# - USFU045823-5, USFU045824-0, USFU045825-6, USFU045826-1, USFU045827-7\"\n            }\n        ],\n        \"bolnumber\": \"134796038\",\n        \"ponumber\": \"1417198\",\n        \"pronumber\": \"ADS506383\"\n    },\n    {\n        \"shipmentID\": 504629,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 7700,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1750636800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1751241600000,\n        \"deliveryDate\": 1751241600000,\n        \"shipperName\": \"TCI International, Inc.\",\n        \"shipperAddress\": \"3541 Gateway Boulevard\",\n        \"shipperCity\": \"Fremont\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"94538\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ADS INC\",\n        \"consigneeAddress\": \"2505 AVIATOR DR\",\n        \"consigneeCity\": \"VIRGINIA BEACH\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 22,\n        \"totalWeight\": 7172,\n        \"totalHU\": 22,\n        \"termsDesc\": \"Collect\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a294684b-11f4-4dcb-9837-fd2588f2d3f4.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134714427\",\n        \"ponumber\": \"1423280\",\n        \"pronumber\": \"ADS504629\"\n    },\n    {\n        \"shipmentID\": 504895,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 650,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1751414400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1751932800000,\n        \"deliveryDate\": 1751932800000,\n        \"shipperName\": \"TNE Warehouse Manager\",\n        \"shipperAddress\": \"2608 Horse Pasture Road\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PMS 312 IN SERVICE AIRCRAFT CARRIER\",\n        \"consigneeAddress\": \"1848 Dillingham Blvd - BLDG X-134, DWY X-1\",\n        \"consigneeCity\": \"Norfolk\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23511\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 3760,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/5ef0b229-ec38-4e2d-9759-df52bdeb6628.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"REQ# N00024321670WL2\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"SPE8EL23F16J7\"\n            }\n        ],\n        \"bolnumber\": \"134753841\",\n        \"ponumber\": \"1296509\",\n        \"pronumber\": \"ADS504895\"\n    },\n    {\n        \"shipmentID\": 505642,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 650,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1754265600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1754265600000,\n        \"deliveryDate\": 1754265600000,\n        \"shipperName\": \"TNE Warehouse Manager\",\n        \"shipperAddress\": \"2608 Horse Pasture Road\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"V46607 CUESF PMS 312 IN SERVICE AIRCRAFT CARRIER\",\n        \"consigneeAddress\": \"1848 Dillingham Blvd Bldg x-134, DWY x-1\",\n        \"consigneeCity\": \"Norfolk\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23511\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 4091,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/acabe11a-4e5c-4fdd-a57f-79325ee8362b.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"/ REQ# N0002432000XT5 / NAVSUP\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"SPE8EL23F17X5\"\n            }\n        ],\n        \"bolnumber\": \"134776621\",\n        \"ponumber\": \"1306032\",\n        \"pronumber\": \"ADS505642\"\n    },\n    {\n        \"shipmentID\": 504347,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1250,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1750032000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1750118400000,\n        \"deliveryDate\": 1750118400000,\n        \"shipperName\": \"Sea Box, Inc\",\n        \"shipperAddress\": \"700 Union Landing Road\",\n        \"shipperCity\": \"Cinnaminson\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08077\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOLUTION BASED INNOVATION\",\n        \"consigneeAddress\": \"2656 QUALITY COURT\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23452 \",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 13000,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/6ced508d-5bc7-4517-a228-70f30f9780d8.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SO102157\"\n            }\n        ],\n        \"bolnumber\": \"134706063\",\n        \"ponumber\": \"1415045\",\n        \"pronumber\": \"ADS504347\"\n    },\n    {\n        \"shipmentID\": 504370,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 2280,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1749772800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1750032000000,\n        \"deliveryDate\": 1750032000000,\n        \"shipperName\": \" Key Cargo Marine\",\n        \"shipperAddress\": \"9400 BUSCH DR. 0\",\n        \"shipperCity\": \"Jacksonville\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" 435TH SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR, EMEF DOOR 28\",\n        \"consigneeCity\": \"WRIGHT PATTERSON AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 22,\n        \"totalWeight\": 7700,\n        \"totalHU\": 22,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/10f437f8-8f21-4949-8f39-8bfd026f35e3.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"PS-180227\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"459326\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"SPE8EL25F13YF\"\n            }\n        ],\n        \"bolnumber\": \"134706801\",\n        \"ponumber\": \"1439381\",\n        \"pronumber\": \"ADS504370\"\n    },\n    {\n        \"shipmentID\": 504375,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 6100,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1749772800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1750032000000,\n        \"deliveryDate\": 1750118400000,\n        \"shipperName\": \"MIDWAY INDUSTRIAL SUPPLY\",\n        \"shipperAddress\": \"3930 Eastbourne Dr.\",\n        \"shipperCity\": \"Syracuse\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"13206\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"49TH MMSS LGSPAR \",\n        \"consigneeAddress\": \"1273 Bear Path Rd BLDG 902 Rm 109\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 38272,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/402100e8-996d-4b70-9088-d4f395425dbc.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"REQ# FE480242351C6J\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"SPE8EX24F114G\"\n            }\n        ],\n        \"bolnumber\": \"134707528\",\n        \"ponumber\": \"1399232\",\n        \"pronumber\": \"ADS504375\"\n    },\n    {\n        \"shipmentID\": 504431,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 2280,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1750118400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1750377600000,\n        \"deliveryDate\": 1750377600000,\n        \"shipperName\": \"Raider Outboards\",\n        \"shipperAddress\": \"1885 Armstrong Dr.\",\n        \"shipperCity\": \"Titusville\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32780\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DDSP New Cumberland Facility\",\n        \"consigneeAddress\": \"2001 Normandy Dr. Door 113 To 134\",\n        \"consigneeCity\": \"New Cumberland\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 30,\n        \"totalWeight\": 10860,\n        \"totalHU\": 30,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c2dda83f-191b-4bba-bcd9-3469dc831424.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"5171552151\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"NSN# 2805-01-697-7842\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"SPE8EL24F18Y8\"\n            }\n        ],\n        \"bolnumber\": \"134709718\",\n        \"ponumber\": \"1401513\",\n        \"pronumber\": \"ADS504431\"\n    },\n    {\n        \"shipmentID\": 504437,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1680,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1750723200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1750896000000,\n        \"deliveryDate\": 1750982400000,\n        \"shipperName\": \"Highland Engineering, Inc.\",\n        \"shipperAddress\": \"1153 GRAND OAKS DR.\",\n        \"shipperCity\": \"Howell\",\n        \"shipperState\": \"MI\",\n        \"shipperZip\": \"48843\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DEPT OF STATE\",\n        \"consigneeAddress\": \"7000 LOISDALE RD GSA BLDG B DOCK 2\",\n        \"consigneeCity\": \"Springfield\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22150\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 1700,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/aab56328-ce13-4feb-9052-97078ef45e38.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"1908-5-06531\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"1908-5-06531\"\n            }\n        ],\n        \"bolnumber\": \"134709840\",\n        \"ponumber\": \"1452230\",\n        \"pronumber\": \"ADS504437\"\n    },\n    {\n        \"shipmentID\": 504463,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 4600,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1750118400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1750636800000,\n        \"deliveryDate\": 1750377600000,\n        \"shipperName\": \"Celina Tent, Inc.\",\n        \"shipperAddress\": \"5373 State Route 29\",\n        \"shipperCity\": \"Celina\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"45822\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"BEAR (Basic Exped Airfield Resources)\",\n        \"consigneeAddress\": \"1273 Bear Path BLDG 902 RM 109\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 38050,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/743bdb36-2c2b-4da3-a949-4b53f367b799.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134710804\",\n        \"ponumber\": null,\n        \"pronumber\": \"ADS504463\"\n    },\n    {\n        \"shipmentID\": 504495,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1200,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1750723200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1750809600000,\n        \"deliveryDate\": 1750809600000,\n        \"shipperName\": \"Sea Box, Inc\",\n        \"shipperAddress\": \"700 Union Landing Road\",\n        \"shipperCity\": \"Cinnaminson\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08077\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOLUTION BASED INNOVATION\",\n        \"consigneeAddress\": \"2656 QUALITY COURT\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23452 \",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 13000,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b149e504-4272-4b07-acd5-43a9519a6dd0.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"102157\"\n            }\n        ],\n        \"bolnumber\": \"134712356\",\n        \"ponumber\": \"1415045\",\n        \"pronumber\": \"ADS504495\"\n    },\n    {\n        \"shipmentID\": 504522,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 4600,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1750291200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": null,\n        \"deliveryDate\": 1750636800000,\n        \"shipperName\": \"Celina Tent, Inc.\",\n        \"shipperAddress\": \"5373 State Route 29\",\n        \"shipperCity\": \"Celina\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"45822\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"BEAR (Basic Exped Airfield Resources)\",\n        \"consigneeAddress\": \"1273 Bear Path BLDG 902 RM 109\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 38050,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/ea82da75-7809-43ea-9dc4-2d71ad53b900.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"154656\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"FE480241630001 /  FE48292800007 1\"\n            }\n        ],\n        \"bolnumber\": \"134713040\",\n        \"ponumber\": \"1400332\",\n        \"pronumber\": \"ADS504522\"\n    },\n    {\n        \"shipmentID\": 504572,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 8200,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1750377600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1751241600000,\n        \"deliveryDate\": 1751241600000,\n        \"shipperName\": \"Babington Technology\",\n        \"shipperAddress\": \"159 Fabrication Way\",\n        \"shipperCity\": \"Rocky Mount\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"27804\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DHX c/o Matson Auto Lot\",\n        \"consigneeAddress\": \"1320 Pier C Street\",\n        \"consigneeCity\": \"Long Beach\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"90813\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 14500,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/4f90c562-f2eb-46db-8c50-5eb6ecd6797c.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"FB653143440030\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"BOOKING # 2599974\"\n            }\n        ],\n        \"bolnumber\": \"134714432\",\n        \"ponumber\": \"1420889\",\n        \"pronumber\": \"ADS504572\"\n    },\n    {\n        \"shipmentID\": 504591,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5900,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1750636800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1750809600000,\n        \"deliveryDate\": 1750809600000,\n        \"shipperName\": \"MIDWAY INDUSTRIAL SUPPLY\",\n        \"shipperAddress\": \"3930 Eastbourne Dr.\",\n        \"shipperCity\": \"Syracuse\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"13206\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"49TH MMSS LGSPAR \",\n        \"consigneeAddress\": \"1273 Bear Path Rd BLDG 902 Rm 109\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 38272,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/99bedf2d-3c1d-430c-be4b-8adb904d7c31.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"SPE8EX24F114G\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"REQ# FE480242351C6J\"\n            }\n        ],\n        \"bolnumber\": \"134715184\",\n        \"ponumber\": \"1399232\",\n        \"pronumber\": \"ADS504591\"\n    },\n    {\n        \"shipmentID\": 504593,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 2150,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1750377600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1750723200000,\n        \"deliveryDate\": 1750723200000,\n        \"shipperName\": \" Key Cargo Marine\",\n        \"shipperAddress\": \"9400 BUSCH DR. 0\",\n        \"shipperCity\": \"Jacksonville\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" 435TH SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR, EMEF DOOR 28\",\n        \"consigneeCity\": \"WRIGHT PATTERSON AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 36,\n        \"totalWeight\": 12420,\n        \"totalHU\": 36,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/13745c43-0c06-46b9-871e-66eecae490e6.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"459326\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"PS 180335\"\n            }\n        ],\n        \"bolnumber\": \"134715192\",\n        \"ponumber\": \"1439381\",\n        \"pronumber\": \"ADS504593\"\n    },\n    {\n        \"shipmentID\": 504596,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 4800,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1750377600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1750723200000,\n        \"deliveryDate\": 1750723200000,\n        \"shipperName\": \"FORCEPROTECTOR GEAR, LLC.\",\n        \"shipperAddress\": \"7332 VARNA AVE.\",\n        \"shipperCity\": \"North Hollywood\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"91605\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Wright Pattersoon AFB :    435th SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR EMEF DOOR 28\",\n        \"consigneeCity\": \"Wright Patterson AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 21,\n        \"totalWeight\": 8400,\n        \"totalHU\": 21,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/1a3a2d38-1b8b-49c6-8c57-f5b8f6a2b47f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"SPE8EL25F13YF\"\n            }\n        ],\n        \"bolnumber\": \"134715224\",\n        \"ponumber\": \"1439506\",\n        \"pronumber\": \"ADS504596\"\n    },\n    {\n        \"shipmentID\": 504678,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 3500,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1750723200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1750982400000,\n        \"deliveryDate\": 1750982400000,\n        \"shipperName\": \"TYR Tactical LLC\",\n        \"shipperAddress\": \"9330 N 91st Ave\",\n        \"shipperCity\": \"Peoria\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FBI DSU\",\n        \"consigneeAddress\": \"4942 Fowler Road Bldg 7100\",\n        \"consigneeCity\": \"Redstone Arsenal\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35898\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 3300,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/275badf4-95a6-48e9-8b0f-5d8bc22ddbda.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134737539\",\n        \"ponumber\": \"1450133\",\n        \"pronumber\": \"ADS504678\"\n    },\n    {\n        \"shipmentID\": 504689,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 2900,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1750809600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1750982400000,\n        \"deliveryDate\": 1750982400000,\n        \"shipperName\": \"Generac\",\n        \"shipperAddress\": \"215 Power Drive\",\n        \"shipperCity\": \"Berlin\",\n        \"shipperState\": \"WI\",\n        \"shipperZip\": \"54923\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USAFCENT FP \",\n        \"consigneeAddress\": \"611 Lark rd\",\n        \"consigneeCity\": \"Shaw AFB\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29152\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 11625,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/ff826e84-4610-4e26-8675-99d540d70391.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134738886\",\n        \"ponumber\": \"1448875\",\n        \"pronumber\": \"ADS504689\"\n    },\n    {\n        \"shipmentID\": 504693,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1600,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1750809600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1750896000000,\n        \"deliveryDate\": 1750896000000,\n        \"shipperName\": \"Med-Eng LLC\",\n        \"shipperAddress\": \"103 Tulloch Dr.\",\n        \"shipperCity\": \"Ogdensburg\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"13669\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"EODGRU 2\",\n        \"consigneeAddress\": \"1627 Midway Rd.\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23459\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 19,\n        \"totalWeight\": 4560,\n        \"totalHU\": 19,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c01e7968-fb51-4ece-9444-35207a797a9b.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134738957\",\n        \"ponumber\": null,\n        \"pronumber\": \"ADS504693\"\n    },\n    {\n        \"shipmentID\": 504695,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 3680,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1750809600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1751241600000,\n        \"deliveryDate\": 1751241600000,\n        \"shipperName\": \"Intercomp Company\",\n        \"shipperAddress\": \"3839 County Road 116\",\n        \"shipperCity\": \"Medina\",\n        \"shipperState\": \"MN\",\n        \"shipperZip\": \"55340\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USAF 821 CRSS - F3ZT93\",\n        \"consigneeAddress\": \"561 Waldron Street\",\n        \"consigneeCity\": \"Travis AFB\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"94535\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 11,\n        \"totalWeight\": 5060,\n        \"totalHU\": 11,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c23c4ae7-1ff1-480e-b7f8-485a5c123162.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Sales Order# INT985377\"\n            }\n        ],\n        \"bolnumber\": \"134739000\",\n        \"ponumber\": \"1414554\",\n        \"pronumber\": \"ADS504695\"\n    },\n    {\n        \"shipmentID\": 504738,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 900,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1750896000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1750982400000,\n        \"deliveryDate\": 1750982400000,\n        \"shipperName\": \"Power Hawk Technologies\",\n        \"shipperAddress\": \"300 Forge Way, Suite 2\",\n        \"shipperCity\": \"Rockaway\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"07866\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Defense Venture Holdings\",\n        \"consigneeAddress\": \"2601 Performance Ct - Ste 101\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23453\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 7315,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/689dfb2d-d345-426c-b05f-4564600b04f9.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"SPE8E5-25-P-1054\"\n            }\n        ],\n        \"bolnumber\": \"134742634\",\n        \"ponumber\": \"1450111\",\n        \"pronumber\": \"ADS504738\"\n    },\n    {\n        \"shipmentID\": 504751,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5900,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1750896000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1751241600000,\n        \"deliveryDate\": 1751241600000,\n        \"shipperName\": \"Quantum Systems Inc.\",\n        \"shipperAddress\": \"609 Science Dr.\",\n        \"shipperCity\": \"Moorpark\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"93021\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PEO SOFSA (SPECIAL OPERATIONS SUPPORT ACTIVITY)\",\n        \"consigneeAddress\": \"5749 Briar Hill Road - Bldg 102\",\n        \"consigneeCity\": \"Lexington\",\n        \"consigneeState\": \"KY\",\n        \"consigneeZip\": \"40516\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 32,\n        \"totalWeight\": 3904,\n        \"totalHU\": 32,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/6219577c-b131-4edc-9cb3-3c7c3e5ab4e1.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"SPE8EL25F110K\"\n            }\n        ],\n        \"bolnumber\": \"134742793\",\n        \"ponumber\": \"1419751\",\n        \"pronumber\": \"ADS504751\"\n    },\n    {\n        \"shipmentID\": 504772,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 650,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1750896000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1750982400000,\n        \"deliveryDate\": 1750982400000,\n        \"shipperName\": \"W.L. GORE & ASSOCIATES\",\n        \"shipperAddress\": \"300 D and S LANE - docks 8 or 9 \",\n        \"shipperCity\": \"Bear\",\n        \"shipperState\": \"DE\",\n        \"shipperZip\": \"19701\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"ABERDEEN PROVING GROUND\",\n        \"consigneeAddress\": \"8799 MAGNOLIA RD, BLDG 35050\",\n        \"consigneeCity\": \"Gunpowder\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"21010\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 9,\n        \"totalWeight\": 7371,\n        \"totalHU\": 9,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/060a6d39-7a75-421c-a7bc-3506cd7c902c.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134749736\",\n        \"ponumber\": \"1428473,1415195\",\n        \"pronumber\": \"ADS504772\"\n    },\n    {\n        \"shipmentID\": 504787,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1600,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1750982400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1751241600000,\n        \"deliveryDate\": 1750982400000,\n        \"shipperName\": \"Babington Technology\",\n        \"shipperAddress\": \"159 Fabrication Way\",\n        \"shipperCity\": \"Rocky Mount\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"27804\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FB6382 / 111th FW\",\n        \"consigneeAddress\": \"1051 Fairchild Street\",\n        \"consigneeCity\": \"Horsham\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"19044\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 7000,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/838293cf-b0e6-43db-841e-c44b91ce2f84.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134750194\",\n        \"ponumber\": \"SPE8EM25F101W\",\n        \"pronumber\": \"ADS504787\"\n    },\n    {\n        \"shipmentID\": 504788,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1350,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1751241600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1751328000000,\n        \"deliveryDate\": 1751328000000,\n        \"shipperName\": \"Sea Box, Inc\",\n        \"shipperAddress\": \"700 Union Landing Road\",\n        \"shipperCity\": \"Cinnaminson\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08077\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOLUTION BASED INNOVATION\",\n        \"consigneeAddress\": \"2656 QUALITY COURT\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23452 \",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 13000,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/976cab85-dc03-4162-8104-996805010d60.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Pick up #\",\n                \"value\": \"SO101765/102157\"\n            }\n        ],\n        \"bolnumber\": \"134750226\",\n        \"ponumber\": \"14105045\",\n        \"pronumber\": \"ADS504788\"\n    },\n    {\n        \"shipmentID\": 504838,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1425,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1751328000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1751414400000,\n        \"deliveryDate\": 1751414400000,\n        \"shipperName\": \" D3 Diving LLC\",\n        \"shipperAddress\": \"824 NW 250 Ter, Ste 120\",\n        \"shipperCity\": \"Newberry\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32669\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC PANAMA CITY\",\n        \"consigneeAddress\": \"110 VERNON AVE BLDG 543\",\n        \"consigneeCity\": \"Panama City Beach\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32407\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 9,\n        \"totalWeight\": 3986,\n        \"totalHU\": 9,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/2f5de448-8651-459f-87f7-f676f2360537.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL25F13SC\"\n            }\n        ],\n        \"bolnumber\": \"134751591\",\n        \"ponumber\": \"1436809\",\n        \"pronumber\": \"ADS504838\"\n    },\n    {\n        \"shipmentID\": 504894,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 4025,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1751328000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1752796800000,\n        \"deliveryDate\": 1752796800000,\n        \"shipperName\": \" L3 Harris Technologies\",\n        \"shipperAddress\": \"1350 JEFFERSON RD\",\n        \"shipperCity\": \"Rochester\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"14623\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" AFSFC DET 3\",\n        \"consigneeAddress\": \"755 CARTER RD BLDG 755\",\n        \"consigneeCity\": \"FT BLISS\",\n        \"consigneeState\": \"TX\",\n        \"consigneeZip\": \"79916\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 94,\n        \"totalWeight\": 4090,\n        \"totalHU\": 9,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/1375561f-484b-4ae0-a558-f46bcce0447b.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"FY991953581H5C\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"SPE8EL25F11C6\"\n            }\n        ],\n        \"bolnumber\": \"134753824\",\n        \"ponumber\": \"1420888\",\n        \"pronumber\": \"ADS504894\"\n    },\n    {\n        \"shipmentID\": 504920,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 2880,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1752624000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1752710400000,\n        \"deliveryDate\": 1752710400000,\n        \"shipperName\": \"Avtron Power Solutions\",\n        \"shipperAddress\": \"9450 Allen Drive - Suite B\",\n        \"shipperCity\": \"Cleveland\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44125\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Portsmouth Naval Shipyard\",\n        \"consigneeAddress\": \"BLDG 170\",\n        \"consigneeCity\": \"Kittery\",\n        \"consigneeState\": \"ME\",\n        \"consigneeZip\": \"03904\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 9000,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b1954465-3c69-426a-b129-25c399beb9e0.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134755789\",\n        \"ponumber\": \"1409783\",\n        \"pronumber\": \"ADS504920\"\n    },\n    {\n        \"shipmentID\": 504950,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 2160,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1751846400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1751932800000,\n        \"deliveryDate\": 1752019200000,\n        \"shipperName\": \" Key Cargo Marine\",\n        \"shipperAddress\": \"9400 BUSCH DR. 0\",\n        \"shipperCity\": \"Jacksonville\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" 435TH SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR, EMEF DOOR 28\",\n        \"consigneeCity\": \"WRIGHT PATTERSON AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 37,\n        \"totalWeight\": 12490,\n        \"totalHU\": 37,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/7d2c0718-d4e5-481b-90a6-33f44580136a.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"PS-180498\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"459326\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"SPE8EL25F13YF\"\n            }\n        ],\n        \"bolnumber\": \"134756310\",\n        \"ponumber\": \"1439381\",\n        \"pronumber\": \"ADS504950\"\n    },\n    {\n        \"shipmentID\": 504970,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 4700,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1751500800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1751932800000,\n        \"deliveryDate\": 1751846400000,\n        \"shipperName\": \"FORCEPROTECTOR GEAR, LLC.\",\n        \"shipperAddress\": \"7332 VARNA AVE.\",\n        \"shipperCity\": \"North Hollywood\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"91605\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Wright Pattersoon AFB :    435th SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR EMEF DOOR 28\",\n        \"consigneeCity\": \"Wright Patterson AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 24,\n        \"totalWeight\": 9600,\n        \"totalHU\": 24,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/8be08a39-58c2-4771-8670-3045a2ac3593.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"SPE8EL25F13YF\"\n            }\n        ],\n        \"bolnumber\": \"134756496\",\n        \"ponumber\": \"1439506\",\n        \"pronumber\": \"ADS504970\"\n    },\n    {\n        \"shipmentID\": 504996,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1100,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1751846400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1751932800000,\n        \"deliveryDate\": 1751932800000,\n        \"shipperName\": \"Sea Box, Inc\",\n        \"shipperAddress\": \"700 Union Landing Road\",\n        \"shipperCity\": \"Cinnaminson\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08077\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOLUTION BASED INNOVATION\",\n        \"consigneeAddress\": \"2656 QUALITY COURT\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23452 \",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 6600,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/091fb174-2a03-49fb-a3d0-1906a3fe12b0.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Pick up #\",\n                \"value\": \"SO102157/101790\"\n            }\n        ],\n        \"bolnumber\": \"134757034\",\n        \"ponumber\": \"1415045, 4747192\",\n        \"pronumber\": \"ADS504996\"\n    },\n    {\n        \"shipmentID\": 505000,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 800,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1751846400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1751846400000,\n        \"deliveryDate\": 1751846400000,\n        \"shipperName\": \"Sea Box Inc\",\n        \"shipperAddress\": \"700 Union Landing Road\",\n        \"shipperCity\": \"Cinnaminson\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08077\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"S&W Metal Products\",\n        \"consigneeAddress\": \"200C N Furnace Road\",\n        \"consigneeCity\": \"Birdsboro\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"19508\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 16800,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/d20d9289-8ade-4a37-a03e-e2287777f873.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"101787\"\n            }\n        ],\n        \"bolnumber\": \"134757183\",\n        \"ponumber\": \"1417189\",\n        \"pronumber\": \"ADS505000\"\n    },\n    {\n        \"shipmentID\": 505001,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 800,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1751846400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1751932800000,\n        \"deliveryDate\": 1751932800000,\n        \"shipperName\": \"Sea Box Inc\",\n        \"shipperAddress\": \"700 Union Landing Road\",\n        \"shipperCity\": \"Cinnaminson\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08077\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"S&W Metal Products\",\n        \"consigneeAddress\": \"200C N Furnace Road\",\n        \"consigneeCity\": \"Birdsboro\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"19508\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 14000,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/dd2b3598-1875-485c-bb6d-b4353982966e.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"101787\"\n            }\n        ],\n        \"bolnumber\": \"134757193\",\n        \"ponumber\": \"1417189\",\n        \"pronumber\": \"ADS505001\"\n    },\n    {\n        \"shipmentID\": 505161,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1995,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1752192000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1752451200000,\n        \"deliveryDate\": 1752451200000,\n        \"shipperName\": \" Key Cargo Marine\",\n        \"shipperAddress\": \"9400 BUSCH DR. 0\",\n        \"shipperCity\": \"Jacksonville\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" 435TH SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR, EMEF DOOR 28\",\n        \"consigneeCity\": \"WRIGHT PATTERSON AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 17,\n        \"totalWeight\": 6950,\n        \"totalHU\": 17,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/eddb966f-4c8c-4344-bdaf-44c71faa0635.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"PS-180637\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"459326\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"SPE8EL25F13YF\"\n            }\n        ],\n        \"bolnumber\": \"134761657\",\n        \"ponumber\": \"1439381\",\n        \"pronumber\": \"ADS505161\"\n    },\n    {\n        \"shipmentID\": 505166,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 3910,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1752192000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1752451200000,\n        \"deliveryDate\": 1752451200000,\n        \"shipperName\": \"TYR Tactical LLC\",\n        \"shipperAddress\": \"9330 N 91st Ave\",\n        \"shipperCity\": \"Peoria\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FBI DSU\",\n        \"consigneeAddress\": \"4942 Fowler Road Bldg 7100\",\n        \"consigneeCity\": \"Redstone Arsenal\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35898\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 3300,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/743f6694-9415-4de6-8bf9-93863ae87d3b.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134761704\",\n        \"ponumber\": \"1447409\",\n        \"pronumber\": \"ADS505166\"\n    },\n    {\n        \"shipmentID\": 505279,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 3250,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1752624000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1752796800000,\n        \"deliveryDate\": 1752796800000,\n        \"shipperName\": \"TYR Tactical LLC\",\n        \"shipperAddress\": \"9330 N 91st Ave\",\n        \"shipperCity\": \"Peoria\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FBI DSU\",\n        \"consigneeAddress\": \"4942 Fowler Road Bldg 7100\",\n        \"consigneeCity\": \"Redstone Arsenal\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35898\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 1845,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/8b5e6df7-aefc-47fe-89e3-4696aec64d3b.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134764705\",\n        \"ponumber\": \"1455371\",\n        \"pronumber\": \"ADS505279\"\n    },\n    {\n        \"shipmentID\": 505285,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5000,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1752796800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1753056000000,\n        \"deliveryDate\": 1753056000000,\n        \"shipperName\": \"MIDWAY INDUSTRIAL SUPPLY\",\n        \"shipperAddress\": \"3930 Eastbourne Dr.\",\n        \"shipperCity\": \"Syracuse\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"13206\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"49TH MMSS LGSPAR \",\n        \"consigneeAddress\": \"1273 Bear Path Rd BLDG 902 Rm 109\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 38272,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a7f790c1-b3db-4402-8aba-6731b9592842.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134765130\",\n        \"ponumber\": null,\n        \"pronumber\": \"ADS505285\"\n    },\n    {\n        \"shipmentID\": 505303,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1840,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1752796800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1754006400000,\n        \"deliveryDate\": 1754006400000,\n        \"shipperName\": \"LUXOTTICA – ESS - OAKLEY\",\n        \"shipperAddress\": \"101 GREENWOOD INDUSTRIAL PARKWAY\",\n        \"shipperCity\": \"Mcdonough\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30253\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"W4GG TACOM CMO OCIE RLSC NORTHEAST\",\n        \"consigneeAddress\": \"7100 Millet Hwy\",\n        \"consigneeCity\": \"Lansing\",\n        \"consigneeState\": \"MI\",\n        \"consigneeZip\": \"48917\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 16,\n        \"totalWeight\": 11280,\n        \"totalHU\": 16,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/bf16c9d0-442d-4b64-91e8-ddd46b41d418.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"8883404996, 8883404985, 8883405027, 8883405010\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SHIPMENT# 3823579\"\n            }\n        ],\n        \"bolnumber\": \"134765752\",\n        \"ponumber\": \"1460916, 1460914, 1460915, 1460917\",\n        \"pronumber\": \"ADS505303\"\n    },\n    {\n        \"shipmentID\": 505307,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 4700,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1752710400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1753056000000,\n        \"deliveryDate\": 1753056000000,\n        \"shipperName\": \"FORCEPROTECTOR GEAR, LLC.\",\n        \"shipperAddress\": \"7332 VARNA AVE.\",\n        \"shipperCity\": \"North Hollywood\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"91605\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Wright Pattersoon AFB :    435th SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR EMEF DOOR 28\",\n        \"consigneeCity\": \"Wright Patterson AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 24,\n        \"totalWeight\": 9600,\n        \"totalHU\": 24,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/3cb406a9-47bf-4fcb-b790-c37111923c90.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"SPE8EL25F13YF\"\n            }\n        ],\n        \"bolnumber\": \"134765805\",\n        \"ponumber\": \"1439506\",\n        \"pronumber\": \"ADS505307\"\n    },\n    {\n        \"shipmentID\": 505308,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 4715,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1752710400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1753056000000,\n        \"deliveryDate\": 1753056000000,\n        \"shipperName\": \"Celina Tent, Inc.\",\n        \"shipperAddress\": \"5373 State Route 29\",\n        \"shipperCity\": \"Celina\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"45822\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"BEAR (Basic Exped Airfield Resources)\",\n        \"consigneeAddress\": \"1273 Bear Path BLDG 902 RM 109\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 38050,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a58ef04d-e41f-4cfa-b1e8-f92054ee3813.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"154657\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"FE480241630001 /  FE480292800008 1\"\n            }\n        ],\n        \"bolnumber\": \"134765845\",\n        \"ponumber\": \"1400332\",\n        \"pronumber\": \"ADS505308\"\n    },\n    {\n        \"shipmentID\": 505341,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1950,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1752796800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1753228800000,\n        \"deliveryDate\": 1753228800000,\n        \"shipperName\": \"Raider Outboards\",\n        \"shipperAddress\": \"1885 Armstrong Dr.\",\n        \"shipperCity\": \"Titusville\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32780\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DDSP New Cumberland Facility\",\n        \"consigneeAddress\": \"2001 Normandy Dr. Door 113 To 134\",\n        \"consigneeCity\": \"New Cumberland\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"17070\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 35,\n        \"totalWeight\": 12955,\n        \"totalHU\": 35,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c93e7a42-437c-44b5-9d92-c1279c48c008.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"NSN# 2805-01-697-7842\"\n            },\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"5204352823\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"SPE8EL24F18Y8\"\n            }\n        ],\n        \"bolnumber\": \"134766555\",\n        \"ponumber\": \"1401513\",\n        \"pronumber\": \"ADS505341\"\n    },\n    {\n        \"shipmentID\": 505409,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 3250,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1753056000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1753401600000,\n        \"deliveryDate\": 1753315200000,\n        \"shipperName\": \"TYR Tactical LLC\",\n        \"shipperAddress\": \"9330 N 91st Ave\",\n        \"shipperCity\": \"Peoria\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FBI DSU\",\n        \"consigneeAddress\": \"4942 Fowler Road Bldg 7100\",\n        \"consigneeCity\": \"Redstone Arsenal\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35898\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 3300,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/0a932ef0-44cb-4793-86e1-180349a2f716.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134768811\",\n        \"ponumber\": \"1450134\",\n        \"pronumber\": \"ADS505409\"\n    },\n    {\n        \"shipmentID\": 505449,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1475,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1753228800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1753315200000,\n        \"deliveryDate\": 1753315200000,\n        \"shipperName\": \"Sea Box Inc\",\n        \"shipperAddress\": \"700 Union Landing Road\",\n        \"shipperCity\": \"Cinnaminson\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08077\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MCB CAMP LEJEUNE\",\n        \"consigneeAddress\": \"Bldg 1101 Ash Street\",\n        \"consigneeCity\": \"Camp Lejeune\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28547\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 10400,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/cd9c823f-1c80-4207-af01-7fbf31981aa3.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"102260\"\n            }\n        ],\n        \"bolnumber\": \"134769839\",\n        \"ponumber\": \"1446342\",\n        \"pronumber\": \"ADS505449\"\n    },\n    {\n        \"shipmentID\": 505450,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1475,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1753228800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1753315200000,\n        \"deliveryDate\": 1753315200000,\n        \"shipperName\": \"Sea Box Inc\",\n        \"shipperAddress\": \"700 Union Landing Road\",\n        \"shipperCity\": \"Cinnaminson\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08077\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MCB CAMP LEJEUNE\",\n        \"consigneeAddress\": \"Bldg 1101 Ash Street\",\n        \"consigneeCity\": \"Camp Lejeune\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28547\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 10400,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/766024a6-9ec8-4e50-b80c-6f27e5a5c9ee.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"102260\"\n            }\n        ],\n        \"bolnumber\": \"134769843\",\n        \"ponumber\": \"1446342\",\n        \"pronumber\": \"ADS505450\"\n    },\n    {\n        \"shipmentID\": 505461,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 2050,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1753228800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1753660800000,\n        \"deliveryDate\": 1753660800000,\n        \"shipperName\": \"ULTRA ELECTRONICS TCS INC.\",\n        \"shipperAddress\": \"5990 COTE-DE-LIESSE BLVD\",\n        \"shipperCity\": \"Mont-royal\",\n        \"shipperState\": \"QC\",\n        \"shipperZip\": \"H4T 1V7\",\n        \"shipperCountry\": \"CAN\",\n        \"consigneeName\": \" PDM NETMOD (NETWORK MODERNIZATION)\",\n        \"consigneeAddress\": \"1730 BARTON CHAPEL RD\",\n        \"consigneeCity\": \"Augusta\",\n        \"consigneeState\": \"GA\",\n        \"consigneeZip\": \"30909\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 9,\n        \"totalWeight\": 4859,\n        \"totalHU\": 9,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/3e2b8165-abdf-4ffb-969e-9b3198054c5e.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"SPE8EL25F13MR\"\n            }\n        ],\n        \"bolnumber\": \"134770336\",\n        \"ponumber\": \"1436345\",\n        \"pronumber\": \"ADS505461\"\n    },\n    {\n        \"shipmentID\": 505462,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1100,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1753228800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1753315200000,\n        \"deliveryDate\": 1753315200000,\n        \"shipperName\": \"Sea Box, Inc\",\n        \"shipperAddress\": \"700 Union Landing Road\",\n        \"shipperCity\": \"Cinnaminson\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08077\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" Solution Based Innovation\",\n        \"consigneeAddress\": \"2656 Quality Ct\",\n        \"consigneeCity\": \"Virginia Beach\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"23454\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 6613,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/f50e488b-a312-4064-8fdc-607aa2f808ff.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"102355\"\n            }\n        ],\n        \"bolnumber\": \"134770405\",\n        \"ponumber\": \"1452837\",\n        \"pronumber\": \"ADS505462\"\n    },\n    {\n        \"shipmentID\": 505469,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1475,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1753228800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1753315200000,\n        \"deliveryDate\": 1753315200000,\n        \"shipperName\": \"Sea Box Inc\",\n        \"shipperAddress\": \"700 Union Landing Road\",\n        \"shipperCity\": \"Cinnaminson\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08077\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MCB CAMP LEJEUNE\",\n        \"consigneeAddress\": \"Bldg 1101 Ash Street\",\n        \"consigneeCity\": \"Camp Lejeune\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28547\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 10400,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/885b23de-04af-45e2-a3fb-8c2ceaa32002.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"102260\"\n            }\n        ],\n        \"bolnumber\": \"134770993\",\n        \"ponumber\": \"1446342\",\n        \"pronumber\": \"ADS505469\"\n    },\n    {\n        \"shipmentID\": 505471,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1475,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1753228800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1753315200000,\n        \"deliveryDate\": 1753315200000,\n        \"shipperName\": \"Sea Box Inc\",\n        \"shipperAddress\": \"700 Union Landing Road\",\n        \"shipperCity\": \"Cinnaminson\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08077\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MCB CAMP LEJEUNE\",\n        \"consigneeAddress\": \"Bldg 1101 Ash Street\",\n        \"consigneeCity\": \"Camp Lejeune\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28547\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 12480,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/0933cd9c-5772-4000-a7c8-337af3653d81.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"102260\"\n            }\n        ],\n        \"bolnumber\": \"134771032\",\n        \"ponumber\": \"1446342\",\n        \"pronumber\": \"ADS505471\"\n    },\n    {\n        \"shipmentID\": 505492,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 4000,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1753401600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1753833600000,\n        \"deliveryDate\": 1753833600000,\n        \"shipperName\": \"Generac\",\n        \"shipperAddress\": \"215 Power Drive\",\n        \"shipperCity\": \"Berlin\",\n        \"shipperState\": \"WI\",\n        \"shipperZip\": \"54923\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USAFCENT FP \",\n        \"consigneeAddress\": \"611 Lark rd\",\n        \"consigneeCity\": \"Shaw AFB\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29152\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 7,\n        \"totalWeight\": 7350,\n        \"totalHU\": 7,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c79815c3-0264-4011-9b54-7d0492df024f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"4799337B\"\n            }\n        ],\n        \"bolnumber\": \"134771297\",\n        \"ponumber\": \"1453560\",\n        \"pronumber\": \"ADS505492\"\n    },\n    {\n        \"shipmentID\": 505494,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 4000,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1753401600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1753660800000,\n        \"deliveryDate\": 1753660800000,\n        \"shipperName\": \"Generac\",\n        \"shipperAddress\": \"215 Power Drive\",\n        \"shipperCity\": \"Berlin\",\n        \"shipperState\": \"WI\",\n        \"shipperZip\": \"54923\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USAFCENT FP \",\n        \"consigneeAddress\": \"611 Lark rd\",\n        \"consigneeCity\": \"Shaw AFB\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29152\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 6300,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/2e382bc2-5150-41f1-9835-2c2e8c21af39.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"4799337D\"\n            }\n        ],\n        \"bolnumber\": \"134771298\",\n        \"ponumber\": \"1453560\",\n        \"pronumber\": \"ADS505494\"\n    },\n    {\n        \"shipmentID\": 505493,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 4000,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1753401600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1753660800000,\n        \"deliveryDate\": 1753660800000,\n        \"shipperName\": \"Generac\",\n        \"shipperAddress\": \"215 Power Drive\",\n        \"shipperCity\": \"Berlin\",\n        \"shipperState\": \"WI\",\n        \"shipperZip\": \"54923\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USAFCENT FP \",\n        \"consigneeAddress\": \"611 Lark rd\",\n        \"consigneeCity\": \"Shaw AFB\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29152\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 7,\n        \"totalWeight\": 7350,\n        \"totalHU\": 7,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/ae8db348-a970-46ae-be5e-b493e628ee1a.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"4799337C\"\n            }\n        ],\n        \"bolnumber\": \"134771299\",\n        \"ponumber\": \"1453560\",\n        \"pronumber\": \"ADS505493\"\n    },\n    {\n        \"shipmentID\": 505495,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 3100,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1753833600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1754006400000,\n        \"deliveryDate\": 1754006400000,\n        \"shipperName\": \"Generac\",\n        \"shipperAddress\": \"215 Power Drive\",\n        \"shipperCity\": \"Berlin\",\n        \"shipperState\": \"WI\",\n        \"shipperZip\": \"54923\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USAFCENT FP \",\n        \"consigneeAddress\": \"611 Lark rd\",\n        \"consigneeCity\": \"Shaw AFB\",\n        \"consigneeState\": \"SC\",\n        \"consigneeZip\": \"29152\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 7,\n        \"totalWeight\": 7350,\n        \"totalHU\": 7,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/759c8a7a-18b1-4a0e-9840-8ca82bcccd3d.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134771311\",\n        \"ponumber\": null,\n        \"pronumber\": \"ADS505495\"\n    },\n    {\n        \"shipmentID\": 505556,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 3250,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1753401600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1753660800000,\n        \"deliveryDate\": 1753660800000,\n        \"shipperName\": \"TYR Tactical LLC\",\n        \"shipperAddress\": \"9330 N 91st Ave\",\n        \"shipperCity\": \"Peoria\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FBI DSU\",\n        \"consigneeAddress\": \"4942 Fowler Road Bldg 7100\",\n        \"consigneeCity\": \"Redstone Arsenal\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35898\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 2947,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/5359cacc-1e3a-402b-89b8-9b5abd6cbe7b.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134773657\",\n        \"ponumber\": \"1460004, 1460005, 1460002, 1460003\",\n        \"pronumber\": \"ADS505556\"\n    },\n    {\n        \"shipmentID\": 505609,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 2550,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1753833600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1754006400000,\n        \"deliveryDate\": 1754006400000,\n        \"shipperName\": \"Kratos\",\n        \"shipperAddress\": \"5381 Raley Blvd\",\n        \"shipperCity\": \"Sacramento\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"95838\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PDM TSMO THREAT SYS MGMT OFFC\",\n        \"consigneeAddress\": \"Building 8695\",\n        \"consigneeCity\": \"Orogrande\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88342\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1880,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/d0786600-751f-4de0-b671-9675bec52bbf.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"S000001755 002\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"SPE8EL24F1C58\"\n            }\n        ],\n        \"bolnumber\": \"134775498\",\n        \"ponumber\": \"1402613\",\n        \"pronumber\": \"ADS505609\"\n    },\n    {\n        \"shipmentID\": 505610,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5800,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1753833600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1754265600000,\n        \"deliveryDate\": 1754265600000,\n        \"shipperName\": \"MIDWAY INDUSTRIAL SUPPLY\",\n        \"shipperAddress\": \"3930 Eastbourne Dr.\",\n        \"shipperCity\": \"Syracuse\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"13206\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"49TH MMSS LGSPAR \",\n        \"consigneeAddress\": \"1273 Bear Path Rd BLDG 902 Rm 109\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 38272,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b55b9c86-f6d9-4da1-a02f-8fe0cbff9ded.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134775510\",\n        \"ponumber\": \"1399232\",\n        \"pronumber\": \"ADS505610\"\n    },\n    {\n        \"shipmentID\": 505618,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 4400,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1753833600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1754265600000,\n        \"deliveryDate\": 1754265600000,\n        \"shipperName\": \"STIDD Systems Inc\",\n        \"shipperAddress\": \"220 Carpenter Street\",\n        \"shipperCity\": \"Greenport\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11944\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWC PANAMA CITY\",\n        \"consigneeAddress\": \"110 VERNON AVE BLDG 543\",\n        \"consigneeCity\": \"Panama City Beach\",\n        \"consigneeState\": \"FL\",\n        \"consigneeZip\": \"32407\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 1340,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/4b56f303-e996-434c-a160-8d855843fbee.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F10M8\"\n            }\n        ],\n        \"bolnumber\": \"134775826\",\n        \"ponumber\": \"1417514\",\n        \"pronumber\": \"ADS505618\"\n    },\n    {\n        \"shipmentID\": 505645,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 800,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1754265600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1754265600000,\n        \"deliveryDate\": 1754265600000,\n        \"shipperName\": \"Sea Box Inc\",\n        \"shipperAddress\": \"700 Union Landing Road\",\n        \"shipperCity\": \"Cinnaminson\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08077\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"S&W Metal Products\",\n        \"consigneeAddress\": \"200C N Furnace Road\",\n        \"consigneeCity\": \"Birdsboro\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"19508\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 14000,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/6b2c4b3e-6f3d-4829-9571-d4523d2ffacd.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"102225\"\n            }\n        ],\n        \"bolnumber\": \"134776684\",\n        \"ponumber\": \"1443931\",\n        \"pronumber\": \"ADS505645\"\n    },\n    {\n        \"shipmentID\": 505646,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 800,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1754265600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1754265600000,\n        \"deliveryDate\": 1754265600000,\n        \"shipperName\": \"Sea Box Inc\",\n        \"shipperAddress\": \"700 Union Landing Road\",\n        \"shipperCity\": \"Cinnaminson\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08077\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"S&W Metal Products\",\n        \"consigneeAddress\": \"200C N Furnace Road\",\n        \"consigneeCity\": \"Birdsboro\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"19508\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 14000,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/633ac4a7-1265-472a-a6b6-586eea1efa76.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"102225\"\n            }\n        ],\n        \"bolnumber\": \"134776685\",\n        \"ponumber\": \"1443931\",\n        \"pronumber\": \"ADS505646\"\n    },\n    {\n        \"shipmentID\": 505647,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 850,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1754265600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1754265600000,\n        \"deliveryDate\": 1754265600000,\n        \"shipperName\": \"Sea Box Inc\",\n        \"shipperAddress\": \"700 Union Landing Road\",\n        \"shipperCity\": \"Cinnaminson\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08077\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"S&W Metal Products\",\n        \"consigneeAddress\": \"200C N Furnace Road\",\n        \"consigneeCity\": \"Birdsboro\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"19508\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 16800,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/3474ffd3-59bd-4ea4-9d8b-2a5370ed2a28.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"102225\"\n            }\n        ],\n        \"bolnumber\": \"134776686\",\n        \"ponumber\": \"1443931\",\n        \"pronumber\": \"ADS505647\"\n    },\n    {\n        \"shipmentID\": 505656,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 4700,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1753920000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1754352000000,\n        \"deliveryDate\": 1754265600000,\n        \"shipperName\": \"FORCEPROTECTOR GEAR, LLC.\",\n        \"shipperAddress\": \"7332 VARNA AVE.\",\n        \"shipperCity\": \"North Hollywood\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"91605\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Wright Pattersoon AFB :    435th SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR EMEF DOOR 28\",\n        \"consigneeCity\": \"Wright Patterson AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 288,\n        \"totalWeight\": 9600,\n        \"totalHU\": 24,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/653ddec2-9217-419f-9445-73aaa5bfa292.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"SPE8EL25F13YF\"\n            }\n        ],\n        \"bolnumber\": \"134777136\",\n        \"ponumber\": \"1439506\",\n        \"pronumber\": \"ADS505656\"\n    },\n    {\n        \"shipmentID\": 505680,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1840,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1754265600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1754265600000,\n        \"deliveryDate\": 1754265600000,\n        \"shipperName\": \" Key Cargo Marine\",\n        \"shipperAddress\": \"9400 BUSCH DR. 0\",\n        \"shipperCity\": \"Jacksonville\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" 435TH SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR, EMEF DOOR 28\",\n        \"consigneeCity\": \"WRIGHT PATTERSON AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 14,\n        \"totalWeight\": 7224,\n        \"totalHU\": 14,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/719682d7-8098-4d61-ab66-3b3f0ef17c15.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"459326\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"PS-180637\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"SPE8EL25F13YF\"\n            }\n        ],\n        \"bolnumber\": \"134777837\",\n        \"ponumber\": \"1439381\",\n        \"pronumber\": \"ADS505680\"\n    },\n    {\n        \"shipmentID\": 505828,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1200,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1754870400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1754956800000,\n        \"deliveryDate\": 1754956800000,\n        \"shipperName\": \"KELLYKLOSURE\",\n        \"shipperAddress\": \"220 North H Street\",\n        \"shipperCity\": \"Fremont\",\n        \"shipperState\": \"NE\",\n        \"shipperZip\": \"68025\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Construction Engineering Research Laboratory (CERL)\",\n        \"consigneeAddress\": \"246 Dagger Street, Bldg #1\",\n        \"consigneeCity\": \"Fort Leonard Wood\",\n        \"consigneeState\": \"MO\",\n        \"consigneeZip\": \"65473\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 18,\n        \"totalWeight\": 10644,\n        \"totalHU\": 18,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/3bf8f9eb-29a0-4534-bc97-379988397a1f.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Mark# W81EWF50490000.\"\n            }\n        ],\n        \"bolnumber\": \"134782038\",\n        \"ponumber\": \"1441467\",\n        \"pronumber\": \"ADS505828\"\n    },\n    {\n        \"shipmentID\": 505830,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1175,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1754524800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1754956800000,\n        \"deliveryDate\": 1754956800000,\n        \"shipperName\": \"KELLYKLOSURE\",\n        \"shipperAddress\": \"220 North H Street\",\n        \"shipperCity\": \"Fremont\",\n        \"shipperState\": \"NE\",\n        \"shipperZip\": \"68025\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Construction Engineering Research Laboratory (CERL)\",\n        \"consigneeAddress\": \"246 Dagger Street, Bldg #1\",\n        \"consigneeCity\": \"Fort Leonard Wood\",\n        \"consigneeState\": \"MO\",\n        \"consigneeZip\": \"65473\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 15,\n        \"totalWeight\": 10410,\n        \"totalHU\": 15,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c5c0fa25-2aab-4c16-9d46-86552d519801.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Mark# W81EWF50490000.\"\n            }\n        ],\n        \"bolnumber\": \"134782115\",\n        \"ponumber\": \"1441467\",\n        \"pronumber\": \"ADS505830\"\n    },\n    {\n        \"shipmentID\": 505865,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 4900,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1754524800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1754870400000,\n        \"deliveryDate\": 1754870400000,\n        \"shipperName\": \"FORCEPROTECTOR GEAR, LLC.\",\n        \"shipperAddress\": \"7332 VARNA AVE.\",\n        \"shipperCity\": \"North Hollywood\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"91605\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Wright Pattersoon AFB :    435th SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR EMEF DOOR 28\",\n        \"consigneeCity\": \"Wright Patterson AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 21,\n        \"totalWeight\": 8400,\n        \"totalHU\": 21,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/f06bc425-f861-4797-b04a-02dc30dde621.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SPE8EL25F13YF\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"FB488050831K9T\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"20250226948237\"\n            }\n        ],\n        \"bolnumber\": \"134782950\",\n        \"ponumber\": \"1439506\",\n        \"pronumber\": \"ADS505865\"\n    },\n    {\n        \"shipmentID\": 505948,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 2070,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1754870400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1755561600000,\n        \"deliveryDate\": 1755561600000,\n        \"shipperName\": \"Better Engineering MFG., Inc.\",\n        \"shipperAddress\": \"1802 Fashion Court\",\n        \"shipperCity\": \"Joppa\",\n        \"shipperState\": \"MD\",\n        \"shipperZip\": \"21085\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"309TH CMXG\",\n        \"consigneeAddress\": \"5760 Southgate Ave - Bldg 507\",\n        \"consigneeCity\": \"Hill AFB\",\n        \"consigneeState\": \"UT\",\n        \"consigneeZip\": \"84056\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 3000,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/9187578f-b160-4479-8b49-cf028ba42c74.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"532 CMMXS\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"SN-23898\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"F-4000-P\"\n            }\n        ],\n        \"bolnumber\": \"134785422\",\n        \"ponumber\": \"1427446\",\n        \"pronumber\": \"ADS505948\"\n    },\n    {\n        \"shipmentID\": 505998,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 4025,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1755216000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1755820800000,\n        \"deliveryDate\": 1755820800000,\n        \"shipperName\": \"Avtron Power Solutions\",\n        \"shipperAddress\": \"9450 Allen Drive - Suite B\",\n        \"shipperCity\": \"Cleveland\",\n        \"shipperState\": \"OH\",\n        \"shipperZip\": \"44125\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Portsmouth Naval Shipyard\",\n        \"consigneeAddress\": \"BLDG 170\",\n        \"consigneeCity\": \"Kittery\",\n        \"consigneeState\": \"ME\",\n        \"consigneeZip\": \"03904\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 9000,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b9607d5e-8372-47eb-ae7d-8c56f6913a01.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"231003200\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"SPE8EL24F1DS4\"\n            }\n        ],\n        \"bolnumber\": \"134786242\",\n        \"ponumber\": \"1409783\",\n        \"pronumber\": \"ADS505998\"\n    },\n    {\n        \"shipmentID\": 506013,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1750,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1755043200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1755216000000,\n        \"deliveryDate\": 1755216000000,\n        \"shipperName\": \" Key Cargo Marine\",\n        \"shipperAddress\": \"9400 BUSCH DR. 0\",\n        \"shipperCity\": \"Jacksonville\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32218\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \" 435TH SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR, EMEF DOOR 28\",\n        \"consigneeCity\": \"WRIGHT PATTERSON AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 13,\n        \"totalWeight\": 7370,\n        \"totalHU\": 13,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/7fb5cabc-7d2b-48a2-844a-47448d7a37da.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"A-III/ PS-181052\"\n            },\n            {\n                \"name\": \"SO #\",\n                \"value\": \"459326\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"SPE8EL25F13YF\"\n            }\n        ],\n        \"bolnumber\": \"134786592\",\n        \"ponumber\": \"1439381\",\n        \"pronumber\": \"ADS506013\"\n    },\n    {\n        \"shipmentID\": 506015,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 2500,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1755043200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1756339200000,\n        \"deliveryDate\": 1756425600000,\n        \"shipperName\": \"HIGHLAND ENGINEERING INC.\",\n        \"shipperAddress\": \"1153 Grand Oaks - Bldg B\",\n        \"shipperCity\": \"HOWELL \",\n        \"shipperState\": \"MI\",\n        \"shipperZip\": \"48843\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"V Alexander and Co Inc\",\n        \"consigneeAddress\": \"22815 Glenn Dr\",\n        \"consigneeCity\": \"Sterling\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"20164\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 28304,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/759f702e-0612-4824-ad16-e1123d4b210a.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"SPE8EL24F10Z5\"\n            }\n        ],\n        \"bolnumber\": \"134786622\",\n        \"ponumber\": \"1344205\",\n        \"pronumber\": \"ADS506015\"\n    },\n    {\n        \"shipmentID\": 506017,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 750,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1755043200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1755129600000,\n        \"deliveryDate\": 1755129600000,\n        \"shipperName\": \"PELICAN PRODUCTS\",\n        \"shipperAddress\": \"147 North Main Street\",\n        \"shipperCity\": \"South Deerfield\",\n        \"shipperState\": \"MA\",\n        \"shipperZip\": \"01373\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"HUMAN TECHNOLOGIES CORP\",\n        \"consigneeAddress\": \"2201 DWYER AVENUE\",\n        \"consigneeCity\": \"Utica\",\n        \"consigneeState\": \"NY\",\n        \"consigneeZip\": \"13501\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 153,\n        \"totalWeight\": 4100,\n        \"totalHU\": 10,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/ec70a291-1785-482e-83ee-f342972eb361.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"2814179\"\n            },\n            {\n                \"name\": \"Delivery #\",\n                \"value\": \"87107525\"\n            },\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"DEAV70885/19AQMM25F0905\"\n            }\n        ],\n        \"bolnumber\": \"134786645\",\n        \"ponumber\": \"1457791\",\n        \"pronumber\": \"ADS506017\"\n    },\n    {\n        \"shipmentID\": 506070,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 4900,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1755129600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1755734400000,\n        \"deliveryDate\": 1755734400000,\n        \"shipperName\": \"FORCEPROTECTOR GEAR, LLC.\",\n        \"shipperAddress\": \"7332 VARNA AVE.\",\n        \"shipperCity\": \"North Hollywood\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"91605\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Wright Pattersoon AFB :    435th SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR EMEF DOOR 28\",\n        \"consigneeCity\": \"Wright Patterson AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 19,\n        \"totalWeight\": 7600,\n        \"totalHU\": 19,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/6292dc98-fc39-4f5a-953c-f68d8d241f49.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"SPE8EL25F13YF\"\n            }\n        ],\n        \"bolnumber\": \"134788291\",\n        \"ponumber\": \"1439506\",\n        \"pronumber\": \"ADS506070\"\n    },\n    {\n        \"shipmentID\": 506187,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 2520,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1755648000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1756166400000,\n        \"deliveryDate\": 1756166400000,\n        \"shipperName\": \"Babington Technology\",\n        \"shipperAddress\": \"159 Fabrication Way\",\n        \"shipperCity\": \"Rocky Mount\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"27804\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FB6201/104th FW\",\n        \"consigneeAddress\": \"175 Falcon Drive\",\n        \"consigneeCity\": \"Westfield\",\n        \"consigneeState\": \"MA\",\n        \"consigneeZip\": \"01085\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 7000,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/e7b745a1-8504-48ec-bb7b-4ec5f1acf769.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"FB620143440000\"\n            }\n        ],\n        \"bolnumber\": \"134790962\",\n        \"ponumber\": \"1420893\",\n        \"pronumber\": \"ADS506187\"\n    },\n    {\n        \"shipmentID\": 506272,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 4945,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1755820800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1756425600000,\n        \"deliveryDate\": 1756425600000,\n        \"shipperName\": \"AKS Industries, Inc.\",\n        \"shipperAddress\": \"301 Rea Blvd\",\n        \"shipperCity\": \"Las Cruces\",\n        \"shipperState\": \"NM\",\n        \"shipperZip\": \"88007\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"2nd MAW MWSS 272\",\n        \"consigneeAddress\": \"4158 Perimeter - Bldg AS\",\n        \"consigneeCity\": \"Mccutcheon Field\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28545\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 14,\n        \"totalWeight\": 16005,\n        \"totalHU\": 14,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Pick up #\",\n                \"value\": \"AKS-BS921-2\"\n            },\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"SPE8EM25F109S\"\n            },\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"M0027251750000\"\n            }\n        ],\n        \"bolnumber\": \"134792848\",\n        \"ponumber\": \"1466117\",\n        \"pronumber\": \"ADS506272\"\n    },\n    {\n        \"shipmentID\": 506291,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 2520,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1755820800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1756339200000,\n        \"deliveryDate\": 1756339200000,\n        \"shipperName\": \" Maxify Solutions\",\n        \"shipperAddress\": \"6031 Airport Dr \",\n        \"shipperCity\": \"Charlotte\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28208\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"DLA DISTRIBUTION\",\n        \"consigneeAddress\": \"3301 F Ave Cen - Bldg 506 - Door 22\",\n        \"consigneeCity\": \"Oklahoma City\",\n        \"consigneeState\": \"OK\",\n        \"consigneeZip\": \"73145\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 49,\n        \"totalWeight\": 14700,\n        \"totalHU\": 49,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c5465353-b2ab-4479-8ece-28c537a6d40d.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"SW321151900630\"\n            }\n        ],\n        \"bolnumber\": \"134793411\",\n        \"ponumber\": \"1461070\",\n        \"pronumber\": \"ADS506291\"\n    },\n    {\n        \"shipmentID\": 506292,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1320,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1755734400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1755820800000,\n        \"deliveryDate\": 1755820800000,\n        \"shipperName\": \"Sea Box Inc\",\n        \"shipperAddress\": \"321 Valley Road\",\n        \"shipperCity\": \"Hillsborough\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08844\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Distribution Management Office\",\n        \"consigneeAddress\": \"O Street - Bldg 1012 - Bay #8\",\n        \"consigneeCity\": \"Camp Lejeune\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28547\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 10400,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/8c511c62-8019-4539-bb26-f0c132567480.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"102258, 102261, 102262, 102263\"\n            }\n        ],\n        \"bolnumber\": \"134793440\",\n        \"ponumber\": \"1446341, 1446343, 1446344, 1446345\",\n        \"pronumber\": \"ADS506292\"\n    },\n    {\n        \"shipmentID\": 506293,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1320,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1755820800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1756166400000,\n        \"deliveryDate\": 1756166400000,\n        \"shipperName\": \"Sea Box Inc\",\n        \"shipperAddress\": \"321 Valley Road\",\n        \"shipperCity\": \"Hillsborough\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08844\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Distribution Management Office\",\n        \"consigneeAddress\": \"O Street - Bldg 1012 - Bay #8\",\n        \"consigneeCity\": \"Camp Lejeune\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28547\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 10400,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c0c63cbe-1c3d-48c1-af87-cbaf6ccbfe85.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"102258/102261/102262/102263\"\n            }\n        ],\n        \"bolnumber\": \"134793442\",\n        \"ponumber\": \"1446341, 1446343, 1446344, 1446345\",\n        \"pronumber\": \"ADS506293\"\n    },\n    {\n        \"shipmentID\": 506294,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1320,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1755820800000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1756166400000,\n        \"deliveryDate\": 1756166400000,\n        \"shipperName\": \"Sea Box Inc\",\n        \"shipperAddress\": \"321 Valley Road\",\n        \"shipperCity\": \"Hillsborough\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08844\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Distribution Management Office\",\n        \"consigneeAddress\": \"O Street - Bldg 1012 - Bay #8\",\n        \"consigneeCity\": \"Camp Lejeune\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28547\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 10400,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/fcd03ce5-5fe7-4950-8a11-0d5b3113d972.pdf\",\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"102258/102261/102262/102263\"\n            }\n        ],\n        \"bolnumber\": \"134793444\",\n        \"ponumber\": \"1446341, 1446343, 1446344, 1446345\",\n        \"pronumber\": \"ADS506294\"\n    },\n    {\n        \"shipmentID\": 506299,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1322,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1755734400000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1755820800000,\n        \"deliveryDate\": 1755820800000,\n        \"shipperName\": \"Sea Box Inc\",\n        \"shipperAddress\": \"321 Valley Road\",\n        \"shipperCity\": \"Hillsborough\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08844\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Distribution Management Office\",\n        \"consigneeAddress\": \"O Street - Bldg 1012 - Bay #8\",\n        \"consigneeCity\": \"Camp Lejeune\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28547\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 10400,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/363c94f4-559e-4b87-9df3-1a684cf6f369.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"134793552\",\n        \"ponumber\": null,\n        \"pronumber\": \"ADS506299\"\n    },\n    {\n        \"shipmentID\": 506386,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 4900,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1756080000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1756425600000,\n        \"deliveryDate\": 1756425600000,\n        \"shipperName\": \"FORCEPROTECTOR GEAR, LLC.\",\n        \"shipperAddress\": \"7332 VARNA AVE.\",\n        \"shipperCity\": \"North Hollywood\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"91605\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Wright Pattersoon AFB :    435th SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR EMEF DOOR 28\",\n        \"consigneeCity\": \"Wright Patterson AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 21,\n        \"totalWeight\": 8400,\n        \"totalHU\": 21,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"SPE8EL25F13YF\"\n            }\n        ],\n        \"bolnumber\": \"134796076\",\n        \"ponumber\": \"1439506\",\n        \"pronumber\": \"ADS506386\"\n    },\n    {\n        \"shipmentID\": 506425,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 3500,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1756425600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1756771200000,\n        \"deliveryDate\": 1756771200000,\n        \"shipperName\": \"Intercomp Company\",\n        \"shipperAddress\": \"3839 County Road 116\",\n        \"shipperCity\": \"Medina\",\n        \"shipperState\": \"MN\",\n        \"shipperZip\": \"55340\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"USAF 821 CRSS - F3ZT93\",\n        \"consigneeAddress\": \"109 Ragsdale Rd - Bldg 924\",\n        \"consigneeCity\": \"Travis AFB\",\n        \"consigneeState\": \"CA\",\n        \"consigneeZip\": \"94535\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 11,\n        \"totalWeight\": 6985,\n        \"totalHU\": 11,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"INT985377\"\n            }\n        ],\n        \"bolnumber\": \"134797222\",\n        \"ponumber\": \"1414554\",\n        \"pronumber\": \"ADS506425\"\n    },\n    {\n        \"shipmentID\": 506426,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1400,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1756425600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1756857600000,\n        \"deliveryDate\": 1756771200000,\n        \"shipperName\": \"Med-Eng LLC\",\n        \"shipperAddress\": \"103 Tulloch Dr.\",\n        \"shipperCity\": \"Ogdensburg\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"13669\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FBI\",\n        \"consigneeAddress\": \"1 RANGE RD\",\n        \"consigneeCity\": \"Quantico\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22135\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 992,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"15F06725F0000992\"\n            }\n        ],\n        \"bolnumber\": \"134797278\",\n        \"ponumber\": \"1456360\",\n        \"pronumber\": \"ADS506426\"\n    },\n    {\n        \"shipmentID\": 506442,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 750,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1756771200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1756857600000,\n        \"deliveryDate\": 1756857600000,\n        \"shipperName\": \"Sea Box Inc\",\n        \"shipperAddress\": \"700 Union Landing Road\",\n        \"shipperCity\": \"Cinnaminson\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08077\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"S&W Metal Products\",\n        \"consigneeAddress\": \"200C N Furnace Road\",\n        \"consigneeCity\": \"Birdsboro\",\n        \"consigneeState\": \"PA\",\n        \"consigneeZip\": \"19508\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 16800,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"SO #\",\n                \"value\": \"102319\"\n            }\n        ],\n        \"bolnumber\": \"134797834\",\n        \"ponumber\": \"1449786\",\n        \"pronumber\": \"ADS506442\"\n    },\n    {\n        \"shipmentID\": 506527,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1380,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1756425600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1756944000000,\n        \"deliveryDate\": 1756944000000,\n        \"shipperName\": \"Carter Machinery\",\n        \"shipperAddress\": \"1330 Lynchburg Tpke\",\n        \"shipperCity\": \"Salem\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"24153\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"436TH APS\",\n        \"consigneeAddress\": \"550 Atlantic St\",\n        \"consigneeCity\": \"Dover AFB\",\n        \"consigneeState\": \"DE\",\n        \"consigneeZip\": \"19902\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 6,\n        \"totalWeight\": 10500,\n        \"totalHU\": 6,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Customer PO\",\n                \"value\": \"99448\"\n            }\n        ],\n        \"bolnumber\": \"134799960\",\n        \"ponumber\": \"1458444\",\n        \"pronumber\": \"ADS506527\"\n    },\n    {\n        \"shipmentID\": 506543,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 3400,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1756771200000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1757030400000,\n        \"deliveryDate\": 1757030400000,\n        \"shipperName\": \"TYR Tactical LLC\",\n        \"shipperAddress\": \"9330 N 91st Ave\",\n        \"shipperCity\": \"Peoria\",\n        \"shipperState\": \"AZ\",\n        \"shipperZip\": \"85345\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"FBI DSU\",\n        \"consigneeAddress\": \"4942 Fowler Road Bldg 7100\",\n        \"consigneeCity\": \"Redstone Arsenal\",\n        \"consigneeState\": \"AL\",\n        \"consigneeZip\": \"35898\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 3300,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Pick up #\",\n                \"value\": \"PO #  1469054\"\n            }\n        ],\n        \"bolnumber\": \"134800431\",\n        \"ponumber\": \"1469054\",\n        \"pronumber\": \"ADS506543\"\n    },\n    {\n        \"shipmentID\": 506620,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 500,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1756857600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1756944000000,\n        \"deliveryDate\": 1756944000000,\n        \"shipperName\": \"TRUE NORTH ENTERPRISES\",\n        \"shipperAddress\": \"2608 Horse Pasture Rd - Units 108-119\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSWCDD GUN AND ELECTRONIC WEAPON SYSTEMS\",\n        \"consigneeAddress\": \"6220 Tisdale Rd - Bldg 125\",\n        \"consigneeCity\": \"Dahlgren\",\n        \"consigneeState\": \"VA\",\n        \"consigneeZip\": \"22488\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 2866,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"SPE8EL25F16U8\"\n            }\n        ],\n        \"bolnumber\": \"134802339\",\n        \"ponumber\": \"1453934\",\n        \"pronumber\": \"ADS506620\"\n    },\n    {\n        \"shipmentID\": 506631,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5750,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1756944000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1757289600000,\n        \"deliveryDate\": 1757289600000,\n        \"shipperName\": \"MIDWAY INDUSTRIAL SUPPLY\",\n        \"shipperAddress\": \"3930 Eastbourne Dr.\",\n        \"shipperCity\": \"Syracuse\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"13206\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"49TH MMSS LGSPAR \",\n        \"consigneeAddress\": \"1273 Bear Path Rd BLDG 902 Rm 109\",\n        \"consigneeCity\": \"Holloman AFB\",\n        \"consigneeState\": \"NM\",\n        \"consigneeZip\": \"88330\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 8,\n        \"totalWeight\": 38272,\n        \"totalHU\": 8,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [],\n        \"bolnumber\": \"134802605\",\n        \"ponumber\": \"1399232\",\n        \"pronumber\": \"ADS506631\"\n    },\n    {\n        \"shipmentID\": 506643,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 4900,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1756944000000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1757289600000,\n        \"deliveryDate\": 1757289600000,\n        \"shipperName\": \"FORCEPROTECTOR GEAR, LLC.\",\n        \"shipperAddress\": \"7332 VARNA AVE.\",\n        \"shipperCity\": \"North Hollywood\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"91605\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"Wright Pattersoon AFB :    435th SCOS\",\n        \"consigneeAddress\": \"1811 VAN PATTON DR EMEF DOOR 28\",\n        \"consigneeCity\": \"Wright Patterson AFB\",\n        \"consigneeState\": \"OH\",\n        \"consigneeZip\": \"45433\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 22,\n        \"totalWeight\": 8800,\n        \"totalHU\": 22,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"TCN #\",\n                \"value\": \"SPE8EL25F13YF\"\n            }\n        ],\n        \"bolnumber\": \"134803355\",\n        \"ponumber\": \"1439506\",\n        \"pronumber\": \"ADS506643\"\n    },\n    {\n        \"shipmentID\": 506647,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 1560,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"DELIVERED\",\n        \"shipDate\": 1757289600000,\n        \"modeDesc\": \"Truckload\",\n        \"estimatedDeliveryDate\": 1757376000000,\n        \"deliveryDate\": 1757376000000,\n        \"shipperName\": \"CEVA LOGISTICS\",\n        \"shipperAddress\": \"1564 Innovation Blvd\",\n        \"shipperCity\": \"Clayton\",\n        \"shipperState\": \"IN\",\n        \"shipperZip\": \"46118 \",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"  USSOCOM REGIONAL CONTRACTING OFC\",\n        \"consigneeAddress\": \"BLDG 9478 MALVESTI RD, AFSOC UNIT 516\",\n        \"consigneeCity\": \"Fort Bragg\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28303 \",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 12,\n        \"totalWeight\": 3574,\n        \"totalHU\": 12,\n        \"termsDesc\": \"Third Party\",\n        \"podImageUrl\": null,\n        \"referenceFields\": [\n            {\n                \"name\": \"Ref #\",\n                \"value\": \"Order# 87123348\"\n            }\n        ],\n        \"bolnumber\": \"134803542\",\n        \"ponumber\": \"1474689\",\n        \"pronumber\": \"ADS506647\"\n    },\n    {\n        \"shipmentID\": 4234687,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1679270400000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1679875200000,\n        \"deliveryDate\": 1806364800000,\n        \"shipperName\": \"JP Laboratories, Inc\",\n        \"shipperAddress\": \"120 Wood Avenue\",\n        \"shipperCity\": \"Middlesex\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08846\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"31ST LRS\",\n        \"consigneeAddress\": \"BLDG 1029 CP CARGO MOVEMENT ELEMENT :\",\n        \"consigneeCity\": \"AVIANO AB\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"33081\",\n        \"consigneeCountry\": \"ITA\",\n        \"totalPieces\": 0,\n        \"totalWeight\": 50,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Export\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/093d7f84-cf7e-43e3-b9fc-fd7799e5ad3f.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"771590405647 \",\n        \"ponumber\": \"1266029\",\n        \"pronumber\": \"ADS4234687\"\n    },\n    {\n        \"shipmentID\": 4767032,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 0,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1737590400000,\n        \"modeDesc\": \"International Ocean\",\n        \"estimatedDeliveryDate\": 1756166400000,\n        \"deliveryDate\": 1756166400000,\n        \"shipperName\": \"ADS\",\n        \"shipperAddress\": \"2505 AVIATOR DR\",\n        \"shipperCity\": \"VIRGINIA BEACH\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"US EMBASSY CHISINAU\",\n        \"consigneeAddress\": \"103 MATEEVICI STREET\",\n        \"consigneeCity\": \"CHISINAU\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"02009\",\n        \"consigneeCountry\": \"MDA\",\n        \"totalPieces\": 0,\n        \"totalWeight\": 0,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/da2f1c3d-ce89-4e6e-8f84-f759d5b69ecd.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"ADS4767032\",\n        \"ponumber\": \"none\",\n        \"pronumber\": \"ADS4767032\"\n    },\n    {\n        \"shipmentID\": 4788075,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5000,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751846400000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1754352000000,\n        \"deliveryDate\": 1754352000000,\n        \"shipperName\": \"ADS\",\n        \"shipperAddress\": \"2505 AVIATOR DR\",\n        \"shipperCity\": \"VIRGINIA BEACH\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"KASARNA RATKO PAVLOVIC CICKO\",\n        \"consigneeAddress\": \"ULICA VUKA KARADZICA BB\",\n        \"consigneeCity\": \"PROKUPLJE\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"18400\",\n        \"consigneeCountry\": \"SCG\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 1719,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/db858edc-43a3-4587-9ad8-aa2fb11c353f.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"ADS4788075\",\n        \"ponumber\": \"1349940\",\n        \"pronumber\": \"ADS4788075\"\n    },\n    {\n        \"shipmentID\": 4788097,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5000,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1750896000000,\n        \"modeDesc\": \"International Ocean\",\n        \"estimatedDeliveryDate\": 1756771200000,\n        \"deliveryDate\": 1756771200000,\n        \"shipperName\": \"Hexagon Metrology GmbH\",\n        \"shipperAddress\": \"Siegmund-Hiepe-Str. 2-12\",\n        \"shipperCity\": \"Wetzlar\",\n        \"shipperState\": \"\",\n        \"shipperZip\": \"35578\",\n        \"shipperCountry\": \"DEU\",\n        \"consigneeName\": \"NEW YORK FORWARDING SERVICES INC\",\n        \"consigneeAddress\": \"249 SHIPYARD BLVD\",\n        \"consigneeCity\": \"WILMINGTON\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28412\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 10,\n        \"totalWeight\": 36484,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Import\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c3a444a3-b10a-42b7-b1f4-ba775bbc7b17.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"ADS4788097\",\n        \"ponumber\": \"1173128\",\n        \"pronumber\": \"ADS4788097\"\n    },\n    {\n        \"shipmentID\": 4898721,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5000,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1747872000000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1752105600000,\n        \"deliveryDate\": 1752105600000,\n        \"shipperName\": \"Neros Technologies\",\n        \"shipperAddress\": \"1924 E MAPLE AVENUE\",\n        \"shipperCity\": \"EL SEGUNDO\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"90245\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"173RD ABCT\",\n        \"consigneeAddress\": \"0173 CS BN CO A DISTRIBUTION CASERMA DEL DIN BLDG 98 VIALE FERRARIN\",\n        \"consigneeCity\": \"VICENZA\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"36100\",\n        \"consigneeCountry\": \"ITA\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 878,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/d83853de-2fa7-4377-bd54-ad170459c339.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"ADS4898721\",\n        \"ponumber\": \"1433740\",\n        \"pronumber\": \"ADS4898721\"\n    },\n    {\n        \"shipmentID\": 4898727,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5000,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754956800000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1756080000000,\n        \"deliveryDate\": 1756080000000,\n        \"shipperName\": \"RED RIVER TECHNOLOGY LLC\",\n        \"shipperAddress\": \"425 WASHINGTON ST DOCK 1 - 4\",\n        \"shipperCity\": \"CLAREMONT\",\n        \"shipperState\": \"NH\",\n        \"shipperZip\": \"03743\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"SOCAF\",\n        \"consigneeAddress\": \"BLDG 730 SOUTH ROAD  CENTRAL RECEIVING POINT JSOTF-SOM J6\",\n        \"consigneeCity\": \"CAMP LEMONNIER\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"\",\n        \"consigneeCountry\": \"DJI\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 790,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/98143f2e-f469-4909-852e-8698db6d7238.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"ADS4898727\",\n        \"ponumber\": \"1446339\",\n        \"pronumber\": \"ADS4898727\"\n    },\n    {\n        \"shipmentID\": 4905979,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5000,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751414400000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1753747200000,\n        \"deliveryDate\": 1753747200000,\n        \"shipperName\": \"Cascade Designs\",\n        \"shipperAddress\": \"10990 Lear Blvd Suite 100\",\n        \"shipperCity\": \"Reno\",\n        \"shipperState\": \"NV\",\n        \"shipperZip\": \"89506\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"2ND ASOS\",\n        \"consigneeAddress\": \"2 ASOS HHT 2CR UNIT 28019 BUILDING 695 ROSE BARRACKS\",\n        \"consigneeCity\": \"VILSECK\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"92249\",\n        \"consigneeCountry\": \"DEU\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 494,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/ae76b39b-8a61-4325-87a1-e1cddc097958.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"ADS4905979\",\n        \"ponumber\": \"1406860\",\n        \"pronumber\": \"ADS4905979\"\n    },\n    {\n        \"shipmentID\": 4926294,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5000,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755561600000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1756857600000,\n        \"deliveryDate\": 1756857600000,\n        \"shipperName\": \"TRIOPTICS GmbH\",\n        \"shipperAddress\": \"Strandbaddamm 6\",\n        \"shipperCity\": \"Wedel\",\n        \"shipperState\": \"\",\n        \"shipperZip\": \"22880\",\n        \"shipperCountry\": \"DEU\",\n        \"consigneeName\": \"Fire Control Systems & Technology Directorate (FCDD ACW F)\",\n        \"consigneeAddress\": \"4th Ave., Bldg 95, US Army CCDC\",\n        \"consigneeCity\": \"Picatinny Arsenal\",\n        \"consigneeState\": \"NJ\",\n        \"consigneeZip\": \"07808\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 618,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Import\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/7ee73c6f-59e9-42cb-8950-b6c53a2402fb.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"ADS4926294\",\n        \"ponumber\": \"1412886\",\n        \"pronumber\": \"ADS4926294\"\n    },\n    {\n        \"shipmentID\": 4932864,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5000,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751500800000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1752019200000,\n        \"deliveryDate\": 1752624000000,\n        \"shipperName\": \"NOTRAX\",\n        \"shipperAddress\": \"6674 E CR 1000 N\",\n        \"shipperCity\": \"Mattoon\",\n        \"shipperState\": \"IL\",\n        \"shipperZip\": \"61938\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"MARINE CORPS INSTALLATIONS PACIFIC (MCIPAC)\",\n        \"consigneeAddress\": \"CAMP KINSER BLDG # 326\",\n        \"consigneeCity\": \"Okinawa-Shi\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"901-2101\",\n        \"consigneeCountry\": \"JPN\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 134,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Export\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/937bb1a4-b2de-49de-9da5-ba80fad53408.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"ADS4932864\",\n        \"ponumber\": \"1453737\",\n        \"pronumber\": \"ADS4932864\"\n    },\n    {\n        \"shipmentID\": 4940892,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5000,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751414400000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1752537600000,\n        \"deliveryDate\": 1752537600000,\n        \"shipperName\": \"Armag Corporation\",\n        \"shipperAddress\": \"300 Armag Ave\",\n        \"shipperCity\": \"Bardstown\",\n        \"shipperState\": \"KY\",\n        \"shipperZip\": \"40004\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"IWAKUNI PMO\",\n        \"consigneeAddress\": \"BLDG 1710 M/F: M02209 MCAS ? IWAKUNI\",\n        \"consigneeCity\": \"IWAKUNI\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"740-0025\",\n        \"consigneeCountry\": \"JPN\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 2000,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/bb964b30-1f9d-4c54-aedc-901c4a4bb567.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"ADS4940892\",\n        \"ponumber\": \"1421152\",\n        \"pronumber\": \"ADS4940892\"\n    },\n    {\n        \"shipmentID\": 4942455,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5000,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752192000000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1753315200000,\n        \"deliveryDate\": 1753315200000,\n        \"shipperName\": \"Novatio Engineering, Inc.\",\n        \"shipperAddress\": \"1395 Main Street\",\n        \"shipperCity\": \"Waltham\",\n        \"shipperState\": \"MA\",\n        \"shipperZip\": \"02451\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"173RD ABCT\",\n        \"consigneeAddress\": \"0173 CS BN CO A DIST BSB CASERMA DEL DIN BLDG 98\",\n        \"consigneeCity\": \"VIALE FERRARIN\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"36100\",\n        \"consigneeCountry\": \"ITA\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 1500,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/d178bdb6-3d36-469f-a1b8-009360641e9f.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"ADS4942455\",\n        \"ponumber\": \"1446862\",\n        \"pronumber\": \"ADS4942455\"\n    },\n    {\n        \"shipmentID\": 4943650,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5000,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753142400000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1753920000000,\n        \"deliveryDate\": 1753920000000,\n        \"shipperName\": \"SKYDIO INC.\",\n        \"shipperAddress\": \"27317 INDUSTRIAL BLVD\",\n        \"shipperCity\": \"HAYWARD\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"94545\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"8TH SFS\",\n        \"consigneeAddress\": \"BLDG 823 E AVE RCG SECTION\",\n        \"consigneeCity\": \"KUNSAN CITY\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"573 951\",\n        \"consigneeCountry\": \"KOR\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 28,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/1f17d4ce-c03f-4217-88b7-49cd9711b41a.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"ADS4943650\",\n        \"ponumber\": \"1454956\",\n        \"pronumber\": \"ADS4943650\"\n    },\n    {\n        \"shipmentID\": 4949526,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5000,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751932800000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1752537600000,\n        \"deliveryDate\": 1752451200000,\n        \"shipperName\": \"BASIC CONCEPTS INC.\",\n        \"shipperAddress\": \"1310 HARRIS BRIDGE RD.\",\n        \"shipperCity\": \"ANDERSON\",\n        \"shipperState\": \"SC\",\n        \"shipperZip\": \"29621\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"35TH CES CEF\",\n        \"consigneeAddress\": \"FIRE STATION 1 BLDG 3003  MISAWA AIR BASE\",\n        \"consigneeCity\": \"HIRAHATA MISAWA-SHI\",\n        \"consigneeState\": \"1-2\\tAOMORI-KEN\",\n        \"consigneeZip\": \"033-0012\",\n        \"consigneeCountry\": \"JPN\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 180,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Export\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/b84964e0-c731-4637-a775-65f22ec559f4.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"ADS4949526\",\n        \"ponumber\": \"1455833\",\n        \"pronumber\": \"ADS4949526\"\n    },\n    {\n        \"shipmentID\": 4949562,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5000,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1751846400000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1752192000000,\n        \"deliveryDate\": 1752192000000,\n        \"shipperName\": \"KLAS GOVERNMENT, INC.\",\n        \"shipperAddress\": \"450 SPRINGPARK PL SUITE 450\",\n        \"shipperCity\": \"HERNDON\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"20170\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"173RD ABCT\",\n        \"consigneeAddress\": \"0173 CS BN CO A DIST BSB CASERMA DEL  DIN BLDG 98\",\n        \"consigneeCity\": \"VIALE FERRARIN\",\n        \"consigneeState\": \"VI\",\n        \"consigneeZip\": \"36100\",\n        \"consigneeCountry\": \"ITA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 15,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Export\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/8ac195d8-f7e7-4855-86ca-d242b74b45ab.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"ADS4949562\",\n        \"ponumber\": \"1426567\",\n        \"pronumber\": \"ADS4949562\"\n    },\n    {\n        \"shipmentID\": 4953738,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5000,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752105600000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1752710400000,\n        \"deliveryDate\": 1752624000000,\n        \"shipperName\": \"CRYE PRECISION LLC\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE BLDG 128B\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"31ST RQS\",\n        \"consigneeAddress\": \"BLDG 3490 SCHREIBER AVE KADENA AB\",\n        \"consigneeCity\": \"OKINAWA\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"904-0203\",\n        \"consigneeCountry\": \"JPN\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 11,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Export\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/650b7e10-c1fe-40d2-b26b-05164487db82.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"ADS4953738\",\n        \"ponumber\": \"1455951\",\n        \"pronumber\": \"ADS4953738\"\n    },\n    {\n        \"shipmentID\": 4957536,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5000,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753401600000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1754006400000,\n        \"deliveryDate\": 1754006400000,\n        \"shipperName\": \"Persistent Systems, LLC\",\n        \"shipperAddress\": \"601 West 26th Street  Suite 905\",\n        \"shipperCity\": \"New York\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"10001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"173RD ABCT\",\n        \"consigneeAddress\": \"AIDEN ROBERTS  173CS BN CO A DIST BSB A SARSS1 CASERMA DEL DIN, BLDG 98\",\n        \"consigneeCity\": \"Vicenza\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"36100\",\n        \"consigneeCountry\": \"ITA\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 151,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/457ab09a-d633-4cc8-862e-18e6d28b7592.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"ADS4957536\",\n        \"ponumber\": \"1449627\",\n        \"pronumber\": \"ADS4957536\"\n    },\n    {\n        \"shipmentID\": 4958087,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5000,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1753315200000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1755648000000,\n        \"deliveryDate\": 1755648000000,\n        \"shipperName\": \"Hurst Jaws of Life\",\n        \"shipperAddress\": \"711 N Post Road\",\n        \"shipperCity\": \"Shelby\",\n        \"shipperState\": \"NC\",\n        \"shipperZip\": \"28150\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"NSA Naples Fire\",\n        \"consigneeAddress\": \"Viale Fulco Ruffo Di Calabria, Aerop, DI Dapdichino Builiding 415\",\n        \"consigneeCity\": \"Baoiku\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"80144\",\n        \"consigneeCountry\": \"ITA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 62,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/4804e46f-052f-4649-93f7-4f434ff53079.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"ADS4958087\",\n        \"ponumber\": \"1456474\",\n        \"pronumber\": \"ADS4958087\"\n    },\n    {\n        \"shipmentID\": 4958096,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5000,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752624000000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1753056000000,\n        \"deliveryDate\": 1753401600000,\n        \"shipperName\": \"Crye Precision\",\n        \"shipperAddress\": \"63 Flushing Avenue  BLDG 128B\",\n        \"shipperCity\": \"Brooklyn\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"435TH CRG\",\n        \"consigneeAddress\": \"BLDG 2248, UNIT 3217 RAMSTEIN AB: FA542225F0032\",\n        \"consigneeCity\": \"RAMSTEIN-MIESENBACH\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"66877\",\n        \"consigneeCountry\": \"DEU\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 56,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Export\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a90eb787-baa7-4189-84b5-262e280c8db3.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"ADS4958096\",\n        \"ponumber\": \"1458803\",\n        \"pronumber\": \"ADS4958096\"\n    },\n    {\n        \"shipmentID\": 4645230,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5000,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1722643200000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1755129600000,\n        \"deliveryDate\": 1755129600000,\n        \"shipperName\": \"ADS INC\",\n        \"shipperAddress\": \"2505 AVIATOR DR\",\n        \"shipperCity\": \"VIRGINIA BEACH\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23453\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"KBR SERVICES LLC\",\n        \"consigneeAddress\": \"INCIRLIK AIR BASE 39 LRS/LGRVM  VEHICLE MANAGEMENT  BLDG. 117 A CADDESI\",\n        \"consigneeCity\": \"ADANA INCIRLIK\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"\",\n        \"consigneeCountry\": \"TUR\",\n        \"totalPieces\": 0,\n        \"totalWeight\": 158,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Export\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/1a628ac8-ef28-4bc0-a3f3-5c2349480862.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"ADS4645230\",\n        \"ponumber\": \"1368694\",\n        \"pronumber\": \"ADS4645230\"\n    },\n    {\n        \"shipmentID\": 4744719,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5000,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1730937600000,\n        \"modeDesc\": \"International Ocean\",\n        \"estimatedDeliveryDate\": 1736726400000,\n        \"deliveryDate\": 1767052800000,\n        \"shipperName\": \"Solution Based Innovation\",\n        \"shipperAddress\": \"2641 Quality Court\",\n        \"shipperCity\": \"Virginia Beach\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23454\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"100TH LRS\",\n        \"consigneeAddress\": \"UNIT 4900 RAF MILDENHALL BURY ST EDMUNDS\",\n        \"consigneeCity\": \"SUFFOLK\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"IP288NG\",\n        \"consigneeCountry\": \"GBR\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 38000,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/6435f736-95bc-45a8-82c2-2883bfdabf3c.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"ADS4744719\",\n        \"ponumber\": \"none\",\n        \"pronumber\": \"ADS4744719\"\n    },\n    {\n        \"shipmentID\": 4959686,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5000,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1752710400000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1753056000000,\n        \"deliveryDate\": 1753056000000,\n        \"shipperName\": \"X TECHNOLOGIES, INC.\",\n        \"shipperAddress\": \"933 E. NAKOMA\",\n        \"shipperCity\": \"SAN ANTONIO\",\n        \"shipperState\": \"TX\",\n        \"shipperZip\": \"78216\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"100th LRS\",\n        \"consigneeAddress\": \"TEXAS AVE; BLDG 582\",\n        \"consigneeCity\": \"RAF MILDENHALL\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"IP28 8NF\",\n        \"consigneeCountry\": \"GBR\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 2,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Export\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/6cc17398-aaad-43e3-80f3-3a2aaa8f0e43.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"ADS4959686\",\n        \"ponumber\": \"1442630\",\n        \"pronumber\": \"ADS4959686\"\n    },\n    {\n        \"shipmentID\": 4965533,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5000,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755734400000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1756425600000,\n        \"deliveryDate\": 1756425600000,\n        \"shipperName\": \"Atlas Devices\",\n        \"shipperAddress\": \"21 Alpha Rd. Ste 202\",\n        \"shipperCity\": \"Chelmsford\",\n        \"shipperState\": \"MA\",\n        \"shipperZip\": \"01824\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"31st MEU\",\n        \"consigneeAddress\": \"Bldg. 401, Camp Kinser Distribution Management Office\",\n        \"consigneeCity\": \"Okinawa\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"901 2001\",\n        \"consigneeCountry\": \"JPN\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 100,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/0c04d395-9e69-4db3-bd1c-12b8c81d1055.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"ADS4965533\",\n        \"ponumber\": \"1449232\",\n        \"pronumber\": \"ADS4965533\"\n    },\n    {\n        \"shipmentID\": 4968727,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5000,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755043200000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1755648000000,\n        \"deliveryDate\": 1755648000000,\n        \"shipperName\": \"Persistent Systems, LLC\",\n        \"shipperAddress\": \"601 West 26th Street Suite 905\",\n        \"shipperCity\": \"New York\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"10001\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"173RD ABCT\",\n        \"consigneeAddress\": \"AIDEN ROBERTS 173CS BN CO A DIST BSB A SARSS1  CASERMA DEL DIN, BLDG 98\",\n        \"consigneeCity\": \"Vicenza\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"36100\",\n        \"consigneeCountry\": \"ITA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 12,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/2fb89088-6839-4c60-80d1-13ce9d408f10.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"ADS4968727\",\n        \"ponumber\": \"1449627\",\n        \"pronumber\": \"ADS4968727\"\n    },\n    {\n        \"shipmentID\": 4969445,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5000,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754352000000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1754870400000,\n        \"deliveryDate\": 1754870400000,\n        \"shipperName\": \"STROHMAN ENTERPRISE, INC.\",\n        \"shipperAddress\": \"7494 INDUSTRIAL PARK RD  STE H\",\n        \"shipperCity\": \"MECHANICSVILLE\",\n        \"shipperState\": \"VA\",\n        \"shipperZip\": \"23116\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"51ST LRS\",\n        \"consigneeAddress\": \"OSAN AB BLDG 824 SINJANG DONG\",\n        \"consigneeCity\": \"PYEONGTAEK CITY\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"17759\",\n        \"consigneeCountry\": \"KOR\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 4,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Export\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/d4a87025-56a8-4f35-8d08-4d1aea0b2a50.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"ADS4969445\",\n        \"ponumber\": \"1464870\",\n        \"pronumber\": \"ADS4969445\"\n    },\n    {\n        \"shipmentID\": 4971149,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5000,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756080000000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1757203200000,\n        \"deliveryDate\": 1757203200000,\n        \"shipperName\": \"RAIDER OUTBOARDS INC\",\n        \"shipperAddress\": \"1885 ARMSTRONG DR\",\n        \"shipperCity\": \"TITUSVILLE\",\n        \"shipperState\": \"FL\",\n        \"shipperZip\": \"32780\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"320th STS\",\n        \"consigneeAddress\": \"Omaha St Bldg 3523\",\n        \"consigneeCity\": \"Kadena\",\n        \"consigneeState\": \"CHO\",\n        \"consigneeZip\": \"9040203\",\n        \"consigneeCountry\": \"JPN\",\n        \"totalPieces\": 5,\n        \"totalWeight\": 1808,\n        \"totalHU\": 5,\n        \"termsDesc\": \"Prepaid\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/457b727b-c8cb-4dbc-94a7-bb9ff384576c.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"ADS4971149\",\n        \"ponumber\": \"1405815\",\n        \"pronumber\": \"ADS4971149\"\n    },\n    {\n        \"shipmentID\": 4973344,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5000,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754438400000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1755129600000,\n        \"deliveryDate\": 1755475200000,\n        \"shipperName\": \"RICOCHET MANUFACTURING CO., INC.\",\n        \"shipperAddress\": \"4700 WISSAHICKON AVE  SUITE 112\",\n        \"shipperCity\": \"PHILADELPHIA\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19144\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"35TH CES CEF\",\n        \"consigneeAddress\": \"FIRE STATION 1 BLDG 3003 MISAWA AIR BASE 1-1 HIRAHATA MISAWA-SHI\",\n        \"consigneeCity\": \"AOMORI-KEN\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"033-0012\",\n        \"consigneeCountry\": \"JPN\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 160,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Export\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/7fcaf61a-6127-4d34-875a-a796cd3cb2a3.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"ADS4973344\",\n        \"ponumber\": \"1448843\",\n        \"pronumber\": \"ADS4973344\"\n    },\n    {\n        \"shipmentID\": 4973346,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5000,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754438400000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1754870400000,\n        \"deliveryDate\": 1754870400000,\n        \"shipperName\": \"RICOCHET MANUFACTURING CO., INC.\",\n        \"shipperAddress\": \"4700 WISSAHICKON AVE  SUITE 112\",\n        \"shipperCity\": \"PHILADELPHIA\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19144\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"423RD CES CEF\",\n        \"consigneeAddress\": \"FIRE DEPARTMENT RAF ALCONBURY HUNTINGDON\",\n        \"consigneeCity\": \"CAMBRIDGESHIRE\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"PE28 4DA\",\n        \"consigneeCountry\": \"GBR\",\n        \"totalPieces\": 3,\n        \"totalWeight\": 96,\n        \"totalHU\": 3,\n        \"termsDesc\": \"Export\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/6e6e98c1-c693-4bc0-a50c-822da4df229d.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"ADS4973346\",\n        \"ponumber\": \"1450129\",\n        \"pronumber\": \"ADS4973346\"\n    },\n    {\n        \"shipmentID\": 4973926,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5000,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755561600000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1755820800000,\n        \"deliveryDate\": 1756166400000,\n        \"shipperName\": \"WORLD MICRO COMPONENTS\",\n        \"shipperAddress\": \"205 Hembree Park Drive Suite 105\",\n        \"shipperCity\": \"Roswell\",\n        \"shipperState\": \"GA\",\n        \"shipperZip\": \"30076\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"PD MAIN BATTLE TANK SYSTEMS (MBTS)\",\n        \"consigneeAddress\": \"BLDG 3088 PANZER KASERNE  MANNHEIMERSTRASSE 350 TROPHY YARD\",\n        \"consigneeCity\": \"KAISERSLAUTERN\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"67657\",\n        \"consigneeCountry\": \"DEU\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 4,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Export\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/527708ef-0000-4afc-bc3f-5db909cfe40d.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"ADS4973926\",\n        \"ponumber\": \"1465337\",\n        \"pronumber\": \"ADS4973926\"\n    },\n    {\n        \"shipmentID\": 4974823,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5000,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754524800000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1754956800000,\n        \"deliveryDate\": 1754956800000,\n        \"shipperName\": \"RICOCHET MANUFACTURING CO., INC.\",\n        \"shipperAddress\": \"4700 WISSAHICKON AVE  SUITE 112\",\n        \"shipperCity\": \"PHILADELPHIA,\",\n        \"shipperState\": \"PA\",\n        \"shipperZip\": \"19144\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"48TH CES CEF\",\n        \"consigneeAddress\": \"BLDG 1200 FIRE DEPT RAF LAKENHEATH\",\n        \"consigneeCity\": \"BRANDON\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"IP27 9PN\",\n        \"consigneeCountry\": \"GBR\",\n        \"totalPieces\": 7,\n        \"totalWeight\": 224,\n        \"totalHU\": 7,\n        \"termsDesc\": \"Export\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/bec78a45-9f36-4abf-a400-fa944c41e188.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"ADS4974823\",\n        \"ponumber\": \"1449444\",\n        \"pronumber\": \"ADS4974823\"\n    },\n    {\n        \"shipmentID\": 4968078,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5000,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754265600000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1754524800000,\n        \"deliveryDate\": 1754524800000,\n        \"shipperName\": \"FirstSpear\",\n        \"shipperAddress\": \"2012 Corporate 44 Dr\",\n        \"shipperCity\": \"Fenton\",\n        \"shipperState\": \"MO\",\n        \"shipperZip\": \"63026\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"GSA ONLINE ORDER FULFILLMENT\",\n        \"consigneeAddress\": \"UNIT 3205 BOX 340 FB5612 86 LRS LGRDD:\",\n        \"consigneeCity\": \"APO\",\n        \"consigneeState\": \"AE\",\n        \"consigneeZip\": \"09094-3205\",\n        \"consigneeCountry\": \"ARE\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 28,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Export\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/ec4bd004-b650-456e-8b61-e029e02dba2c.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"ADS4968078\",\n        \"ponumber\": \"1463291\",\n        \"pronumber\": \"ADS4968078\"\n    },\n    {\n        \"shipmentID\": 4977994,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5000,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1754956800000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1755561600000,\n        \"deliveryDate\": 1755561600000,\n        \"shipperName\": \"HENDERSON AQUATICS INC\",\n        \"shipperAddress\": \"301 ORANGE STREET\",\n        \"shipperCity\": \"MILLVILLE\",\n        \"shipperState\": \"NJ\",\n        \"shipperZip\": \"08332\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"HSC 9\",\n        \"consigneeAddress\": \"DLA DISTRIBUTION SIGONELLA ITALY M/F: USS GERALD R. FORD (CVN 78) MPC BLDG 452 CML 39 095 86 5752 ST\",\n        \"consigneeCity\": \"SIGONELLA\",\n        \"consigneeState\": \"CT\",\n        \"consigneeZip\": \"95040\",\n        \"consigneeCountry\": \"ITA\",\n        \"totalPieces\": 2,\n        \"totalWeight\": 72,\n        \"totalHU\": 2,\n        \"termsDesc\": \"Export\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/f1d0ba6a-db9e-463c-8ab8-43168debe095.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"ADS4977994\",\n        \"ponumber\": \"1465157\",\n        \"pronumber\": \"ADS4977994\"\n    },\n    {\n        \"shipmentID\": 4978011,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5000,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756166400000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1756857600000,\n        \"deliveryDate\": 1756857600000,\n        \"shipperName\": \"Blu Wireless Technology Ltd\",\n        \"shipperAddress\": \"4th Floor, Blok, One Castlepark Tower Hill\",\n        \"shipperCity\": \"Bristol\",\n        \"shipperState\": \"\",\n        \"shipperZip\": \"BS2 0JA\",\n        \"shipperCountry\": \"GBR\",\n        \"consigneeName\": \"Naval Air Warfare Center Aircraft DIV\",\n        \"consigneeAddress\": \"48110 SHAW RD , BUILDING 2187 RM 2190\",\n        \"consigneeCity\": \"PATUXENT RIVER\",\n        \"consigneeState\": \"MD\",\n        \"consigneeZip\": \"20670\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 5,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Import\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a5ce5adc-e6ba-4dd6-9b63-9028af9f64fa.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"ADS4978011\",\n        \"ponumber\": \"1455104\",\n        \"pronumber\": \"ADS4978011\"\n    },\n    {\n        \"shipmentID\": 4978040,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5000,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1755043200000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1755648000000,\n        \"deliveryDate\": 1755561600000,\n        \"shipperName\": \"CRYE PRECISION LLC\",\n        \"shipperAddress\": \"63 FLUSHING AVENUE BLDG 128B\",\n        \"shipperCity\": \"BROOKLYN\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11205\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"31ST RQS\",\n        \"consigneeAddress\": \"BLDG 3490 SCHREIBER AVE  KADENA AB\",\n        \"consigneeCity\": \"OKINAWA\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"904-0203\",\n        \"consigneeCountry\": \"JPN\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 2,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Export\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/2501c9ce-7ab3-4dcd-9090-4d1d390b29a9.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"ADS4978040\",\n        \"ponumber\": \"1455951\",\n        \"pronumber\": \"ADS4978040\"\n    },\n    {\n        \"shipmentID\": 4985178,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5000,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756339200000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1756857600000,\n        \"deliveryDate\": 1756857600000,\n        \"shipperName\": \"PARADIGM COMMUNICATION SYSTEMS LTD.\",\n        \"shipperAddress\": \"Paradigm House 14 Wilsom Road Alton Hants\",\n        \"shipperCity\": \"Alton Hants\",\n        \"shipperState\": \"\",\n        \"shipperZip\": \"GU34 2PP\",\n        \"shipperCountry\": \"GBR\",\n        \"consigneeName\": \"CACI INC FEDERAL\",\n        \"consigneeAddress\": \"3611-E RAMSEY STREET, CACI WAREHOUSE FACILITY: M/F PM TACTICAL COMMUNICATIONS\",\n        \"consigneeCity\": \"FAYETTEVILLE\",\n        \"consigneeState\": \"NC\",\n        \"consigneeZip\": \"28311\",\n        \"consigneeCountry\": \"USA\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 287,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Import\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/a2981ab2-604a-4366-a304-a6f3ec3805c6.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"ADS4985178\",\n        \"ponumber\": \"1469564\",\n        \"pronumber\": \"ADS4985178\"\n    },\n    {\n        \"shipmentID\": 4988636,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5000,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1756771200000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1757030400000,\n        \"deliveryDate\": 1757030400000,\n        \"shipperName\": \"BREN-TRONICS\",\n        \"shipperAddress\": \"10 Brayton Court\",\n        \"shipperCity\": \"Commack\",\n        \"shipperState\": \"NY\",\n        \"shipperZip\": \"11725\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"321ST STS\",\n        \"consigneeAddress\": \"BLDG 539 BURY ST  EDMUNDS RAF MILDENHAL\",\n        \"consigneeCity\": \"SUFFOLK\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"IP28 8NG\",\n        \"consigneeCountry\": \"GBR\",\n        \"totalPieces\": 4,\n        \"totalWeight\": 98,\n        \"totalHU\": 4,\n        \"termsDesc\": \"Export\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/c4d033d0-68c6-4c28-bbdc-14294e28e361.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"ADS4988636\",\n        \"ponumber\": \"1433946\",\n        \"pronumber\": \"ADS4988636\"\n    },\n    {\n        \"shipmentID\": 4994521,\n        \"name\": \"IL2000\",\n        \"shipmentStatusFK\": 0,\n        \"quotedCost\": 5000,\n        \"mergeShipmentID\": null,\n        \"carrierScac\": null,\n        \"status\": \"Delivered\",\n        \"shipDate\": 1757030400000,\n        \"modeDesc\": \"International Air\",\n        \"estimatedDeliveryDate\": 1757289600000,\n        \"deliveryDate\": 1757289600000,\n        \"shipperName\": \"SAVAGE UTV LLC\",\n        \"shipperAddress\": \"10704 PROSPECT AVE\",\n        \"shipperCity\": \"SANTEE\",\n        \"shipperState\": \"CA\",\n        \"shipperZip\": \"92071\",\n        \"shipperCountry\": \"USA\",\n        \"consigneeName\": \"321ST STS\",\n        \"consigneeAddress\": \"RM 108 BLDG 539 BURY SAINT EDMUNDS\",\n        \"consigneeCity\": \"SUFFOLK\",\n        \"consigneeState\": \"\",\n        \"consigneeZip\": \"IP288WH\",\n        \"consigneeCountry\": \"GBR\",\n        \"totalPieces\": 1,\n        \"totalWeight\": 14,\n        \"totalHU\": 1,\n        \"termsDesc\": \"Export\",\n        \"podImageUrl\": \"https://cpp-12630-images.s3.us-east-1.amazonaws.com/bb549b35-dfbd-403e-86d4-f4ba261dfc0c.pdf\",\n        \"referenceFields\": [],\n        \"bolnumber\": \"ADS4994521\",\n        \"ponumber\": \"1469221\",\n        \"pronumber\": \"ADS4994521\"\n    }\n]"}],"_postman_id":"5715fe0f-9b77-40d1-8816-6bbdd660b479"},{"name":"Tracking (BOL #)","event":[{"listen":"test","script":{"id":"8a378350-a3ce-4cf6-85e6-3e1afdba8d4a","exec":["tests[\"Body matches string\"] = responseBody.has(\"132467804\");"],"type":"text/javascript"}}],"id":"6e666923-053f-7efd-b43f-961c60c2ae45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"ILToken {{token}}"}],"url":"/nsync/tracking?bol={{shipmentID}}","description":"<p>Tracking based on BOL Number</p>\n","urlObject":{"path":["nsync","tracking"],"host":[""],"query":[{"key":"bol","value":"{{shipmentID}}"}],"variable":[]}},"response":[],"_postman_id":"6e666923-053f-7efd-b43f-961c60c2ae45"},{"name":"Tracking (PO #)","event":[{"listen":"test","script":{"exec":["tests[\"Body matches string\"] = responseBody.has(\"GB26656031R0\");"],"type":"text/javascript"}}],"id":"7aedacdf-8592-dfd7-40a6-af0fa52738bd","request":{"method":"GET","header":[{"key":"Authorization","value":"ILToken YTE2ZThlMDk2MmU3ZGRlNmRjNGU3Y2ZhNjAyNjdkZmRlZDJmMTA2NzYxYzM5YTk1"}],"body":{"mode":"formdata","formdata":[]},"url":"/nsync/tracking?po=161568","description":"<p>Tracking based on PO Number</p>\n","urlObject":{"path":["nsync","tracking"],"host":[""],"query":[{"key":"po","value":"161568"}],"variable":[]}},"response":[],"_postman_id":"7aedacdf-8592-dfd7-40a6-af0fa52738bd"},{"name":"Most Current Tracking (Shipment ID)","event":[{"listen":"test","script":{"id":"5acd935b-de64-4984-8a9f-7c8a247a5712","exec":["pm.test(\"response 200 ok\", function(){","    pm.response.to.have.status(200);","});","","pm.test(\"pro returned, not null\", function(){","    var jsonData = pm.response.json();","    pm.expect(jsonData.proNumber).not.eql(null);","})"],"type":"text/javascript"}}],"id":"7e8d7e04-be51-4e8a-b6e1-a9adf6c0da76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"ILToken {{token}}"}],"url":"/nsync/tracking/PRO/5341576450?CarrierTiberId=24&ShipDate=2020-0706&OZip=23605&DZip=75149","description":"<p>endpoint receives query params for a shipment and uses the FedEx microservice to track a PRO number</p>\n","urlObject":{"path":["nsync","tracking","PRO","5341576450"],"host":[""],"query":[{"key":"CarrierTiberId","value":"24"},{"key":"ShipDate","value":"2020-0706"},{"key":"OZip","value":"23605"},{"key":"DZip","value":"75149"}],"variable":[]}},"response":[],"_postman_id":"7e8d7e04-be51-4e8a-b6e1-a9adf6c0da76"},{"name":"Get currently assigned carrier","event":[{"listen":"test","script":{"id":"2bfcf5f8-0ea3-4d9b-a26b-beed9cb2d021","exec":["tests[\"Body matches string\"] = responseBody.has(\"R&L\");"],"type":"text/javascript"}}],"id":"15d975dd-3e37-7928-f720-1813b6846418","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"ILToken {{token}}"}],"url":"/nsync/shipments/{{shipmentID}}/carrier","description":"<p>Returns the currently assigned carrier details.</p>\n","urlObject":{"path":["nsync","shipments","{{shipmentID}}","carrier"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"15d975dd-3e37-7928-f720-1813b6846418"},{"name":"Get Rates for Shipment","event":[{"listen":"test","script":{"id":"2bfcf5f8-0ea3-4d9b-a26b-beed9cb2d021","exec":["tests[\"Body matches string\"] = responseBody.has(\"R&L\");"],"type":"text/javascript","packages":{}}}],"id":"ac0a3f51-ba1b-4b1e-8881-40566dedaeea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"ILToken {{token}}"}],"url":"/nsync/shipments/134486507/rates","description":"<p>Returns the currently assigned carrier details.</p>\n","urlObject":{"path":["nsync","shipments","134486507","rates"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"7ec63732-ba0b-467b-9d38-7903708cf446","name":"Get Rates for Shipment","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"ILToken {{token}}"}],"url":"/nsync/shipments/{{shipmentID}}/rates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Apr 2023 11:42:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"250"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin"},{"key":"X-Rate-Limit-Limit","value":"1000"},{"key":"X-Rate-Limit-Remaining","value":"987"},{"key":"X-Rate-Limit-Reset","value":"2023-04-07T11:55:58"},{"key":"X-Local-RequestId","value":"25e4fa08-b964-44ab-bf31-f9f61cbf514f"},{"key":"X-Origin-RequestId","value":"876556aa-795c-499b-815b-b5480e2a5c52"}],"cookie":[],"responseTime":null,"body":"{\n    \"rates\": [\n        {\n            \"carrierID\": 15,\n            \"carrierName\": \"R&L\",\n            \"rate\": 147.11,\n            \"markedUpRate\": null,\n            \"transitTime\": 3,\n            \"exceedsCubicCapacity\": false,\n            \"exceedsMaxWeight\": false,\n            \"exceedsMaxWeightMessage\": null\n        }\n    ]\n}"},{"id":"fd0e6b24-5d74-4cd2-9eef-232fdaa3b5c4","name":"Get Rates for Shipment","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"ILToken {{token}}"}],"url":"/nsync/shipments/133870454/rates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"X-Rate-Limit-Limit","value":"500"},{"key":"X-Rate-Limit-Remaining","value":"498"},{"key":"X-Rate-Limit-Reset","value":"2023-06-07T10:48:24"},{"key":"X-Local-RequestId","value":"2ff059a7-1f81-49fb-b424-72354e6b9822"},{"key":"X-Origin-RequestId","value":"3484f19b-767b-448a-94c1-7d0ca7c622e5"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"41"},{"key":"Date","value":"Wed, 07 Jun 2023 14:39:17 GMT"}],"cookie":[],"responseTime":null,"body":"Special quote needed IL2000 team notified"},{"id":"0f11b20e-0c37-414a-93f2-7b52d1f5b53d","name":"Get Rates for Shipment","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"ILToken {{token}}"}],"url":"/nsync/shipments/133892084/rates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 09 Jun 2023 21:01:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2700"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin"},{"key":"X-Rate-Limit-Limit","value":"1000"},{"key":"X-Rate-Limit-Remaining","value":"999"},{"key":"X-Rate-Limit-Reset","value":"2023-06-09T21:16:37"},{"key":"X-Local-RequestId","value":"7c191a16-a69f-4048-9b2f-db2f21f05f65"},{"key":"X-Origin-RequestId","value":"3bb64df9-658e-4807-81a1-7cd0589d532e"}],"cookie":[],"responseTime":null,"body":"{\n    \"rates\": [\n        {\n            \"carrierID\": 19,\n            \"carrierName\": \"Xpo Logistics\",\n            \"rate\": 417.21,\n            \"markedUpRate\": null,\n            \"transitTime\": 2,\n            \"exceedsCubicCapacity\": false,\n            \"exceedsMaxWeight\": false,\n            \"exceedsMaxWeightMessage\": null\n        },\n        {\n            \"carrierID\": 20,\n            \"carrierName\": \"AAA Cooper\",\n            \"rate\": 468.38,\n            \"markedUpRate\": null,\n            \"transitTime\": 2,\n            \"exceedsCubicCapacity\": false,\n            \"exceedsMaxWeight\": false,\n            \"exceedsMaxWeightMessage\": null\n        },\n        {\n            \"carrierID\": 2938,\n            \"carrierName\": \"T Force Freight\",\n            \"rate\": 478.06,\n            \"markedUpRate\": null,\n            \"transitTime\": 2,\n            \"exceedsCubicCapacity\": false,\n            \"exceedsMaxWeight\": false,\n            \"exceedsMaxWeightMessage\": null\n        },\n        {\n            \"carrierID\": 31,\n            \"carrierName\": \"Saia Motor Freight\",\n            \"rate\": 545.83,\n            \"markedUpRate\": null,\n            \"transitTime\": 2,\n            \"exceedsCubicCapacity\": false,\n            \"exceedsMaxWeight\": false,\n            \"exceedsMaxWeightMessage\": null\n        },\n        {\n            \"carrierID\": 15,\n            \"carrierName\": \"R&L\",\n            \"rate\": 567.62,\n            \"markedUpRate\": null,\n            \"transitTime\": 2,\n            \"exceedsCubicCapacity\": false,\n            \"exceedsMaxWeight\": false,\n            \"exceedsMaxWeightMessage\": null\n        },\n        {\n            \"carrierID\": 2719,\n            \"carrierName\": \"YRC\",\n            \"rate\": 587.63,\n            \"markedUpRate\": null,\n            \"transitTime\": 3,\n            \"exceedsCubicCapacity\": false,\n            \"exceedsMaxWeight\": false,\n            \"exceedsMaxWeightMessage\": null\n        },\n        {\n            \"carrierID\": 18,\n            \"carrierName\": \"Southeastern Freight Lines, Inc.\",\n            \"rate\": 720.11,\n            \"markedUpRate\": null,\n            \"transitTime\": 2,\n            \"exceedsCubicCapacity\": false,\n            \"exceedsMaxWeight\": false,\n            \"exceedsMaxWeightMessage\": null\n        },\n        {\n            \"carrierID\": 2241,\n            \"carrierName\": \"ArcBest\",\n            \"rate\": 801.2,\n            \"markedUpRate\": null,\n            \"transitTime\": 2,\n            \"exceedsCubicCapacity\": false,\n            \"exceedsMaxWeight\": false,\n            \"exceedsMaxWeightMessage\": null\n        },\n        {\n            \"carrierID\": 14,\n            \"carrierName\": \"Old Dominion\",\n            \"rate\": 937.97,\n            \"markedUpRate\": null,\n            \"transitTime\": 2,\n            \"exceedsCubicCapacity\": false,\n            \"exceedsMaxWeight\": false,\n            \"exceedsMaxWeightMessage\": null\n        },\n        {\n            \"carrierID\": 13,\n            \"carrierName\": \"FedEx Freight Economy\",\n            \"rate\": 1061.71,\n            \"markedUpRate\": null,\n            \"transitTime\": 3,\n            \"exceedsCubicCapacity\": false,\n            \"exceedsMaxWeight\": false,\n            \"exceedsMaxWeightMessage\": null\n        },\n        {\n            \"carrierID\": 24,\n            \"carrierName\": \"FedEx Freight Priority\",\n            \"rate\": 1076.22,\n            \"markedUpRate\": null,\n            \"transitTime\": 2,\n            \"exceedsCubicCapacity\": false,\n            \"exceedsMaxWeight\": false,\n            \"exceedsMaxWeightMessage\": null\n        }\n    ]\n}"},{"id":"03dd777f-5bbc-42dd-862f-0e397fb94c7e","name":"Get Rates for Shipment","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"ILToken {{token}}"}],"url":"/nsync/shipments/133870726/rates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 15 Jun 2023 17:00:01 GMT"},{"key":"vary","value":"Origin"},{"key":"X-Local-RequestId","value":"8b05b484-f58a-4c7b-b3c9-0383982f4727"},{"key":"X-Origin-RequestId","value":"b9fd44b1-68c1-4ec5-b5b5-6863b77f6d95"},{"key":"X-Rate-Limit-Limit","value":"500"},{"key":"X-Rate-Limit-Remaining","value":"499"},{"key":"X-Rate-Limit-Reset","value":"2023-06-15T17:14:56"},{"key":"Content-Length","value":"491"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"rates\": [\n        {\n            \"carrierID\": 15,\n            \"carrierName\": \"R&L\",\n            \"rate\": 207.27,\n            \"markedUpRate\": null,\n            \"transitTime\": 1,\n            \"exceedsCubicCapacity\": false,\n            \"exceedsMaxWeight\": false,\n            \"exceedsMaxWeightMessage\": null\n        },\n        {\n            \"carrierID\": 12,\n            \"carrierName\": \"Estes Express\",\n            \"rate\": 215.4,\n            \"markedUpRate\": null,\n            \"transitTime\": 1,\n            \"exceedsCubicCapacity\": false,\n            \"exceedsMaxWeight\": false,\n            \"exceedsMaxWeightMessage\": null\n        }\n    ]\n}"}],"_postman_id":"ac0a3f51-ba1b-4b1e-8881-40566dedaeea"},{"name":"Get All Accessorial Types","event":[{"listen":"test","script":{"exec":["tests[\"Body matches string\"] = responseBody.has(\"ProtectFreezing\");"],"type":"text/javascript"}}],"id":"2b62de44-d0d3-532f-4563-4229879d0290","request":{"method":"GET","header":[{"key":"Authorization","value":"ILToken NDJkMmJmNWMzYzNjYjRmNTgzZmEyZmRmM2M1YmI3NDA4YzAyYTNlYzE2OWRhY2M1"}],"body":{"mode":"formdata","formdata":[]},"url":"/nsync/accessorials","description":"<p>Returns a list of all pre-profileable fees. Think \"Lift-Gate\" or \"Residential Delivery\"</p>\n","urlObject":{"path":["nsync","accessorials"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"2b62de44-d0d3-532f-4563-4229879d0290"},{"name":"Delete Shipment (ShipID)","id":"9de45797-12ab-942e-672b-54e6aab82d46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"ILToken {{token}}"}],"body":{"mode":"raw","raw":""},"url":"{{BASE_URL}}/nsync/shipments/{{shipmentID}}","description":"<p>Post Delete using Shipment ID</p>\n","urlObject":{"path":["nsync","shipments","{{shipmentID}}"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9de45797-12ab-942e-672b-54e6aab82d46"},{"name":"Get Shipment Full","event":[{"listen":"test","script":{"id":"9ed6bbee-c863-4188-9cd8-53d171d79313","type":"text/javascript","exec":["tests[\"200 OK\"] = responseCode.code === 200;"]}}],"id":"17c3ba7d-5343-a25a-d003-4be64f351a68","request":{"method":"GET","header":[{"key":"Authorization","value":"ILToken {{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"/nsync/shipments/{{shipmentID}}/","description":"<p>Requests and returns a testco shipment.</p>\n","urlObject":{"path":["nsync","shipments","{{shipmentID}}",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"17c3ba7d-5343-a25a-d003-4be64f351a68"},{"name":"Get Shipment Full XML","event":[{"listen":"test","script":{"id":"9ed6bbee-c863-4188-9cd8-53d171d79313","exec":["tests[\"200 OK\"] = responseCode.code === 200;"],"type":"text/javascript"}}],"id":"ceb6b258-7581-4409-8e64-c7edef0ab43b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"ILToken {{token}}"},{"key":"Accept","value":"application/xml","type":"text"}],"url":"/nsync/shipments/133485329/","description":"<p>Requests and returns a testco shipment.</p>\n","urlObject":{"path":["nsync","shipments","133485329",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"ceb6b258-7581-4409-8e64-c7edef0ab43b"},{"name":"Get Calculated Class XML","event":[{"listen":"test","script":{"id":"9ed6bbee-c863-4188-9cd8-53d171d79313","exec":["tests[\"200 OK\"] = responseCode.code === 200;"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"58c57499-8446-4eae-9003-3d50e83fd8f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"ILToken {{token}}"},{"key":"Accept","value":"application/xml","type":"text"}],"url":"/nsync/classcalculator?length=48&width=40.5&height=60&weight=120.0","description":"<p>Requests and returns a testco shipment.</p>\n","urlObject":{"path":["nsync","classcalculator"],"host":[""],"query":[{"key":"length","value":"48"},{"key":"width","value":"40.5"},{"key":"height","value":"60"},{"key":"weight","value":"120.0"}],"variable":[]}},"response":[],"_postman_id":"58c57499-8446-4eae-9003-3d50e83fd8f2"},{"name":"Address Validation","id":"ab8093bc-82f0-8d87-add9-505e4b6db1e6","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"/nsync/validate?addressee=IL2000&addressline=4007 Atlantic Ave&secondaryline=STE 101&city=Virginia Beach&state=VA&zip=23451","description":"<p>Provides validation on US addresses.\nRequest:<br /></p>\n<ul>\n<li>addressee - string 64 - The name of the person or company at the address.</li>\n<li>addressline - string 50 - The street line of the address.</li>\n<li>secondaryline - string 50 - Suite, Apartment, or office number.</li>\n<li>city - string 64 - The city name.</li>\n<li>state - string 32 - The abbreviation or state name.</li>\n<li>zipcode - string 16 - The ZIP code</li>\n</ul>\n<hr />\n<p>Response:<br /></p>\n<blockquote>\n<p>The information returned in the streetline, city, state and zipCode fields is the corrected (if corrections where made) information. For simple city-state-zip checking use the lastline element to compare to your address candidate.</p>\n</blockquote>\n<ul>\n<li>hasBasicValidation - True means is valid USPS recognized address, False means not present in USPS records</li>\n<li>needsSecondary - True means additional secondary data is missing, false means no secondary information is necessary.</li>\n<li>extraneousSeconday - True means unnecessary secondary information was ignored, false means not unnecessary secondary information was ignored.</li>\n<li>addressee - The name of the person from the request unless USPS has different name on file.</li>\n<li>streetline - Contains the first delivery line of the address (the street address).</li>\n<li>city - The city name.</li>\n<li>state - The two-letter state abbreviation.</li>\n<li>zipCode - The 5-digit ZIP Code.</li>\n<li>lastline - City, state, and ZIP Code combined.</li>\n</ul>\n","urlObject":{"path":["nsync","validate"],"host":[""],"query":[{"key":"addressee","value":"IL2000"},{"key":"addressline","value":"4007 Atlantic Ave"},{"key":"secondaryline","value":"STE 101"},{"key":"city","value":"Virginia Beach"},{"key":"state","value":"VA"},{"key":"zip","value":"23451"}],"variable":[]}},"response":[],"_postman_id":"ab8093bc-82f0-8d87-add9-505e4b6db1e6"},{"name":"Rates","id":"c719c4d4-2f00-4ca0-9e44-f92efa8d7718","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"ILToken {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"/nsync/shipments/134453834/rates","description":"<p>Accepts ShipmentID and returns an array of Carriers with rates in dollar amounts and transit times.</p>\n","urlObject":{"path":["nsync","shipments","134453834","rates"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"c719c4d4-2f00-4ca0-9e44-f92efa8d7718"},{"name":"Last Line Validation","id":"38d69d35-8756-4b0c-9ce0-01bb68db1c4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/nsync/validate/lastline?city=norfolk&state=va&zip=23456","description":"<p>Provides validation of city, state, zipcode.\nRequest:<br /></p>\n<ul>\n<li>city - string 64 - The city name.</li>\n<li>state - string 32 - The abbreviation or state name.</li>\n<li>zipcode - string 16 - The ZIP code</li>\n</ul>\n<hr />\n<p>Response:<br /></p>\n<blockquote>\n<p>Indicates if all three input values agree.</p>\n</blockquote>\n<ul>\n<li>valid- True means the city state and zip code are a valid combination, False means the combination is not valid.</li>\n</ul>\n","urlObject":{"path":["nsync","validate","lastline"],"host":[""],"query":[{"key":"city","value":"norfolk"},{"key":"state","value":"va"},{"key":"zip","value":"23456"}],"variable":[]}},"response":[],"_postman_id":"38d69d35-8756-4b0c-9ce0-01bb68db1c4c"},{"name":"Create Shipment using XML","event":[{"listen":"test","script":{"id":"a6076aa7-d7a1-4894-9370-4445389d8153","exec":["tests[\"Successful POST request\"] = responseCode.code === 201;"],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"35dcc8c9-66dc-40b2-96d6-e6a69ab15f9e","exec":["var date = new Date();","var year = date.getFullYear();","var month = date.getMonth();","var day = date.getDate();","","postman.setGlobalVariable(\"todaysDate\", year + \"-\" + (month + 1) + \"-\" + day);"],"type":"text/javascript","packages":{}}}],"id":"c3b56590-5b03-4b28-a8a0-3201ecba6205","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"ILToken {{token}}","disabled":false},{"key":"Accept","value":"application/xml","disabled":false}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\" ?>\r\n<shipmentRequest>\r\n  <shipmentType>LTL</shipmentType>\r\n  <plantId>{{plantID}}</plantId>\r\n  <vendor/> \r\n  <bolNumber/>\r\n  <poNumber>7655126</poNumber>\r\n  <proNumber/>\r\n  <terms>PP</terms>\r\n  <consignee>\r\n    <careOf/>\r\n    <postalCode>28358</postalCode>\r\n    <customerPlantIdentifier>LUMBERTON</customerPlantIdentifier>\r\n    <name>Power Sports &amp; Equipment</name>\r\n    <address>310 NORTH CHIPPEWA</address>\r\n    <address2/>\r\n    <address3/>\r\n    <city>LUMBERTON</city>\r\n    <stateOrProvince>NC</stateOrProvince>\r\n    <contact>RANDI</contact>\r\n    <country>USA</country>\r\n  </consignee>\r\n  <shipper>\r\n    <careOf/>\r\n    <postalCode>30102</postalCode>\r\n    <phone/>\r\n    <customerPlantIdentifier/>\r\n    <name>Japuir Living</name>\r\n    <address>1800 Cherokee Parkway</address>\r\n    <address2>address2</address2>\r\n    <address3>address3</address3>\r\n    <city>Acworth</city>\r\n    <stateOrProvince>GA</stateOrProvince>\r\n    <contact/>\r\n    <country>USA</country>\r\n  </shipper>\r\n  <billTo>\r\n    <careOf/>\r\n    <postalCode>23450</postalCode>\r\n    <phone/>\r\n    <customerPlantIdentifier>Virginia Beach</customerPlantIdentifier>\r\n    <name>IL2000</name>\r\n    <address>PO Box 2545</address>\r\n    <address2/>\r\n    <city>Virginia Beach</city>\r\n    <stateOrProvince>VA</stateOrProvince>\r\n    <contact/>\r\n    <country>USA</country>\r\n  </billTo>\r\n  <carrierScac>EXLA</carrierScac>\r\n  <quoteId/>\r\n  <totalHandlingUnits>1</totalHandlingUnits>\r\n  <specialInstructions/>\r\n  <shipmentCost>0</shipmentCost>\r\n  <customerCost>0</customerCost>\r\n  <shipmentValue>0</shipmentValue>\r\n  <lineItems>\r\n    <lineItem>\r\n      <isFee>false</isFee>\r\n      <nmfc>126630</nmfc>\r\n      <nmfcClass>55</nmfcClass>\r\n      <isHazmat>false</isHazmat>\r\n      <numberHandlingUnitsInLineItem>1</numberHandlingUnitsInLineItem>\r\n      <handlingUnitType/>\r\n      <numberOfPieces>12</numberOfPieces>\r\n      <weight>265</weight>\r\n      <serialNumber/>\r\n      <poNumberOfLineItem/>\r\n      <length>48</length>\r\n      <width>40</width>\r\n      <height>60</height>\r\n      <isStackable>false</isStackable>\r\n      <productCode>VINYL</productCode>\r\n      <description>VINYL SIDING 4&apos; 8&quot; GREEN</description>\r\n    </lineItem>\r\n  </lineItems>\r\n  <shipDate>2022-01-12</shipDate>\r\n  <referenceFields>\r\n    <referenceField>\r\n      <name>Coding</name>\r\n      <value>126630</value>\r\n    </referenceField >\r\n  </referenceFields>\r\n</shipmentRequest>","options":{"raw":{"language":"xml"}}},"url":"/nsync/shipments","description":"<p>This resource is used to create a shipment with information provided via HTTP POST.  The results are a shipment id which should be used to request a shipment status.</p>\n","urlObject":{"path":["nsync","shipments"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"4ba8eaae-9b93-4941-8a8c-5d97a82c855e","name":"200 Ok","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"ILToken {{token}}","disabled":false},{"key":"Accept","value":"application/xml","disabled":false}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"UTF-8\" ?>\r\n<shipmentRequest>\r\n  <shipmentType>LTL</shipmentType>\r\n  <plantId>7</plantId>\r\n  <vendor/>\r\n  <bolNumber/>\r\n  <poNumber>7655126</poNumber>\r\n  <proNumber/>\r\n  <terms>PP</terms>\r\n  <consignee>\r\n    <careOf/>\r\n    <postalCode>28358</postalCode>\r\n    <customerPlantIdentifier>LUMBERTON</customerPlantIdentifier>\r\n    <name>Power Sports &amp; Equipment</name>\r\n    <address>310 NORTH CHIPPEWA</address>\r\n    <address2/>\r\n    <address3/>\r\n    <city>LUMBERTON</city>\r\n    <stateOrProvince>NC</stateOrProvince>\r\n    <contact>RANDI</contact>\r\n    <country>USA</country>\r\n  </consignee>\r\n  <shipper>\r\n    <careOf/>\r\n    <postalCode>28269</postalCode>\r\n    <phone/>\r\n    <customerPlantIdentifier/>\r\n    <name>Piedmont Plastics #001</name>\r\n    <address>5010 West W.T. Harris Blvd</address>\r\n    <address2>address2</address2>\r\n    <address3>address3</address3>\r\n    <city>Charlotte</city>\r\n    <stateOrProvince>NC</stateOrProvince>\r\n    <contact/>\r\n    <country>USA</country>\r\n  </shipper>\r\n  <billTo>\r\n    <careOf/>\r\n    <postalCode>23450</postalCode>\r\n    <phone/>\r\n    <customerPlantIdentifier>Virginia Beach</customerPlantIdentifier>\r\n    <name>IL2000</name>\r\n    <address>PO Box 2545</address>\r\n    <address2/>\r\n    <city>Virginia Beach</city>\r\n    <stateOrProvince>VA</stateOrProvince>\r\n    <contact/>\r\n    <country>USA</country>\r\n  </billTo>\r\n  <carrierScac>EXLA</carrierScac>\r\n  <quoteId/>\r\n  <totalHandlingUnits>1</totalHandlingUnits>\r\n  <specialInstructions/>\r\n  <shipmentCost>0</shipmentCost>\r\n  <customerCost>0</customerCost>\r\n  <shipmentValue>0</shipmentValue>\r\n  <lineItems>\r\n    <lineItem>\r\n      <isFee>false</isFee>\r\n      <nmfc/>\r\n      <nmfcClass>55</nmfcClass>\r\n      <isHazmat>false</isHazmat>\r\n      <numberHandlingUnitsInLineItem>1</numberHandlingUnitsInLineItem>\r\n      <handlingUnitType/>\r\n      <numberOfPieces>12</numberOfPieces>\r\n      <weight>265</weight>\r\n      <serialNumber/>\r\n      <poNumberOfLineItem/>\r\n      <length>48</length>\r\n      <width>40</width>\r\n      <height>60</height>\r\n      <isStackable>false</isStackable>\r\n      <productCode>VINYL</productCode>\r\n      <description>VINYL SIDING 4&apos; 8&quot; GREEN</description>\r\n    </lineItem>\r\n  </lineItems>\r\n  <shipDate>2022-01-12</shipDate>\r\n  <referenceFields>\r\n    <referenceField>\r\n      <name>Customer PO</name>\r\n      <value>8886558</value>\r\n    </referenceField >\r\n    <referenceField>\r\n      <name>Seal Number</name>\r\n      <value>126630</value>\r\n    </referenceField >\r\n  </referenceFields>\r\n</shipmentRequest>","options":{"raw":{"language":"xml"}}},"url":"/nsync/shipments"},"code":200,"_postman_previewlanguage":"xml","header":null,"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\r\n<shipment>\r\n    <billto>\r\n        <city>Virginia Beach</city>\r\n        <country>USA</country>\r\n        <id>129800</id>\r\n        <name>IL2000</name>\r\n        <state>VA</state>\r\n        <streetAddress>PO Box 2545 </streetAddress>\r\n        <zip>23450</zip>\r\n    </billto>\r\n    <bolnumber>133202281</bolnumber>\r\n    <carrier>\r\n        <available>true</available>\r\n        <id>7</id>\r\n        <microserviceEndpoint>http://internal-carrierservices-2028165348.us-east-1.elb.amazonaws.com:8080/estesmicroservice</microserviceEndpoint>\r\n        <name>ESTES EXPRESS</name>\r\n        <SCAC>EXLA</SCAC>\r\n        <tiberID>12</tiberID>\r\n        <trackingAPIEnabled>true</trackingAPIEnabled>\r\n    </carrier>\r\n    <cod>\r\n        <address/>\r\n    </cod>\r\n    <consignee>\r\n        <address>\r\n            <address2></address2>\r\n            <address3></address3>\r\n            <city>LUMBERTON</city>\r\n            <country>USA</country>\r\n            <name>Power Sports &amp; Equipment</name>\r\n            <state>NC</state>\r\n            <streetAddress>310 NORTH CHIPPEWA</streetAddress>\r\n            <zip>28358</zip>\r\n        </address>\r\n        <companyName>Power Sports &amp; Equipment</companyName>\r\n        <contact>\r\n            <name>RANDI</name>\r\n        </contact>\r\n        <id>1539878</id>\r\n        <moniker>LUMBERTON</moniker>\r\n    </consignee>\r\n    <createdBy>\r\n        <email></email>\r\n        <groupName>TCO-Testco</groupName>\r\n        <userName>bolimporter</userName>\r\n    </createdBy>\r\n    <customerCost>0.00</customerCost>\r\n    <dateCreated/>\r\n    <group>TCO-Testco</group>\r\n    <groupID>7</groupID>\r\n    <groupTiberID>12</groupTiberID>\r\n    <id>133202281</id>\r\n    <iscorrectedbol>false</iscorrectedbol>\r\n    <isspotrate>false</isspotrate>\r\n    <lastModified/>\r\n    <lastModifiedBy/>\r\n    <lineitems>\r\n        <description>VINYL SIDING</description>\r\n        <freightClass>55</freightClass>\r\n        <handlingUnitCount>1</handlingUnitCount>\r\n        <handlingUnitType></handlingUnitType>\r\n        <height>60</height>\r\n        <isHazmat>false</isHazmat>\r\n        <length>48</length>\r\n        <NMFC></NMFC>\r\n        <numberOfPieces>12</numberOfPieces>\r\n        <productCode>VINYL</productCode>\r\n        <purchaseOrderRef></purchaseOrderRef>\r\n        <serial></serial>\r\n        <stackable>false</stackable>\r\n        <weight>265.0</weight>\r\n        <width>40</width>\r\n    </lineitems>\r\n    <mode>LTL</mode>\r\n    <ponumber>7655126</ponumber>\r\n    <pronumber></pronumber>\r\n    <quotedcost>0.00</quotedcost>\r\n    <quoteid></quoteid>\r\n    <references>\r\n        <name>Customer PO</name>\r\n        <value>8886558</value>\r\n    </references>\r\n    <references>\r\n        <name>Seal Number</name>\r\n        <value>126630</value>\r\n    </references>\r\n    <shipdate/>\r\n    <shipmentState>Pending</shipmentState>\r\n    <shipper>\r\n        <address>\r\n            <address2>address2</address2>\r\n            <address3>address3</address3>\r\n            <city>Charlotte</city>\r\n            <country>USA</country>\r\n            <name>Piedmont Plastics #001</name>\r\n            <state>NC</state>\r\n            <streetAddress>5010 West W.T. Harris Blvd</streetAddress>\r\n            <zip>28269</zip>\r\n        </address>\r\n        <contact>\r\n            <name></name>\r\n            <phone></phone>\r\n        </contact>\r\n        <id>824442</id>\r\n        <moniker></moniker>\r\n    </shipper>\r\n    <specialInstruction></specialInstruction>\r\n    <terms>Prepaid</terms>\r\n    <totalHU>1</totalHU>\r\n    <totalWeight>265.0</totalWeight>\r\n    <transitTime>1</transitTime>\r\n</shipment>"},{"id":"ebe85f02-1622-40e9-ba58-b557ad57d450","name":"500 Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"ILToken","disabled":false},{"key":"Content-Type","value":"application/jsonn","disabled":false}],"body":{"mode":"raw","raw":"{\r\n  \"shipmentType\": \"LTL\",\r\n  \"plantId\": {{plantID}},\r\n  \"bolNumber\": null,\r\n  \"poNumber\": \"VERBAL\",\r\n  \"proNumber\": {{proNumber}},\r\n  \"terms\": \"PP\",\r\n  \"consignee\": {\r\n    \"careOf\": null,\r\n    \"postalCode\": \"28358\",\r\n    \"customerPlantIdentifier\": \"LUMBERTON\",\r\n    \"name\": \"ROBESON GLASS & MIRROR\",\r\n    \"address\": \"310 NORTH CHIPPEWA\",\r\n    \"address2\": null,\r\n    \"address3\": null,\r\n    \"city\": \"LUMBERTON\",\r\n    \"stateOrProvince\": \"NC\",\r\n    \"contact\": \"RANDI\",\r\n    \"country\": \"USA\"\r\n  },\r\n  \"shipper\": {\r\n    \"careOf\": null,\r\n    \"postalCode\": \"28269\",\r\n    \"phone\": null,\r\n    \"customerPlantIdentifier\": null,\r\n    \"name\": \"Piedmont Plastics #001\",\r\n    \"address\": \"5010 West W.T. Harris Blvd\",\r\n    \"address2\": null,\r\n    \"city\": \"Charlotte\",\r\n    \"stateOrProvince\": \"NC\",\r\n    \"contact\": null,\r\n    \"country\": \"USA\"\r\n  },\r\n  \"billTo\": {\r\n    \"careOf\": null,\r\n    \"postalCode\": \"23450\",\r\n    \"phone\": null,\r\n    \"customerPlantIdentifier\": \"Virginia Beach\",\r\n    \"name\": \"IL2000\",\r\n    \"address\": \"PO Box 2545\",\r\n    \"address2\": null,\r\n    \"city\": \"Virginia Beach\",\r\n    \"stateOrProvince\": \"VA\",\r\n    \"contact\": null,\r\n    \"country\": \"USA\"\r\n  },\r\n  \"carrierScac\": \"SEFL\",\r\n  \"quoteId\": null,\r\n  \"totalHandlingUnits\": 1,\r\n  \"specialInstructions\": null,\r\n  \"shipmentCost\": 0,\r\n  \"customerCost\": 0,\r\n  \"shipmentValue\": 0,\r\n  \"lineItems\": [\r\n    {\r\n      \"isFee\": false,\r\n      \"nmfc\": null,\r\n      \"nmfcClass\": 55,\r\n      \"isHazmat\": false,\r\n      \"numberHandlingUnitsInLineItem\": 1,\r\n      \"handlingUnitType\": null,\r\n      \"numberOfPieces\": 1,\r\n      \"weight\": 1,\r\n      \"serialNumber\": null,\r\n      \"poNumberOfLineItem\": null,\r\n      \"length\":1,\r\n      \"width\":1,\r\n      \"height\":1,\r\n      \"isStackable\": false,\r\n      \"productCode\": \"ZZZ\",\r\n      \"description\": \"REPLACE ME\"\r\n    }\r\n  ],\r\n  \"shipDate\": \"2016-05-11\",\r\n  \"referenceFields\": [\r\n    {\r\n      \"name\": \"Customer PO\",\r\n      \"value\": \"29265388\"\r\n    },\r\n    {\r\n      \"name\": \"Freight Ready by (time)\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"name\": \"Pick-up by (latest Time)\",\r\n      \"value\": \"18:35\"\r\n    },\r\n    {\r\n      \"name\": \"Customer PO\\/Reference\",\r\n      \"value\": \"04979-008\"\r\n    }\r\n  ]\r\n}"},"url":"/nsync/shipments"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"xml","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Language","value":"en","name":"Content-Language","description":""},{"key":"Content-Length","value":"1410","name":"Content-Length","description":""},{"key":"Content-Type","value":"text/html;charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 07 Feb 2018 21:03:31 GMT","name":"Date","description":""}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<errorMessage>\n    <message>HTTP 500 Internal Server Error</message>\n    <status>500</status>\n</errorMessage>"},{"id":"deb6278e-32d9-4183-a057-816a74a13c9c","name":"415 Unsupported Media Type","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"ILToken {{token}}","disabled":false},{"key":"Content-Type","value":"application/jsonn","disabled":false}],"body":{"mode":"raw","raw":"{\r\n  \"shipmentType\": \"LTL\",\r\n  \"plantId\": {{plantID}},\r\n  \"bolNumber\": null,\r\n  \"poNumber\": \"VERBAL\",\r\n  \"proNumber\": {{proNumber}},\r\n  \"terms\": \"PP\",\r\n  \"consignee\": {\r\n    \"careOf\": null,\r\n    \"postalCode\": \"28358\",\r\n    \"customerPlantIdentifier\": \"LUMBERTON\",\r\n    \"name\": \"ROBESON GLASS & MIRROR\",\r\n    \"address\": \"310 NORTH CHIPPEWA\",\r\n    \"address2\": null,\r\n    \"address3\": null,\r\n    \"city\": \"LUMBERTON\",\r\n    \"stateOrProvince\": \"NC\",\r\n    \"contact\": \"RANDI\",\r\n    \"country\": \"USA\"\r\n  },\r\n  \"shipper\": {\r\n    \"careOf\": null,\r\n    \"postalCode\": \"28269\",\r\n    \"phone\": null,\r\n    \"customerPlantIdentifier\": null,\r\n    \"name\": \"Piedmont Plastics #001\",\r\n    \"address\": \"5010 West W.T. Harris Blvd\",\r\n    \"address2\": null,\r\n    \"city\": \"Charlotte\",\r\n    \"stateOrProvince\": \"NC\",\r\n    \"contact\": null,\r\n    \"country\": \"USA\"\r\n  },\r\n  \"billTo\": {\r\n    \"careOf\": null,\r\n    \"postalCode\": \"23450\",\r\n    \"phone\": null,\r\n    \"customerPlantIdentifier\": \"Virginia Beach\",\r\n    \"name\": \"IL2000\",\r\n    \"address\": \"PO Box 2545\",\r\n    \"address2\": null,\r\n    \"city\": \"Virginia Beach\",\r\n    \"stateOrProvince\": \"VA\",\r\n    \"contact\": null,\r\n    \"country\": \"USA\"\r\n  },\r\n  \"carrierScac\": \"SEFL\",\r\n  \"quoteId\": null,\r\n  \"totalHandlingUnits\": 1,\r\n  \"specialInstructions\": null,\r\n  \"shipmentCost\": 0,\r\n  \"customerCost\": 0,\r\n  \"shipmentValue\": 0,\r\n  \"lineItems\": [\r\n    {\r\n      \"isFee\": false,\r\n      \"nmfc\": null,\r\n      \"nmfcClass\": 55,\r\n      \"isHazmat\": false,\r\n      \"numberHandlingUnitsInLineItem\": 1,\r\n      \"handlingUnitType\": null,\r\n      \"numberOfPieces\": 1,\r\n      \"weight\": 1,\r\n      \"serialNumber\": null,\r\n      \"poNumberOfLineItem\": null,\r\n      \"length\":1,\r\n      \"width\":1,\r\n      \"height\":1,\r\n      \"isStackable\": false,\r\n      \"productCode\": \"ZZZ\",\r\n      \"description\": \"REPLACE ME\"\r\n    }\r\n  ],\r\n  \"shipDate\": \"2016-05-11\",\r\n  \"referenceFields\": [\r\n    {\r\n      \"name\": \"Customer PO\",\r\n      \"value\": \"29265388\"\r\n    },\r\n    {\r\n      \"name\": \"Freight Ready by (time)\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"name\": \"Pick-up by (latest Time)\",\r\n      \"value\": \"18:35\"\r\n    },\r\n    {\r\n      \"name\": \"Customer PO\\/Reference\",\r\n      \"value\": \"04979-008\"\r\n    }\r\n  ]\r\n}"},"url":"/nsync/shipments"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"107","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 07 Feb 2018 21:03:04 GMT","name":"Date","description":""},{"key":"X-Local-RequestId","value":"ebdfbf5a-9b23-4a8e-ad0f-afd81e1e003a","name":"X-Local-RequestId","description":""},{"key":"X-Origin-RequestId","value":"902ba54c-224b-4eeb-b14a-8a33bcc1e43e","name":"X-Origin-RequestId","description":""},{"key":"X-Rate-Limit-Limit","value":"500","name":"X-Rate-Limit-Limit","description":""},{"key":"X-Rate-Limit-Remaining","value":"490","name":"X-Rate-Limit-Remaining","description":""},{"key":"X-Rate-Limit-Reset","value":"2018-02-07T21:05:07","name":"X-Rate-Limit-Reset","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"status\" : 415,\n  \"code\" : null,\n  \"message\" : \"HTTP 415 Unsupported Media Type\",\n  \"moreInfo\" : null\n}"},{"id":"9519fe21-4cfc-4256-9a30-40d60571af11","name":"405 Method Not Allowed","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"ILToken {{token}}","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"url":"/nsync/shipments"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"plain","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"103","name":"Content-Length","description":""},{"key":"Date","value":"Wed, 07 Feb 2018 21:02:34 GMT","name":"Date","description":""},{"key":"X-Local-RequestId","value":"8ad4c9b4-dcae-4a6f-931e-bb1af27f5541","name":"X-Local-RequestId","description":""},{"key":"X-Origin-RequestId","value":"967dc278-c9d5-4df9-846a-d02fa60a0a1c","name":"X-Origin-RequestId","description":""},{"key":"X-Rate-Limit-Limit","value":"500","name":"X-Rate-Limit-Limit","description":""},{"key":"X-Rate-Limit-Remaining","value":"491","name":"X-Rate-Limit-Remaining","description":""},{"key":"X-Rate-Limit-Reset","value":"2018-02-07T21:05:07","name":"X-Rate-Limit-Reset","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"status\" : 405,\n  \"code\" : null,\n  \"message\" : \"HTTP 405 Method Not Allowed\",\n  \"moreInfo\" : null\n}"},{"id":"b8841b58-94aa-47c2-9a24-9dd57809bab5","name":"400 Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"ILToken {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"shipmentType\": \"LTL\",\r\n  \r\n  \"bolNumber\": null,\r\n  \"poNumber\": \"VERBAL\",\r\n  \"proNumber\": {{proNumber}},\r\n  \"terms\": \"PP\",\r\n  \"consignee\": {\r\n    \"careOf\": null,\r\n    \"postalCode\": \"28358\",\r\n    \"customerPlantIdentifier\": \"LUMBERTON\",\r\n    \"name\": \"ROBESON GLASS & MIRROR\",\r\n    \"address\": \"310 NORTH CHIPPEWA\",\r\n    \"address2\": null,\r\n    \"address3\": null,\r\n    \"city\": \"LUMBERTON\",\r\n    \"stateOrProvince\": \"NC\",\r\n    \"contact\": \"RANDI\",\r\n    \"country\": \"USA\"\r\n  },\r\n  \"shipper\": {\r\n    \"careOf\": null,\r\n    \"postalCode\": \"28269\",\r\n    \"phone\": null,\r\n    \"customerPlantIdentifier\": null,\r\n    \"name\": \"Piedmont Plastics #001\",\r\n    \"address\": \"5010 West W.T. Harris Blvd\",\r\n    \"address2\": null,\r\n    \"city\": \"Charlotte\",\r\n    \"stateOrProvince\": \"NC\",\r\n    \"contact\": null,\r\n    \"country\": \"USA\"\r\n  },\r\n  \"billTo\": {\r\n    \"careOf\": null,\r\n    \"postalCode\": \"23450\",\r\n    \"phone\": null,\r\n    \"customerPlantIdentifier\": \"Virginia Beach\",\r\n    \"name\": \"IL2000\",\r\n    \"address\": \"PO Box 2545\",\r\n    \"address2\": null,\r\n    \"city\": \"Virginia Beach\",\r\n    \"stateOrProvince\": \"VA\",\r\n    \"contact\": null,\r\n    \"country\": \"USA\"\r\n  },\r\n  \"carrierScac\": \"SEFL\",\r\n  \"quoteId\": null,\r\n  \"totalHandlingUnits\": 1,\r\n  \"specialInstructions\": null,\r\n  \"shipmentCost\": 0,\r\n  \"customerCost\": 0,\r\n  \"shipmentValue\": 0,\r\n  \"lineItems\": [\r\n    {\r\n      \"isFee\": false,\r\n      \"nmfc\": null,\r\n      \"nmfcClass\": 55,\r\n      \"isHazmat\": false,\r\n      \"numberHandlingUnitsInLineItem\": 1,\r\n      \"handlingUnitType\": null,\r\n      \"numberOfPieces\": 1,\r\n      \"weight\": 1,\r\n      \"serialNumber\": null,\r\n      \"poNumberOfLineItem\": null,\r\n      \"length\":1,\r\n      \"width\":1,\r\n      \"height\":1,\r\n      \"isStackable\": false,\r\n      \"productCode\": \"ZZZ\",\r\n      \"description\": \"REPLACE ME\"\r\n    }\r\n  ],\r\n  \"shipDate\": \"2016-05-11\",\r\n  \"referenceFields\": [\r\n    {\r\n      \"name\": \"Customer PO\",\r\n      \"value\": \"29265388\"\r\n    },\r\n    {\r\n      \"name\": \"Freight Ready by (time)\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"name\": \"Pick-up by (latest Time)\",\r\n      \"value\": \"18:35\"\r\n    },\r\n    {\r\n      \"name\": \"Customer PO\\/Reference\",\r\n      \"value\": \"04979-008\"\r\n    }\r\n  ]\r\n}"},"url":"/nsync/shipments"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"112","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 07 Feb 2018 19:50:15 GMT","name":"Date","description":""},{"key":"X-Local-RequestId","value":"7a66f5ae-1111-4e40-b335-b3bc8f143724","name":"X-Local-RequestId","description":""},{"key":"X-Origin-RequestId","value":"f635ea68-25a5-4750-ba10-efd49a701229","name":"X-Origin-RequestId","description":""},{"key":"X-Rate-Limit-Limit","value":"500","name":"X-Rate-Limit-Limit","description":""},{"key":"X-Rate-Limit-Remaining","value":"493","name":"X-Rate-Limit-Remaining","description":""},{"key":"X-Rate-Limit-Reset","value":"2018-02-07T19:59:06","name":"X-Rate-Limit-Reset","description":""}],"cookie":[],"responseTime":null,"body":"{\n  \"status\" : 400,\n  \"code\" : null,\n  \"message\" : \"Validation error: Missing plant id; \",\n  \"moreInfo\" : null\n}"}],"_postman_id":"c3b56590-5b03-4b28-a8a0-3201ecba6205"},{"name":"Document Generation","id":"59e2a6e6-3be0-41fa-a13c-6a18614f0444","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true},"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"ILToken {{token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"/nsync/document?shipmentId=134488057&type=bol&view=pdf","description":"<p>Use to generate documents</p>\n<p>Available types; 'bol'<br />Available views; 'pdf',' image', 'none'<br />bolean reprint; reprint = true returns previously generated doc with out regeneration. false returns regenerated doc.</p>\n","urlObject":{"path":["nsync","document"],"host":[""],"query":[{"key":"shipmentId","value":"134488057"},{"key":"type","value":"bol"},{"key":"view","value":"pdf"}],"variable":[]}},"response":[{"id":"d9df3fe4-7951-474a-9668-259dcfe563dd","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"ILToken {{token}}","type":"text"},{"key":"Accept","value":"application/xml","type":"text"}],"url":{"raw":"{{BASE_URL}}/nsync/document?shipmentId=133734551&type=bol&view=pdf","host":["{{BASE_URL}}"],"path":["nsync","document"],"query":[{"key":"shipmentId","value":"133734551"},{"key":"type","value":"bol"},{"key":"view","value":"pdf"}]}},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Tue, 21 Mar 2023 02:50:40 GMT"},{"key":"Content-Type","value":"application/xml"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin"},{"key":"X-Rate-Limit-Limit","value":"1000"},{"key":"X-Rate-Limit-Remaining","value":"999"},{"key":"X-Rate-Limit-Reset","value":"2023-03-21T03:05:38"},{"key":"X-Local-RequestId","value":"38ea435b-c357-43e9-9e1c-9a5d35c9db84"},{"key":"X-Origin-RequestId","value":"72925914-7bc6-49b3-aeee-c4fb898d7b5d"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<documentResponse>\n    <pdf>JVBERi0xLjQKJeLjz9MKMiAwIG9iago8PC9GaWx0ZXIvRmxhdGVEZWNvZGUvTGVuZ3RoIDQ5Pj5zdHJlYW0KeJwr5HIK4TI2U7AwMFMISeFyDeEK5CpUMFQwAEIImZyroB+RZqjgkq8QyAUA6qIJ8gplbmRzdHJlYW0KZW5kb2JqCjQgMCBvYmoKPDwvQ29udGVudHMgMiAwIFIvVHlwZS9QYWdlL1Jlc291cmNlczw8L1hPYmplY3Q8PC9YZjEgMSAwIFI+Pj4+L1BhcmVudCAzIDAgUi9NZWRpYUJveFswIDAgNTk1IDg0Ml0+PgplbmRvYmoKMSAwIG9iago8PC9TdWJ0eXBlL0Zvcm0vRmlsdGVyL0ZsYXRlRGVjb2RlL1R5cGUvWE9iamVjdC9NYXRyaXhbMSAwIDAgMSAwIDBdL0Zvcm1UeXBlIDEvUmVzb3VyY2VzPDwvRm9udDw8L0YxIDUgMCBSL0YyIDYgMCBSPj4vWE9iamVjdDw8L1hmMSA3IDAgUj4+Pj4vTGVuZ3RoIDUwODcvQkJveFswIDAgNTk1IDg0Ml0+PnN0cmVhbQp4nJWdbXfauLbH3/dTaM28Se9qXT/JD311CNCWcxLgAJmertu77nLASXwqIAOknXyS+3Xvlq1tpI1BOplOm1h/7S39f3owYDt/vrlevIkSlvkJW6ze+Ox9EHhBht/niReF6ock9+JcfZ97aay+DdPQ4/hDlHpBcKppY6TZ8SCWDxdv/vnmz/r/kP0dSj7D99CqgPnwX8CijKV55oXQwPWbD58CBq17eHM1f6qe2aA4lOwjY+GHwP8Q+mH0dvFvGVCrHoaRl8kQiZeFGCLw6xjXo5sbNvnEbnqD0fgzY//HJrPR59G4d3MaJ84hTtLZlNFN6Ps+60+m31jwIVB1zS75Hme/pNNpxj0/Y2ESwJHag135Zq7KwzyFf9M48XikJDHky3WNjKELokz6TwRR4qX5xSQJBOaoyDw/IiES2dH4Qo4k0wKQFLJYix/7pJDnx0JuFHKeq9J1/X0TRqhGY4neBVp2jCAgqjGUgjiWvqVZKhGYw+nLaMo+zSa3p+QjXzZTcTMqXVdCsO0DuylW1eaRjV/W9+VOjscgitIo5rwdC8z38jqc/FcF5L5ktFyzD/96CNhgy06GfZp6UdSkDFXK2aT/j5veeMBue+O7T73+4m4GQ1em0SsmqZfWFa+CNIRujYbjQd3DP2DE9z4P2WxAq/DMC5oq18PBp8ls8I5NeyzgPAypVNreSKEREG0mu9y7+Taf99i3yeLLcDZn0y8fWRbE75Mweu8HOT+1NZD9BxtgbIENpzAWk7MoIu5FnMzlfm8G3Zyxce92KNsznoyHZwOE3EsC01joMpuO+v+4m7J+D5YFjLcYzm7lisB+r8G+z9IUlrnofczDjk6p+AGXa4URfzHrjW5k++5ur6VjZ+v6iReEZt35EPI3Fb9fzb+/PV87kSs2Hdr9Xv98hSzxksisMJ1N2O9dNYB9mHt+bLZu2psOYTj2v3xjo3GfDpYAto26wlXox1HMxkOwdvCNfe19o1I/97JYDcExjD8gkqepH5zofLkySR3rLRbjj+zvd/PFaMyGX9VUIAMNtrQ4AGvkCmN09NNsOPr8ZcH6X3qzz8M5q/eDznGXgVEwXJPuyUgamKSwh9bSq/6HyUfW7A9UJBe/RjSdsOvJv1jIY05FPPDyRvTHaAY706jHrodgNfujx0JYYfzutsbHtrajYDrsj2AYjcbzxeyuvxhNxvPOcZRwOf4S/9StXVk9Ph1Y/6nYPZZ7tih3672cFNNd+VxUq8v7HoftAtrEw6hrt+ApjKvg4oZ1USJDhFq5uamoAF0CY80NI98LUtg9Tu2b3s1glMyHMCgHMH1HY1gvbnvSxY4BB+sTDDieBTKfGWbC4A9uFF3wYNflnVVnw0/D2XDcH7JPo+HNYN5JnsPQC1NzlPbDJE7js4sVhxM7WmUuFwDoRx7F4dl6PPc4XagKUe5n5fO4WJcf2bR4EWwGu+OPanM2Sgwos+4ow3VRCQhTB/jbbrv8IYrNav3w6C236/MB/ZMVyn2fPjN2g9oic+yaIwe6kcshdrQfueFGcjpkzmXza2OTUA5COtDzZhY1kjiQCyaVBOBAK+GhdzrhgjyE05CLQWBxkUeUJoR/whNNHEde3mrSyAtPNTxI5Vp4MVfTpxgWWJ7BCZzRRSEdaYsi7bjZ3VZi9F5YYpuGHGPo/ghLBuJYKzMdFJYcxNNWZnosrFmI763O5CCsefTz8WMQrrXYloHQTX2Jfm0CaehiUaQdJ3RRYqAQltiEbhtDByEsGShdlJkchCUHpYsyk4KwZqF0UWeyENY8Bt02CNdabMtA6MKe6udHAk2thi4WRdpxQhclBgphiU3otjF0EMKSgdJFmclBWHJQuigzKQhrFkoXdSYLYc1j0G2DcK3FtgyELpyFRvxIoKnV0MWiSDtO6KLEQCEssQndNoYOQlgyULooMzkISw5KF2UmBWHNQumizmQhrHkMum0QrrXYloHQhU05OQJoKjVwVUmkHSZslcLgIC4HJmQxgs5AXA5PuSqVCUBcTkCpKpVpvrCloEyVzAQgbEkMohiCa421hCc8o0C++bA2KDQ8sSQ6HiY8UaH7Ly4HJjzbCJr74nJ4yhNVhvnicgLKE1WG9cKWgvJEmQFA2JIYPNsQ/NhYS3jCMwzlC/K1SaEBikWRdpwQRYlBQFhiE6ZtDJ2AsGSgVFFmIhCWHJQrykwEwpqFkkWdiUJY8xhs2yBca7EtA6EbwAu09EigqdXQxaJIO07oosRAISyxCd02hg5CWDJQuigzOQhLDkoXZSYFYc1C6aLOZCGseQy6bRCutdiWgdD1Q/nu6toE0tDFokg7TuiixEAhLLEJ3TaGDkJYMlC6KDM5CEsOShdlJgVhzULpos5kIax5DLptEK612JbBpBtBd7PjuwqqVk23LYq04ybdVmKgEJbYJt1jDB2EsGQgdFuZyUFYchC6rcykIKxZCN1WZ7IQ1jw63WMQrrXYloHQzSIvOL6roGo1dLEo0o4TuigxUAhLbEK3jaGDEJYMlC7KTA7CkoPSRZlJQVizULqoM1kIax6DbhuEay22ZSB008jTADSVGriqJNIOE7ZKYXAQlwMTshhBZyAuh6dclcoEIC4noFSVyjRf2FJQpkpmAhC2JAZRDMG1xlrCE55J5CXH9xGaSg1PLImOhwlPVOj+i8uBCc82gua+uBye8kSVYb64nIDyRJVhvbCloDxRZgAQtiQGzzYEPzbWEp7w5BA8ONreVGqAYlGkHSdEUWIQEJbYhGkbQycgLBkoVZSZCIQlB+WKMhOBsGahZFFnohDWPAbbNgjXWmzLQOjGsSxdm0AaulgUaccJXZQYKIQlNqHbxtBBCEsGShdlJgdhyUHposykIKxZKF3UmSyENY9Btw3CtRbbMhC60M74+K6CqtXQxaJIO07oosRAISyxCd02hg5CWDJQuigzOQhLDkoXZSYFYc1C6aLOZCGseQy6bRCutdiWgdANYy85vjJRtRq6WBRpxwldlBgohCU2odvG0EEISwZKF2UmB2HJQemizKQgrFkoXdSZLIQ1j0G3DcK1FtsyELpB7OXHdxVUrYYuFkXacUIXJQYKYYlN6LYxdBDCkoHSRZnJQVhyULooMykIaxZKF3UmC2HNY9Btg3CtxbYMhK7PveD4Waqq1dDFokg7TuiixEAhLLEJ3TaGDkJYMlC6KDM5CEsOShdlJgVhzULpos5kIax5DLptEK612JbBpBvmXF5ruTaB1HTbokg7btJtJQYKYYlt0j3G0EEISwZCt5WZHIQlB6HbykwKwpqF0G11JgthzaPTPQbhWottGQjdjHvHN/NVpQauKom0w4StUhgcxOXAhCxG0BmIy+EpV6UyAYjLCShVpTLNF7YUlKmSmQCELYlBFENwrbGW8IRnyuW1vWuDQsMTS6LjYcITFbr/4nJgwrONoLkvLoenPFFlmC8uJ6A8UWVYL2wpKE+UGQCELYnBsw3Bj421hCc8k8QLj+8qqEoNUCyKtOOEKEoMAsISmzBtY+gEhCUDpYoyE4Gw5KBcUWYiENYslCzqTBTCmsdg2wbhWottGQhdnnixtko2tRq6WBRpxwldlBgohCU2odvG0EEISwZKF2UmB2HJQemizKQgrFkoXdSZLIQ1j0G3DcK1FtsynI/Q/HBKtuu4UQFDSkGceOnlS7iV5NIl3Epy4RLui0HQ/EZz8RJupbl4CfeZXMZl8Ikv7xHlQdDeGYBXwX/5cNdxowSc6fhBp346GvaHHfc4qLvGuqp8rW/m6bgD1E/l9dpdjeq42y/MurX9ye3tZDBafGOD4bw/G0277/2IE+4l3RHGt5/67PfTKhxeq8kr9buS3vTmHSYAiThj3A9Obp0I2LR3czNcdDkHGOOku1aXz0lzXfmpmudhVzfCKJejp6vGlwH7UhY/X98PXg6vbPjXsvhZHLY7dv2y/FEeGPNi9m3FYIT9xr5Wq5LB34cn/VaoEEZdmLEYBn1Qx76K2aIsD09stNkfCiFKqK6iLbZbOD5/Lpb1vR5ludrL2zPCLDciwkkZl1dEh/J65uYurN+ZulWGxfyvMPkr7ri7ikeR/LC4q5dJhzxJ5e14cRqqO9uO6i5AuXzN7iiGhQzmgZs4DCJ587ObOAKOUeworq8Hd20GjzJ5C62bWDmXRPKaVUfn3MTKOScxOuckRuecxOickxidcxIr53jU3iRrd85NrJxzEqNzTmJ0zkmMzjmJ0TknsXIO9sTE1TgnrfLNRYu2uWjRNRctmuaiRc9ctMqyKDq54fm8Z25iZZqTGF1zEqNtTmL0zUmMxjmJlXOw+dPbvc875yZWzjmJ0TknMTrnJEbnnMTonJNYORfE8qI8R+fcxMo5JzE65yRG55zE6JyTGJ1zEivn/Li959/unJtYOeckRuecxOickxidcxKjc07ixrkoj+XFZG7OOYob59zEyjk3sXLOTayccxMr59zEyrmMy8u2HJ1zEyvnnMTonJMYnXMSo3NOYnTOSaycS7nnbJyTVvnmokXbXLTomosWTXPRomcuWmWZfBHueu7rKFamOYnRNScx2uYkRt+cxGick1g5x7m8osfROTexcs5JjM45idE5JzE65yRG55zEyrk4UQ99cXHOTayccxKjc05idM5JjM45idE5J7FyLkrklSiOzrmJlXNOYnTOSYzOOYnROScxOuckVs6FifTE0Tk3sXLOSYzOOYnROScxOuckRuecxMq5IJFXUDg65yZWzjmJ0TknMTrnJEbnnMTonJNYOeen8uoER+fcxMo5JzE65yRG55zE6JyTGJ1zEjfOyadQxa5nco7ixjk3sXLOTayccxMr59zEyjk3sXIuSz3XV/puWuWbixZtc9Giay5aNM1Fi565aJVlaaqeHOfimZtYmeYkRtecxGibkxh9cxKjcU5i5VySyY+IHZ1zEyvnnMTonJMYnXMSo3NOYnTOSayc45n8JNzROTexcs5JjM45idE5JzE65yRG59zE6rP1TH62bmgD1v2ZefMxbmeNDnXzMW6X+tzHuP7ZFr2XXx1OwnmXfK6iVgM/v15MFp3PUk4BVP6f5OBRIM+KbTXOPFFPXvuQhPgs4/oZ1SdPhzynoQ/lDWNfOz9P6iZ8fSp3JTs8lWwnH0hd7dmqfC43q3JzYNsN+1mIl/Id2z9Vz8/lbs8KEO/KP1+qXblihy3bH2St/XO5rB6qZSHEK6s27NeuOshPsCGs7J3ehKi+TgOacFU87koIst1BxqUoZMA6m3zaoWzP824LKQ+vrNizh60Q21/7j+y3BZRYatKUknGTsg0J3ZT9vn81m173ZsXgsGyA6rTs5n3JNtsDK/9aQmLoGU0RZOoJ3Vf/2/3FZKDTw95vJ5ECiVJG6hjfeS5pwxzNM3OwXh5DAdTLLj4DMg3klR+hH0idEXk8WQzZTVXcV6IC426qdQUmVTA0HsB/sd3vaw7FungsJfrDE3grnVvLEbQuXqV3xfOzAIvvRemxeVmyOGd33tzre+y/WBCnfvL9avn97ferQP7V+/6WFZsV+351/f2tZ+kZrN7Q4kiunjCZjceqxtBpFDRXEKGAzosgj9TzbI/zYjbsD0d/DAcw9l/u/10uD3IYVJtV9bNavdSDZVUeyt262sCAkVOn9mG53Rx2xfKwBx+KA3sqfpbQ/3KDQ/blGYzTJsh9efgli09HbZAlXtQ8PndZ7HYVDB9pihqT71j1oLn6jm0hwu5XtS9lM3E2798xmB77fT2+JbN9HWP3IsqTBpYw9u9FtX9qxz9tUJqrt0WMBskFofhZVEK2A5O3rYTeytUCgr+r1VAO3mktVwuILHsoV+WuEFDh8UU0zfU6VmweeN3E5MqALds/yTRyyq6LHyWgEtXPcvfaLBD6AP1VHZ62Lwf2XLzWP28fjG43yY4oHtRzhOueywezStuZKH49vAi2bB4u7HVEOHrXVdg+KLljhbj0xeZqhZpXj5vi8LIrL8+WLJfPSZf7as6aX2dwclXeRUkzpRpJM6M0iTGpYvirfSq7+XD06XDG5qPP497ibjZkH9igt+h42LkMILOFlDHAgz8wjpawkFcPr804loOuuN/CYN4UaxjBaxhUu6oQ9YalW17HDXGJbfYDmMs4TcrVOxgKyx+wmMF362L3A4JJ2DC8SyGPwQ80nnxkstrSdvUa2ISVi8GqapdK2URYGzb75+1OraDFcrnd0e1ERgwz3CTVhNImjDY9cKccTBbeSYgANz1lLmz9NWVJNoBTN95cm57KZzarn+V1oAGI9JMwpc9Pp9sOJj308mZbrMrVRyNLCBanqZYmq0/8zqdpK5zmaR/dvX3ZHI6JOtoYtL/dAuv+N/sfdv2K06RjQ8W0/3lVlRQC5Lyz5mAnl5zzOW01YWo8y6sDYS/ZF1W9dMrdpeh6HrVqTBR7SWyGPJ+/Q0zzT6tyWe671mC53XZNcHxgtD7B1W8m6J7nKlTHVO/jJrP8sdn+grknn9u+gwZVz3KZxmmqtjQ8JX0WBewBq73HVH1zvW2StfO/WUMqCFKuS1i7N8tXCAUzdLOXExmm7bqZqb/gHHQN41zb6iDth21X+ONygLvRU7HHedqV6PGlWpX32+0PeQYhOwIns7AXdYQ+rgur7fJFblhN8+rzrpL9LJ+qpTzHmuJ57qrcL3fVvVzE6tWxUhb+hCNQ6XG7XXWladcOWJ7kNi7Pe8F16AZsqeXK66jTvH7V1pvLvxYnC05+10N/V9Zn3/J34vj1r954H8Zg58co+sgDdrfod7y28kN5LWtHtJtif7jdruo1vX1a/f8D+xvXYwplbmRzdHJlYW0KZW5kb2JqCjUgMCBvYmoKPDwvU3VidHlwZS9UeXBlMS9UeXBlL0ZvbnQvQmFzZUZvbnQvSGVsdmV0aWNhLUJvbGQvRW5jb2RpbmcvV2luQW5zaUVuY29kaW5nPj4KZW5kb2JqCjYgMCBvYmoKPDwvU3VidHlwZS9UeXBlMS9UeXBlL0ZvbnQvQmFzZUZvbnQvSGVsdmV0aWNhL0VuY29kaW5nL1dpbkFuc2lFbmNvZGluZz4+CmVuZG9iago3IDAgb2JqCjw8L1N1YnR5cGUvRm9ybS9GaWx0ZXIvRmxhdGVEZWNvZGUvVHlwZS9YT2JqZWN0L01hdHJpeFsxIDAgMCAxIDAgMF0vRm9ybVR5cGUgMS9SZXNvdXJjZXM8PC9Gb250PDwvRjIgNiAwIFI+Pj4+L0JCb3hbMCAwIDExMy42IDMzLjY2XS9MZW5ndGggMjQyPj5zdHJlYW0KeJxtU7uOwzAM2/0VGtsOruSHLK8Fel/gX7gOB9xy/z9cCjRAEBKZQlASKVMqM7uL5pDS5O87ldzO0Aew7B/AM0CxsU9lpkizQng9F8Cc8AL7Fd15B6zu/Q6Yo60CE8r2f8aqYbdad94BI4prkGUqIIZTW8WdtE54A9W1ieo6sHrDbfaBE/pEJa7o1UlwHBESHSfZGSQ7o+BbD5KdMdB/wNaDbD1IcoJsPUDHVHQ/QdkkuZnQfZLUmIIBU8NupqSUZN8ULBi9V3awr/RY6f5VJGS9kolun8n7KMa71GX9psvNah219W636/pJz5X+AWx14SMKZW5kc3RyZWFtCmVuZG9iagozIDAgb2JqCjw8L0tpZHNbNCAwIFJdL1R5cGUvUGFnZXMvQ291bnQgMT4+CmVuZG9iago4IDAgb2JqCjw8L1R5cGUvQ2F0YWxvZy9QYWdlcyAzIDAgUj4+CmVuZG9iago5IDAgb2JqCjw8L01vZERhdGUoRDoyMDIzMDMyMTAyNTAzOVopL0NyZWF0aW9uRGF0ZShEOjIwMjMwMzIxMDI1MDM5WikvUHJvZHVjZXIoaVRleHSuIDUuNS42IKkyMDAwLTIwMTUgaVRleHQgR3JvdXAgTlYgXChBR1BMLXZlcnNpb25cKSk+PgplbmRvYmoKeHJlZgowIDEwCjAwMDAwMDAwMDAgNjU1MzUgZiAKMDAwMDAwMDI0NiAwMDAwMCBuIAowMDAwMDAwMDE1IDAwMDAwIG4gCjAwMDAwMDYxNDAgMDAwMDAgbiAKMDAwMDAwMDEzMCAwMDAwMCBuIAowMDAwMDA1NTM5IDAwMDAwIG4gCjAwMDAwMDU2MzIgMDAwMDAgbiAKMDAwMDAwNTcyMCAwMDAwMCBuIAowMDAwMDA2MTkxIDAwMDAwIG4gCjAwMDAwMDYyMzYgMDAwMDAgbiAKdHJhaWxlcgo8PC9JbmZvIDkgMCBSL0lEIFs8Yzk2NmMyYzA0YzI2ODJmOTRmMDE0ZGY1OTBjYzQyNzk+PGM5NjZjMmMwNGMyNjgyZjk0ZjAxNGRmNTkwY2M0Mjc5Pl0vUm9vdCA4IDAgUi9TaXplIDEwPj4KJWlUZXh0LTUuNS42CnN0YXJ0eHJlZgo2MzgxCiUlRU9GCg==</pdf>\n    <url>https://s3.amazonaws.com/stagegendocs/123/133734551B.pdf?X-Amz-Security-Token=IQoJb3JpZ2luX2VjELv%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaCXVzLWVhc3QtMSJHMEUCIQC38NIsAfSf1QzSXS%2BoPJ4CiopM%2F%2FF%2BvPc5xNbdLMNChwIgIdIv0xZ5VFT6%2F9JxGYypShO1Atmr8Bs%2B7qiPfYLI3FUqxQUIhP%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FARAEGgw4MDU0NzU1ODc1NTAiDPeYYUTNvC%2Fb0RfokiqZBTTzasGjWv7Gofwsqhdqu%2BgRVjMa4x3msnUNGd6oqLfdNfcoSUT%2FDp8DxEvGVmOPsi9iQNKuqhhzvsBjsBhNAU4NnDPtdB0fCwnpHD%2FH%2BKTEmY8t6sSglLEl2Rev9hRZbF3%2Ftb%2FO92nCUhT%2F5Fmj5XCIdxA%2FSGrdKT%2Bx7NZ5SN6BMOWDEYvamour3BoaVFkX3y%2BGvV4H2lkFzsuvm28kJCOd1rbTLfG7et8XRBV8b%2Ft25i%2FC6cIRE2ufOJ%2BMBMpiWwRljN4SJVf94ARSanxDNsfhf7HR9Utu9jUdr5o4MjH8%2B3gx1bBxf2C9QTb267XvPmOe3NSZbyahJNsIs2WrMiS784DESBGsAT6wGU6B8KK7ykAyxglKF%2F4BG%2FgNJVPLiKXP68fp4Nz5Kto4P0j7gIyvjhBU96e9qWgLF01lCskfcfaycc7UUlEiOnS0VZ%2FrChWMWltZpc1%2BTky7s0c1m%2BVkc%2FxVJD4ci%2FM8uYvbNy4DXJF%2BVnpKs4%2B9gDTL1Ial1dcvMqYjn2YoEu9LhQbPX6xBIrTuI3dURtGcHlnQX4k7rDAB9NB1B5vdKf%2B5rGMsALP2SG5B%2FVf%2BBeiXuaaltaBy4cI9FntxKNQyIEDYKAvINptYrL4oqsdE0wpuXSS%2B2rkdyE5fDP3T%2FwMuGsT24Y6uAIB31nuca6BiWOSCWoa9L9FaL%2Bvbv47wENtet%2BVep7wWCiDpJteKTAohprAFOjAkOwnFP8JgYGiJkQ9ySAJwQI9XwP3u%2BrBAhJxVmmUgWX2kS0%2FP9a9RAnFxC1TAPKYhRmC%2F%2FdixyYBwaBSAJLp%2FI59QqkJ%2Fm6rYM7tBXYuInENNzU1YWJSzxIS%2B5ImlzsIkacE5zblNAskiUMatiiPO%2BOEaOlWMupXZMNut5KAGOrEBTFlJVu9SSirNKsSUGPhXBo2R9byWFUmz9nQ7t81HIxkzDUe1PGqeONSk3gvOhZYEMyH8nmH9Up2ciS6qUiaQUGxXW%2FnnHM8AVdVP6RK2X4myPhYVwmvCUkUPMsE%2BEnfYvjOWDyzQ%2BlveyDU5xBD4Nw3s33EU48%2BkoHdgYsP526VRbwyljzDruTwkwoFKOE8dLqEInQ5RDGvaqS0Xd9B5m8T6k40eoB9VzBko1JWYjZYe&amp;X-Amz-Algorithm=AWS4-HMAC-SHA256&amp;X-Amz-Date=20230321T025039Z&amp;X-Amz-SignedHeaders=host&amp;X-Amz-Expires=172800&amp;X-Amz-Credential=ASIA3XCQWCXPIERORO6D%2F20230321%2Fus-east-1%2Fs3%2Faws4_request&amp;X-Amz-Signature=d9b325c7454b0d40b1a99a4afc8896af4035c02e8b6ea038c73e3dd5f3c907cb</url>\n</documentResponse>"},{"id":"13029cde-b590-4eec-90b5-fb1dc56ddd08","name":"200 OK - accept/json","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"ILToken {{token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"{{BASE_URL}}/nsync/document?shipmentId=134020894&type=bol&view=pdf","host":["{{BASE_URL}}"],"path":["nsync","document"],"query":[{"key":"shipmentId","value":"134020894"},{"key":"type","value":"bol"},{"key":"view","value":"pdf"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 11 Oct 2023 13:43:47 GMT"},{"key":"vary","value":"Origin"},{"key":"X-Local-RequestId","value":"7c74fd90-bdd1-4678-86fb-0c5f64f164ec"},{"key":"X-Origin-RequestId","value":"8b07c047-d0ad-4c23-8414-c561d90203a7"},{"key":"X-Rate-Limit-Limit","value":"500"},{"key":"X-Rate-Limit-Remaining","value":"499"},{"key":"X-Rate-Limit-Reset","value":"2023-10-11T13:58:47"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"image\": null,\n    \"pdf\": \"JVBERi0xLjQKJeLjz9MKMiAwIG9iago8PC9GaWx0ZXIvRmxhdGVEZWNvZGUvTGVuZ3RoIDQ5Pj5zdHJlYW0KeJwr5HIK4TI2U7AwMFMISeFyDeEK5CpUMFQwAEIImZyroB+RZqjgkq8QyAUA6qIJ8gplbmRzdHJlYW0KZW5kb2JqCjQgMCBvYmoKPDwvQ29udGVudHMgMiAwIFIvVHlwZS9QYWdlL1Jlc291cmNlczw8L1hPYmplY3Q8PC9YZjEgMSAwIFI+Pj4+L1BhcmVudCAzIDAgUi9NZWRpYUJveFswIDAgNTk1IDg0Ml0+PgplbmRvYmoKMSAwIG9iago8PC9TdWJ0eXBlL0Zvcm0vRmlsdGVyL0ZsYXRlRGVjb2RlL1R5cGUvWE9iamVjdC9NYXRyaXhbMSAwIDAgMSAwIDBdL0Zvcm1UeXBlIDEvUmVzb3VyY2VzPDwvRm9udDw8L0YxIDUgMCBSL0YyIDYgMCBSPj4vWE9iamVjdDw8L1hmMSA3IDAgUi9YZjIgOCAwIFI+Pj4+L0xlbmd0aCA1MjE2L0JCb3hbMCAwIDU5NSA4NDJdPj5zdHJlYW0KeJyVnd9y2ziyxu/zFKidm8wphyEJghRzp8hKoh3b8pHlmZ3abJ1SJDrmDmR5JDnZPMm+7gFINIVuUUJPJhPbwIdu8PvhDyWT4p+v3s9fyVwM4lzMV69i8SZJomQA35d5lKbuh7yMstJ9X0ZF5r5NB2mkoIEsoiQ51kiIUQwOhVA/nr/631d/Nv+n4u+m5qP53vQqEbH5LxFyIIpyEKWmg+tXbz8kwiR7ePX67rF+FpeLfSXeCZHEb+PybRqn8uf5v21Er32aymhgY+TRIIUYSdwEeT+5uhLTD+JqeDm5+SjEf8V0Nvk4uRleHcdRcRwp2duXyVUax7EYTW9/F4lriY/INBXfrdHFQEXxQKR5YkoaC7bVqztXn5aF+VpkeVSUTpINolj6GhvDF0jTnZIKDIc4O5skN4FzUAyihIbITaE6pFAZrR8YlOpEClvvxc/iKMlJvSoP9Sr2K5UqXe26+b6NpF2/ocY/Clp3iKBNVDSYkixrIA4KSwEPqE+TW/FhNr0+Ri9j202HDjV6X2stNg/iarGqn76Km5f1l2rbjEiZxWk8KDMYDiKOyiac/eoCqthyXK7F2388JOJyI44GflFEUrYpU5dydDWdjcXwfj69ns4nv45tAr9JXkRF0+T1IDeD8mYs7m8ux7OPs6n5Ki5nF+LWjPrhTKTZgLZVZiS0bX8Z3twN78RoMv/9QlxPjdNJnhw7k9hDMEciSzvgjv2cT0+6KVWUJ2Q+joaz2WQ8EzfD67F1cTiamOTz6cyAGU8+fpqfjJaqaJBjoz6YZreT0S/3t2I0NPMcgs/Hs2s7xcVPNoVM8jcqTd8oM2pORk/yKElx9PlsOLmyXb2/fm++vDvZNs4jWeC2d2OTvW34+fXd559Pt87NqpVLYuxoOHonhh9H45OtBmatK3Gr29lU/PROxLmUKotleWZc5io1c6cdlmnvsEzLiIxKY7AZMd6wFOOr8Wg+m95MRnfijTH/kg62xCwbzVgrzdh6kxZi+Ov45n4sbn67GM7nN+YQby5n49+OmpnVpGk2vrye3synNxdi+F7M85vkfUq1dslutMUgfpPl5Ruzz8U9o9hsellizG4GM7LNjTsx+jScfRzfiWbH6B3VA2N7EsXJX5qtedFktl0cvZ2+E+1OQkVmlRy0otupeD/9h0hVpqjIQEtb0a+TmdnDJkPxfjwcfRK/DkUqM9Vz3LaZWZwH5JjvbsejiRmhk5u7+ex+NJ9MDdm+IZorOy3y2A4X7Nq2qr8+7sXocbH9Wu3EvNqud3a23W6r50W9Or9HKrO3mD6pVPbtLKoo7UnGuc3trMSGSL16vPu4AH0CNAtSaYZhYbaZY/tu72dmtNyNzbmEWXeNi2Yhuh5aF3tGXpaamaTMwEkSEmXa7SZ94Myur3rbzcYfxrPxzWgsPkzGV5d3vdSVGXaSLJfzare/3Cxvt/XT3uxlp9YWZc4DaVP+LngCeNLExMCx3VkZlZbLod9wwLCsH/t8KltcRrkZtmlU5Eejw5w2FJ0kM/MuO5IkZsp0EmX5HSnK1CymZ4OYGWlLnCY1X9IjTZbJqOw0hbTn4lSjksKeXJ3N1R5TVpb2PHiND1FbR7oq6ZXjw+0k6Oh1IDY25BDD90cHMhDHOhl2UAdyEE87GfZYB7MQ3zsd5qCDefyz3UMQ5fU4lIHSje2p2xoDcXRdlfTKKV0nQSh0IDalCzF8EDqQ4Yiuk2EOOpDjiK6TYQo6mOWIrtNhFjqYB9OFIMrrcSgDoTuII1l6BJpWLV2okl45oQsShEIHYhO6XQwfhA5koHRBhjnoQA5KF2SYgg5moXRBh1noYB5EtwuivB6HMhC6hTEtOxBoW7V0oUp65YQuSBAKHYhN6HYxfBA6kIHSBRnmoAM5KF2QYQo6mIXSBR1moYN5EN0uiPJ6HMpA6Ob2ldUa82jhuhrpFRO2ToE46POBCVmI4DPQ58NTrk6FAejzCShVp8Lm61AKytTJMAAdSoKIQgjldTYQnvBUia1dIwotT6iRh2LCExS+//p8YMKzi+C5r8+HpzxBhczX5xNQnqBC1utQCsoTZAiADiVBPLsQ6tDZQHjCM2tegq8xhRYoVEmvnBAFCSKgA7EJ0y6GT0AHMlCqIMMIdCAH5QoyjEAHs1CyoMModDAPYtsFUV6PQxkIXZlEeXEg0LZq6UKV9MoJXZAgFDoQm9DtYvggdCADpQsyzEEHclC6IMMUdDALpQs6zEIH8yC6XRDl9TiUgdBNk6hMDwTaVi1dqJJeOaELEoRCB2ITul0MH4QOZKB0QYY56EAOShdkmIIOZqF0QYdZ6GAeRLcLorwehzIQuklqfxe5xkBaulAlvXJCFyQIhQ7EJnS7GD4IHchA6YIMc9CBHJQuyDAFHcxC6YIOs9DBPIhuF0R5PQ5lIHTjNMq8VyZtq5YuVEmvnNAFCUKhA7EJ3S6GD0IHMlC6IMMcdCAHpQsyTEEHs1C6oMMsdDAPotsFUV6PQxkwXWkON/denbStGrpdlfTKMd1OglDoQGxM9xDDB6EDGQjdToY56EAOQreTYQo6mIXQ7XSYhQ7m8ekegiivx6EMhO4gtW/HrzGQli5USa+c0AUJQqEDsQndLoYPQgcyULogwxx0IAelCzJMQQezULqgwyx0MA+i2wVRXo9DGQhd+6uGA4C2UQvX1UivmLB1CsRBnw9MyEIEn4E+H55ydSoMQJ9PQKk6FTZfh1JQpk6GAehQEkQUQiivs4HwhGcuo+zwxkLbqOUJNfJQTHiCwvdfnw9MeHYRPPf1+fCUJ6iQ+fp8AsoTVMh6HUpBeYIMAdChJIhnF0IdOhsIT3gqGRXePGobtUChSnrlhChIEAEdiE2YdjF8AjqQgVIFGUagAzkoV5BhBDqYhZIFHUahg3kQ2y6I8nocykDo2viHdxVcq5YuVEmvnNAFCUKhA7EJ3S6GD0IHMlC6IMMcdCAHpQsyTEEHs1C6oMMsdDAPotsFUV6PQxkIXdPP9PC7VNeqpQtV0isndEGCUOhAbEK3i+GD0IEMlC7IMAcdyEHpggxT0MEslC7oMAsdzIPodkGU1+NQBkI3zaLs8K6Ca9XShSrplRO6IEEodCA2odvF8EHoQAZKF2SYgw7koHRBhinoYBZKF3SYhQ7mQXS7IMrrcSgDoZs0/VxjIC1dqJJeOaELEoRCB2ITul0MH4QOZKB0QYY56EAOShdkmIIOZqF0QYdZ6GAeRLcLorwehzIQurH3orNt0qKN4dUsFBKusfdCEyRnQhKisfcCEyRnAlOWsf/Csmt/OjSlGPsvKEF0NjjlF/svKEF0NjwiF3cvVqH6bGDMLC2VvQ5y7fndMOvKJRRiZl39wWl9LiRmdmjd+azPBSbMOo1nsz4XmjDrNJ7J+nxwwqwTeVbr8+F9ZofmCrp4NjBhNlCROvxO1DVpsUGV9MoJOZAgv3UgNuHXxfA914EMlCLIsPE6kIOyBBk2XwezUKKgwyB0MA/i2gVRXo9DGQjdQtkvawykpQtV0isndEGCUOhAbEK3i+GD0IEMlC7IMAcdyEHpggxT0MEslC7oMAsdzIPodkGU1+NQBkI3z6P48O6Aa9XShSrplRO6IEEodCA2odvF8EHoQAZKF2SYgw7koHRBhinoYBZKF3SYhQ7mQXS7IMrrcSgDoavyKD28O+BatXShSnrlhC5IEAodiE3odjF8EDqQgdIFGeagAzkoXZBhCjqYhdIFHWahg3kQ3S6I8nocykDoZrm99XGNgbR0oUp65YQuSBAKHYhN6HYxfBA6kIHSBRnmoAM5KF2QYQo6mIXSBR1moYN5EN0uiPJ6HMpwOkL7wzHZvnLUAEJagWzuMT53k4yTnLtJxknO3CRzNgiY32rO3iTjNGdvkjmRC91olMf2LneVJPYmC3Sf0ae39z33b8XK3vLXp7+djEfjntuv3C2zfU1+O3GPaxoX9o6Yvk713K2cDvq1o+n19fRyMv9dXI7vRrPJbf8taVmuorw/ws31h5H4qefWePOKWqX9Sa+Gdz0mmBFnXoKrOLF3O6B7yaS4HV5djed9zhmMWd7bKu3zWdpLxvrUyYXMVd+BpEURKdXb5pfJXMzHd3Nx99tkPvok/n4zEln2n+ZvjyNS2vt2+wIpdSzPi0gORGZmRELuq+1zoYxyttjsBWaw8cRpIu1HJPDEUpaRzJhie2m84nZDyYG9z54nds4NUnvpPdM5ntg5xxKDcywxOMcSg3MsMTjHEjvnitRe5M50jid2zrHE4BxLDM6xxOAcSwzOscTOudzuX0zjWFrnG0cLtnG04BpHC6ZxtOAZR+ssM0tyknM944mdaSwxuMYSg20sMfjGEoNxLLFzLpPucwI4zvHEzjmWGJxjicE5lhicY4nBOZbYOWd34oLrHE/snGOJwTmWGJxjicE5lhicY4mdc6m01+0yneOJnXMsMTjHEoNzLDE4xxKDcyyxcy7Jmg/R4jnHEzvnWGJwjiUG51hicI4lBudYYudcnNnrTZnO8cTOOZYYnGOJwTmWGJxjicE5lrh1TpaZvZaT5xxT3DrHEzvneGLnHE/snOOJnXM8sXNukNmrJpnO8cTOOZYYnGOJwTmWGJxjicE5ltg5V6iIu0HwtM43jhZs42jBNY4WTONowTOO1lmWK/seBtMzntiZxhKDaywx2MYSg28sMRjHEjvnlLIX1DGd44mdcywxOMcSg3MsMTjHEoNzLLFzLlP2YjWmczyxc44lBudYYnCOJQbnWGJwjiV2zsncXgjGdI4nds6xxOAcSwzOscTgHEsMzrHEzrm0eYeX6RxP7JxjicE5lhicY4nBOZYYnGOJnXNJbn81wXSOJ3bOscTgHEsMzrHE4BxLDM6xxM65mL3IMZTOs7ASDAsrwa2wEqwKK8GnsLI1yX7AYco922WKW6t4YucWT+wM44mdZzyxs40nds4NCntNDNM5ntg5xxKDcywxOMcSg3MsMTjHEjvnisL+wpjpHE/snGOJwTmWGJxjicE5lhicY4mdc/nAXsvBdI4nds6xxOAcSwzOscTgHEsMzrHEzjk1sNdJMJ3jiZ1zLDE4xxKDcywxOMcSg3MssXMuG9jLQZjO8cTOOZYYnGOJwTmWGJxjicE5nthdYDKwF5ggrRT9F4601zL0tTh9LUOf+vS1DPHJPr2xf3q8NGepMc4Cl3HMp/O+ZyJkhbQfNP4XciiZRFkabHHio3uT0i10zWMJmodNHH128ykN/RBz+wnOh3PyvOnCb4/VthL7x0ps7ZMl6p1YVc/V06p62ovNk/i20C/Vhdg91s/P1XYnFka8rf58qbfVSuw3Yre3rXbP1bJ+qJcLrX+I+kl839b2A5VtWHt0fhdSGaVNF14vvm4rE2SzNRmXemEDNtnsxyrb/jxvNybl/odY7MTDRuvN99078be5qQm0pCnN+XT7EIPXXUhzmPa4v/zAXW+OZiVMse2AO2h7mF8q8bTZi+o/S5PYfVS0nyIeuIteXv9f/x9hAx0XR387ipRYlDZSz/g2nM1cTo+fPBAYQ4Oy+STe0x82XST2AqikTKwORb6Zzsfiql58qXVtjLuq17UxqTZD48H4rze7XcNhsV58rSz6/aPx1jq3tiNovfhhvVs8P2tj8RddReKuqkRWivvoLhpF4n9EkhVx/vn18vPPn18n9p/h55/F4mklPr9+//nnKHBkZhVq7rMxk9JMZvSh51lpypygvZAOBHReJAPZPXIA5sVsPBpPfh1fmrH/8uXf1XJvh0H9tKq/1auXZrCsqn21XddPZsDYqdP4sNw87beL5X5nfFjsxePiW2WOv3qCIfvybIzzJsiXav/dVh+P2qQwr5/bB1MsF9ttbYaPNcWNyQtRP3iuXoiNibD9Xu8q202YzbsLYabHbteMb8ts18TYvujqqIOVGftfdL177MY/7VBeurdCUIfsgrD4tqi17Qck73ppjtauFib4RaM29cY7r+duAbF1D9Wq2i60afD1RbfdjXpWbJVE/cTsygA92z3aNHbKrhd/VAaVrr9V2x/tAuEP0O/1/nHzshfPix/Nz5sHdNhtsgOKB/cp/82R20+At7YLvfj+8KLFsv3o/6gnwsG7vsrUPvDGVvasEOf+iDu3Qt3VX58W+5dtdX622GcElGZK5FEp2ucSHV2celbSTqlW0s4oT4ImVWb+yZpn7KDFxD4g5XY8E3eTjzfD+f1sLN6Ky+G856keNoAsvSsJgbGBZ/6acbQ0C3n98KMdx3bQLb5szGB+WqzNCF6bQbWtF7rZsHzLm7gpLLHtfmDmMkyTanVhhsLyD7OYme/Wi+0fJpiFbYZ3pW2Z+YHGS5XbVV/byWBmdxvWLgarulsqbRfN2vC0e95s3Qq6WC43W7qd2IjJADZJN6G8CeNND9gpL6fz6ChEApueM9ds/Q1lS9asuXb62Gu9mzcD3M/2cujEiPzTMKcvj6fb1kx6c5RXm8WqWr1DWdIsjYrCSzNoTv1Op+kaHOfpHqyxeXnaHxL19DGJZIrb/lP8S7z/AdOkZ0OFtH+9qUsqpff8E9TycmuXnNM5Qy3N1Hg2S0xl9pLdom6WTru7LOqnk51Js6jAEU+nP9bS7Ld1tax2fSuw3Wz7pjc8l8Kf3u5xRP2z3IXqmegj2GKWfzxtvpuZZ5+psjUdqp/tIg2T1G1ocEL6rBdmB1jtIuHa49W2TdbN/nYFqU2Qal2Zlftp+cOEMvPzaWensZm063aefjdnoGszyr2NzqR9u+kLf1gMYC96XOxglvYl+vpSr6ovm80f9vzBHog5lTU7UU/ow6qw2ixf7HbVdq8566rEt+qxXtozrFs4y11Vu+W2/mKXsGZtrJ2F30yJafR1s1n1pelWDrM42U3cnvUa181hmA21WkU9bWIJ57+9O9DR05TMKyLyCJnRtmrOvdGj7cy5+7tYvjOvZ+7no75NQtmrfnuiXS12++vNqlnRwyH/H+jnU8MKZW5kc3RyZWFtCmVuZG9iago1IDAgb2JqCjw8L1N1YnR5cGUvVHlwZTEvVHlwZS9Gb250L0Jhc2VGb250L0hlbHZldGljYS1Cb2xkL0VuY29kaW5nL1dpbkFuc2lFbmNvZGluZz4+CmVuZG9iago2IDAgb2JqCjw8L1N1YnR5cGUvVHlwZTEvVHlwZS9Gb250L0Jhc2VGb250L0hlbHZldGljYS9FbmNvZGluZy9XaW5BbnNpRW5jb2Rpbmc+PgplbmRvYmoKNyAwIG9iago8PC9TdWJ0eXBlL0Zvcm0vRmlsdGVyL0ZsYXRlRGVjb2RlL1R5cGUvWE9iamVjdC9NYXRyaXhbMSAwIDAgMSAwIDBdL0Zvcm1UeXBlIDEvUmVzb3VyY2VzPDwvRm9udDw8L0YyIDYgMCBSPj4+Pi9CQm94WzAgMCAxMTMuNiAzMy42Nl0vTGVuZ3RoIDI0MD4+c3RyZWFtCnicbVO7bsQwDNv9FR7bG1w9bFleC7RfkF+4Gw7o0v8fmgIXIAiJTCEoKmQoqatFVGlZrdffe7HWr9AL0BYvIBpAubMvYypIUyO80QywILxEPZODd8L80DthgbYMNtj+fsVc8eucuPCBW30SvYW8rsjrjnv7OHinWfA/BL0O0BqOWoOkPhLVQqARpDaBCClOJP7BSTKfRnikOZNkPknmSTJPknl23JuQUi5Mc4HWcty5iIc1UU1F8MCU8SB2FdJ+FbCl9GLZyT7K51Y+vq1m3R5Fq+yPVt/tzf/RqNtPebupdzHJ1W/v27N8beUPLyzhiwplbmRzdHJlYW0KZW5kb2JqCjggMCBvYmoKPDwvU3VidHlwZS9Gb3JtL0ZpbHRlci9GbGF0ZURlY29kZS9UeXBlL1hPYmplY3QvTWF0cml4WzEgMCAwIDEgMCAwXS9Gb3JtVHlwZSAxL1Jlc291cmNlczw8L0ZvbnQ8PC9GMiA2IDAgUj4+Pj4vQkJveFswIDAgMTEzLjYgMzMuNjZdL0xlbmd0aCAyNDA+PnN0cmVhbQp4nG1TMW4DMQzb/QqPSQZHsmzZWgukL/AXmqFAl/x/yAXIIcWR8GIQFGXSkuQo7lnKzLXlx0+qpR2hN6DF34AXgObGPpSpoJRWQBqKqe9q/7AoUFsFu9aKerVv1yOGlbGzPpjp3vVTaYZq5vgSmyRKAURRrYGDNtB9I5l3knkHB70RFsm8k8ydZO5kaBwRMjZOPAxB3qiER1wM4mIE/uFU/OtphEcmZ5I3B8k9ILsw7BoduwaZHBWBlRCSuwqBnPFwxZQkr0qiv6evla7fNc+87kmzbEfzazHGq9Tz+kuni7hZb2JxOa/fdFvpCT/54YsKZW5kc3RyZWFtCmVuZG9iagozIDAgb2JqCjw8L0tpZHNbNCAwIFJdL1R5cGUvUGFnZXMvQ291bnQgMT4+CmVuZG9iago5IDAgb2JqCjw8L1R5cGUvQ2F0YWxvZy9QYWdlcyAzIDAgUj4+CmVuZG9iagoxMCAwIG9iago8PC9Nb2REYXRlKEQ6MjAyMzEwMTExMzQzNDdaKS9DcmVhdGlvbkRhdGUoRDoyMDIzMTAxMTEzNDM0N1opL1Byb2R1Y2VyKGlUZXh0riA1LjUuNiCpMjAwMC0yMDE1IGlUZXh0IEdyb3VwIE5WIFwoQUdQTC12ZXJzaW9uXCkpPj4KZW5kb2JqCnhyZWYKMCAxMQowMDAwMDAwMDAwIDY1NTM1IGYgCjAwMDAwMDAyNDYgMDAwMDAgbiAKMDAwMDAwMDAxNSAwMDAwMCBuIAowMDAwMDA2Njk1IDAwMDAwIG4gCjAwMDAwMDAxMzAgMDAwMDAgbiAKMDAwMDAwNTY3OCAwMDAwMCBuIAowMDAwMDA1NzcxIDAwMDAwIG4gCjAwMDAwMDU4NTkgMDAwMDAgbiAKMDAwMDAwNjI3NyAwMDAwMCBuIAowMDAwMDA2NzQ2IDAwMDAwIG4gCjAwMDAwMDY3OTEgMDAwMDAgbiAKdHJhaWxlcgo8PC9JbmZvIDEwIDAgUi9JRCBbPDM3ZDk5NDczMjU4ZDkyYjE4ODM3NmQxMWQyMTc1MGMwPjwzN2Q5OTQ3MzI1OGQ5MmIxODgzNzZkMTFkMjE3NTBjMD5dL1Jvb3QgOSAwIFIvU2l6ZSAxMT4+CiVpVGV4dC01LjUuNgpzdGFydHhyZWYKNjkzNwolJUVPRgo=\",\n    \"url\": \"https://s3.amazonaws.com/test-frontback-office-bol-pdf/123/134020894B.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20231011T134347Z&X-Amz-SignedHeaders=host&X-Amz-Expires=172800&X-Amz-Credential=AKIAZN3EGZOLD5NHBIMD%2F20231011%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Signature=a0e42c52f1567489848a09240c5043089ac7c8f06674989e6d28d40e1263ad02\",\n    \"mbol\": null\n}"}],"_postman_id":"59e2a6e6-3be0-41fa-a13c-6a18614f0444"},{"name":"CarrierDetails","event":[{"listen":"test","script":{"id":"429dee35-9986-43fa-9ea4-42639fdade65","exec":["tests[\"Body matches string\"] = responseBody.has(\"ProtectFreezing\");"],"type":"text/javascript","packages":{}}}],"id":"94c08426-b22a-4c23-bc7d-a11df94c48e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"ILToken NDJkMmJmNWMzYzNjYjRmNTgzZmEyZmRmM2M1YmI3NDA4YzAyYTNlYzE2OWRhY2M1"}],"body":{"mode":"formdata","formdata":[]},"url":"/nsync/shipments/134252968/carrier","urlObject":{"path":["nsync","shipments","134252968","carrier"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"94c08426-b22a-4c23-bc7d-a11df94c48e8"},{"name":"Dispatch","id":"df13438c-5eae-4eaf-a33e-904af7706f7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"readyBy\": 1130,\r\n  \"pickupBy\": 1800,\r\n  \"shipDate\": \"{{today}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/nsync/shipments/{{shipmentID}}/dispatch","urlObject":{"path":["nsync","shipments","{{shipmentID}}","dispatch"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"df13438c-5eae-4eaf-a33e-904af7706f7f"}],"id":"50fd969b-d41e-d876-612b-923a690cccca","description":"<p><b>Documention for all the resources available in the Nsync service.  This is the official documentation and will reflect the current stable release.</b></p>\n\n<p><b>Production Base URL: nsync.services.il2000.com</b><b> </b></p>\n\n<p><b>Test Base URL: test-nsync.services.il2000.com</b></p>","event":[{"listen":"prerequest","script":{"id":"b4bc1059-0e97-47e1-a88a-32fecd75f929","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fed41e38-b7c8-4775-a7a5-0fdf2ffd79a6","type":"text/javascript","exec":[""]}}],"_postman_id":"50fd969b-d41e-d876-612b-923a690cccca"},{"name":"Utilities","item":[{"name":"Class Calculator","id":"c36fc211-1dc4-45a3-891c-b2f134b1a9ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://utils.services.il2000.com/{{calcVer}}/classcalc/?length=48&width=48&height=50&weight=500","description":"<p>Returns Volume,Density, and simple recomended class for a single collection of L,W,H and weight.</p>\n<p>Has no Auth in development but throttling is enabled and requests logged.</p>\n","urlObject":{"protocol":"https","path":["{{calcVer}}","classcalc",""],"host":["utils","services","il2000","com"],"query":[{"key":"length","value":"48"},{"key":"width","value":"48"},{"key":"height","value":"50"},{"key":"weight","value":"500"}],"variable":[]}},"response":[],"_postman_id":"c36fc211-1dc4-45a3-891c-b2f134b1a9ed"}],"id":"3c26fb41-7c2b-5b3f-2410-d738d6158aa7","description":"<h3> Dept of Public Utilities. </h3>\n<p><strong>Production Base URL: utils.services.il2000.com</strong><strong> </strong></p>","event":[{"listen":"prerequest","script":{"id":"c2abe068-46dd-4151-bf5e-b4996b75df6a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9a792e5e-ecdc-45f7-a55e-41aaedfa27b6","type":"text/javascript","exec":[""]}}],"_postman_id":"3c26fb41-7c2b-5b3f-2410-d738d6158aa7"},{"name":"Rate Preprocessor","item":[{"name":"Quick Quote","id":"904f8c77-76f3-44fd-ad9c-f3014581e3a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"Q7junH5gbx7zS77OWDg1U1wRbkx2RK4L63Dx61BV","type":"text"}],"url":"https://services.il2000.com/quickquote?clientPlantID=4532&fromZip=16625&toZip=15017&weight=1110","description":"<p>Pre-processes rates </p>\n","auth":{"type":"oauth2","oauth2":{"tokenType":"<token-type>","accessToken":"<access-token>","clientSecret":"<client-secret>","scope":"<scope>","clientId":"<client-id>","accessTokenUrl":"<access-token-url>","tokenName":"<token-name>","grant_type":"<grant_type>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"9a344e43-39e1-4cf0-9906-759727e0ebbe","id":"9a344e43-39e1-4cf0-9906-759727e0ebbe","name":"Rate Preprocessor","type":"folder"}},"urlObject":{"protocol":"https","path":["quickquote"],"host":["services","il2000","com"],"query":[{"key":"clientPlantID","value":"4532"},{"key":"fromZip","value":"16625"},{"key":"toZip","value":"15017"},{"key":"weight","value":"1110"}],"variable":[]}},"response":[],"_postman_id":"904f8c77-76f3-44fd-ad9c-f3014581e3a4"},{"name":"Quick Quote with Override","id":"2583f1ac-0c99-43a6-9c2d-23221c42e34d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://services.il2000.com/quickquote?clientPlantID=4368&fromZip=15522&toZip=85040&weight=2400&utilization=fulltruck","description":"<p>Pre-processes rates </p>\n","auth":{"type":"oauth2","oauth2":{"tokenType":"<token-type>","accessToken":"<access-token>","clientSecret":"<client-secret>","scope":"<scope>","clientId":"<client-id>","accessTokenUrl":"<access-token-url>","tokenName":"<token-name>","grant_type":"<grant_type>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"9a344e43-39e1-4cf0-9906-759727e0ebbe","id":"9a344e43-39e1-4cf0-9906-759727e0ebbe","name":"Rate Preprocessor","type":"folder"}},"urlObject":{"protocol":"https","path":["quickquote"],"host":["services","il2000","com"],"query":[{"key":"clientPlantID","value":"4368"},{"key":"fromZip","value":"15522"},{"key":"toZip","value":"85040"},{"key":"weight","value":"2400"},{"description":{"content":"<p>possible values: lightpart,heavypart,fulltruck</p>\n","type":"text/plain"},"key":"utilization","value":"fulltruck"}],"variable":[]}},"response":[],"_postman_id":"2583f1ac-0c99-43a6-9c2d-23221c42e34d"}],"id":"9a344e43-39e1-4cf0-9906-759727e0ebbe","description":"<p>Resources within the Rate Preprocessor use OAuth 2.0 with Client Credentials Grant type.</p>\n<p>The Authorization endpoint is <a href=\"https://il2000.auth.us-east-1.amazoncognito.com/oauth2/token\">https://il2000.auth.us-east-1.amazoncognito.com/oauth2/token</a></p>\n","auth":{"type":"oauth2","oauth2":{"tokenType":"<token-type>","accessToken":"<access-token>","clientSecret":"<client-secret>","scope":"<scope>","clientId":"<client-id>","accessTokenUrl":"<access-token-url>","tokenName":"<token-name>","grant_type":"<grant_type>","headerPrefix":"<header-prefix>"},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"8b8432b7-639e-4f88-8991-78f629d4858d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c38913e1-2d09-4eae-be34-4e08a5843b51","type":"text/javascript","exec":[""]}}],"_postman_id":"9a344e43-39e1-4cf0-9906-759727e0ebbe"},{"name":"New Request","id":"6ab956f6-baf0-47cc-9219-9b6f4ade6ec8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"6ab956f6-baf0-47cc-9219-9b6f4ade6ec8"}],"variable":[{"key":"endpoint","value":"","type":"default"}]}