FedEx Consolidation API Virtual Sandbox

Manage and track consolidated shipping workflows for multi-package logistics.

The FedEx Consolidation API enables developers to manage consolidated shipments, including creating, confirming, and retrieving consolidation details. This service supports complex logistics workflows by allowing users to group individual shipments, manage confirmation results, and handle deletions within a consolidated shipping structure.

Use this hosted sandbox to simulate FedEx Consolidation API APIs without authentication, API keys, or extra dependencies. Point your code or SDK to the Beeceptor base URL, preferably through an environment variable or feature flag, and switch back to the production API when ready. This keeps your integration code consistent across local development, QA, demos, and production.

Use cases:

Use this sandbox to validate consolidation request payloads, shipment grouping logic, confirmation status handling, and error responses for multi-package logistics workflows before integrating with live FedEx shipping systems.

FedEx Consolidation API virtual sandbox is up and running!

Use this sandbox URL as the API base in your code to simulate FedEx Consolidation API responses instantly.

https://fedex-consolidation.mock.beeceptor.com



General(9 operations)

Header NameExample
X-locale"en_US"
X-customer-transaction-id"AnyCo_order123456789"
authorization*"Bearer XXXXX"
content-type*"application/json"
{
  "accountNumber": {
    "value": "123456789"
  },
  "consolidationKey": {
    "date": "2026-02-10T00:00:00.0Z",
    "index": "6287",
    "type": "INTERNATIONAL_PRIORITY_DISTRIBUTION"
  },
  "requestedConsolidation": {
    "bookingNumber": "5843",
    "consolidationDataSources": [
      {
        "consolidationDataSourceType": "ACCUMULATED",
        "consolidationDataType": "TOTAL_INSURED_VALUE"
      },
      {
        "consolidationDataSourceType": "ACCUMULATED",
        "consolidationDataType": "TOTAL_INSURED_VALUE"
      }
    ],
    "consolidationDocumentSpecification": {
      "commoditiesByTrackingNumberDetail": {
        "format": {
          "docType": "PDF",
          "stockType": "PAPER_LETTER"
        }
      },
      "condensedCrnReportDetail": {
        "format": {
          "docType": "PDF",
          "stockType": "PAPER_LETTER"
        }
      },
      "consolidatedCommercialInvoiceDetail": {
        "format": {
          "docType": "PDF",
          "stockType": "PAPER_LETTER"
        }
      },
      "consolidatedCustomsLinehaulReportDetail": {
        "format": {
          "docType": "PDF",
          "stockType": "PAPER_LETTER"
        }
      },
      "consolidatedPartyReportDetail": {
        "format": {
          "docType": "PDF",
          "stockType": "PAPER_LETTER"
        }
      },
      "consolidatedSoldToSummaryReportDetail": {
        "format": {
          "docType": "PDF",
          "stockType": "PAPER_LETTER"
        }
      },
      "consolidationDocumentTypes": {
        "0": "CONSOLIDATED_COMMERCIAL_INVOICE",
        "1": "CUSTOMS_PACKING_LIST",
        "2": "CRN_REPORT",
        "3": "COMMODITIES_BY_TRACKING_NUMBER_REPORT",
        "4": "CONDENSED_CRN_REPORT",
        "5": "CONSOLIDATED_CUSTOMS_LINEHAUL_REPORT",
        "6": "CONSOLIDATED_PARTY_REPORT",
        "7": "CONSOLIDATED_SOLD_TO_SUMMARY_REPORT",
        "8": "CUSTOM_CONSOLIDATION_DOCUMENT",
        "9": "CERTIFICATE_OF_ORIGIN",
        "10": "COMMERCIAL_INVOICE",
        "11": "CUSTOM_PACKAGE_DOCUMENT",
        "12": "CUSTOM_SHIPMENT_DOCUMENT",
        "13": "CUSTOMER_SPECIFIED_LABELS",
        "14": "DANGEROUS_GOODS_SHIPPERS_DECLARATION",
        "15": "EXPORT_DECLARATION",
        "16": "FEDEX_FREIGHT_STRAIGHT_BILL_OF_LADING",
        "17": "GENERAL_AGENCY_AGREEMENT",
        "18": "LABEL",
        "19": "USMCA_COMMERCIAL_INVOICE_CERTIFICATION_OF_ORIGIN",
        "20": "USMCA_CERTIFICATION_OF_ORIGIN",
        "21": "OP_900",
        "22": "PENDING_SHIPMENT_EMAIL_NOTIFICATION",
        "23": "PRO_FORMA_INVOICE",
        "24": "RETURN_INSTRUCTIONS",
        "25": "VICS_BILL_OF_LADING"
      },
      "crnReportDetail": {
        "format": {
          "docType": "PDF",
          "stockType": "PAPER_LETTER"
        }
      },
      "customDocumentDetails": [
        {
          "docType": "PDF",
          "stockType": "PAPER_LETTER"
        },
        {
          "docType": "PDF",
          "stockType": "PAPER_LETTER"
        },
        {
          "docType": "PDF",
          "stockType": "PAPER_LETTER"
        }
      ],
      "customsPackingListDetail": {
        "format": {
          "docType": "PDF",
          "stockType": "PAPER_LETTER"
        }
      }
    },
    "consolidationType": "INTERNATIONAL_ECONOMY_DISTRIBUTION",
    "crnShippingDocumentTypes": "[\"RETURN_INSTRUCTIONS\",\"DANGEROUS_GOODS_SHIPPERS_DECLARATION\"]",
    "customerReferences": [
      {
        "customerReferenceType": "CUSTOMER_REFERENCE",
        "value": "uCoplnkd"
      }
    ],
    "customsClearanceDetail": {
      "brokers": [
        {
          "broker": {
            "accountNumber": {
              "value": "801472842"
            },
            "address": {
              "city": "Beverly Hills",
              "countryCode": "US",
              "postalCode": "90210",
              "residential": false,
              "stateOrProvinceCode": "CA",
              "streetLines": [
                "10 FedEx Parkway",
                "Suite 302"
              ]
            },
            "contact": {
              "companyName": "Fedex",
              "emailAddress": "sample@company.com",
              "personName": "John Taylor",
              "phoneExtension": "000",
              "phoneNumber": "9612345671"
            },
            "tins": [
              {
                "effectiveDate": "2000-01-23T04:56:07.000+00:00",
                "expirationDate": "2000-01-23T04:56:07.000+00:00",
                "number": "123567",
                "tinType": "FEDERAL",
                "usage": "usage"
              }
            ]
          },
          "type": "TYPE1"
        },
        {
          "broker": {
            "accountNumber": {
              "value": "801472842"
            },
            "address": {
              "city": "Beverly Hills",
              "countryCode": "US",
              "postalCode": "90210",
              "residential": false,
              "stateOrProvinceCode": "CA",
              "streetLines": [
                "10 FedEx Parkway",
                "Suite 302"
              ]
            },
            "contact": {
              "companyName": "Fedex",
              "emailAddress": "sample@company.com",
              "personName": "John Taylor",
              "phoneExtension": "000",
              "phoneNumber": "9612345671"
            },
            "tins": [
              {
                "effectiveDate": "2000-01-23T04:56:07.000+00:00",
                "expirationDate": "2000-01-23T04:56:07.000+00:00",
                "number": "123567",
                "tinType": "FEDERAL",
                "usage": "usage"
              }
            ]
          },
          "type": "TYPE1"
        },
        {
          "broker": {
            "accountNumber": {
              "value": "801472842"
            },
            "address": {
              "city": "Beverly Hills",
              "countryCode": "US",
              "postalCode": "90210",
              "residential": false,
              "stateOrProvinceCode": "CA",
              "streetLines": [
                "10 FedEx Parkway",
                "Suite 302"
              ]
            },
            "contact": {
              "companyName": "Fedex",
              "emailAddress": "sample@company.com",
              "personName": "John Taylor",
              "phoneExtension": "000",
              "phoneNumber": "9612345671"
            },
            "tins": [
              {
                "effectiveDate": "2000-01-23T04:56:07.000+00:00",
                "expirationDate": "2000-01-23T04:56:07.000+00:00",
                "number": "123567",
                "tinType": "FEDERAL",
                "usage": "usage"
              }
            ]
          },
          "type": "TYPE1"
        }
      ],
      "clearanceBrokerage": "BROKER_SELECT",
      "commercialInvoice": {
        "comments": {
          "0": "optional comments for the commercial invoice"
        },
        "customerReferences": [
          {
            "customerReferenceType": "CUSTOMER_REFERENCE",
            "value": "aZjpDjcs"
          },
          {
            "customerReferenceType": "CUSTOMER_REFERENCE",
            "value": "aiYY8YY0"
          }
        ],
        "declarationStatement": "cTp0O5sVABfG783odDxw",
        "freightCharge": {
          "amount": 27.49,
          "currency": "KYD"
        },
        "handlingCosts": {
          "amount": 5.89,
          "currency": "SSP"
        },
        "originatorName": "Pearl Walker",
        "packingCosts": {
          "amount": 7.13,
          "currency": "IDR"
        },
        "paymentTerms": "Net 30",
        "purpose": "CONSUMER",
        "purposeOfShipmentDescription": "iuCZ8oa0EXRyBNB",
        "specialInstructions": "ykEaJgeRlDCKEEs",
        "taxesOrMiscellaneousCharge": {
          "amount": 35.05,
          "currency": "MWK"
        },
        "taxesOrMiscellaneousChargeType": "COMMISSIONS",
        "termsOfSale": "FCA"
      },
      "commodities": [
        {
          "clearanceItemDetail": [
            {
              "address": {
                "city": "Kelsiehaven",
                "countryCode": "MA",
                "postalCode": "25539",
                "residential": true,
                "stateOrProvinceCode": "NY",
                "streetLines": [
                  "98 Royal Crescent",
                  "Suite 10"
                ]
              },
              "contact": {
                "companyName": "Hoppe, Dare and Lindgren"
              },
              "id": "BrZmc6kzGD",
              "role": "MANUFACTURER"
            },
            {
              "address": {
                "city": "Gageburgh",
                "countryCode": "US",
                "postalCode": "35440-7996",
                "residential": false,
                "stateOrProvinceCode": "NY",
                "streetLines": [
                  "98 Royal Crescent",
                  "Suite 10"
                ]
              },
              "contact": {
                "companyName": "Dibbert - Dicki"
              },
              "id": "B6QD7gxrvV",
              "role": "MANUFACTURER"
            },
            {
              "address": {
                "city": "Aloha",
                "countryCode": "AW",
                "postalCode": "57273-2494",
                "residential": false,
                "stateOrProvinceCode": "TX",
                "streetLines": [
                  "Suite 10",
                  "98 Royal Crescent"
                ]
              },
              "contact": {
                "companyName": "Dare - Harvey"
              },
              "id": "smDnR14UCD",
              "role": "MANUFACTURER"
            },
            {
              "address": {
                "city": "Fort Derek",
                "countryCode": "BS",
                "postalCode": "47654",
                "residential": false,
                "stateOrProvinceCode": "TX",
                "streetLines": [
                  "Suite 10",
                  "98 Royal Crescent"
                ]
              },
              "contact": {
                "companyName": "Gislason, Lemke and Stokes"
              },
              "id": "QbsPScr9SB",
              "role": "MANUFACTURER"
            }
          ],
          "commodityId": "SNiNOQ",
          "countryOfManufacture": "PY",
          "customsValue": {
            "amount": 4046,
            "currency": "AOA"
          },
          "description": "Dickinson - Koss's most advanced Keyboard technology increases negligible capabilities",
          "name": "Practical Silk Computer",
          "numberOfPieces": 34,
          "quantity": 25,
          "quantityUnits": "EA",
          "unitPrice": {
            "amount": 2474.93,
            "currency": "ALL"
          },
          "weight": {
            "units": "KG",
            "value": 68
          }
        },
        {
          "clearanceItemDetail": [
            {
              "address": {
                "city": "Port Eveline",
                "countryCode": "PW",
                "postalCode": "98873-5676",
                "residential": true,
                "stateOrProvinceCode": "NY",
                "streetLines": [
                  "Suite 10",
                  "98 Royal Crescent"
                ]
              },
              "contact": {
                "companyName": "Hyatt - Steuber"
              },
              "id": "Jj2xjM5VS1",
              "role": "MANUFACTURER"
            },
            {
              "address": {
                "city": "West Garrett",
                "countryCode": "PN",
                "postalCode": "99270",
                "residential": false,
                "stateOrProvinceCode": "NY",
                "streetLines": [
                  "98 Royal Crescent",
                  "Suite 10"
                ]
              },
              "contact": {
                "companyName": "O'Keefe LLC"
              },
              "id": "PJY6Kj63hg",
              "role": "MANUFACTURER"
            },
            {
              "address": {
                "city": "Port Charlotte",
                "countryCode": "LK",
                "postalCode": "71560-4137",
                "residential": true,
                "stateOrProvinceCode": "CA",
                "streetLines": [
                  "98 Royal Crescent",
                  "Suite 10"
                ]
              },
              "contact": {
                "companyName": "Spencer - Dibbert"
              },
              "id": "YzT1VGsIlj",
              "role": "MANUFACTURER"
            },
            {
              "address": {
                "city": "Murraytown",
                "countryCode": "GM",
                "postalCode": "63561-5697",
                "residential": true,
                "stateOrProvinceCode": "NY",
                "streetLines": [
                  "Suite 10",
                  "98 Royal Crescent"
                ]
              },
              "contact": {
                "companyName": "Boyle and Sons"
              },
              "id": "ixZOiPtsmv",
              "role": "MANUFACTURER"
            },
            {
              "address": {
                "city": "Rashadfield",
                "countryCode": "TO",
                "postalCode": "02552-6301",
                "residential": false,
                "stateOrProvinceCode": "CA",
                "streetLines": [
                  "98 Royal Crescent",
                  "Suite 10"
                ]
              },
              "contact": {
                "companyName": "Feil Inc"
              },
              "id": "nZpJCMzcRv",
              "role": "MANUFACTURER"
            }
          ],
          "commodityId": "n9Ii3g",
          "countryOfManufacture": "BZ",
          "customsValue": {
            "amount": 3122.08,
            "currency": "LAK"
          },
          "description": "Fantastic Computer designed with Bronze for favorite performance",
          "name": "Intelligent Marble Pizza",
          "numberOfPieces": 9,
          "quantity": 16,
          "quantityUnits": "EA",
          "unitPrice": {
            "amount": 3785.79,
            "currency": "SHP"
          },
          "weight": {
            "units": "KG",
            "value": 68
          }
        }
      ],
      "customsOption": {
        "description": "Custom option",
        "type": "COURTESY_RETURN_LABEL"
      },
      "declarationStatementDetail": {
        "types": [
          "Statement1",
          "Statement2"
        ]
      },
      "documentContent": "DOCUMENTS_ONLY",
      "dutiesPayment": {
        "paymentType": "THIRD_PARTY",
        "payor": {
          "responsibleParty": {
            "accountNumber": {
              "value": "123456789"
            },
            "address": {
              "city": "North Nicola",
              "countryCode": "BY",
              "postalCode": "58522",
              "residential": true,
              "stateOrProvinceCode": "CA",
              "streetLines": {
                "0": "Bldg. 10",
                "1": "10 FedEx Parkway"
              }
            },
            "contact": {
              "companyName": "FedEx",
              "emailAddress": "sample@company.com",
              "faxNumber": "1234567890",
              "fedralTaxId": "11-N-1745",
              "personName": "John Taylor",
              "phoneExtension": 1234,
              "phoneNumber": "1234567890",
              "stateTaxId": "11-N-1745"
            }
          }
        }
      },
      "exportDetail": {
        "b13AFilingOption": "NOT_REQUIRED",
        "destinationControlDetail": {
          "destinationCountries": {
            "0": "USA",
            "1": "India"
          },
          "endUser": "Sarah Lowe",
          "statementTypes": "DEPARTMENT_OF_COMMERCE"
        },
        "exportComplianceStatement": "kXOW4f2BOtnG5UPj",
        "permitNumber": "88498"
      },
      "freightOnValue": "OWN_RISK",
      "importerOfRecord": {
        "accountNumber": {
          "value": "123456789"
        },
        "address": {
          "city": "Cary",
          "countryCode": "HT",
          "postalCode": "93154",
          "stateOrProvinceCode": "NY",
          "streetLines": {
            "0": "1550 Union Blvd",
            "1": "Suite 302"
          }
        },
        "contact": {
          "companyName": "Pacocha - Raynor",
          "emailAddress": "Catharine.Lakin-Johnston@gmail.com",
          "personName": "Kristina Schamberger Sr.",
          "phoneExtension": "96",
          "phoneNumber": "(620) 299-0502"
        }
      },
      "insuranceCharges": {
        "amount": 3895.1,
        "currency": "SHP"
      },
      "recipientCustomsId": {
        "type": "PASSPORT",
        "value": "552"
      },
      "regulatoryControls": {
        "0": "N",
        "1": "O",
        "2": "T",
        "3": "_",
        "4": "I",
        "5": "N",
        "6": "_",
        "7": "F",
        "8": "R",
        "9": "E",
        "10": "E",
        "11": "_",
        "12": "C",
        "13": "I",
        "14": "R",
        "15": "C",
        "16": "U",
        "17": "L",
        "18": "A",
        "19": "T",
        "20": "I",
        "21": "O",
        "22": "N"
      },
      "totalCustomsValue": {
        "amount": 1459.36,
        "currency": "INR"
      }
    },
    "description": "New Fish model with 37 GB RAM, 401 GB storage, and considerate features",
    "distributionLocation": {
      "clearanceNumber": "192",
      "id": "235",
      "inclusionSpecifications": [
        "EeTCb",
        "XlNJN",
        "GCh8B",
        "N0oTC"
      ],
      "locationContactAndAddress": {
        "address": {
          "city": "New Tysonland",
          "countryCode": "JO",
          "postalCode": "11632-8529",
          "residential": false,
          "stateOrProvinceCode": "TX",
          "streetLines": {
            "0": "Bldg. 10",
            "1": "10 FedEx Parkway"
          }
        },
        "addressAncillaryDetail": {
          "addressVerificationOverrideReason": "CUSTOMER_PROVIDED_PROOF",
          "addtionalDescriptions": "north door",
          "apartment": "Apartment 1503",
          "building": "Building 300",
          "crossStreet": "Union and Main",
          "department": "Claims department",
          "locationInCity": "Forester subdivision",
          "locationInProperty": "south west of main office entrance",
          "room": "Room B-23",
          "roomFloor": "5th floor",
          "suite": "suite 201"
        },
        "contact": {
          "companyName": "FedEx",
          "emailAddress": "sample@company.com",
          "faxNumber": "1234567890",
          "fedralTaxId": "11-N-1745",
          "personName": "John Taylor",
          "phoneExtension": 1234,
          "phoneNumber": "1234567890",
          "stateTaxId": "11-N-1745"
        },
        "contactAncillaryDetail": {
          "emailAddresses": [
            {
              "address": "address",
              "emailNotificationFormatType": "SMS_TEXT_MESSAGE",
              "permissions": {
                "key": "GRANT"
              }
            }
          ]
        }
      },
      "locationId": "cAwH",
      "locationNumber": 76,
      "type": "CUSTOMER_SPECIFIED"
    },
    "internationalDistributionDetail": {
      "clearanceFacilityLocationId": "Lcu4",
      "declarationCurrencies": [
        {
          "currency": "UYU",
          "value": "CUSTOMS_VALUE"
        },
        {
          "currency": "DOP",
          "value": "CUSTOMS_VALUE"
        },
        {
          "currency": "ZWL",
          "value": "CUSTOMS_VALUE"
        },
        {
          "currency": "HKD",
          "value": "CUSTOMS_VALUE"
        },
        {
          "currency": "LRD",
          "value": "CUSTOMS_VALUE"
        }
      ],
      "dropOffType": "DROP_BOX",
      "totalDimensions": {
        "height": 30,
        "length": 100,
        "units": "CM",
        "width": 50
      },
      "totalInsuredValue": {
        "amount": 4599.25,
        "currency": "BND"
      },
      "unitSystem": "ENGLISH"
    },
    "labelSpecification": {
      "customerSpecifiedDetail": {
        "docTabContent": {
          "barcoded": {
            "specification": {
              "dataField": "REQUEST/PACKAGE/weight/Value",
              "header": "WHT",
              "justification": "RIGHT",
              "literalValue": "2bLH6I",
              "zoneNumber": 10
            },
            "symbology": "UCC128"
          },
          "docTabContentType": "BARCODED",
          "zone001": {
            "docTabZoneSpecifications": [
              {
                "dataField": "REQUEST/PACKAGE/weight/Value",
                "header": "ID",
                "justification": "RIGHT",
                "literalValue": "VEpJi1",
                "zoneNumber": 3
              },
              {
                "dataField": "REQUEST/PACKAGE/weight/Value",
                "header": "WHT",
                "justification": "RIGHT",
                "literalValue": "7zho7c",
                "zoneNumber": 6
              }
            ]
          }
        },
        "maskedData": [
          "[\"PACKAGE_SEQUENCE_AND_COUNT\",\"TOTAL_WEIGHT\"]",
          "[\"PACKAGE_SEQUENCE_AND_COUNT\",\"TOTAL_WEIGHT\"]",
          "[\"PACKAGE_SEQUENCE_AND_COUNT\",\"TOTAL_WEIGHT\"]"
        ],
        "regulatoryLabels": [
          {
            "generationOptions": "CONTENT_ON_SHIPPING_LABEL_ONLY",
            "type": "ALCOHOL_SHIPMENT_LABEL"
          },
          {
            "generationOptions": "CONTENT_ON_SHIPPING_LABEL_ONLY",
            "type": "ALCOHOL_SHIPMENT_LABEL"
          },
          {
            "generationOptions": "CONTENT_ON_SHIPPING_LABEL_ONLY",
            "type": "ALCOHOL_SHIPMENT_LABEL"
          },
          {
            "generationOptions": "CONTENT_ON_SHIPPING_LABEL_ONLY",
            "type": "ALCOHOL_SHIPMENT_LABEL"
          }
        ]
      },
      "dispositions": [
        {
          "dispositionType": "CONFIRMED",
          "eMailDetail": {
            "eMailRecipients": [
              {
                "emailAddress": "Isom.Beer33@gmail.com",
                "recipientType": "THRID_PARTY"
              },
              {
                "emailAddress": "Marcelina.Smitham30@yahoo.com",
                "recipientType": "THRID_PARTY"
              },
              {
                "emailAddress": "Muhammad_Schuppe@hotmail.com",
                "recipientType": "THRID_PARTY"
              }
            ],
            "grouping": "NONE",
            "locale": {
              "country": "SZ",
              "language": "fr"
            }
          },
          "grouping": "CONSOLIDATED_BY_DOCUMENT_TYPE",
          "printDetail": {
            "printerId": "lSzZJSRq"
          },
          "storageDetail": {
            "fileNaming": "FAST",
            "filePath": "/var/spool",
            "fileSuffix": ".jpg",
            "type": "ASYNC_SERVICE"
          }
        },
        {
          "dispositionType": "CONFIRMED",
          "eMailDetail": {
            "eMailRecipients": [
              {
                "emailAddress": "Eve18@hotmail.com",
                "recipientType": "THRID_PARTY"
              }
            ],
            "grouping": "NONE",
            "locale": {
              "country": "PR",
              "language": "es"
            }
          },
          "grouping": "CONSOLIDATED_BY_IMAGE_TYPE",
          "printDetail": {
            "printerId": "Y9idUMEt"
          },
          "storageDetail": {
            "fileNaming": "FAST",
            "filePath": "/Network",
            "fileSuffix": ".jpg",
            "type": "ASYNC_SERVICE"
          }
        }
      ],
      "imageType": "PDF",
      "labelFormatType": "COMMON2D",
      "labelOrder": "SHIPPING_LABEL_FIRST",
      "labelPrintingOrientation": "TOP_EDGE_OF_TEXT_FIRST",
      "labelRotation": "UPSIDE_DOWN",
      "labelStockType": "PAPER_7X475",
      "printedLabelOrigin": {
        "address": {
          "city": "Briannetown",
          "countryCode": "SH",
          "postalCode": "61553",
          "residential": false,
          "stateOrProvinceCode": "CA",
          "streetLines": {
            "0": "Bldg. 10",
            "1": "10 FedEx Parkway"
          }
        },
        "addressAncillaryDetail": {
          "addressVerificationOverrideReason": "CUSTOMER_PROVIDED_PROOF",
          "addtionalDescriptions": "north door",
          "apartment": "Apartment 1503",
          "building": "Building 300",
          "crossStreet": "Union and Main",
          "department": "Claims department",
          "locationInCity": "Forester subdivision",
          "locationInProperty": "south west of main office entrance",
          "room": "Room B-23",
          "roomFloor": "5th floor",
          "suite": "suite 201"
        },
        "contact": {
          "companyName": "FedEx",
          "emailAddress": "sample@company.com",
          "faxNumber": "1234567890",
          "fedralTaxId": "11-N-1745",
          "personName": "John Taylor",
          "phoneExtension": 1234,
          "phoneNumber": "1234567890",
          "stateTaxId": "11-N-1745"
        },
        "contactAncillaryDetail": {
          "emailAddresses": [
            {
              "address": "address",
              "emailNotificationFormatType": "SMS_TEXT_MESSAGE",
              "permissions": {
                "key": "GRANT"
              }
            },
            {
              "address": "address",
              "emailNotificationFormatType": "SMS_TEXT_MESSAGE",
              "permissions": {
                "key": "GRANT"
              }
            }
          ]
        }
      },
      "processingOptionsRequested": {
        "options": "INCLUDE_DOC_TAB_ON_ALL_LABELS"
      },
      "resolution": 203
    },
    "origin": {
      "address": {
        "city": "East Hiramville",
        "countryCode": "PA",
        "postalCode": "47142-2420",
        "stateOrProvinceCode": "CA",
        "streetLines": {
          "0": "1550 Union Blvd",
          "1": "Suite 302"
        }
      },
      "contact": {
        "companyName": "Armstrong - Aufderhar",
        "emailAddress": "Cassandre.Ruecker@gmail.com",
        "personName": "Lila Bartell",
        "phoneExtension": "37",
        "phoneNumber": "(627) 340-0991"
      }
    },
    "processingOption": {
      "options": [
        "REQUIRE_PRE_EPIC_BARCODE",
        "REQUIRE_PRE_EPIC_BARCODE",
        "REQUIRE_PRE_EPIC_BARCODE"
      ]
    },
    "shipDatestamp": "2026-01-24T00:00:00.0Z",
    "shipper": {
      "accountNumber": {
        "value": "123456789"
      },
      "address": {
        "city": "West Karliside",
        "countryCode": "NP",
        "postalCode": "95308",
        "stateOrProvinceCode": "TX",
        "streetLines": {
          "0": "1550 Union Blvd",
          "1": "Suite 302"
        }
      },
      "contact": {
        "companyName": "Osinski LLC",
        "emailAddress": "Immanuel.Upton4@yahoo.com",
        "personName": "Bob Grady",
        "phoneExtension": "14",
        "phoneNumber": "(398) 293-2244"
      },
      "tins": [
        {
          "effectiveDate": "2025-12-11T00:00:00.0Z",
          "expirationDate": "2027-10-18T00:00:00.0Z",
          "number": "232697",
          "tinType": "PERSONAL_STATE",
          "usage": "customs"
        },
        {
          "effectiveDate": "2024-09-17T00:00:00.0Z",
          "expirationDate": "2027-08-03T00:00:00.0Z",
          "number": "156168",
          "tinType": "PERSONAL_STATE",
          "usage": "usage"
        },
        {
          "effectiveDate": "2025-03-04T00:00:00.0Z",
          "expirationDate": "2027-12-07T00:00:00.0Z",
          "number": "006480",
          "tinType": "PERSONAL_STATE",
          "usage": "customs"
        }
      ]
    },
    "shippingChargesPayment": {
      "paymentType": "THIRD_PARTY",
      "payor": {
        "responsibleParty": {
          "accountNumber": {
            "value": "123456789"
          },
          "address": {
            "city": "Rempelfield",
            "countryCode": "PW",
            "postalCode": "14886",
            "residential": true,
            "stateOrProvinceCode": "TX",
            "streetLines": {
              "0": "Bldg. 10",
              "1": "10 FedEx Parkway"
            }
          },
          "contact": {
            "companyName": "FedEx",
            "emailAddress": "sample@company.com",
            "faxNumber": "1234567890",
            "fedralTaxId": "11-N-1745",
            "personName": "John Taylor",
            "phoneExtension": 1234,
            "phoneNumber": "1234567890",
            "stateTaxId": "11-N-1745"
          }
        }
      }
    },
    "soldTo": {
      "accountNumber": {
        "value": "123456789"
      },
      "address": {
        "city": "Chino Hills",
        "countryCode": "MR",
        "postalCode": "06888-3710",
        "residential": false,
        "stateOrProvinceCode": "TX",
        "streetLines": {
          "0": "1550 Union Blvd",
          "1": "Suite 302"
        }
      },
      "contact": {
        "companyName": "Doyle Inc",
        "emailAddress": "Annabell_Spencer@yahoo.com",
        "personName": "Ms. Cindy Grimes",
        "phoneNumber": "(846) 380-5960"
      },
      "tins": [
        {
          "effectiveDate": "2026-06-10T00:00:00.0Z",
          "expirationDate": "2028-07-13T00:00:00.0Z",
          "number": "690839",
          "tinType": "PERSONAL_STATE",
          "usage": "customs"
        },
        {
          "effectiveDate": "2025-10-14T00:00:00.0Z",
          "expirationDate": "2028-03-02T00:00:00.0Z",
          "number": "565041",
          "tinType": "PERSONAL_STATE",
          "usage": "customs"
        }
      ]
    },
    "specialServicesRequested": {
      "priorityAlertDetail": {
        "content": {
          "0": "string"
        },
        "enhancementTypes": {
          "0": "PRIORITY_ALERT_PLUS"
        }
      },
      "specialServiceTypes": "PRIORITY_ALERT"
    },
    "transborderDistributionDetail": {
      "routing": "CUSTOMER_SPECIFIED",
      "specialServicesRequested": {
        "specialServiceTypes": "FEDEX_LTL",
        "transborderDistributionLtlDetail": {
          "ltlScacCode": "FEDX",
          "payment": {
            "amount": {
              "amount": 83.69,
              "currency": "TMT"
            },
            "creditCard": {
              "creditCardHolder": {
                "address": {
                  "city": "Beahanport",
                  "classification": "BUSINESS",
                  "countryCode": "EG",
                  "countryName": "Lithuania",
                  "geographicCoordinates": "+40.75-074.00",
                  "postalCode": "13367-2575",
                  "residential": true,
                  "stateOrProvinceCode": "CA",
                  "streetLines": {
                    "0": "[",
                    "1": "1",
                    "2": "0",
                    "3": " ",
                    "4": "F",
                    "5": "e",
                    "6": "d",
                    "7": "E",
                    "8": "x",
                    "9": " ",
                    "10": "P",
                    "11": "a",
                    "12": "r",
                    "13": "k",
                    "14": "w",
                    "15": "a",
                    "16": "y",
                    "17": ",",
                    "18": " ",
                    "19": "S",
                    "20": "u",
                    "21": "i",
                    "22": "t",
                    "23": "e",
                    "24": " ",
                    "25": "3",
                    "26": "0",
                    "27": "2",
                    "28": "]"
                  },
                  "urbanizationCode": "rJ"
                },
                "contact": {
                  "companyName": "Becker, Aufderhar and McDermott",
                  "emailAddress": "Elbert.Runolfsson@gmail.com",
                  "faxNumber": "7801518622",
                  "pagerNumber": "6518924",
                  "personName": {
                    "firstName": "Linnie",
                    "lastName": "Batz",
                    "middleName": "Harper",
                    "prefix": "Miss",
                    "suffix": "IV",
                    "title": "Mayor"
                  },
                  "phoneExtension": "27",
                  "phoneNumber": "5185247093",
                  "phoneNumberAreaCode": "967",
                  "phoneNumberCountryCode": "68",
                  "title": "Ms"
                }
              },
              "creditCardType": "DISCOVER",
              "expirationDate": "2027-11-13T00:00:00.0Z",
              "lastAuthenticationByFedexDate": "2026-04-19T00:00:00.0Z",
              "number": "3715-301881-26376",
              "verificationCode": "397"
            },
            "creditCardTransactionDetail": {
              "attributesDetail": {
                "types": {
                  "0": "O",
                  "1": "R",
                  "2": "I",
                  "3": "G",
                  "4": "I",
                  "5": "N",
                  "6": "A",
                  "7": "T",
                  "8": "E",
                  "9": "D",
                  "10": "_",
                  "11": "B",
                  "12": "Y",
                  "13": "_",
                  "14": "A",
                  "15": "U",
                  "16": "T",
                  "17": "H",
                  "18": "O",
                  "19": "R",
                  "20": "I",
                  "21": "Z",
                  "22": "E",
                  "23": "D",
                  "24": "_",
                  "25": "P",
                  "26": "E",
                  "27": "R",
                  "28": "S",
                  "29": "O",
                  "30": "N",
                  "31": "N",
                  "32": "E",
                  "33": "L"
                }
              },
              "authorizationId": "4oy37uD0L1",
              "authorizationType": "VERIFY_WITH_ACCOUNT",
              "fraudDetectionDetail": {
                "clientCookiesEnabled": true,
                "devicePrint": "BiQ9Wo82dqvpvrgqfq5n",
                "ipAddress": "92.140.90.244"
              },
              "payorAuthenticationCode": "LC51JaDJm",
              "payorAuthenticationSessionId": "2388269",
              "settlementScheduleType": "SETTLE_IMMEDIATELY"
            },
            "ePaymentDetail": {
              "amount": {
                "amount": 426.72,
                "currency": "ETB"
              },
              "creditCardExpirationDate": "2027-03-09T00:00:00.0Z",
              "creditCardType": "DISCOVER",
              "ePaymentMode": "GOOGLE_PAY",
              "epaymentProcessor": "RETAIL_SINGLE_POINT_OF_SALE"
            },
            "paymentType": "CREDIT_CARD",
            "payor": {
              "associatedAccounts": [
                {
                  "accountNumber": "12345678",
                  "type": "FEDEX_EXPRESS"
                },
                {
                  "accountNumber": "12345678",
                  "type": "FEDEX_EXPRESS"
                },
                {
                  "accountNumber": "12345678",
                  "type": "FEDEX_EXPRESS"
                },
                {
                  "accountNumber": "12345678",
                  "type": "FEDEX_EXPRESS"
                }
              ],
              "responsibleParty": {
                "accountNumber": "103276523",
                "address": {
                  "city": "North Marcelinastad",
                  "classification": "BUSINESS",
                  "countryCode": "TM",
                  "countryName": "United States of America",
                  "geographicCoordinates": "+40.75-074.00",
                  "postalCode": "70337-0427",
                  "residential": true,
                  "stateOrProvinceCode": "NY",
                  "streetLines": {
                    "0": "[",
                    "1": "1",
                    "2": "0",
                    "3": " ",
                    "4": "F",
                    "5": "e",
                    "6": "d",
                    "7": "E",
                    "8": "x",
                    "9": " ",
                    "10": "P",
                    "11": "a",
                    "12": "r",
                    "13": "k",
                    "14": "w",
                    "15": "a",
                    "16": "y",
                    "17": ",",
                    "18": " ",
                    "19": "S",
                    "20": "u",
                    "21": "i",
                    "22": "t",
                    "23": "e",
                    "24": " ",
                    "25": "3",
                    "26": "0",
                    "27": "2",
                    "28": "]"
                  },
                  "urbanizationCode": "Vi"
                },
                "contact": {
                  "companyName": "Kunze - Stehr",
                  "contactId": "276",
                  "emailAddress": "Morris_Davis@hotmail.com",
                  "faxNumber": "1822522210",
                  "pagerNumber": "5305972",
                  "personName": "Clinton Stehr",
                  "phoneExtension": "38",
                  "phoneNumber": "9289104617",
                  "title": "Dr",
                  "tollFreePhoneNumber": "6682639"
                },
                "tins": [
                  {
                    "effectiveDate": "2025-06-11T00:00:00.0Z",
                    "expirationDate": "2026-10-27T00:00:00.0Z",
                    "number": "620688",
                    "tinType": "BUSINESS_STATE",
                    "usage": "usage"
                  },
                  {
                    "effectiveDate": "2025-04-22T00:00:00.0Z",
                    "expirationDate": "2027-10-19T00:00:00.0Z",
                    "number": "573134",
                    "tinType": "BUSINESS_STATE",
                    "usage": "customs"
                  }
                ]
              }
            }
          }
        }
      },
      "summaryDetail": {
        "expressFreightPackageCount": 2,
        "expressPacakgeCount": 9,
        "expressTotalFreightAdjustedWeight": {
          "units": "LB",
          "value": 53
        },
        "expressTotalFreightWeight": {
          "units": "LB",
          "value": 510
        },
        "expressTotalPackageAdjustedWeight": {
          "units": "LB",
          "value": 310
        },
        "expressTotalPackageWeight": {
          "units": "LB",
          "value": 400
        },
        "groundPackageCount": 31,
        "groundTotalPackageAdjustedWeight": {
          "units": "LB",
          "value": 564
        },
        "groundTotalPackageWeight": {
          "units": "LB",
          "value": 796
        },
        "numberOfUnconsolidatedCommodities": 7
      }
    }
  },
  "version": {
    "major": 4,
    "minor": 4,
    "patch": 10
  }
}
{
  "customerTransactionId": "lE7vI8L4w9otnjn9jV0D",
  "output": {
    "modifyConsolidation": {
      "bookingNumber": "411870996187",
      "consolidationDataSources": {
        "consolidationDataSourceType": "ACCUMULATED",
        "consolidationDataType": "TOTAL_INSURED_VALUE"
      },
      "consolidationDocumentSpecification": {
        "commoditiesByTrackingNumberDetail": {
          "format": {
            "docType": "PDF",
            "stockType": "PAPER_LETTER"
          }
        },
        "condensedCrnReportDetail": {
          "format": {
            "docType": "PDF",
            "stockType": "PAPER_LETTER"
          }
        },
        "consolidatedCommercialInvoiceDetail": {
          "format": {
            "docType": "PDF",
            "stockType": "PAPER_LETTER"
          }
        },
        "consolidatedCustomsLinehaulReportDetail": {
          "format": {
            "docType": "PDF",
            "stockType": "PAPER_LETTER"
          }
        },
        "consolidatedPartyReportDetail": {
          "format": {
            "docType": "PDF",
            "stockType": "PAPER_LETTER"
          }
        },
        "consolidatedSoldToSummaryReportDetail": {
          "format": {
            "docType": "PDF",
            "stockType": "PAPER_LETTER"
          }
        },
        "consolidationDocumentTypes": [
          "CONSOLIDATED_COMMERCIAL_INVOICE",
          "CUSTOMS_PACKING_LIST",
          "CRN_REPORT",
          "COMMODITIES_BY_TRACKING_NUMBER_REPORT",
          "CONDENSED_CRN_REPORT",
          "CONSOLIDATED_CUSTOMS_LINEHAUL_REPORT",
          "CONSOLIDATED_PARTY_REPORT",
          "CONSOLIDATED_SOLD_TO_SUMMARY_REPORT",
          "CUSTOM_CONSOLIDATION_DOCUMENT",
          "CERTIFICATE_OF_ORIGIN",
          "COMMERCIAL_INVOICE",
          "CUSTOM_PACKAGE_DOCUMENT",
          "CUSTOM_SHIPMENT_DOCUMENT",
          "CUSTOMER_SPECIFIED_LABELS",
          "DANGEROUS_GOODS_SHIPPERS_DECLARATION",
          "EXPORT_DECLARATION",
          "FEDEX_FREIGHT_STRAIGHT_BILL_OF_LADING",
          "GENERAL_AGENCY_AGREEMENT",
          "LABEL",
          "USMCA_COMMERCIAL_INVOICE_CERTIFICATION_OF_ORIGIN",
          "USMCA_CERTIFICATION_OF_ORIGIN",
          "OP_900",
          "PENDING_SHIPMENT_EMAIL_NOTIFICATION",
          "PRO_FORMA_INVOICE",
          "RETURN_INSTRUCTIONS",
          "VICS_BILL_OF_LADING"
        ],
        "crnReportDetail": {
          "format": {
            "docType": "PDF",
            "stockType": "PAPER_LETTER"
          }
        },
        "customDocumentDetails": [
          {
            "docType": "PDF",
            "stockType": "PAPER_LETTER"
          },
          {
            "docType": "PDF",
            "stockType": "PAPER_LETTER"
          }
        ],
        "customsPackingListDetail": {
          "format": {
            "docType": "PDF",
            "stockType": "PAPER_LETTER"
          }
        }
      },
      "consolidationType": "INTERNATIONAL_ECONOMY_DISTRIBUTION",
      "customerReferences": [
        {
          "customerReferenceType": "CUSTOMER_REFERENCE",
          "value": "6889"
        },
        {
          "customerReferenceType": "CUSTOMER_REFERENCE",
          "value": "8729"
        }
      ],
      "customsClearanceDetail": {
        "brokers": [
          {
            "broker": {
              "accountNumber": {
                "value": "801472842"
              },
              "address": {
                "city": "Beverly Hills",
                "countryCode": "US",
                "postalCode": "90210",
                "residential": false,
                "stateOrProvinceCode": "CA",
                "streetLines": [
                  "10 FedEx Parkway",
                  "Suite 302"
                ]
              },
              "contact": {
                "companyName": "Fedex",
                "emailAddress": "sample@company.com",
                "personName": "John Taylor",
                "phoneExtension": "000",
                "phoneNumber": "9612345671"
              },
              "tins": {
                "description": "This is the tax identification number details.",
                "items": {
                  "properties": {
                    "effectiveDate": {
                      "description": "Specify the tax ID effective date.<br>Example: 2000-01-23T04:56:07.000+00:00",
                      "format": "date-time",
                      "type": "string",
                      "x-faker": {
                        "date.past": {
                          "years": 5
                        }
                      }
                    },
                    "expirationDate": {
                      "description": "Specify the tax ID expiration date.<br>Example: 2000-01-23T04:56:07.000+00:00",
                      "format": "date-time",
                      "type": "string",
                      "x-faker": {
                        "date.future": {
                          "years": 5
                        }
                      }
                    },
                    "number": {
                      "description": "Specify tax ID number. Maximum length is 18.<br>Example: 123567",
                      "type": "string",
                      "x-faker": {
                        "string.numeric": 6
                      }
                    },
                    "tinType": {
                      "description": "Indicate the type of tax identification number.",
                      "enum": [
                        "PERSONAL_NATIONAL",
                        "PERSONAL_STATE",
                        "FEDERAL",
                        "BUSINESS_NATIONAL",
                        "BUSINESS_STATE",
                        "BUSINESS_UNION"
                      ],
                      "example": "FEDERAL",
                      "type": "string"
                    },
                    "usage": {
                      "description": "Specify the reason for using the tax identification number in shipment processing.<br>Example: usage",
                      "type": "string",
                      "x-faker": {
                        "helpers.arrayElement": [
                          [
                            "usage",
                            "tax_filing",
                            "customs"
                          ]
                        ]
                      }
                    }
                  },
                  "type": "object"
                },
                "type": "array"
              }
            },
            "type": "TYPE2"
          }
        ],
        "clearanceBrokerage": "BROKER_SELECT",
        "commercialInvoice": {
          "comments": [
            "optional comments for the commercial invoice"
          ],
          "customerReferences": {
            "customerReferenceType": "CUSTOMER_REFERENCE",
            "value": "1851"
          },
          "declarationStatement": "pOsTG4sg07Vq7FvXLg5l",
          "freightCharge": {
            "amount": 193.53,
            "currency": "LRD"
          },
          "handlingCosts": {
            "amount": 5.77,
            "currency": "VES"
          },
          "originatorName": "Helen Nicolas",
          "packingCosts": {
            "amount": 14.1,
            "currency": "LAK"
          },
          "paymentTerms": "Net 30",
          "purpose": "CONSUMER",
          "purposeOfShipmentDescription": "REPAIR_AND_RETURN",
          "specialInstructions": "x4PfCNHX2fSykCs",
          "taxesOrMiscellaneousCharge": {
            "amount": 42.45,
            "currency": "SRD"
          },
          "taxesOrMiscellaneousChargeType": "COMMISSIONS",
          "termsOfSale": "DAP"
        },
        "commodities": [
          {
            "cIMarksAndNumbers": "vAp28xLyaq",
            "clearanceItemDetail": [
              {
                "address": {
                  "city": "Kassulkeville",
                  "countryCode": "BV",
                  "postalCode": "95998",
                  "residential": true,
                  "stateOrProvinceCode": "TX",
                  "streetLines": [
                    "Suite 10",
                    "98 Royal Crescent"
                  ]
                },
                "contact": {
                  "companyName": "Gerhold - Bernier"
                },
                "id": "7c8cx2UzIV",
                "role": "MANUFACTURER"
              },
              {
                "address": {
                  "city": "Purdyfurt",
                  "countryCode": "AW",
                  "postalCode": "48820-2368",
                  "residential": false,
                  "stateOrProvinceCode": "NY",
                  "streetLines": [
                    "98 Royal Crescent",
                    "Suite 10"
                  ]
                },
                "contact": {
                  "companyName": "Skiles - Stamm"
                },
                "id": "64yQ8IC6tH",
                "role": "MANUFACTURER"
              },
              {
                "address": {
                  "city": "Michelmouth",
                  "countryCode": "LA",
                  "postalCode": "72684-9887",
                  "residential": true,
                  "stateOrProvinceCode": "CA",
                  "streetLines": [
                    "98 Royal Crescent",
                    "Suite 10"
                  ]
                },
                "contact": {
                  "companyName": "Schulist and Sons"
                },
                "id": "keWpuL2hz2",
                "role": "MANUFACTURER"
              },
              {
                "address": {
                  "city": "West Julianne",
                  "countryCode": "MX",
                  "postalCode": "99807",
                  "residential": false,
                  "stateOrProvinceCode": "TX",
                  "streetLines": [
                    "Suite 10",
                    "98 Royal Crescent"
                  ]
                },
                "contact": {
                  "companyName": "Trantow LLC"
                },
                "id": "rRHxj085Sq",
                "role": "MANUFACTURER"
              },
              {
                "address": {
                  "city": "East Rickworth",
                  "countryCode": "GS",
                  "postalCode": "45046-8194",
                  "residential": false,
                  "stateOrProvinceCode": "TX",
                  "streetLines": [
                    "98 Royal Crescent",
                    "Suite 10"
                  ]
                },
                "contact": {
                  "companyName": "Purdy, Krajcik and Altenwerth"
                },
                "id": "IP5f8VjXXj",
                "role": "MANUFACTURER"
              }
            ],
            "commodityId": "uQREVX",
            "countryOfManufacture": "LK",
            "customsValue": {
              "amount": 2464.3,
              "currency": "ALL"
            },
            "description": "Experience the indigo brilliance of our Computer, perfect for cheap environments",
            "name": "Rustic Ceramic Bacon",
            "numberOfPieces": 77,
            "quantity": 14,
            "quantityUnits": "BOX",
            "unitPrice": {
              "amount": 517.15,
              "currency": "UYU"
            },
            "weight": {
              "units": "KG",
              "value": 68
            }
          },
          {
            "cIMarksAndNumbers": "NU4t3ZSRtw",
            "clearanceItemDetail": [
              {
                "address": {
                  "city": "Alexandria",
                  "countryCode": "GY",
                  "postalCode": "59645-4755",
                  "residential": true,
                  "stateOrProvinceCode": "TX",
                  "streetLines": [
                    "98 Royal Crescent",
                    "Suite 10"
                  ]
                },
                "contact": {
                  "companyName": "Rolfson LLC"
                },
                "id": "v8nk3spJvS",
                "role": "MANUFACTURER"
              },
              {
                "address": {
                  "city": "New Reidworth",
                  "countryCode": "ZA",
                  "postalCode": "61351",
                  "residential": true,
                  "stateOrProvinceCode": "CA",
                  "streetLines": [
                    "98 Royal Crescent",
                    "Suite 10"
                  ]
                },
                "contact": {
                  "companyName": "Goyette - Casper"
                },
                "id": "9rpsDB9hzX",
                "role": "MANUFACTURER"
              },
              {
                "address": {
                  "city": "Morrisberg",
                  "countryCode": "CA",
                  "postalCode": "40042",
                  "residential": false,
                  "stateOrProvinceCode": "CA",
                  "streetLines": [
                    "98 Royal Crescent",
                    "Suite 10"
                  ]
                },
                "contact": {
                  "companyName": "Feest - Bednar"
                },
                "id": "OFH11Wqmln",
                "role": "MANUFACTURER"
              }
            ],
            "commodityId": "Wsiw49",
            "countryOfManufacture": "MP",
            "customsValue": {
              "amount": 2058.7,
              "currency": "AUD"
            },
            "description": "Professional-grade Bacon perfect for homely training and recreational use",
            "name": "Electronic Marble Hat",
            "numberOfPieces": 7,
            "quantity": 6,
            "quantityUnits": "BOX",
            "unitPrice": {
              "amount": 2050.98,
              "currency": "AMD"
            },
            "weight": {
              "units": "KG",
              "value": 68
            }
          },
          {
            "cIMarksAndNumbers": "KNE1MC0VBv",
            "clearanceItemDetail": [
              {
                "address": {
                  "city": "South Juwan",
                  "countryCode": "KZ",
                  "postalCode": "70073-4920",
                  "residential": true,
                  "stateOrProvinceCode": "NY",
                  "streetLines": [
                    "Suite 10",
                    "98 Royal Crescent"
                  ]
                },
                "contact": {
                  "companyName": "Koelpin, DuBuque and Hills"
                },
                "id": "08OJCq4eX0",
                "role": "MANUFACTURER"
              }
            ],
            "commodityId": "DOHyyT",
            "countryOfManufacture": "IN",
            "customsValue": {
              "amount": 4452.68,
              "currency": "PAB"
            },
            "description": "Ergonomic Mouse made with Plastic for all-day flustered support",
            "name": "Frozen Bamboo Chips",
            "numberOfPieces": 60,
            "quantity": 27,
            "quantityUnits": "BOX",
            "unitPrice": {
              "amount": 1052.13,
              "currency": "KRW"
            },
            "weight": {
              "units": "KG",
              "value": 68
            }
          }
        ],
        "customsOption": {
          "description": "Description",
          "type": "COURTESY_RETURN_LABEL"
        },
        "declarationStatementDetail": {
          "types": [
            "Statement1",
            "Statement2"
          ]
        },
        "documentContent": "DOCUMENTS_ONLY",
        "dutiesPayment": {
          "paymentType": "THIRD_PARTY",
          "payor": {
            "responsibleParty": {
              "accountNumber": {
                "value": "123456789"
              },
              "address": {
                "city": "Germantown",
                "countryCode": "SY",
                "postalCode": "40443",
                "residential": true,
                "stateOrProvinceCode": "TX",
                "streetLines": [
                  "Bldg. 10",
                  "10 FedEx Parkway"
                ]
              },
              "contact": {
                "companyName": "FedEx",
                "emailAddress": "sample@company.com",
                "faxNumber": "1234567890",
                "fedralTaxId": "11-N-1745",
                "personName": "John Taylor",
                "phoneExtension": 1234,
                "phoneNumber": "1234567890",
                "stateTaxId": "11-N-1745"
              }
            }
          }
        },
        "exportDetail": {
          "b13AFilingOption": "NOT_REQUIRED",
          "destinationControlDetail": {
            "destinationCountries": [
              "USA",
              "India"
            ],
            "endUser": "Dr. Brenda Hessel",
            "statementTypes": "DEPARTMENT_OF_COMMERCE"
          },
          "exportComplianceStatement": "qhzmnhJ2D0l1j7lc",
          "permitNumber": "29044"
        },
        "freightOnValue": "OWN_RISK",
        "importerOfRecord": {
          "accountNumber": {
            "value": "801472842"
          },
          "address": {
            "city": "Beverly Hills",
            "countryCode": "US",
            "postalCode": "90210",
            "residential": false,
            "stateOrProvinceCode": "CA",
            "streetLines": [
              "10 FedEx Parkway",
              "Suite 302"
            ]
          },
          "contact": {
            "companyName": "Fedex",
            "emailAddress": "sample@company.com",
            "personName": "John Taylor",
            "phoneExtension": "000",
            "phoneNumber": "9612345671"
          },
          "tins": {
            "description": "This is the tax identification number details.",
            "items": {
              "properties": {
                "effectiveDate": {
                  "description": "Specify the tax ID effective date.<br>Example: 2000-01-23T04:56:07.000+00:00",
                  "format": "date-time",
                  "type": "string",
                  "x-faker": {
                    "date.past": {
                      "years": 5
                    }
                  }
                },
                "expirationDate": {
                  "description": "Specify the tax ID expiration date.<br>Example: 2000-01-23T04:56:07.000+00:00",
                  "format": "date-time",
                  "type": "string",
                  "x-faker": {
                    "date.future": {
                      "years": 5
                    }
                  }
                },
                "number": {
                  "description": "Specify tax ID number. Maximum length is 18.<br>Example: 123567",
                  "type": "string",
                  "x-faker": {
                    "string.numeric": 6
                  }
                },
                "tinType": {
                  "description": "Indicate the type of tax identification number.",
                  "enum": [
                    "PERSONAL_NATIONAL",
                    "PERSONAL_STATE",
                    "FEDERAL",
                    "BUSINESS_NATIONAL",
                    "BUSINESS_STATE",
                    "BUSINESS_UNION"
                  ],
                  "example": "FEDERAL",
                  "type": "string"
                },
                "usage": {
                  "description": "Specify the reason for using the tax identification number in shipment processing.<br>Example: usage",
                  "type": "string",
                  "x-faker": {
                    "helpers.arrayElement": [
                      [
                        "usage",
                        "tax_filing",
                        "customs"
                      ]
                    ]
                  }
                }
              },
              "type": "object"
            },
            "type": "array"
          }
        },
        "insuranceCharges": {
          "amount": 4880.54,
          "currency": "XCD"
        },
        "recipientCustomsId": {
          "type": "PASSPORT",
          "value": "167"
        },
        "regulatoryControls": "NOT_IN_FREE_CIRCULATION",
        "totalCustomsValue": {
          "amount": 937.12,
          "currency": "ERN"
        }
      },
      "distributionLocations": {
        "clearanceNumber": "836",
        "id": "734",
        "inclusionSpecifications": [
          "GpSZd",
          "9cPLK"
        ],
        "locationContactAndAddress": {
          "address": {
            "city": "Emardmouth",
            "countryCode": "SR",
            "postalCode": "98368",
            "residential": true,
            "stateOrProvinceCode": "TN",
            "streetLines": [
              "Bldg. 10",
              "10 FedEx Parkway"
            ]
          },
          "addressAncillaryDetail": {
            "addressVerificationOverrideReason": "CUSTOMER_PROVIDED_PROOF",
            "addtionalDescriptions": "north door",
            "apartment": "Apartment 1503",
            "building": "Building 300",
            "crossStreet": "Union and Main",
            "department": "Claims department",
            "locationInCity": "Forester subdivision",
            "locationInProperty": "south west of main office entrance",
            "room": "Room B-23",
            "roomFloor": "5th floor",
            "suite": "suite 201"
          },
          "contact": {
            "companyName": "FedEx",
            "emailAddress": "sample@company.com",
            "faxNumber": "1234567890",
            "fedralTaxId": "11-N-1745",
            "personName": "John Taylor",
            "phoneExtension": 1234,
            "phoneNumber": "1234567890",
            "stateTaxId": "11-N-1745"
          },
          "contactAncillaryDetail": {
            "emailAddresses": [
              {
                "address": "address",
                "emailNotificationFormatType": "SMS_TEXT_MESSAGE",
                "permissions": {
                  "key": "GRANT"
                }
              },
              {
                "address": "address",
                "emailNotificationFormatType": "SMS_TEXT_MESSAGE",
                "permissions": {
                  "key": "GRANT"
                }
              },
              {
                "address": "address",
                "emailNotificationFormatType": "SMS_TEXT_MESSAGE",
                "permissions": {
                  "key": "GRANT"
                }
              },
              {
                "address": "address",
                "emailNotificationFormatType": "SMS_TEXT_MESSAGE",
                "permissions": {
                  "key": "GRANT"
                }
              }
            ]
          }
        },
        "locationId": "gnm6",
        "locationNumber": 52,
        "type": "CUSTOMER_SPECIFIED"
      },
      "internationalDistributionDetail": {
        "clearanceFacilityLocationId": "uk7w",
        "declarationCurrencies": [
          {
            "currency": "ISK",
            "value": "CUSTOMS_VALUE"
          },
          {
            "currency": "UAH",
            "value": "CUSTOMS_VALUE"
          },
          {
            "currency": "STN",
            "value": "CUSTOMS_VALUE"
          }
        ],
        "dropOffType": "DROP_BOX",
        "totalDimensions": {
          "height": 30,
          "length": 100,
          "units": "CM",
          "width": 50
        },
        "totalInsuredValue": {
          "amount": 7134.44,
          "currency": "AMD"
        },
        "unitSystem": "ENGLISH"
      },
      "labelSpecification": {
        "customerSpecifiedDetail": {
          "docTabContent": {
            "barcoded": {
              "specification": {
                "dataField": "TRANSACTION/CustomerTransactionId",
                "header": "WHT",
                "justification": "RIGHT",
                "literalValue": "QfWF47",
                "zoneNumber": 4
              },
              "symbology": "UCC128"
            },
            "docTabContentType": "BARCODED",
            "zone001": {
              "docTabZoneSpecifications": [
                {
                  "dataField": "TRANSACTION/CustomerTransactionId",
                  "header": "WT",
                  "justification": "RIGHT",
                  "literalValue": "CcCJwJ",
                  "zoneNumber": 6
                },
                {
                  "dataField": "TRANSACTION/CustomerTransactionId",
                  "header": "ID",
                  "justification": "RIGHT",
                  "literalValue": "WcKAJq",
                  "zoneNumber": 8
                },
                {
                  "dataField": "TRANSACTION/CustomerTransactionId",
                  "header": "WT",
                  "justification": "RIGHT",
                  "literalValue": "2mLKzB",
                  "zoneNumber": 5
                },
                {
                  "dataField": "REQUEST/PACKAGE/weight/Value",
                  "header": "WHT",
                  "justification": "RIGHT",
                  "literalValue": "EOXDMQ",
                  "zoneNumber": 6
                },
                {
                  "dataField": "TRANSACTION/CustomerTransactionId",
                  "header": "ID",
                  "justification": "RIGHT",
                  "literalValue": "TzulW2",
                  "zoneNumber": 5
                }
              ]
            }
          },
          "maskedData": [
            "[\"PACKAGE_SEQUENCE_AND_COUNT\",\"TOTAL_WEIGHT\"]",
            "[\"PACKAGE_SEQUENCE_AND_COUNT\",\"TOTAL_WEIGHT\"]",
            "[\"PACKAGE_SEQUENCE_AND_COUNT\",\"TOTAL_WEIGHT\"]"
          ],
          "regulatoryLabels": [
            {
              "generationOptions": "CONTENT_ON_SHIPPING_LABEL_ONLY",
              "type": "ALCOHOL_SHIPMENT_LABEL"
            },
            {
              "generationOptions": "CONTENT_ON_SHIPPING_LABEL_ONLY",
              "type": "ALCOHOL_SHIPMENT_LABEL"
            },
            {
              "generationOptions": "CONTENT_ON_SHIPPING_LABEL_ONLY",
              "type": "ALCOHOL_SHIPMENT_LABEL"
            },
            {
              "generationOptions": "CONTENT_ON_SHIPPING_LABEL_ONLY",
              "type": "ALCOHOL_SHIPMENT_LABEL"
            }
          ]
        },
        "dispositions": [
          {
            "dispositionType": "CONFIRMED",
            "eMailDetail": {
              "eMailRecipients": [
                {
                  "emailAddress": "Dortha_Halvorson95@gmail.com",
                  "recipientType": "THRID_PARTY"
                },
                {
                  "emailAddress": "Arielle68@hotmail.com",
                  "recipientType": "THRID_PARTY"
                },
                {
                  "emailAddress": "Joanie79@gmail.com",
                  "recipientType": "THRID_PARTY"
                },
                {
                  "emailAddress": "Kasandra.Batz@gmail.com",
                  "recipientType": "THRID_PARTY"
                }
              ],
              "grouping": "NONE",
              "locale": {
                "country": "GU",
                "language": "en"
              }
            },
            "grouping": "CONSOLIDATED_BY_DOCUMENT_TYPE",
            "printDetail": {
              "printerId": "xGw6tjaZ"
            },
            "storageDetail": {
              "fileNaming": "FAST",
              "filePath": "/lost+found",
              "fileSuffix": ".jpg",
              "type": "ASYNC_SERVICE"
            }
          },
          {
            "dispositionType": "CONFIRMED",
            "eMailDetail": {
              "eMailRecipients": [
                {
                  "emailAddress": "Chester.Zemlak@hotmail.com",
                  "recipientType": "THRID_PARTY"
                },
                {
                  "emailAddress": "Hayden.Gibson@yahoo.com",
                  "recipientType": "THRID_PARTY"
                },
                {
                  "emailAddress": "Griffin.Breitenberg@hotmail.com",
                  "recipientType": "THRID_PARTY"
                }
              ],
              "grouping": "NONE",
              "locale": {
                "country": "KH",
                "language": "en"
              }
            },
            "grouping": "CONSOLIDATED_BY_DOCUMENT_TYPE",
            "printDetail": {
              "printerId": "f14C14DY"
            },
            "storageDetail": {
              "fileNaming": "FAST",
              "filePath": "/usr/src",
              "fileSuffix": ".png",
              "type": "ASYNC_SERVICE"
            }
          },
          {
            "dispositionType": "CONFIRMED",
            "eMailDetail": {
              "eMailRecipients": [
                {
                  "emailAddress": "Cecile_Anderson25@yahoo.com",
                  "recipientType": "THRID_PARTY"
                },
                {
                  "emailAddress": "Ludwig69@gmail.com",
                  "recipientType": "THRID_PARTY"
                },
                {
                  "emailAddress": "Vanessa.Kulas@gmail.com",
                  "recipientType": "THRID_PARTY"
                },
                {
                  "emailAddress": "Nettie.Bahringer77@gmail.com",
                  "recipientType": "THRID_PARTY"
                },
                {
                  "emailAddress": "Antwon_Rosenbaum@yahoo.com",
                  "recipientType": "THRID_PARTY"
                }
              ],
              "grouping": "NONE",
              "locale": {
                "country": "SZ",
                "language": "zh"
              }
            },
            "grouping": "CONSOLIDATED_BY_IMAGE_TYPE",
            "printDetail": {
              "printerId": "BPUOlAnl"
            },
            "storageDetail": {
              "fileNaming": "FAST",
              "filePath": "/opt/lib",
              "fileSuffix": ".png",
              "type": "ASYNC_SERVICE"
            }
          }
        ],
        "imageType": "PDF",
        "labelFormatType": "COMMON2D",
        "labelOrder": "SHIPPING_LABEL_FIRST",
        "labelPrintingOrientation": "TOP_EDGE_OF_TEXT_FIRST",
        "labelRotation": "UPSIDE_DOWN",
        "labelStockType": "PAPER_7X475",
        "printedLabelOrigin": {
          "address": {
            "city": "Glorialand",
            "countryCode": "TL",
            "postalCode": "21426",
            "residential": false,
            "stateOrProvinceCode": "CA",
            "streetLines": [
              "Bldg. 10",
              "10 FedEx Parkway"
            ]
          },
          "addressAncillaryDetail": {
            "addressVerificationOverrideReason": "CUSTOMER_PROVIDED_PROOF",
            "addtionalDescriptions": "north door",
            "apartment": "Apartment 1503",
            "building": "Building 300",
            "crossStreet": "Union and Main",
            "department": "Claims department",
            "locationInCity": "Forester subdivision",
            "locationInProperty": "south west of main office entrance",
            "room": "Room B-23",
            "roomFloor": "5th floor",
            "suite": "suite 201"
          },
          "contact": {
            "companyName": "FedEx",
            "emailAddress": "sample@company.com",
            "faxNumber": "1234567890",
            "fedralTaxId": "11-N-1745",
            "personName": "John Taylor",
            "phoneExtension": 1234,
            "phoneNumber": "1234567890",
            "stateTaxId": "11-N-1745"
          },
          "contactAncillaryDetail": {
            "emailAddresses": [
              {
                "address": "address",
                "emailNotificationFormatType": "SMS_TEXT_MESSAGE",
                "permissions": {
                  "key": "GRANT"
                }
              },
              {
                "address": "address",
                "emailNotificationFormatType": "SMS_TEXT_MESSAGE",
                "permissions": {
                  "key": "GRANT"
                }
              }
            ]
          }
        },
        "processingOptionsRequested": {
          "options": "INCLUDE_DOC_TAB_ON_ALL_LABELS"
        },
        "resolution": 300
      },
      "origin": {
        "address": {
          "city": "Beverly Hills",
          "countryCode": "US",
          "postalCode": "90210",
          "residential": false,
          "stateOrProvinceCode": "CA",
          "streetLines": [
            "10 FedEx Parkway",
            "Suite 302"
          ]
        },
        "contact": {
          "companyName": "Greenholt, Gottlieb and Boyer",
          "emailAddress": "Katelin.Lindgren28@yahoo.com",
          "personName": "Kelvin Casper",
          "phoneExtension": "46",
          "phoneNumber": "(395) 268-6424"
        }
      },
      "shipDatestamp": "2026-02-20T00:00:00.0Z",
      "shipper": {
        "accountNumber": {
          "value": "123456789"
        },
        "address": {
          "city": "Beverly Hills",
          "countryCode": "US",
          "postalCode": "90210",
          "residential": false,
          "stateOrProvinceCode": "CA",
          "streetLines": [
            "10 FedEx Parkway",
            "Suite 302"
          ]
        },
        "contact": {
          "companyName": "Monahan - Ondricka",
          "emailAddress": "Tia79@yahoo.com",
          "personName": "Beth Wisozk",
          "phoneExtension": "31",
          "phoneNumber": "(847) 745-5153"
        },
        "tins": [
          {
            "effectiveDate": "2023-07-16T00:00:00.0Z",
            "expirationDate": "2027-11-26T00:00:00.0Z",
            "number": "152459",
            "tinType": "FEDERAL",
            "usage": "tax_filing"
          }
        ]
      },
      "shippingChargesPayment": {
        "paymentType": "THIRD_PARTY",
        "payor": {
          "responsibleParty": {
            "accountNumber": {
              "value": "123456789"
            },
            "address": {
              "city": "East Jordane",
              "countryCode": "WF",
              "postalCode": "79442-7418",
              "residential": true,
              "stateOrProvinceCode": "CA",
              "streetLines": [
                "Bldg. 10",
                "10 FedEx Parkway"
              ]
            },
            "contact": {
              "companyName": "FedEx",
              "emailAddress": "sample@company.com",
              "faxNumber": "1234567890",
              "fedralTaxId": "11-N-1745",
              "personName": "John Taylor",
              "phoneExtension": 1234,
              "phoneNumber": "1234567890",
              "stateTaxId": "11-N-1745"
            }
          }
        }
      },
      "soldTo": {
        "accountNumber": {
          "value": "123456789"
        },
        "address": {
          "city": "Beverly Hills",
          "countryCode": "US",
          "postalCode": "90210",
          "residential": false,
          "stateOrProvinceCode": "CA",
          "streetLines": [
            "10 FedEx Parkway",
            "Suite 302"
          ]
        },
        "contact": {
          "companyName": "Fedex",
          "emailAddress": "sample@company.com",
          "personName": "John Taylor",
          "phoneExtension": "91",
          "phoneNumber": "1234567890"
        },
        "tins": [
          {
            "effectiveDate": "2023-11-07T00:00:00.0Z",
            "expirationDate": "2030-09-14T00:00:00.0Z",
            "number": "905702",
            "tinType": "FEDERAL",
            "usage": "usage"
          },
          {
            "effectiveDate": "2021-11-19T00:00:00.0Z",
            "expirationDate": "2027-02-20T00:00:00.0Z",
            "number": "254716",
            "tinType": "FEDERAL",
            "usage": "customs"
          },
          {
            "effectiveDate": "2022-10-16T00:00:00.0Z",
            "expirationDate": "2030-02-27T00:00:00.0Z",
            "number": "321568",
            "tinType": "FEDERAL",
            "usage": "usage"
          },
          {
            "effectiveDate": "2021-09-04T00:00:00.0Z",
            "expirationDate": "2030-01-31T00:00:00.0Z",
            "number": "039734",
            "tinType": "FEDERAL",
            "usage": "tax_filing"
          },
          {
            "effectiveDate": "2026-01-11T00:00:00.0Z",
            "expirationDate": "2027-12-19T00:00:00.0Z",
            "number": "960311",
            "tinType": "FEDERAL",
            "usage": "usage"
          }
        ]
      },
      "specialServicesRequested": {
        "internationalControlledExportDetail": {
          "entryNumber": "ePnSFoPFuua",
          "foreignTradeZoneCode": "J1q",
          "licenseOrPermitExpirationDate": "Sun Aug 13 2028 15:06:00 GMT+0000 (Coordinated Universal Time)",
          "licenseOrPermitNumber": "zpzo5guBog",
          "type": "DEA_236"
        },
        "priorityAlertDetail": {
          "content": [
            "string"
          ],
          "enhancementTypes": [
            "PRIORITY_ALERT_PLUS"
          ]
        },
        "specialServiceTypes": "PRIORITY_ALERT"
      },
      "trackingIds": [
        {
          "formId": "1546",
          "trackingIdType": "GROUND",
          "trackingNumber": "81065733274227383150"
        },
        {
          "formId": "8889",
          "trackingIdType": "FREIGHT",
          "trackingNumber": "22288736558369824359"
        }
      ],
      "transborderDistributionDetail": {
        "routing": "CUSTOMER_SPECIFIED",
        "specialServicesRequested": {
          "specialServiceTypes": "FEDEX_LTL",
          "transborderDistributionLtlDetail": {
            "ltlScacCode": "YRCW",
            "payment": {
              "amount": {
                "amount": 280.35,
                "currency": "HTG"
              },
              "creditCard": {
                "creditCardHolder": {
                  "address": {
                    "city": "Jaquelinside",
                    "classification": "BUSINESS",
                    "countryCode": "DJ",
                    "countryName": "Bermuda",
                    "geographicCoordinates": "+34.05-118.24",
                    "postalCode": "51044-7541",
                    "residential": true,
                    "stateOrProvinceCode": "CA",
                    "streetLines": "[10 FedEx Parkway, Suite 302]",
                    "urbanizationCode": "l2"
                  },
                  "contact": {
                    "companyName": "Harber - Grimes",
                    "emailAddress": "Kim6@gmail.com",
                    "faxNumber": "0294464315",
                    "pagerNumber": "6449249",
                    "personName": {
                      "firstName": "Suzanne",
                      "lastName": "Murphy",
                      "middleName": "Noah",
                      "prefix": "Mr.",
                      "suffix": "DVM",
                      "title": "Manager"
                    },
                    "phoneExtension": "49",
                    "phoneNumber": "5373689983",
                    "phoneNumberAreaCode": "028",
                    "phoneNumberCountryCode": "14",
                    "title": "Dr"
                  }
                },
                "creditCardType": "DISCOVER",
                "expirationDate": "2027-11-09T00:00:00.0Z",
                "lastAuthenticationByFedexDate": "2026-06-26T00:00:00.0Z",
                "number": "3042-183077-7985",
                "verificationCode": "335"
              },
              "creditCardTransactionDetail": {
                "attributesDetail": {
                  "types": "ORIGINATED_BY_AUTHORIZED_PERSONNEL"
                },
                "authorizationId": "7M1aMzO9EX",
                "authorizationType": "VERIFY_WITH_ACCOUNT",
                "fraudDetectionDetail": {
                  "clientCookiesEnabled": true,
                  "devicePrint": "x1zzaY4AVykX0AEVKbRe",
                  "ipAddress": "195.134.30.199"
                },
                "payorAuthenticationCode": "8K3KyOitn",
                "payorAuthenticationSessionId": "6703621",
                "settlementScheduleType": "SETTLE_IMMEDIATELY"
              },
              "ePaymentDetail": {
                "amount": {
                  "amount": 87.05,
                  "currency": "GMD"
                },
                "creditCardExpirationDate": "2028-07-25T00:00:00.0Z",
                "creditCardType": "DISCOVER",
                "ePaymentMode": "GOOGLE_PAY",
                "epaymentProcessor": "RETAIL_SINGLE_POINT_OF_SALE"
              },
              "paymentType": "CREDIT_CARD",
              "payor": {
                "associatedAccounts": [
                  {
                    "accountNumber": "12345678",
                    "type": "FEDEX_EXPRESS"
                  },
                  {
                    "accountNumber": "12345678",
                    "type": "FEDEX_EXPRESS"
                  },
                  {
                    "accountNumber": "12345678",
                    "type": "FEDEX_EXPRESS"
                  },
                  {
                    "accountNumber": "12345678",
                    "type": "FEDEX_EXPRESS"
                  },
                  {
                    "accountNumber": "12345678",
                    "type": "FEDEX_EXPRESS"
                  }
                ],
                "responsibleParty": {
                  "accountNumber": "873573517",
                  "address": {
                    "city": "Lake Dawntown",
                    "classification": "BUSINESS",
                    "countryCode": "MP",
                    "countryName": "Ireland",
                    "geographicCoordinates": "+34.05-118.24",
                    "postalCode": "30916-4935",
                    "residential": true,
                    "stateOrProvinceCode": "NY",
                    "streetLines": "[10 FedEx Parkway, Suite 302]",
                    "urbanizationCode": "D4"
                  },
                  "contact": {
                    "companyName": "Cronin, Feest and Morar",
                    "contactId": "919",
                    "emailAddress": "Sandra.Wolf@gmail.com",
                    "faxNumber": "7846988886",
                    "pagerNumber": "7314487",
                    "personName": "Jessie Runolfsson",
                    "phoneExtension": "23",
                    "phoneNumber": "6824134705",
                    "title": "Mr",
                    "tollFreePhoneNumber": "5912542"
                  },
                  "tins": [
                    {
                      "effectiveDate": "2024-11-21T00:00:00.0Z",
                      "expirationDate": "2027-09-11T00:00:00.0Z",
                      "number": "657274",
                      "tinType": "BUSINESS_STATE",
                      "usage": "usage"
                    },
                    {
                      "effectiveDate": "2025-05-01T00:00:00.0Z",
                      "expirationDate": "2027-04-29T00:00:00.0Z",
                      "number": "528565",
                      "tinType": "BUSINESS_STATE",
                      "usage": "usage"
                    },
                    {
                      "effectiveDate": "2025-07-12T00:00:00.0Z",
                      "expirationDate": "2027-11-19T00:00:00.0Z",
                      "number": "319445",
                      "tinType": "BUSINESS_STATE",
                      "usage": "customs"
                    },
                    {
                      "effectiveDate": "2025-01-31T00:00:00.0Z",
                      "expirationDate": "2026-11-02T00:00:00.0Z",
                      "number": "385315",
                      "tinType": "BUSINESS_STATE",
                      "usage": "usage"
                    },
                    {
                      "effectiveDate": "2025-06-14T00:00:00.0Z",
                      "expirationDate": "2027-12-12T00:00:00.0Z",
                      "number": "402352",
                      "tinType": "BUSINESS_STATE",
                      "usage": "usage"
                    }
                  ]
                }
              }
            }
          }
        },
        "summaryDetail": {
          "expressFreightPackageCount": 1,
          "expressPacakgeCount": 7,
          "expressTotalFreightAdjustedWeight": {
            "units": "LB",
            "value": 1273
          },
          "expressTotalFreightWeight": {
            "units": "LB",
            "value": 798
          },
          "expressTotalPackageAdjustedWeight": {
            "units": "LB",
            "value": 396
          },
          "expressTotalPackageWeight": {
            "units": "LB",
            "value": 235
          },
          "groundPackageCount": 30,
          "groundTotalPackageAdjustedWeight": {
            "units": "LB",
            "value": 903
          },
          "groundTotalPackageWeight": {
            "units": "LB",
            "value": 917
          },
          "numberOfUnconsolidatedCommodities": 17
        }
      }
    }
  },
  "transactionId": "6a3c27dc-8a9c-46ef-a5a0-aa9c5677d9ac"
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "customerTransactionId": "AnyCo_order123456789",
  "errors": [
    {
      "code": "TRACKINGID.FORMID.REQUIRED",
      "message": "Tracking Number is required. Please update and try again."
    }
  ]
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "errors": [
    {
      "code": "NOT.AUTHORIZED.ERROR",
      "message": "No access token provided. Please modify your request and try again."
    }
  ]
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "errors": [
    {
      "code": "FORBIDDEN.ERROR",
      "message": "We could not authorize your credentials. Please check your permissions and try again."
    }
  ]
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "errors": [
    {
      "code": "NOT.FOUND.ERROR",
      "message": "The resource you requested is no longer available. Please modify your request and try again."
    }
  ]
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "customerTransactionId": "AnyCo_order123456789",
  "errors": [
    {
      "code": "INTERNAL.SERVER.ERROR",
      "message": "We encountered an unexpected error and are working to resolve the issue. We apologize for any inconvenience. Please check back at a later time."
    }
  ]
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "customerTransactionId": "AnyCo_order123456789",
  "errors": [
    {
      "code": "SERVICE.UNAVAILABLE.ERROR",
      "message": "The service is currently unavailable and we are working to resolve the issue. We apologize for any inconvenience. Please check back at a later time."
    }
  ]
}
Header NameExample
X-locale"en_US"
X-customer-transaction-id"AnyCo_order123456789"
authorization*"Bearer XXXXX"
content-type*"application/json"
{
  "accountNumber": {
    "value": "XXXXX1073"
  },
  "requestedConsolidation": {
    "consolidationDocumentSpecification": {
      "consolidatedCommercialInvoiceDetail": {
        "format": {
          "docType": "PDF",
          "stockType": "PAPER_LETTER"
        }
      },
      "consolidationDocumentTypes": [
        "CONSOLIDATED_COMMERCIAL_INVOICE",
        "CUSTOMS_PACKING_LIST",
        "CRN_REPORT"
      ],
      "crnReportDetail": {
        "format": {
          "docType": "PDF",
          "stockType": "PAPER_LETTER"
        }
      },
      "customsPackingListDetail": {
        "format": {
          "docType": "PDF",
          "stockType": "PAPER_LETTER"
        }
      }
    },
    "consolidationType": "TRANSBORDER_DISTRIBUTION",
    "customsClearanceDetail": {
      "commercialInvoice": {
        "termsOfSale": "FCA"
      },
      "importerOfRecord": {
        "address": {
          "city": "MEMPHIS",
          "countryCode": "US",
          "postalCode": "38119",
          "residential": false,
          "stateOrProvinceCode": "TN",
          "streetLines": [
            "80 FedEx Parkway",
            "Suite 101"
          ]
        },
        "contact": {
          "companyName": "FedEx",
          "personName": "John Taylor",
          "phoneNumber": "1234567890"
        }
      }
    },
    "labelSpecification": {
      "imageType": "PNG",
      "labelFormatType": "COMMON2D",
      "labelStockType": "PAPER_4X6"
    },
    "shipper": {
      "address": {
        "city": "WINDSOR",
        "countryCode": "CA",
        "postalCode": "N9A6V4",
        "residential": false,
        "stateOrProvinceCode": "ON",
        "streetLines": [
          "RTC",
          "4011 MALDEN RD"
        ]
      },
      "contact": {
        "companyName": "FedEx",
        "personName": "John Taylor",
        "phoneNumber": "1234567890"
      },
      "tins": [
        {
          "number": "59165821389"
        }
      ]
    },
    "transborderDistributionDetail": {
      "specialServicesRequested": {
        "specialServiceTypes": [
          "FEDEX_LTL"
        ],
        "transborderDistributionLtlDetail": {
          "payment": {
            "paymentType": "THIRD_PARTY",
            "payor": {
              "responsibleParty": {
                "accountNumber": {
                  "value": "XXXXX1073"
                },
                "contact": {
                  "companyName": "FedEx",
                  "personName": "Jhon Taylor"
                }
              }
            }
          }
        }
      }
    }
  }
}
{
  "customerTransactionId": "cwpR4pvGaQoqp07",
  "output": {
    "alerts": [
      {
        "alertType": "NOTE",
        "code": "pIQ1Q3by35",
        "message": "4QPD8IatOyMfzrezgStA"
      },
      {
        "alertType": "NOTE",
        "code": "8ok5qNgAd3",
        "message": "02S8gtWUKCUTXE7VVZNr"
      },
      {
        "alertType": "NOTE",
        "code": "SAqGNRpAvp",
        "message": "z3Fw8AA5Wr8glbybFt5B"
      },
      {
        "alertType": "NOTE",
        "code": "WjRFDSXxXn",
        "message": "BY18OdmHIGypVxmhYReI"
      },
      {
        "alertType": "NOTE",
        "code": "AMEfp3hGYe",
        "message": "CEmFzX5r8u6eQHAFH8IA"
      }
    ],
    "consolidationKey": {
      "date": "2026-05-13T00:00:00.0Z",
      "index": "7546",
      "type": "INTERNATIONAL_PRIORITY_DISTRIBUTION"
    },
    "trackingIds": [
      {
        "formId": "0649",
        "trackingIdType": "GROUND",
        "trackingNumber": "40398149959034521399"
      },
      {
        "formId": "7730",
        "trackingIdType": "GROUND",
        "trackingNumber": "56034202630073062082"
      },
      {
        "formId": "2861",
        "trackingIdType": "EXPRESS",
        "trackingNumber": "56805809312824376543"
      },
      {
        "formId": "1711",
        "trackingIdType": "EXPRESS",
        "trackingNumber": "73710310338223892917"
      }
    ]
  },
  "transactionId": "5dfe3bd1-2fd6-4cae-be70-1af10674cd8c"
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "customerTransactionId": "AnyCo_order123456789",
  "errors": [
    {
      "code": "TRACKINGID.FORMID.REQUIRED",
      "message": "Tracking Number is required. Please update and try again."
    }
  ]
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "errors": [
    {
      "code": "NOT.AUTHORIZED.ERROR",
      "message": "No access token provided. Please modify your request and try again."
    }
  ]
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "errors": [
    {
      "code": "FORBIDDEN.ERROR",
      "message": "We could not authorize your credentials. Please check your permissions and try again."
    }
  ]
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "errors": [
    {
      "code": "NOT.FOUND.ERROR",
      "message": "The resource you requested is no longer available. Please modify your request and try again."
    }
  ]
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "customerTransactionId": "AnyCo_order123456789",
  "errors": [
    {
      "code": "INTERNAL.SERVER.ERROR",
      "message": "We encountered an unexpected error and are working to resolve the issue. We apologize for any inconvenience. Please check back at a later time."
    }
  ]
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "customerTransactionId": "AnyCo_order123456789",
  "errors": [
    {
      "code": "SERVICE.UNAVAILABLE.ERROR",
      "message": "The service is currently unavailable and we are working to resolve the issue. We apologize for any inconvenience. Please check back at a later time."
    }
  ]
}
Header NameExample
X-locale"en_US"
X-customer-transaction-id"AnyCo_order123456789"
content-type*"application/json"
authorization*"Bearer XXX"
{
  "accountNumber": {
    "value": "XXXXX1073"
  },
  "consolidationKey": {
    "date": "2022-11-30",
    "index": "794878485057",
    "type": "INTERNATIONAL_PRIORITY_DISTRIBUTION"
  },
  "labelResponseOptions": "URL_ONLY",
  "processingOptionType": "ALLOW_ASYNCHRONOUS",
  "requestedShipment": {
    "customsClearanceDetail": {
      "dutiesPayment": {
        "paymentType": "SENDER"
      },
      "totalCustomsValue": {
        "amount": "4200",
        "currency": "DHS"
      }
    },
    "dropoffType": "REGULAR_PICKUP",
    "labelSpecification": {
      "imageType": "PNG",
      "labelFormatType": "COMMON2D",
      "labelStockType": "PAPER_4X6",
      "printedLabelOrigin": {
        "address": {
          "city": "MONTERREY",
          "countryCode": "MX",
          "postalCode": "64010",
          "stateOrProvinceCode": "NL",
          "streetLines": [
            "123 GAUCHO",
            "Suite 101"
          ]
        },
        "contact": {
          "personName": "John Taylor",
          "phoneNumber": "1234567890"
        }
      }
    },
    "packagingType": "YOUR_PACKAGING",
    "pickupType": "USE_SCHEDULED_PICKUP",
    "processingOption": {
      "options": [
        "PACKAGE_LEVEL_COMMODITIES"
      ]
    },
    "recipients": [
      {
        "address": {
          "city": "MONTERREY",
          "countryCode": "MX",
          "postalCode": "64010",
          "residential": false,
          "stateOrProvinceCode": "NL",
          "streetLines": [
            "123 GAUCHO",
            "Suite 101"
          ]
        },
        "contact": {
          "personName": "John Taylor",
          "phoneNumber": "1234567890"
        }
      }
    ],
    "requestedPackageLineItems": [
      {
        "groupPackageCount": "41",
        "weight": {
          "units": "LB",
          "value": "41"
        }
      }
    ],
    "serviceType": "INTERNATIONAL_PRIORITY_DISTRIBUTION",
    "shipper": {
      "address": {
        "city": "BEIJING",
        "countryCode": "CN",
        "postalCode": "100029",
        "residential": false,
        "streetLines": [
          "80 Fedex Prkwy",
          "Suite 101"
        ]
      },
      "contact": {
        "personName": "John Taylor",
        "phoneNumber": "1234567890"
      }
    },
    "shippingChargesPayment": {
      "paymentType": "THIRD_PARTY",
      "payor": {
        "responsibleParty": {
          "accountNumber": {
            "value": "XXXXX1073"
          },
          "address": {
            "countryCode": "US"
          }
        }
      }
    }
  },
  "shipAction": "CONFIRM"
}
{
  "customerTransactionId": "06j8p5BJIB7iBsU",
  "output": {
    "transactionShipments": [
      {
        "completedShipmentDetail": {
          "accessDetail": {
            "accessorDetails": [
              {
                "emailLabelUrl": "https://dismal-individual.name/",
                "password": "yMvLCg1C",
                "role": "Senior Group Associate",
                "userId": "9a8c4601-91bb-4028-a56a-9d004d726a2c"
              },
              {
                "emailLabelUrl": "https://tight-handful.net/",
                "password": "Munbo_DZ",
                "role": "Direct Web Analyst",
                "userId": "07312b96-3448-4e08-8a4b-abbd8710ba0b"
              },
              {
                "emailLabelUrl": "https://upset-e-mail.org",
                "password": "sUXwidkt",
                "role": "Product Creative Orchestrator",
                "userId": "a9f1173a-0440-4064-bf2f-49d124582520"
              },
              {
                "emailLabelUrl": "https://natural-aircraft.info",
                "password": "Ogisfmwt",
                "role": "National Security Producer",
                "userId": "c7bc693d-4486-486a-9654-882ba7b86e30"
              }
            ]
          },
          "carrierCode": "FDXG",
          "completedCodDetail": {
            "codCollectionAmount": {
              "amount": 4571.88,
              "currency": "RON"
            }
          },
          "completedEtdDetail": {
            "folderId": "XOjSnO1621MCS0SC",
            "type": "COMMERCIAL_INVOICE",
            "uploadDocumentReferenceDetails": [
              {
                "documentId": "zg7SK3qcbFN1gGGp"
              }
            ]
          },
          "completedHoldAtLocationDetail": {
            "holdingLocation": {
              "address": {
                "city": "Beverly Hills",
                "countryCode": "US",
                "postalCode": "38127",
                "residential": false,
                "stateOrProvinceCode": "CA",
                "streetLines": [
                  "10 FedEx Parkway",
                  "Suite 302"
                ]
              },
              "contact": {
                "companyName": "Fedex",
                "emailAddress": "sample@company.com",
                "faxNumber": "1234567890",
                "pagerNumber": "6127812",
                "personName": "John Taylor",
                "phoneExtension": "91",
                "phoneNumber": "1234567890",
                "title": "title",
                "tollFreePhoneNumber": "6127812"
              }
            },
            "holdingLocationType": "FEDEX_SELF_SERVICE"
          },
          "completedPackageDetails": [
            {
              "dryIceWeight": {
                "units": "KG",
                "value": 68
              },
              "groupNumber": 3,
              "hazardousPackageDetail": {
                "accessibility": "ACCESSIBLE",
                "cargoAircraftOnly": true,
                "containers": [
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "5blCxLNm6a",
                          "hazardClass": "3",
                          "id": "UN0547",
                          "labelText": "Toxic",
                          "packingGroup": "I",
                          "packingInstructions": "PI-965",
                          "properShippingName": "Paint",
                          "properShippingNameAndDescription": "Accumulators, pressurized",
                          "sequenceNumber": 1,
                          "specialProvisions": "A79",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "D",
                          "technicalName": "Acetal",
                          "tunnelRestrictionCode": "C"
                        },
                        "massPoints": 41.84,
                        "netExplosiveDetail": {
                          "amount": 5.16,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "g"
                        },
                        "options": {
                          "description": {
                            "authorization": "MxJdiJ25G8",
                            "hazardClass": "3",
                            "id": "UN1040",
                            "labelText": "Toxic",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 26.88,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Ethanol",
                            "reportableQuantity": true,
                            "sequenceNumber": 5,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "ydYRQCnLli"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 10.71,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 32.79,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "pl1Fox206bo9hMa",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 39.21,
                            "quantityType": "GROSS",
                            "units": "ml"
                          }
                        },
                        "quantity": {
                          "amount": 45.01,
                          "quantityType": "GROSS",
                          "units": "ml"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "I32D3qdPeI",
                          "hazardClass": "8",
                          "id": "UN4489",
                          "labelText": "Flammable",
                          "packingGroup": "III",
                          "packingInstructions": "PI-966",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Accumulators, pressurized",
                          "sequenceNumber": 2,
                          "specialProvisions": "A34",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "C"
                        },
                        "massPoints": 47.27,
                        "netExplosiveDetail": {
                          "amount": 4.2,
                          "type": "TOTAL_WEIGHT",
                          "units": "g"
                        },
                        "options": {
                          "description": {
                            "authorization": "xzp5iTdpFe",
                            "hazardClass": "2.3",
                            "id": "UN4621",
                            "labelText": "Toxic",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 93.25,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Ethanol",
                            "reportableQuantity": true,
                            "sequenceNumber": 4,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "pbrtnGWJDo"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 42.64,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 33.05,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 37.62,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "AveE7YBKUlfPd6k",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 46.99,
                            "quantityType": "GROSS",
                            "units": "Kg"
                          }
                        },
                        "quantity": {
                          "amount": 42.28,
                          "quantityType": "GROSS",
                          "units": "Kg"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "GmnRJTUgnK",
                          "hazardClass": "3",
                          "id": "UN3273",
                          "labelText": "Flammable",
                          "packingGroup": "II",
                          "packingInstructions": "PI-966",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Paint, flammable",
                          "sequenceNumber": 2,
                          "specialProvisions": "A40",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "C"
                        },
                        "massPoints": 77.11,
                        "netExplosiveDetail": {
                          "amount": 4.17,
                          "type": "TOTAL_WEIGHT",
                          "units": "g"
                        },
                        "options": {
                          "description": {
                            "authorization": "gVotn5d3eP",
                            "hazardClass": "2.3",
                            "id": "UN8280",
                            "labelText": "Flammable Liquid",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 49.07,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Fuel",
                            "reportableQuantity": true,
                            "sequenceNumber": 5,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "tuJaNgVxDU"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 19.01,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 16.33,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "a4Qzd3X87F4uTCg",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 35.91,
                            "quantityType": "GROSS",
                            "units": "Kg"
                          }
                        },
                        "quantity": {
                          "amount": 38.92,
                          "quantityType": "GROSS",
                          "units": "Kg"
                        }
                      }
                    ],
                    "qvalue": 0.09
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "dks7jgiuK7",
                          "hazardClass": "8",
                          "id": "UN6582",
                          "labelText": "Toxic",
                          "packingGroup": "II",
                          "packingInstructions": "PI-965",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Accumulators, pressurized",
                          "sequenceNumber": 3,
                          "specialProvisions": "A96",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "D",
                          "technicalName": "Acetal",
                          "tunnelRestrictionCode": "D"
                        },
                        "massPoints": 59.47,
                        "netExplosiveDetail": {
                          "amount": 2.44,
                          "type": "TOTAL_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "izGELUdaPh",
                            "hazardClass": "2.3",
                            "id": "UN0878",
                            "labelText": "Toxic",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "NonBulk"
                            },
                            "packingGroup": "I",
                            "percentage": 82.22,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Acetal",
                            "reportableQuantity": true,
                            "sequenceNumber": 1,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "mGsJDydqZi"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 45.03,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 25.67,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 39.65,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "2zjojKrmYw7ooH6",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 15.77,
                            "quantityType": "GROSS",
                            "units": "L"
                          }
                        },
                        "quantity": {
                          "amount": 6.34,
                          "quantityType": "GROSS",
                          "units": "Kg"
                        }
                      }
                    ],
                    "qvalue": 0.29
                  }
                ],
                "labelType": "II_YELLOW",
                "radioactiveTransportIndex": 1.55,
                "referenceId": "200623",
                "regulation": "IATA"
              },
              "operationalDetail": {
                "astraHandlingText": "Fragile",
                "barcodes": {
                  "binaryBarcodes": [
                    {
                      "type": "POSTAL-1D",
                      "value": [
                        "value",
                        "value"
                      ]
                    },
                    {
                      "type": "POSTAL-1D",
                      "value": [
                        "value",
                        "value"
                      ]
                    },
                    {
                      "type": "POSTAL-1D",
                      "value": [
                        "value",
                        "value"
                      ]
                    }
                  ],
                  "stringBarcodes": [
                    {
                      "type": "GROUND",
                      "value": "2730254039336829653685465397736776"
                    }
                  ]
                },
                "operationalInstructions": [
                  {
                    "content": "SECURED",
                    "number": 11
                  },
                  {
                    "content": "THIS SIDE UP",
                    "number": 11
                  },
                  {
                    "content": "FRAGILE",
                    "number": 7
                  },
                  {
                    "content": "THIS SIDE UP",
                    "number": 15
                  },
                  {
                    "content": "FRAGILE",
                    "number": 17
                  }
                ]
              },
              "oversizeClass": "OVERSIZE_2",
              "packageRating": {
                "actualRateType": "PAYOR_ACCOUNT_PACKAGE",
                "effectiveNetDiscount": 13.38,
                "packageRateDetails": [
                  {
                    "baseCharge": 76.19,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "ACTUAL",
                    "netCharge": 86.64,
                    "netFedExCharge": 140.3,
                    "netFreight": 62.65,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_ACCOUNT_PACKAGE",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 3018.74,
                          "currency": "MKD"
                        },
                        "description": "Overweight package",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 2268.32,
                          "currency": "NOK"
                        },
                        "description": "Overweight package",
                        "level": "PACKAGE",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 1154.11,
                          "currency": "ZMW"
                        },
                        "description": "Fuel Surcharge",
                        "level": "SHIPMENT",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 2147.4,
                          "currency": "CLP"
                        },
                        "description": "Residential Delivery",
                        "level": "PACKAGE",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 2602.43,
                          "currency": "BZD"
                        },
                        "description": "Fuel Surcharge",
                        "level": "PACKAGE",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 4.6,
                    "totalRebates": 2.62,
                    "totalSurcharges": 4.89,
                    "totalTaxes": 3.89
                  },
                  {
                    "baseCharge": 86.97,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "CAD",
                    "minimumChargeType": "ACTUAL",
                    "netCharge": 82.61,
                    "netFedExCharge": 179.05,
                    "netFreight": 42.72,
                    "ratedWeightMethod": "ACTUAL",
                    "rateType": "PAYOR_ACCOUNT_PACKAGE",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 4083.39,
                          "currency": "ISK"
                        },
                        "description": "Fuel Surcharge",
                        "level": "PACKAGE",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 3419.98,
                          "currency": "ARS"
                        },
                        "description": "Overweight package",
                        "level": "PACKAGE",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 1900.6,
                          "currency": "SDG"
                        },
                        "description": "Residential Delivery",
                        "level": "PACKAGE",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 3664.83,
                          "currency": "DZD"
                        },
                        "description": "Residential Delivery",
                        "level": "PACKAGE",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 1129.27,
                          "currency": "FKP"
                        },
                        "description": "Fuel Surcharge",
                        "level": "SHIPMENT",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 30.24,
                    "totalRebates": 1.23,
                    "totalSurcharges": 13.9,
                    "totalTaxes": 4
                  },
                  {
                    "baseCharge": 99.76,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "GBP",
                    "minimumChargeType": "MINIMUM_CHARGE",
                    "netCharge": 143.43,
                    "netFedExCharge": 68.1,
                    "netFreight": 71.24,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 2133.56,
                          "currency": "CRC"
                        },
                        "description": "Overweight package",
                        "level": "SHIPMENT",
                        "surchargeType": "FUEL_SURCHARGE"
                      }
                    ],
                    "totalFreightDiscounts": 3.45,
                    "totalRebates": 3.84,
                    "totalSurcharges": 4.48,
                    "totalTaxes": 9.07
                  },
                  {
                    "baseCharge": 59.21,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "GBP",
                    "minimumChargeType": "ACTUAL",
                    "netCharge": 172.65,
                    "netFedExCharge": 61.73,
                    "netFreight": 100.81,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 3042.61,
                          "currency": "STN"
                        },
                        "description": "Fuel Surcharge",
                        "level": "PACKAGE",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 3046.66,
                          "currency": "SYP"
                        },
                        "description": "Overweight package",
                        "level": "PACKAGE",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 644.14,
                          "currency": "HNL"
                        },
                        "description": "Fuel Surcharge",
                        "level": "SHIPMENT",
                        "surchargeType": "FUEL_SURCHARGE"
                      }
                    ],
                    "totalFreightDiscounts": 0.08,
                    "totalRebates": 0.85,
                    "totalSurcharges": 15.72,
                    "totalTaxes": 8.23
                  }
                ]
              },
              "sequenceNumber": 7,
              "signatureOption": "DIRECT",
              "trackingIds": [
                {
                  "formId": "3640",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "36421416257283546769",
                  "uspsApplicationId": "19"
                },
                {
                  "formId": "7189",
                  "trackingIdType": "GROUND",
                  "trackingNumber": "99577800105407104515",
                  "uspsApplicationId": "41"
                }
              ]
            },
            {
              "dryIceWeight": {
                "units": "KG",
                "value": 68
              },
              "groupNumber": 3,
              "hazardousPackageDetail": {
                "accessibility": "ACCESSIBLE",
                "cargoAircraftOnly": false,
                "containers": [
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "ospgT8a3OF",
                          "hazardClass": "8",
                          "id": "UN2567",
                          "labelText": "Toxic",
                          "packingGroup": "I",
                          "packingInstructions": "None",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Paint, flammable",
                          "sequenceNumber": 5,
                          "specialProvisions": "A05",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "C"
                        },
                        "massPoints": 49.16,
                        "netExplosiveDetail": {
                          "amount": 8.35,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "EDUVswMKsR",
                            "hazardClass": "3",
                            "id": "UN9451",
                            "labelText": "Corrosive",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "NonBulk"
                            },
                            "packingGroup": "I",
                            "percentage": 73.35,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Ethanol",
                            "reportableQuantity": true,
                            "sequenceNumber": 3,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "rtTJMVzrQz"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 44.61,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 16.25,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 23.57,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "zSibiBdd6lH8pTN",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 4.4,
                            "quantityType": "GROSS",
                            "units": "L"
                          }
                        },
                        "quantity": {
                          "amount": 48.36,
                          "quantityType": "GROSS",
                          "units": "ml"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "aMboaKAZgr",
                          "hazardClass": "3",
                          "id": "UN5644",
                          "labelText": "Flammable",
                          "packingGroup": "II",
                          "packingInstructions": "None",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Accumulators, pressurized",
                          "sequenceNumber": 2,
                          "specialProvisions": "A50",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "A"
                        },
                        "massPoints": 3.96,
                        "netExplosiveDetail": {
                          "amount": 7.13,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "9oA3TOhCL5",
                            "hazardClass": "3",
                            "id": "UN9084",
                            "labelText": "Corrosive",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 66.9,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Paint",
                            "reportableQuantity": true,
                            "sequenceNumber": 3,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "EuAEGhPGwT"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 2,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 41.74,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 39.96,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 29.44,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 3.47,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "ChbIs8zhD1HLzuG",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 20.13,
                            "quantityType": "GROSS",
                            "units": "Kg"
                          }
                        },
                        "quantity": {
                          "amount": 26.45,
                          "quantityType": "GROSS",
                          "units": "L"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "lK41Oo3wlX",
                          "hazardClass": "8",
                          "id": "UN6593",
                          "labelText": "Flammable",
                          "packingGroup": "III",
                          "packingInstructions": "PI-965",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Paint, flammable",
                          "sequenceNumber": 2,
                          "specialProvisions": "A71",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Acetal",
                          "tunnelRestrictionCode": "A"
                        },
                        "massPoints": 52.27,
                        "netExplosiveDetail": {
                          "amount": 8.14,
                          "type": "TOTAL_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "OiOxOXIeMo",
                            "hazardClass": "3",
                            "id": "UN2420",
                            "labelText": "Toxic",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "NonBulk"
                            },
                            "packingGroup": "I",
                            "percentage": 32.58,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Acetal",
                            "reportableQuantity": true,
                            "sequenceNumber": 5,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "eAZYaFJbtf"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 28.12,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "lGDibdKG2qsigX0",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 39.96,
                            "quantityType": "GROSS",
                            "units": "Kg"
                          }
                        },
                        "quantity": {
                          "amount": 45.41,
                          "quantityType": "GROSS",
                          "units": "Kg"
                        }
                      }
                    ],
                    "qvalue": 0.44
                  }
                ],
                "labelType": "WHITE_I",
                "radioactiveTransportIndex": 0.81,
                "referenceId": "315240",
                "regulation": "DOT"
              },
              "operationalDetail": {
                "astraHandlingText": "Keep Dry",
                "barcodes": {
                  "binaryBarcodes": [
                    {
                      "type": "COMMON-2D",
                      "value": [
                        "value",
                        "value"
                      ]
                    },
                    {
                      "type": "COMMON-2D",
                      "value": [
                        "value",
                        "value"
                      ]
                    },
                    {
                      "type": "POSTAL-1D",
                      "value": [
                        "value",
                        "value"
                      ]
                    },
                    {
                      "type": "POSTAL-1D",
                      "value": [
                        "value",
                        "value"
                      ]
                    }
                  ],
                  "stringBarcodes": [
                    {
                      "type": "GROUND",
                      "value": "7822106685793608693709329710769087"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "7888025408606868589669741780121597"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "6443492606652601531324106849250833"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "4943194440774989111135310372710681"
                    }
                  ]
                },
                "operationalInstructions": [
                  {
                    "content": "THIS SIDE UP",
                    "number": 16
                  },
                  {
                    "content": "DO NOT STACK",
                    "number": 1
                  },
                  {
                    "content": "DO NOT STACK",
                    "number": 2
                  },
                  {
                    "content": "SECURED",
                    "number": 20
                  }
                ]
              },
              "oversizeClass": "OVERSIZE_3",
              "packageRating": {
                "actualRateType": "PAYOR_ACCOUNT_PACKAGE",
                "effectiveNetDiscount": 22.71,
                "packageRateDetails": [
                  {
                    "baseCharge": 81.88,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "ACTUAL",
                    "netCharge": 191.12,
                    "netFedExCharge": 185.79,
                    "netFreight": 145.14,
                    "ratedWeightMethod": "ACTUAL",
                    "rateType": "PAYOR_ACCOUNT_PACKAGE",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 935.46,
                          "currency": "PLN"
                        },
                        "description": "Fuel Surcharge",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 2395.53,
                          "currency": "TZS"
                        },
                        "description": "Residential Delivery",
                        "level": "PACKAGE",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 49.67,
                    "totalRebates": 3.09,
                    "totalSurcharges": 9.06,
                    "totalTaxes": 4.06
                  },
                  {
                    "baseCharge": 129.57,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "GBP",
                    "minimumChargeType": "MINIMUM_CHARGE",
                    "netCharge": 207.55,
                    "netFedExCharge": 72.21,
                    "netFreight": 107.85,
                    "ratedWeightMethod": "ACTUAL",
                    "rateType": "PAYOR_ACCOUNT_PACKAGE",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 4791.26,
                          "currency": "BHD"
                        },
                        "description": "Residential Delivery",
                        "level": "PACKAGE",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 3.12,
                    "totalRebates": 3.73,
                    "totalSurcharges": 1.87,
                    "totalTaxes": 1.87
                  },
                  {
                    "baseCharge": 154.59,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "EUR",
                    "minimumChargeType": "ACTUAL",
                    "netCharge": 63.82,
                    "netFedExCharge": 111.34,
                    "netFreight": 84.53,
                    "ratedWeightMethod": "ACTUAL",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 2214.96,
                          "currency": "MVR"
                        },
                        "description": "Overweight package",
                        "level": "PACKAGE",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 66.84,
                          "currency": "USD"
                        },
                        "description": "Residential Delivery",
                        "level": "PACKAGE",
                        "surchargeType": "FUEL_SURCHARGE"
                      }
                    ],
                    "totalFreightDiscounts": 47.88,
                    "totalRebates": 4.68,
                    "totalSurcharges": 6.23,
                    "totalTaxes": 2.34
                  },
                  {
                    "baseCharge": 151.35,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "CAD",
                    "minimumChargeType": "ACTUAL",
                    "netCharge": 81.93,
                    "netFedExCharge": 166.9,
                    "netFreight": 119.83,
                    "ratedWeightMethod": "ACTUAL",
                    "rateType": "PAYOR_ACCOUNT_PACKAGE",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 628.21,
                          "currency": "PEN"
                        },
                        "description": "Fuel Surcharge",
                        "level": "PACKAGE",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 459.2,
                          "currency": "HKD"
                        },
                        "description": "Fuel Surcharge",
                        "level": "SHIPMENT",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 1762.55,
                          "currency": "HNL"
                        },
                        "description": "Overweight package",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 23.48,
                    "totalRebates": 2.42,
                    "totalSurcharges": 11.1,
                    "totalTaxes": 4.51
                  },
                  {
                    "baseCharge": 120.05,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "GBP",
                    "minimumChargeType": "ACTUAL",
                    "netCharge": 129.42,
                    "netFedExCharge": 61.97,
                    "netFreight": 93.06,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_ACCOUNT_PACKAGE",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 4579.88,
                          "currency": "KZT"
                        },
                        "description": "Residential Delivery",
                        "level": "SHIPMENT",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 43.73,
                    "totalRebates": 0.58,
                    "totalSurcharges": 1.38,
                    "totalTaxes": 8.72
                  }
                ]
              },
              "sequenceNumber": 2,
              "signatureOption": "INDIRECT",
              "trackingIds": [
                {
                  "formId": "1921",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "94454957914746403240",
                  "uspsApplicationId": "35"
                }
              ]
            }
          ],
          "documentRequirements": {
            "generationDetails": [
              {
                "electronicSignature": "OPTIONAL",
                "letterhead": "OPTIONAL",
                "minimumCopiesRequired": 3,
                "type": "COMMERCIAL_INVOICE"
              }
            ],
            "prohibitedDocuments": [
              "USMCA_CERTIFICATION_OF_ORIGIN"
            ],
            "requiredDocuments": [
              "COMMERCIAL_OR_PRO_FORMA_INVOICE",
              "AIR_WAYBILL"
            ]
          },
          "exportComplianceStatement": "2pyfOuoBs5",
          "hazardousShipmentDetail": {
            "adrLicense": {
              "licenseOrPermitDetail": {
                "effectiveDate": "2026-06-17T00:00:00.0Z",
                "expirationDate": "2026-10-13T00:00:00.0Z",
                "number": "08319"
              }
            },
            "dryIceDetail": {
              "packageCount": 5,
              "processingOptions": {
                "options": [
                  "options"
                ]
              },
              "totalWeight": {
                "units": "KG",
                "value": 68
              }
            },
            "hazardousSummaryDetail": {
              "smallQuantityExceptionPackageCount": 7
            }
          },
          "masterTrackingId": {
            "formId": "5686",
            "trackingIdType": "FREIGHT",
            "trackingNumber": "43444755810359520922",
            "uspsApplicationId": "10"
          },
          "operationalDetail": {
            "airportId": "VBW",
            "astraDescription": "EXPRESS",
            "astraPlannedServiceLevel": "jXq0y9cEUaKyUge",
            "commitDate": "2026-08-24T00:00:00.0Z",
            "commitDay": "Tue",
            "countryCode": "TH",
            "customTransitTime": "ONE_DAY",
            "deliveryDate": "2026-08-28T00:00:00.0Z",
            "deliveryDay": "Wed",
            "deliveryEligibilities": [
              "deliveryEligibilities"
            ],
            "destinationLocationId": "QgyA",
            "destinationLocationNumber": 688,
            "destinationLocationStateOrProvinceCode": "WA",
            "destinationServiceArea": "A1",
            "ineligibleForMoneyBackGuarantee": true,
            "maximumTransitTime": "SEVEN_DAYS",
            "originLocationId": "555",
            "originLocationNumber": 405,
            "originServiceArea": "C3",
            "packagingCode": "99",
            "postalCode": "79151-0128",
            "publishedDeliveryTime": "12:00P",
            "scac": "FDXE",
            "serviceCode": "967",
            "stateOrProvinceCode": "IL",
            "transitTime": "TWO_DAYS",
            "ursaPrefixCode": "hw",
            "ursaSuffixCode": "UO"
          },
          "packagingDescription": "crate",
          "serviceDescription": {
            "astraDescription": "1 DAY FRT",
            "code": "59",
            "description": "Customizable holistic analyzer",
            "names": [
              {
                "encoding": "UTF-8",
                "type": "long",
                "value": "WXG"
              },
              {
                "encoding": "UTF-8",
                "type": "short",
                "value": "dxD"
              },
              {
                "encoding": "UTF-8",
                "type": "long",
                "value": "V4Q"
              }
            ],
            "operatingOrgCodes": [
              "FXE"
            ],
            "serviceCategory": "parcel",
            "serviceId": "0StK8jnejbgM",
            "serviceType": "FEDEX_1_DAY_FREIGHT"
          },
          "shipmentConsolidationDetail": {
            "associatedTrackingIds": [
              {
                "trackingIds": [
                  {
                    "formId": "7277",
                    "trackingIdType": "FREIGHT",
                    "trackingNumber": "37512067895379302576"
                  },
                  {
                    "formId": "4006",
                    "trackingIdType": "FREIGHT",
                    "trackingNumber": "86789960640146062274"
                  },
                  {
                    "formId": "0270",
                    "trackingIdType": "FREIGHT",
                    "trackingNumber": "20256565619830752416"
                  },
                  {
                    "formId": "3238",
                    "trackingIdType": "EXPRESS",
                    "trackingNumber": "25622757804567446552"
                  }
                ],
                "type": "CONSOLIDATION_MASTER"
              },
              {
                "trackingIds": [
                  {
                    "formId": "1307",
                    "trackingIdType": "GROUND",
                    "trackingNumber": "45957132249917480794"
                  },
                  {
                    "formId": "2984",
                    "trackingIdType": "EXPRESS",
                    "trackingNumber": "40080114423871502625"
                  },
                  {
                    "formId": "6120",
                    "trackingIdType": "GROUND",
                    "trackingNumber": "36557325707331684884"
                  },
                  {
                    "formId": "0770",
                    "trackingIdType": "FREIGHT",
                    "trackingNumber": "79867926958494945079"
                  }
                ],
                "type": "CONSOLIDATION_MASTER"
              },
              {
                "trackingIds": [
                  {
                    "formId": "5503",
                    "trackingIdType": "EXPRESS",
                    "trackingNumber": "90503499911627762488"
                  },
                  {
                    "formId": "5096",
                    "trackingIdType": "FREIGHT",
                    "trackingNumber": "25493464402007420115"
                  },
                  {
                    "formId": "4708",
                    "trackingIdType": "EXPRESS",
                    "trackingNumber": "61719238615870800217"
                  },
                  {
                    "formId": "9097",
                    "trackingIdType": "GROUND",
                    "trackingNumber": "04756994760596957157"
                  },
                  {
                    "formId": "2478",
                    "trackingIdType": "FREIGHT",
                    "trackingNumber": "36298406164301021593"
                  }
                ],
                "type": "CONSOLIDATION_MASTER"
              },
              {
                "trackingIds": [
                  {
                    "formId": "7583",
                    "trackingIdType": "EXPRESS",
                    "trackingNumber": "01053676065606825934"
                  }
                ],
                "type": "CONSOLIDATION_MASTER"
              },
              {
                "trackingIds": [
                  {
                    "formId": "1155",
                    "trackingIdType": "GROUND",
                    "trackingNumber": "97833582074248750486"
                  },
                  {
                    "formId": "8590",
                    "trackingIdType": "EXPRESS",
                    "trackingNumber": "48165488910657620484"
                  },
                  {
                    "formId": "1304",
                    "trackingIdType": "EXPRESS",
                    "trackingNumber": "06989805666997544151"
                  },
                  {
                    "formId": "5861",
                    "trackingIdType": "EXPRESS",
                    "trackingNumber": "16950097258081139190"
                  },
                  {
                    "formId": "4121",
                    "trackingIdType": "GROUND",
                    "trackingNumber": "61155802297266344818"
                  }
                ],
                "type": "CONSOLIDATION_MASTER"
              }
            ],
            "role": "CRN_SHIPMENT",
            "type": "INTERNATIONAL_PRIORITY_DISTRIBUTION"
          },
          "shipmentRating": {
            "actualRateType": "PAYOR_ACCOUNT_SHIPMENT",
            "pickupRateDetail": {
              "ancillaryFeesAndTaxes": [
                {
                  "amount": {
                    "currency": "LYD",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "yBBH9pGxLx",
                  "type": "CLEARANCE_ENTRY_FEE"
                },
                {
                  "amount": {
                    "currency": "KHR",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "biCHg5fhHg",
                  "type": "CLEARANCE_ENTRY_FEE"
                },
                {
                  "amount": {
                    "currency": "QAR",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "ho12OG0e9a",
                  "type": "CLEARANCE_ENTRY_FEE"
                },
                {
                  "amount": {
                    "currency": "MDL",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "SpQkbcWXBP",
                  "type": "CLEARANCE_ENTRY_FEE"
                },
                {
                  "amount": {
                    "currency": "TTD",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "VHA8fd4wAg",
                  "type": "CLEARANCE_ENTRY_FEE"
                }
              ],
              "currencyExchangeRate": {
                "fromCurrency": "INR",
                "intoCurrency": "GBP",
                "rate": 24.13
              },
              "dutiesAndTaxes": [
                {
                  "harmonizedCode": "267026",
                  "taxes": {
                    "amount": {
                      "currency": "GTQ",
                      "value": "CUSTOMS_VALUE"
                    },
                    "appliedPreferentialTradeAgreement": {
                      "description": "F2keLEJtgQ",
                      "id": "bpYkRr",
                      "name": "Sales Tax"
                    },
                    "description": "PNwDFbLHN0",
                    "effectiveDate": "2025-11-10T00:00:00.0Z",
                    "formula": "zlowZsA9UjR0bLE",
                    "name": "Sales Tax",
                    "taxableValue": {
                      "currency": "HUF",
                      "value": "CUSTOMS_VALUE"
                    },
                    "taxcode": "YYXrz",
                    "taxRates": [
                      {
                        "currency": "EUR",
                        "quantity": 30,
                        "unitOfMeasure": "KG",
                        "value": "20"
                      },
                      {
                        "currency": "USD",
                        "quantity": 20,
                        "unitOfMeasure": "KG",
                        "value": "15"
                      },
                      {
                        "currency": "USD",
                        "quantity": 10,
                        "unitOfMeasure": "L",
                        "value": "15"
                      }
                    ],
                    "taxType": "INCENTIVE"
                  },
                  "total": {
                    "currency": "SLE",
                    "value": "CUSTOMS_VALUE"
                  }
                },
                {
                  "harmonizedCode": "497666",
                  "taxes": {
                    "amount": {
                      "currency": "RON",
                      "value": "CUSTOMS_VALUE"
                    },
                    "appliedPreferentialTradeAgreement": {
                      "description": "kuY4Z90YVk",
                      "id": "Yl4nCs",
                      "name": "VAT"
                    },
                    "description": "3MFTwl3VfR",
                    "effectiveDate": "2026-03-27T00:00:00.0Z",
                    "formula": "2JD36O6HCGGtcwi",
                    "name": "Sales Tax",
                    "taxableValue": {
                      "currency": "ALL",
                      "value": "CUSTOMS_VALUE"
                    },
                    "taxcode": "zNlt2",
                    "taxRates": [
                      {
                        "currency": "USD",
                        "quantity": 10,
                        "unitOfMeasure": "KG",
                        "value": "15"
                      }
                    ],
                    "taxType": "INCENTIVE"
                  },
                  "total": {
                    "currency": "USD",
                    "value": "CUSTOMS_VALUE"
                  }
                }
              ],
              "freightDiscounts": [
                {
                  "amount": {
                    "currency": "GMD",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "uUYPdh7WAL",
                  "percent": 6.88,
                  "rateDiscountType": "INCENTIVE"
                },
                {
                  "amount": {
                    "currency": "LRD",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "FR0KrEt5F4",
                  "percent": 5.44,
                  "rateDiscountType": "INCENTIVE"
                },
                {
                  "amount": {
                    "currency": "HTG",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "icgIwbbcTa",
                  "percent": 12.63,
                  "rateDiscountType": "INCENTIVE"
                }
              ],
              "fuelSurchargePercent": 10.22,
              "minimumChargeType": "EARNED_DISCOUNT",
              "pickupBaseChargeDescription": "Pickup Area Surcharge",
              "pricingCode": "ACTUAL",
              "rateScale": "FEMzU6vlAo",
              "rateType": "PAYOR_ACCOUNT_PACKAGE",
              "rateZone": "CN0BoX",
              "ratingBasis": "SHIPMENT_WEIGHT_BASED",
              "rebates": [
                {
                  "amount": {
                    "currency": "ZAR",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "kXIiujgOD0",
                  "percent": 3.88,
                  "rebateType": "EARNED"
                },
                {
                  "amount": {
                    "currency": "MRU",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "WCiNNtIlnK",
                  "percent": 3.3,
                  "rebateType": "EARNED"
                }
              ],
              "specialRatingApplied": "FEDEX_ONE_RATE",
              "surcharges": [
                {
                  "amount": {
                    "currency": "RSD",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "096TFTitDw",
                  "level": "PACKAGE",
                  "surchargeType": "COD"
                },
                {
                  "amount": {
                    "currency": "RSD",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "RS4f8Vl5Oq",
                  "level": "PACKAGE",
                  "surchargeType": "COD"
                },
                {
                  "amount": {
                    "currency": "CNY",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "tu0YkjfTXw",
                  "level": "PACKAGE",
                  "surchargeType": "COD"
                },
                {
                  "amount": {
                    "currency": "EUR",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "KQVFqJc634",
                  "level": "PACKAGE",
                  "surchargeType": "COD"
                }
              ],
              "taxes": [
                {
                  "amount": {
                    "currency": "INR",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "XaK9hq1LVp",
                  "taxType": "VAT"
                }
              ],
              "totalAncillaryFeesAndTaxes": {
                "currency": "AMD",
                "value": "CUSTOMS_VALUE"
              },
              "totalBaseCharge": {
                "currency": "AUD",
                "value": "CUSTOMS_VALUE"
              },
              "totalDutiesAndTaxes": {
                "currency": "JOD",
                "value": "CUSTOMS_VALUE"
              },
              "totalDutiesTaxesAndFees": {
                "currency": "DJF",
                "value": "CUSTOMS_VALUE"
              },
              "totalFreightDiscounts": {
                "currency": "BZD",
                "value": "CUSTOMS_VALUE"
              },
              "totalNetCharge": {
                "currency": "UYU",
                "value": "CUSTOMS_VALUE"
              },
              "totalNetChargeWithDutiesAndTaxes": {
                "currency": "SYP",
                "value": "CUSTOMS_VALUE"
              },
              "totalNetFedExCharge": {
                "currency": "BDT",
                "value": "CUSTOMS_VALUE"
              },
              "totalNetFreight": {
                "currency": "MZN",
                "value": "CUSTOMS_VALUE"
              },
              "totalRebates": {
                "currency": "AED",
                "value": "CUSTOMS_VALUE"
              },
              "totalSurcharges": {
                "currency": "VES",
                "value": "CUSTOMS_VALUE"
              },
              "totalTaxes": {
                "currency": "CUP",
                "value": "CUSTOMS_VALUE"
              },
              "totalVariableHandlingCharges": {
                "fixedVariableHandlingCharge": {
                  "currency": "BTN",
                  "value": "CUSTOMS_VALUE"
                },
                "percentVariableHandlingCharge": {
                  "currency": "GTQ",
                  "value": "CUSTOMS_VALUE"
                },
                "totalCustomerCharge": {
                  "currency": "LKR",
                  "value": "CUSTOMS_VALUE"
                },
                "variableHandlingCharge": {
                  "currency": "HUF",
                  "value": "CUSTOMS_VALUE"
                }
              },
              "variableHandlingCharges": {
                "fixedVariableHandlingCharge": {
                  "currency": "LAK",
                  "value": "CUSTOMS_VALUE"
                },
                "percentVariableHandlingCharge": {
                  "currency": "SGD",
                  "value": "CUSTOMS_VALUE"
                },
                "totalCustomerCharge": {
                  "currency": "MOP",
                  "value": "CUSTOMS_VALUE"
                },
                "variableHandlingCharge": {
                  "currency": "TTD",
                  "value": "CUSTOMS_VALUE"
                }
              }
            },
            "shipmentRateDetails": [
              {
                "currency": "EUR",
                "currencyExchangeRate": {
                  "fromCurrency": "INR",
                  "intoCurrency": "STN",
                  "rate": 22.51
                },
                "dimDivisor": 162,
                "freightDiscounts": [
                  {
                    "amount": 7.79,
                    "description": "iekpEdj4XU",
                    "percent": 9.18,
                    "rateDiscountType": "EARNED"
                  },
                  {
                    "amount": 9.24,
                    "description": "CqIaOPajvg",
                    "percent": 10.86,
                    "rateDiscountType": "BONUS"
                  },
                  {
                    "amount": 7.72,
                    "description": "6rJCZfYOsE",
                    "percent": 6.07,
                    "rateDiscountType": "BONUS"
                  },
                  {
                    "amount": 6.97,
                    "description": "wR8MRNNgWb",
                    "percent": 14.33,
                    "rateDiscountType": "VOLUME"
                  },
                  {
                    "amount": 4.79,
                    "description": "kRujai5GKP",
                    "percent": 8.92,
                    "rateDiscountType": "COUPON"
                  }
                ],
                "fuelSurchargePercent": 10.05,
                "pricingCode": "STANDARD",
                "ratedWeightMethod": "DIM",
                "rateScale": "90405",
                "rateType": "RATED_ACCOUNT_SHIPMENT",
                "rateZone": "2j8eCW",
                "shipmentLegRateDetails": [
                  {
                    "currency": "USD",
                    "currencyExchangeRate": {
                      "fromCurrency": "EUR",
                      "intoCurrency": "AED",
                      "rate": 21.34
                    },
                    "dimDivisor": 216,
                    "dimDivisorType": "WEIGHT",
                    "freightDiscounts": [
                      {
                        "amount": 3.59,
                        "description": "J6rZWNYcMu",
                        "percent": 12.31,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 2.42,
                        "description": "OWQl9bYuzC",
                        "percent": 18.82,
                        "rateDiscountType": "EARNED"
                      }
                    ],
                    "fuelSurchargePercent": 13.76,
                    "legDestinationLocationId": "UQHu",
                    "minimumChargeType": "MINIMUM_CHARGE",
                    "pricingCode": "lJlQu",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "6589",
                    "rateType": "PAYOR_ACCOUNT_PACKAGE",
                    "rateZone": "zbMyA1",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 1506.4,
                          "currency": "KYD"
                        },
                        "description": "Fuel Surcharge",
                        "level": "SHIPMENT",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 1936.82,
                          "currency": "RWF"
                        },
                        "description": "Residential Delivery",
                        "level": "SHIPMENT",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 587.38,
                          "currency": "LBP"
                        },
                        "description": "Overweight package",
                        "level": "PACKAGE",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 758.19,
                          "currency": "BRL"
                        },
                        "description": "Residential Delivery",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 7.72,
                        "description": "GST",
                        "level": "SHIPMENT",
                        "type": "STATE"
                      },
                      {
                        "amount": 16.33,
                        "description": "Sales Tax",
                        "level": "PACKAGE",
                        "type": "FEDERAL"
                      }
                    ],
                    "totalBaseCharge": 79.42,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 26.01,
                    "totalFreightDiscounts": 9.21,
                    "totalNetCharge": 155.06,
                    "totalNetChargeWithDutiesAndTaxes": 66.93,
                    "totalNetFedExCharge": 143.68,
                    "totalNetFreight": 75.15,
                    "totalRebates": 1.37,
                    "totalSurcharges": 12.87,
                    "totalTaxes": 2.24
                  },
                  {
                    "currency": "USD",
                    "currencyExchangeRate": {
                      "fromCurrency": "EUR",
                      "intoCurrency": "CNY",
                      "rate": 27.64
                    },
                    "dimDivisor": 199,
                    "dimDivisorType": "VOLUME",
                    "freightDiscounts": [
                      {
                        "amount": 6.37,
                        "description": "hNKZNN4v5Y",
                        "percent": 5.93,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 8.05,
                        "description": "SwEJSFA6Xa",
                        "percent": 5.29,
                        "rateDiscountType": "COUPON"
                      }
                    ],
                    "fuelSurchargePercent": 8.15,
                    "legDestinationLocationId": "OVMJ",
                    "minimumChargeType": "MINIMUM_CHARGE",
                    "pricingCode": "q2Sfo",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "7381",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "croNTB",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 1713.24,
                          "currency": "BAM"
                        },
                        "description": "Overweight package",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 4614.6,
                          "currency": "KES"
                        },
                        "description": "Overweight package",
                        "level": "PACKAGE",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 1136.02,
                          "currency": "THB"
                        },
                        "description": "Fuel Surcharge",
                        "level": "PACKAGE",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 129.99,
                          "currency": "PHP"
                        },
                        "description": "Overweight package",
                        "level": "PACKAGE",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 141.32,
                          "currency": "NPR"
                        },
                        "description": "Overweight package",
                        "level": "PACKAGE",
                        "surchargeType": "FUEL_SURCHARGE"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 9.97,
                        "description": "VAT",
                        "level": "PACKAGE",
                        "type": "STATE"
                      },
                      {
                        "amount": 15.64,
                        "description": "GST",
                        "level": "PACKAGE",
                        "type": "FEDERAL"
                      },
                      {
                        "amount": 19.33,
                        "description": "GST",
                        "level": "PACKAGE",
                        "type": "STATE"
                      }
                    ],
                    "totalBaseCharge": 143.55,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 39.24,
                    "totalFreightDiscounts": 16.19,
                    "totalNetCharge": 168.22,
                    "totalNetChargeWithDutiesAndTaxes": 124.35,
                    "totalNetFedExCharge": 219.68,
                    "totalNetFreight": 57.37,
                    "totalRebates": 0.71,
                    "totalSurcharges": 15.19,
                    "totalTaxes": 9.83
                  },
                  {
                    "currency": "USD",
                    "currencyExchangeRate": {
                      "fromCurrency": "INR",
                      "intoCurrency": "JPY",
                      "rate": 29.08
                    },
                    "dimDivisor": 273,
                    "dimDivisorType": "VOLUME",
                    "freightDiscounts": [
                      {
                        "amount": 6.87,
                        "description": "thtrS1Nzgd",
                        "percent": 12.93,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 9.32,
                        "description": "cp2C6KOd77",
                        "percent": 9.4,
                        "rateDiscountType": "COUPON"
                      }
                    ],
                    "fuelSurchargePercent": 8.44,
                    "legDestinationLocationId": "hwmt",
                    "minimumChargeType": "MINIMUM_CHARGE",
                    "pricingCode": "Py11G",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "4235",
                    "rateType": "PAYOR_ACCOUNT_PACKAGE",
                    "rateZone": "Q37Arm",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 4210.13,
                          "currency": "KMF"
                        },
                        "description": "Overweight package",
                        "level": "PACKAGE",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 1980.64,
                          "currency": "SZL"
                        },
                        "description": "Residential Delivery",
                        "level": "SHIPMENT",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 9.13,
                        "description": "Sales Tax",
                        "level": "PACKAGE",
                        "type": "STATE"
                      },
                      {
                        "amount": 5.07,
                        "description": "VAT",
                        "level": "PACKAGE",
                        "type": "FEDERAL"
                      }
                    ],
                    "totalBaseCharge": 194.47,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 44.72,
                    "totalFreightDiscounts": 16.86,
                    "totalNetCharge": 90.85,
                    "totalNetChargeWithDutiesAndTaxes": 124.2,
                    "totalNetFedExCharge": 96.31,
                    "totalNetFreight": 162.74,
                    "totalRebates": 4.78,
                    "totalSurcharges": 3.1,
                    "totalTaxes": 9.7
                  }
                ],
                "surcharges": [
                  {
                    "amount": {
                      "amount": 2428.13,
                      "currency": "BSD"
                    },
                    "description": "Fuel Surcharge",
                    "level": "SHIPMENT",
                    "surchargeType": "RESIDENTIAL_DELIVERY"
                  },
                  {
                    "amount": {
                      "amount": 3503.36,
                      "currency": "BGN"
                    },
                    "description": "Overweight package",
                    "level": "SHIPMENT",
                    "surchargeType": "FUEL_SURCHARGE"
                  },
                  {
                    "amount": {
                      "amount": 1109.54,
                      "currency": "IDR"
                    },
                    "description": "Residential Delivery",
                    "level": "PACKAGE",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": {
                      "amount": 4500.96,
                      "currency": "JMD"
                    },
                    "description": "Fuel Surcharge",
                    "level": "PACKAGE",
                    "surchargeType": "RESIDENTIAL_DELIVERY"
                  }
                ],
                "taxes": [
                  {
                    "amount": 1.52,
                    "description": "VAT",
                    "level": "PACKAGE",
                    "type": "FEDERAL"
                  },
                  {
                    "amount": 13.59,
                    "description": "VAT",
                    "level": "PACKAGE",
                    "type": "STATE"
                  },
                  {
                    "amount": 8.71,
                    "description": "GST",
                    "level": "PACKAGE",
                    "type": "FEDERAL"
                  },
                  {
                    "amount": 6.22,
                    "description": "VAT",
                    "level": "SHIPMENT",
                    "type": "FEDERAL"
                  }
                ],
                "totalAncillaryFeesAndTaxes": 7.36,
                "totalBaseCharge": 72.89,
                "totalBillingWeight": {
                  "units": "KG",
                  "value": 68
                },
                "totalDutiesAndTaxes": 17.71,
                "totalDutiesTaxesAndFees": 62.64,
                "totalFreightDiscounts": 41.95,
                "totalNetCharge": 192.21,
                "totalNetChargeWithDutiesAndTaxes": 232.1,
                "totalNetFedExCharge": 106.21,
                "totalNetFreight": 139.56,
                "totalRebates": 0.2,
                "totalSurcharges": 4.37,
                "totalTaxes": 5.17
              },
              {
                "currency": "EUR",
                "currencyExchangeRate": {
                  "fromCurrency": "EUR",
                  "intoCurrency": "LAK",
                  "rate": 13.08
                },
                "dimDivisor": 119,
                "freightDiscounts": [
                  {
                    "amount": 3.21,
                    "description": "G2HtEan0jM",
                    "percent": 9.13,
                    "rateDiscountType": "EARNED"
                  },
                  {
                    "amount": 1.47,
                    "description": "1ixbCa9Geh",
                    "percent": 5.08,
                    "rateDiscountType": "EARNED"
                  },
                  {
                    "amount": 1.82,
                    "description": "TPIng20PIz",
                    "percent": 6.48,
                    "rateDiscountType": "EARNED"
                  }
                ],
                "fuelSurchargePercent": 10.77,
                "pricingCode": "STANDARD",
                "ratedWeightMethod": "ACTUAL",
                "rateScale": "25341",
                "rateType": "RATED_ACCOUNT_SHIPMENT",
                "rateZone": "AugSck",
                "shipmentLegRateDetails": [
                  {
                    "currency": "EUR",
                    "currencyExchangeRate": {
                      "fromCurrency": "GBP",
                      "intoCurrency": "PKR",
                      "rate": 9.73
                    },
                    "dimDivisor": 202,
                    "dimDivisorType": "VOLUME",
                    "freightDiscounts": [
                      {
                        "amount": 2.61,
                        "description": "x5ndD9evKH",
                        "percent": 11.25,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 5.77,
                        "description": "F7SZhZX7Z6",
                        "percent": 15.14,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 4.58,
                        "description": "qquiXixny9",
                        "percent": 17.24,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 1.74,
                        "description": "vwNDfJ627B",
                        "percent": 18.09,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 5.44,
                        "description": "Y1bBQD7KrV",
                        "percent": 16.79,
                        "rateDiscountType": "COUPON"
                      }
                    ],
                    "fuelSurchargePercent": 1.85,
                    "legDestinationLocationId": "qffz",
                    "minimumChargeType": "MINIMUM_CHARGE",
                    "pricingCode": "DXlop",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "8408",
                    "rateType": "PAYOR_ACCOUNT_PACKAGE",
                    "rateZone": "fSEaCT",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 4553.6,
                          "currency": "KHR"
                        },
                        "description": "Fuel Surcharge",
                        "level": "PACKAGE",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 4494.13,
                          "currency": "KHR"
                        },
                        "description": "Residential Delivery",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 3340.77,
                          "currency": "OMR"
                        },
                        "description": "Fuel Surcharge",
                        "level": "PACKAGE",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 1055.46,
                          "currency": "USD"
                        },
                        "description": "Overweight package",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 9.95,
                        "description": "Sales Tax",
                        "level": "SHIPMENT",
                        "type": "FEDERAL"
                      }
                    ],
                    "totalBaseCharge": 80.91,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 10.49,
                    "totalFreightDiscounts": 13.95,
                    "totalNetCharge": 154.54,
                    "totalNetChargeWithDutiesAndTaxes": 153.93,
                    "totalNetFedExCharge": 212.69,
                    "totalNetFreight": 128.85,
                    "totalRebates": 4.2,
                    "totalSurcharges": 12.22,
                    "totalTaxes": 4.09
                  },
                  {
                    "currency": "USD",
                    "currencyExchangeRate": {
                      "fromCurrency": "EUR",
                      "intoCurrency": "CNY",
                      "rate": 0.58
                    },
                    "dimDivisor": 275,
                    "dimDivisorType": "VOLUME",
                    "freightDiscounts": [
                      {
                        "amount": 5.66,
                        "description": "QcHxjdEZRY",
                        "percent": 7.88,
                        "rateDiscountType": "COUPON"
                      }
                    ],
                    "fuelSurchargePercent": 8.57,
                    "legDestinationLocationId": "ImwJ",
                    "minimumChargeType": "MINIMUM_CHARGE",
                    "pricingCode": "zJwvT",
                    "ratedWeightMethod": "DIM",
                    "rateScale": "2456",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "LqVfBr",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 2065.93,
                          "currency": "AFN"
                        },
                        "description": "Overweight package",
                        "level": "SHIPMENT",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 2770.72,
                          "currency": "CHF"
                        },
                        "description": "Overweight package",
                        "level": "SHIPMENT",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 325.4,
                          "currency": "DZD"
                        },
                        "description": "Overweight package",
                        "level": "PACKAGE",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 2537.95,
                          "currency": "CHF"
                        },
                        "description": "Fuel Surcharge",
                        "level": "PACKAGE",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 374.58,
                          "currency": "HNL"
                        },
                        "description": "Fuel Surcharge",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 13.78,
                        "description": "VAT",
                        "level": "SHIPMENT",
                        "type": "FEDERAL"
                      },
                      {
                        "amount": 11.88,
                        "description": "VAT",
                        "level": "SHIPMENT",
                        "type": "FEDERAL"
                      }
                    ],
                    "totalBaseCharge": 71.77,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 44.5,
                    "totalFreightDiscounts": 39.09,
                    "totalNetCharge": 199.59,
                    "totalNetChargeWithDutiesAndTaxes": 243.85,
                    "totalNetFedExCharge": 156.9,
                    "totalNetFreight": 164.44,
                    "totalRebates": 2.83,
                    "totalSurcharges": 8.12,
                    "totalTaxes": 1
                  },
                  {
                    "currency": "GBP",
                    "currencyExchangeRate": {
                      "fromCurrency": "GBP",
                      "intoCurrency": "KWD",
                      "rate": 28.28
                    },
                    "dimDivisor": 197,
                    "dimDivisorType": "WEIGHT",
                    "freightDiscounts": [
                      {
                        "amount": 6.14,
                        "description": "iJbsDQst5V",
                        "percent": 17.55,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 8.82,
                        "description": "SGYS4b5GN6",
                        "percent": 18.71,
                        "rateDiscountType": "COUPON"
                      }
                    ],
                    "fuelSurchargePercent": 10.01,
                    "legDestinationLocationId": "XyRY",
                    "minimumChargeType": "ACTUAL",
                    "pricingCode": "yuEdt",
                    "ratedWeightMethod": "DIM",
                    "rateScale": "1615",
                    "rateType": "PAYOR_ACCOUNT_PACKAGE",
                    "rateZone": "USoOKf",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 3232,
                          "currency": "NZD"
                        },
                        "description": "Fuel Surcharge",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 2544.62,
                          "currency": "BDT"
                        },
                        "description": "Residential Delivery",
                        "level": "PACKAGE",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 767.86,
                          "currency": "BBD"
                        },
                        "description": "Fuel Surcharge",
                        "level": "PACKAGE",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 3703.71,
                          "currency": "MOP"
                        },
                        "description": "Residential Delivery",
                        "level": "SHIPMENT",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 14.46,
                        "description": "VAT",
                        "level": "PACKAGE",
                        "type": "STATE"
                      },
                      {
                        "amount": 9.28,
                        "description": "VAT",
                        "level": "SHIPMENT",
                        "type": "STATE"
                      },
                      {
                        "amount": 5.97,
                        "description": "VAT",
                        "level": "SHIPMENT",
                        "type": "FEDERAL"
                      },
                      {
                        "amount": 15.85,
                        "description": "GST",
                        "level": "SHIPMENT",
                        "type": "STATE"
                      },
                      {
                        "amount": 8.63,
                        "description": "GST",
                        "level": "PACKAGE",
                        "type": "STATE"
                      }
                    ],
                    "totalBaseCharge": 77.27,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 30.36,
                    "totalFreightDiscounts": 3.31,
                    "totalNetCharge": 84.83,
                    "totalNetChargeWithDutiesAndTaxes": 54.75,
                    "totalNetFedExCharge": 83.92,
                    "totalNetFreight": 105,
                    "totalRebates": 1.26,
                    "totalSurcharges": 6.07,
                    "totalTaxes": 6.28
                  }
                ],
                "surcharges": [
                  {
                    "amount": {
                      "amount": 517.48,
                      "currency": "BIF"
                    },
                    "description": "Residential Delivery",
                    "level": "PACKAGE",
                    "surchargeType": "FUEL_SURCHARGE"
                  },
                  {
                    "amount": {
                      "amount": 456.2,
                      "currency": "ZMW"
                    },
                    "description": "Overweight package",
                    "level": "SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": {
                      "amount": 4821.07,
                      "currency": "MXN"
                    },
                    "description": "Overweight package",
                    "level": "SHIPMENT",
                    "surchargeType": "FUEL_SURCHARGE"
                  },
                  {
                    "amount": {
                      "amount": 435.1,
                      "currency": "MNT"
                    },
                    "description": "Residential Delivery",
                    "level": "SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  }
                ],
                "taxes": [
                  {
                    "amount": 19.85,
                    "description": "GST",
                    "level": "SHIPMENT",
                    "type": "STATE"
                  }
                ],
                "totalAncillaryFeesAndTaxes": 6.62,
                "totalBaseCharge": 120.73,
                "totalBillingWeight": {
                  "units": "KG",
                  "value": 68
                },
                "totalDutiesAndTaxes": 42.39,
                "totalDutiesTaxesAndFees": 5.39,
                "totalFreightDiscounts": 0.04,
                "totalNetCharge": 191.8,
                "totalNetChargeWithDutiesAndTaxes": 156.3,
                "totalNetFedExCharge": 238.5,
                "totalNetFreight": 115.68,
                "totalRebates": 4.26,
                "totalSurcharges": 9.18,
                "totalTaxes": 7.57
              },
              {
                "currency": "EUR",
                "currencyExchangeRate": {
                  "fromCurrency": "INR",
                  "intoCurrency": "MOP",
                  "rate": 19.05
                },
                "dimDivisor": 220,
                "freightDiscounts": [
                  {
                    "amount": 3.45,
                    "description": "M4sSXDyG92",
                    "percent": 9.84,
                    "rateDiscountType": "COUPON"
                  },
                  {
                    "amount": 8.75,
                    "description": "SQQFg0JL3L",
                    "percent": 18.16,
                    "rateDiscountType": "COUPON"
                  }
                ],
                "fuelSurchargePercent": 1.06,
                "pricingCode": "LTL_FREIGHT",
                "ratedWeightMethod": "ACTUAL",
                "rateScale": "41526",
                "rateType": "RATED_ACCOUNT_SHIPMENT",
                "rateZone": "6ICa3w",
                "shipmentLegRateDetails": [
                  {
                    "currency": "GBP",
                    "currencyExchangeRate": {
                      "fromCurrency": "GBP",
                      "intoCurrency": "XAF",
                      "rate": 27.03
                    },
                    "dimDivisor": 260,
                    "dimDivisorType": "WEIGHT",
                    "freightDiscounts": [
                      {
                        "amount": 8.1,
                        "description": "DU1pvVIgsQ",
                        "percent": 8.73,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 8.08,
                        "description": "UQQDWwXQT8",
                        "percent": 10.12,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 3.64,
                        "description": "PrRdygh2Ht",
                        "percent": 14.48,
                        "rateDiscountType": "COUPON"
                      }
                    ],
                    "fuelSurchargePercent": 6.79,
                    "legDestinationLocationId": "NUku",
                    "minimumChargeType": "MINIMUM_CHARGE",
                    "pricingCode": "64vge",
                    "ratedWeightMethod": "DIM",
                    "rateScale": "1790",
                    "rateType": "PAYOR_ACCOUNT_PACKAGE",
                    "rateZone": "DUgBW3",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 4704.08,
                          "currency": "CUP"
                        },
                        "description": "Overweight package",
                        "level": "SHIPMENT",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 2135.57,
                          "currency": "ZMW"
                        },
                        "description": "Overweight package",
                        "level": "SHIPMENT",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 1381.55,
                          "currency": "NPR"
                        },
                        "description": "Overweight package",
                        "level": "SHIPMENT",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 2.86,
                        "description": "VAT",
                        "level": "SHIPMENT",
                        "type": "STATE"
                      },
                      {
                        "amount": 1.87,
                        "description": "Sales Tax",
                        "level": "SHIPMENT",
                        "type": "FEDERAL"
                      },
                      {
                        "amount": 17.21,
                        "description": "VAT",
                        "level": "PACKAGE",
                        "type": "STATE"
                      }
                    ],
                    "totalBaseCharge": 66.14,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 37.34,
                    "totalFreightDiscounts": 14.97,
                    "totalNetCharge": 144.51,
                    "totalNetChargeWithDutiesAndTaxes": 219.12,
                    "totalNetFedExCharge": 196.41,
                    "totalNetFreight": 56.41,
                    "totalRebates": 4.06,
                    "totalSurcharges": 3.2,
                    "totalTaxes": 1.25
                  },
                  {
                    "currency": "USD",
                    "currencyExchangeRate": {
                      "fromCurrency": "INR",
                      "intoCurrency": "GYD",
                      "rate": 6.61
                    },
                    "dimDivisor": 126,
                    "dimDivisorType": "WEIGHT",
                    "freightDiscounts": [
                      {
                        "amount": 9.51,
                        "description": "SlJs0HAFI0",
                        "percent": 10.4,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 8.34,
                        "description": "uSnd7QZSgZ",
                        "percent": 7.83,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 9.5,
                        "description": "1lhzp1apB4",
                        "percent": 19.82,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 3.84,
                        "description": "jlDOKLn2jO",
                        "percent": 12.36,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 2.38,
                        "description": "HONdnUHNps",
                        "percent": 19.34,
                        "rateDiscountType": "BONUS"
                      }
                    ],
                    "fuelSurchargePercent": 14.3,
                    "legDestinationLocationId": "CLjS",
                    "minimumChargeType": "ACTUAL",
                    "pricingCode": "xcJCY",
                    "ratedWeightMethod": "DIM",
                    "rateScale": "0537",
                    "rateType": "PAYOR_ACCOUNT_PACKAGE",
                    "rateZone": "Fxlm3t",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 4290.8,
                          "currency": "CNY"
                        },
                        "description": "Residential Delivery",
                        "level": "PACKAGE",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 9.3,
                          "currency": "MOP"
                        },
                        "description": "Overweight package",
                        "level": "PACKAGE",
                        "surchargeType": "FUEL_SURCHARGE"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 9.13,
                        "description": "GST",
                        "level": "SHIPMENT",
                        "type": "FEDERAL"
                      },
                      {
                        "amount": 4.35,
                        "description": "Sales Tax",
                        "level": "PACKAGE",
                        "type": "FEDERAL"
                      },
                      {
                        "amount": 11.48,
                        "description": "Sales Tax",
                        "level": "PACKAGE",
                        "type": "FEDERAL"
                      }
                    ],
                    "totalBaseCharge": 164.12,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 11.11,
                    "totalFreightDiscounts": 37.26,
                    "totalNetCharge": 92.26,
                    "totalNetChargeWithDutiesAndTaxes": 57.14,
                    "totalNetFedExCharge": 178.2,
                    "totalNetFreight": 166.9,
                    "totalRebates": 2.26,
                    "totalSurcharges": 14.06,
                    "totalTaxes": 0.98
                  },
                  {
                    "currency": "EUR",
                    "currencyExchangeRate": {
                      "fromCurrency": "GBP",
                      "intoCurrency": "THB",
                      "rate": 14.25
                    },
                    "dimDivisor": 295,
                    "dimDivisorType": "VOLUME",
                    "freightDiscounts": [
                      {
                        "amount": 2.69,
                        "description": "XPdsRpFZ4m",
                        "percent": 17.28,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 7.48,
                        "description": "bg1Y2ZRisZ",
                        "percent": 18.75,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 6.3,
                        "description": "fU0TKWyDdy",
                        "percent": 5.93,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 7.3,
                        "description": "NLdLqngMYc",
                        "percent": 10.95,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 8.18,
                        "description": "2T8LurFKdc",
                        "percent": 15.46,
                        "rateDiscountType": "COUPON"
                      }
                    ],
                    "fuelSurchargePercent": 6.58,
                    "legDestinationLocationId": "zHvd",
                    "minimumChargeType": "ACTUAL",
                    "pricingCode": "S9sJv",
                    "ratedWeightMethod": "DIM",
                    "rateScale": "6465",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "Hi9Av0",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 1914.7,
                          "currency": "VND"
                        },
                        "description": "Overweight package",
                        "level": "PACKAGE",
                        "surchargeType": "FUEL_SURCHARGE"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 5.48,
                        "description": "Sales Tax",
                        "level": "SHIPMENT",
                        "type": "FEDERAL"
                      }
                    ],
                    "totalBaseCharge": 104.96,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 16.63,
                    "totalFreightDiscounts": 28.39,
                    "totalNetCharge": 139.36,
                    "totalNetChargeWithDutiesAndTaxes": 176.98,
                    "totalNetFedExCharge": 204.34,
                    "totalNetFreight": 107.99,
                    "totalRebates": 3.3,
                    "totalSurcharges": 16.68,
                    "totalTaxes": 3.98
                  },
                  {
                    "currency": "EUR",
                    "currencyExchangeRate": {
                      "fromCurrency": "EUR",
                      "intoCurrency": "ZWL",
                      "rate": 20.91
                    },
                    "dimDivisor": 229,
                    "dimDivisorType": "VOLUME",
                    "freightDiscounts": [
                      {
                        "amount": 5.57,
                        "description": "627sEMnVx5",
                        "percent": 19.15,
                        "rateDiscountType": "EARNED"
                      }
                    ],
                    "fuelSurchargePercent": 2.73,
                    "legDestinationLocationId": "jojN",
                    "minimumChargeType": "ACTUAL",
                    "pricingCode": "3Q1MQ",
                    "ratedWeightMethod": "DIM",
                    "rateScale": "6272",
                    "rateType": "PAYOR_ACCOUNT_PACKAGE",
                    "rateZone": "u3PbsA",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 3154.88,
                          "currency": "GIP"
                        },
                        "description": "Overweight package",
                        "level": "PACKAGE",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 4484.93,
                          "currency": "DJF"
                        },
                        "description": "Residential Delivery",
                        "level": "PACKAGE",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 1052.08,
                          "currency": "JMD"
                        },
                        "description": "Overweight package",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 6.2,
                        "description": "Sales Tax",
                        "level": "SHIPMENT",
                        "type": "STATE"
                      },
                      {
                        "amount": 16.75,
                        "description": "GST",
                        "level": "PACKAGE",
                        "type": "STATE"
                      },
                      {
                        "amount": 11.36,
                        "description": "Sales Tax",
                        "level": "PACKAGE",
                        "type": "FEDERAL"
                      },
                      {
                        "amount": 7.76,
                        "description": "VAT",
                        "level": "SHIPMENT",
                        "type": "STATE"
                      }
                    ],
                    "totalBaseCharge": 143.91,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 17.57,
                    "totalFreightDiscounts": 46.16,
                    "totalNetCharge": 75.79,
                    "totalNetChargeWithDutiesAndTaxes": 144.78,
                    "totalNetFedExCharge": 219.71,
                    "totalNetFreight": 105.14,
                    "totalRebates": 0.08,
                    "totalSurcharges": 8.64,
                    "totalTaxes": 8.61
                  },
                  {
                    "currency": "GBP",
                    "currencyExchangeRate": {
                      "fromCurrency": "INR",
                      "intoCurrency": "XCD",
                      "rate": 12.78
                    },
                    "dimDivisor": 176,
                    "dimDivisorType": "VOLUME",
                    "freightDiscounts": [
                      {
                        "amount": 2.07,
                        "description": "UvLBxhvHUB",
                        "percent": 8.13,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 9.42,
                        "description": "MNw4N10mZr",
                        "percent": 8.51,
                        "rateDiscountType": "BONUS"
                      }
                    ],
                    "fuelSurchargePercent": 14.53,
                    "legDestinationLocationId": "wgLU",
                    "minimumChargeType": "ACTUAL",
                    "pricingCode": "1DrmK",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "5691",
                    "rateType": "PAYOR_ACCOUNT_PACKAGE",
                    "rateZone": "UdBIlY",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 3233.55,
                          "currency": "TWD"
                        },
                        "description": "Fuel Surcharge",
                        "level": "SHIPMENT",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 618.6,
                          "currency": "SHP"
                        },
                        "description": "Overweight package",
                        "level": "PACKAGE",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 1940.56,
                          "currency": "QAR"
                        },
                        "description": "Residential Delivery",
                        "level": "SHIPMENT",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 4372.44,
                          "currency": "TND"
                        },
                        "description": "Overweight package",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 19,
                        "description": "Sales Tax",
                        "level": "SHIPMENT",
                        "type": "STATE"
                      },
                      {
                        "amount": 13.82,
                        "description": "GST",
                        "level": "SHIPMENT",
                        "type": "STATE"
                      },
                      {
                        "amount": 18.01,
                        "description": "Sales Tax",
                        "level": "PACKAGE",
                        "type": "STATE"
                      },
                      {
                        "amount": 5.18,
                        "description": "GST",
                        "level": "SHIPMENT",
                        "type": "FEDERAL"
                      },
                      {
                        "amount": 4.03,
                        "description": "Sales Tax",
                        "level": "PACKAGE",
                        "type": "FEDERAL"
                      }
                    ],
                    "totalBaseCharge": 190.11,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 18.96,
                    "totalFreightDiscounts": 24.57,
                    "totalNetCharge": 156.91,
                    "totalNetChargeWithDutiesAndTaxes": 155.1,
                    "totalNetFedExCharge": 102.83,
                    "totalNetFreight": 140.41,
                    "totalRebates": 4.17,
                    "totalSurcharges": 10.33,
                    "totalTaxes": 2.7
                  }
                ],
                "surcharges": [
                  {
                    "amount": {
                      "amount": 1040.24,
                      "currency": "KPW"
                    },
                    "description": "Residential Delivery",
                    "level": "SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": {
                      "amount": 3956.26,
                      "currency": "HKD"
                    },
                    "description": "Fuel Surcharge",
                    "level": "SHIPMENT",
                    "surchargeType": "FUEL_SURCHARGE"
                  },
                  {
                    "amount": {
                      "amount": 2260.12,
                      "currency": "KMF"
                    },
                    "description": "Residential Delivery",
                    "level": "SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  }
                ],
                "taxes": [
                  {
                    "amount": 8.04,
                    "description": "Sales Tax",
                    "level": "SHIPMENT",
                    "type": "STATE"
                  },
                  {
                    "amount": 18.17,
                    "description": "GST",
                    "level": "SHIPMENT",
                    "type": "STATE"
                  }
                ],
                "totalAncillaryFeesAndTaxes": 10.54,
                "totalBaseCharge": 96.21,
                "totalBillingWeight": {
                  "units": "KG",
                  "value": 68
                },
                "totalDutiesAndTaxes": 6.03,
                "totalDutiesTaxesAndFees": 68.25,
                "totalFreightDiscounts": 39.46,
                "totalNetCharge": 148.92,
                "totalNetChargeWithDutiesAndTaxes": 247.02,
                "totalNetFedExCharge": 84.38,
                "totalNetFreight": 166.11,
                "totalRebates": 3.53,
                "totalSurcharges": 2.08,
                "totalTaxes": 5.95
              }
            ],
            "totalNetFedExTransportationAndPickupCharge": {
              "currency": "SRD",
              "value": "CUSTOMS_VALUE"
            },
            "totalNetTransportationAndPickupCharge": {
              "currency": "AED",
              "value": "CUSTOMS_VALUE"
            }
          },
          "usDomestic": true
        },
        "masterTrackingNumber": "188837847677",
        "pieceResponses": [
          {
            "packageDocuments": [
              {
                "additionalChargesDiscount": 341.53,
                "baseRateAmount": 498.21,
                "codcollectionAmount": 230.38,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "976181"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "411807"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "071439"
                  }
                ],
                "masterTrackingNumber": "056208855946",
                "netChargeAmount": 5.36,
                "netDiscountAmount": 5.52,
                "netRateAmount": 41.58,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 2,
                    "docType": "PNG",
                    "encodedLabel": "nUcXvHVQqcjmkc9zsgYB",
                    "trackingNumber": "843661292998",
                    "url": "https://colossal-step.biz"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 1,
                    "docType": "PNG",
                    "encodedLabel": "UACFk3Mr5hKNWykx3Fco",
                    "trackingNumber": "588983500572",
                    "url": "https://nippy-complication.net/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 5,
                    "docType": "PNG",
                    "encodedLabel": "7z2qMJggSjukL6tEQrcB",
                    "trackingNumber": "178081490447",
                    "url": "https://unripe-parsnip.info/"
                  }
                ],
                "trackingNumber": "077724547992"
              }
            ]
          },
          {
            "packageDocuments": [
              {
                "additionalChargesDiscount": 478.59,
                "baseRateAmount": 414.04,
                "codcollectionAmount": 117.37,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "847874"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "039395"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "181108"
                  }
                ],
                "masterTrackingNumber": "472926308477",
                "netChargeAmount": 33.31,
                "netDiscountAmount": 100,
                "netRateAmount": 31.99,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 1,
                    "docType": "PNG",
                    "encodedLabel": "ScmWxCsZaqpcqNJyMkIQ",
                    "trackingNumber": "197760310118",
                    "url": "https://trim-coil.net"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 3,
                    "docType": "PDF",
                    "encodedLabel": "WdOrt4xj97AMevNFzwi1",
                    "trackingNumber": "440189860220",
                    "url": "https://incomplete-procurement.org/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 5,
                    "docType": "EPL",
                    "encodedLabel": "jtfwofY20qwYZJYWK5kX",
                    "trackingNumber": "622052622320",
                    "url": "https://delectable-peninsula.net"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 2,
                    "docType": "PDF",
                    "encodedLabel": "B6ZYsOfPnBhmLpswqEoZ",
                    "trackingNumber": "150578037979",
                    "url": "https://aggravating-validity.com"
                  }
                ],
                "trackingNumber": "441653666451"
              },
              {
                "additionalChargesDiscount": 191.61,
                "baseRateAmount": 218.91,
                "codcollectionAmount": 589.23,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "286893"
                  }
                ],
                "masterTrackingNumber": "954024601945",
                "netChargeAmount": 105.8,
                "netDiscountAmount": 57.57,
                "netRateAmount": 13.52,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 5,
                    "docType": "EPL",
                    "encodedLabel": "Rqy9IB1Tx5tnFIGJOYDs",
                    "trackingNumber": "967879076265",
                    "url": "https://those-glider.org"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 2,
                    "docType": "ZPL",
                    "encodedLabel": "yF3tSlu1B759ZfKraz8N",
                    "trackingNumber": "567317913911",
                    "url": "https://our-sediment.biz"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 2,
                    "docType": "PDF",
                    "encodedLabel": "ApuQIpXU5N7S4xomIStU",
                    "trackingNumber": "602941528626",
                    "url": "https://charming-pantyhose.name/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 2,
                    "docType": "ZPL",
                    "encodedLabel": "MzzZT6uU6u2E8PZdfAqs",
                    "trackingNumber": "908402466872",
                    "url": "https://pushy-draw.info/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 1,
                    "docType": "PDF",
                    "encodedLabel": "BiJitzFsPaIs0VFRz9wt",
                    "trackingNumber": "473931807368",
                    "url": "https://vast-doorpost.org"
                  }
                ],
                "trackingNumber": "408795981024"
              },
              {
                "additionalChargesDiscount": 486.69,
                "baseRateAmount": 313.61,
                "codcollectionAmount": 668.58,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "951362"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "607784"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "479705"
                  }
                ],
                "masterTrackingNumber": "380784133494",
                "netChargeAmount": 125.73,
                "netDiscountAmount": 4.93,
                "netRateAmount": 82.54,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 2,
                    "docType": "EPL",
                    "encodedLabel": "LCKv7sg0O8eLizuj5lm8",
                    "trackingNumber": "997904109581",
                    "url": "https://ecstatic-pile.org/"
                  }
                ],
                "trackingNumber": "598350328767"
              }
            ]
          },
          {
            "packageDocuments": [
              {
                "additionalChargesDiscount": 193.05,
                "baseRateAmount": 240.15,
                "codcollectionAmount": 445.54,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "219576"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "996935"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "763750"
                  }
                ],
                "masterTrackingNumber": "709585859990",
                "netChargeAmount": 87.4,
                "netDiscountAmount": 74.93,
                "netRateAmount": 43.56,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 2,
                    "docType": "EPL",
                    "encodedLabel": "MKVgZURfuQOpfTUCu153",
                    "trackingNumber": "345962876261",
                    "url": "https://rare-hospitalization.net/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 3,
                    "docType": "PNG",
                    "encodedLabel": "gjvhb3kGnjNBkdgC6ET7",
                    "trackingNumber": "383893253773",
                    "url": "https://ethical-tarragon.com/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 4,
                    "docType": "PDF",
                    "encodedLabel": "HRrMrRSFZUoEqZnr3DCL",
                    "trackingNumber": "759851039681",
                    "url": "https://noted-wallaby.net/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 1,
                    "docType": "PNG",
                    "encodedLabel": "QyDLpeNdEJvfTYUlhYKW",
                    "trackingNumber": "541266723912",
                    "url": "https://all-secrecy.biz/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 5,
                    "docType": "EPL",
                    "encodedLabel": "P1c4RSJ9s2g5qBZeZS1u",
                    "trackingNumber": "452492603727",
                    "url": "https://awesome-minority.biz"
                  }
                ],
                "trackingNumber": "775976376421"
              }
            ]
          },
          {
            "packageDocuments": [
              {
                "additionalChargesDiscount": 2.52,
                "baseRateAmount": 428.27,
                "codcollectionAmount": 204.22,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "027553"
                  }
                ],
                "masterTrackingNumber": "992002025665",
                "netChargeAmount": 37.43,
                "netDiscountAmount": 53.3,
                "netRateAmount": 70.78,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 1,
                    "docType": "ZPL",
                    "encodedLabel": "HnoB0PAXShKSMHlOml96",
                    "trackingNumber": "327333861487",
                    "url": "https://yearly-hexagon.biz/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 1,
                    "docType": "EPL",
                    "encodedLabel": "VLlnS0cY9zEtGklKpuyR",
                    "trackingNumber": "480090883695",
                    "url": "https://worldly-carboxyl.biz/"
                  }
                ],
                "trackingNumber": "933686957593"
              },
              {
                "additionalChargesDiscount": 211.21,
                "baseRateAmount": 107.58,
                "codcollectionAmount": 332.57,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "514862"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "062858"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "644291"
                  }
                ],
                "masterTrackingNumber": "445927442232",
                "netChargeAmount": 127.44,
                "netDiscountAmount": 20.93,
                "netRateAmount": 84.1,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 5,
                    "docType": "ZPL",
                    "encodedLabel": "5btj78iTsfvhV1SkjyOV",
                    "trackingNumber": "406651826069",
                    "url": "https://ideal-interior.org"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 2,
                    "docType": "PNG",
                    "encodedLabel": "r4tYifZWUvGLfoDsUJfc",
                    "trackingNumber": "119605393994",
                    "url": "https://athletic-legend.biz"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 2,
                    "docType": "PDF",
                    "encodedLabel": "a6tEKencdvjAkKAHduUs",
                    "trackingNumber": "440878363862",
                    "url": "https://neighboring-ruin.org/"
                  }
                ],
                "trackingNumber": "515918286437"
              },
              {
                "additionalChargesDiscount": 447.22,
                "baseRateAmount": 475.75,
                "codcollectionAmount": 728.66,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "360771"
                  }
                ],
                "masterTrackingNumber": "466172584509",
                "netChargeAmount": 181.6,
                "netDiscountAmount": 0.05,
                "netRateAmount": 69.66,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 2,
                    "docType": "PNG",
                    "encodedLabel": "VYNqbpGFsQaApbeArKjh",
                    "trackingNumber": "403410551744",
                    "url": "https://plain-laughter.name/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 2,
                    "docType": "PNG",
                    "encodedLabel": "EHsePu9YFjIIOOVH6wqy",
                    "trackingNumber": "256169490624",
                    "url": "https://weird-sand.name"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 2,
                    "docType": "ZPL",
                    "encodedLabel": "xZ1eCfuAZnPLjhf0Oout",
                    "trackingNumber": "293347877678",
                    "url": "https://unwieldy-cook.biz"
                  }
                ],
                "trackingNumber": "903638247270"
              }
            ]
          }
        ],
        "serviceCategory": "SMARTPOST",
        "serviceName": "FedEx 2 Day Freight",
        "serviceType": "FEDEX_EXPRESS",
        "shipDatestamp": "2026-05-06T00:00:00.0Z",
        "shipmentAdvisoryDetails": {
          "regulatoryAdvisory": {
            "commodityClarifications": [
              {
                "commodityIndex": 17,
                "suggestions": [
                  {
                    "description": "Ergonomic Salad made with Plastic for all-day swift support",
                    "harmonizedCode": "049260"
                  },
                  {
                    "description": "New Hat model with 3 GB RAM, 977 GB storage, and timely features",
                    "harmonizedCode": "517227"
                  },
                  {
                    "description": "Discover the lone new Soap with an exciting mix of Cotton ingredients",
                    "harmonizedCode": "695192"
                  },
                  {
                    "description": "Introducing the Yemen-inspired Mouse, blending crafty style with local craftsmanship",
                    "harmonizedCode": "413856"
                  },
                  {
                    "description": "Our spicy-inspired Bike brings a taste of luxury to your slimy lifestyle",
                    "harmonizedCode": "143321"
                  }
                ]
              },
              {
                "commodityIndex": 8,
                "suggestions": [
                  {
                    "description": "Stylish Mouse designed to make you stand out with tedious looks",
                    "harmonizedCode": "046999"
                  },
                  {
                    "description": "Our sour-inspired Towels brings a taste of luxury to your aggressive lifestyle",
                    "harmonizedCode": "609316"
                  }
                ]
              },
              {
                "commodityIndex": 11,
                "suggestions": [
                  {
                    "description": "The Alexandrea Bike is the latest in a series of useless products from Kuvalis and Sons",
                    "harmonizedCode": "600696"
                  }
                ]
              },
              {
                "commodityIndex": 8,
                "suggestions": [
                  {
                    "description": "Frozen Cheese designed with Bronze for ornate performance",
                    "harmonizedCode": "428440"
                  },
                  {
                    "description": "New green Gloves with ergonomic design for whimsical comfort",
                    "harmonizedCode": "014257"
                  },
                  {
                    "description": "Introducing the Pitcairn Islands-inspired Chips, blending unwelcome style with local craftsmanship",
                    "harmonizedCode": "979661"
                  },
                  {
                    "description": "The sleek and prickly Pizza comes with orchid LED lighting for smart functionality",
                    "harmonizedCode": "170222"
                  },
                  {
                    "description": "Professional-grade Table perfect for puny training and recreational use",
                    "harmonizedCode": "141798"
                  }
                ]
              },
              {
                "commodityIndex": 12,
                "suggestions": [
                  {
                    "description": "Professional-grade Tuna perfect for exalted training and recreational use",
                    "harmonizedCode": "638156"
                  }
                ]
              }
            ],
            "prohibitions": [
              {
                "advisory": {
                  "code": "FaQrq",
                  "localizedText": "cZSQIlZICJpOmu9qKYS3",
                  "parameters": [
                    {
                      "id": "Z54uo",
                      "value": "7Hent3k0j8"
                    },
                    {
                      "id": "W6o8W",
                      "value": "EW5hIBRrf6"
                    }
                  ],
                  "text": "z433IECJXkCfyAU"
                },
                "categories": [
                  "categories"
                ],
                "commodityIndex": 4,
                "derivedHarmonizedCode": "574538",
                "source": "9YUxG4rXNH",
                "status": "ACTIVE",
                "type": "88GnF622WT",
                "waiver": {
                  "advisories": [
                    {
                      "code": "PSNRs",
                      "localizedText": "ur4Ptnp3b7wUt9yeqCwc",
                      "parameters": [
                        {
                          "id": "Z8xol",
                          "value": "9nr0jxdbjs"
                        },
                        {
                          "id": "Dximw",
                          "value": "ca9fMBDODx"
                        },
                        {
                          "id": "vLFnb",
                          "value": "WjEz6PI5s6"
                        },
                        {
                          "id": "yiGvo",
                          "value": "5hlMk0U4lM"
                        },
                        {
                          "id": "MbAcS",
                          "value": "pCd3jMG8gm"
                        }
                      ],
                      "text": "FIKfbRVTpD2rgAq"
                    },
                    {
                      "code": "l6ndy",
                      "localizedText": "clU3Q5ix4kiLB5Xcu5KM",
                      "parameters": [
                        {
                          "id": "NinrU",
                          "value": "44imNl2LJ2"
                        },
                        {
                          "id": "xeiUf",
                          "value": "l1tRygqixo"
                        },
                        {
                          "id": "98KbR",
                          "value": "Lw9AMFwAZA"
                        }
                      ],
                      "text": "bln77T6InpKhFUH"
                    },
                    {
                      "code": "62joR",
                      "localizedText": "O7q1AD3eXWXi7QhFsqUX",
                      "parameters": [
                        {
                          "id": "mJcK5",
                          "value": "Ub0ve55ViE"
                        },
                        {
                          "id": "KitgO",
                          "value": "NfYByk2BAX"
                        }
                      ],
                      "text": "FPaZOTaAjMEMPly"
                    },
                    {
                      "code": "bB63s",
                      "localizedText": "cL7TGbDe8ftKzCCN2L69",
                      "parameters": [
                        {
                          "id": "EwBPy",
                          "value": "sQOsqOk446"
                        },
                        {
                          "id": "TqaLv",
                          "value": "CXLaTOCzVt"
                        }
                      ],
                      "text": "6RxHaJaoQvcZKe7"
                    },
                    {
                      "code": "ZTJDl",
                      "localizedText": "B6x8Y2Rij2sDMW2ooUyG",
                      "parameters": [
                        {
                          "id": "d2EzC",
                          "value": "DtM5uEtEQD"
                        },
                        {
                          "id": "TroHA",
                          "value": "STfsuUq36Q"
                        },
                        {
                          "id": "fHrxR",
                          "value": "FkQl6Kp0Pw"
                        },
                        {
                          "id": "DE3Er",
                          "value": "OFpSVGanr8"
                        }
                      ],
                      "text": "VEiwFZU5ISFmc3P"
                    }
                  ],
                  "description": "ZmSJOGipHP",
                  "id": "LmXzQ"
                }
              },
              {
                "advisory": {
                  "code": "X5hjv",
                  "localizedText": "tyaiN4zZuU9cT5DsKS8p",
                  "parameters": [
                    {
                      "id": "Afjht",
                      "value": "KCiEMxuPz8"
                    }
                  ],
                  "text": "GM6JavMZsLG35Xt"
                },
                "categories": [
                  "categories"
                ],
                "commodityIndex": 2,
                "derivedHarmonizedCode": "494892",
                "source": "4tg55c7GzY",
                "status": "ACTIVE",
                "type": "UNOI1HZviS",
                "waiver": {
                  "advisories": [
                    {
                      "code": "Yh1cq",
                      "localizedText": "BColgS8D8T1gxVCZHmEj",
                      "parameters": [
                        {
                          "id": "edEC9",
                          "value": "jT4GMh6fP0"
                        }
                      ],
                      "text": "z24ADHcXfw1duC8"
                    }
                  ],
                  "description": "8bjcWtvhNx",
                  "id": "6TGd6"
                }
              }
            ]
          }
        },
        "shipmentDocuments": [
          {
            "contentType": "COMMERCIAL_INVOICE",
            "copiesToPrint": 5,
            "docType": "PDF",
            "encodedLabel": "V69yl3zk9xej38G0ghnw",
            "trackingNumber": "367427437678",
            "url": "https://shallow-vicinity.name/"
          },
          {
            "contentType": "COMMERCIAL_INVOICE",
            "copiesToPrint": 4,
            "docType": "PNG",
            "encodedLabel": "l3CG8VyhOf6VdY2QYzVG",
            "trackingNumber": "434964837341",
            "url": "https://hopeful-cappelletti.com"
          },
          {
            "contentType": "COMMERCIAL_INVOICE",
            "copiesToPrint": 2,
            "docType": "ZPL",
            "encodedLabel": "I6yujF3eUrhovOcMtjXx",
            "trackingNumber": "283989728220",
            "url": "https://trivial-glider.name"
          },
          {
            "contentType": "COMMERCIAL_INVOICE",
            "copiesToPrint": 2,
            "docType": "ZPL",
            "encodedLabel": "VuxQvN69pJpIlAm4Nxt5",
            "trackingNumber": "730440460578",
            "url": "https://wavy-inspection.com"
          }
        ]
      }
    ]
  },
  "transactionId": "93f359c8-f963-4d28-879f-b6569376d394"
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "customerTransactionId": "AnyCo_order123456789",
  "errors": [
    {
      "code": "TRACKINGID.FORMID.REQUIRED",
      "message": "Tracking Number is required. Please update and try again."
    }
  ]
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "errors": [
    {
      "code": "NOT.AUTHORIZED.ERROR",
      "message": "Access token expired. Please modify your request and try again."
    }
  ]
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "errors": [
    {
      "code": "FORBIDDEN.ERROR",
      "message": "We could not authorize your credentials. Please check your permissions and try again."
    }
  ]
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "errors": [
    {
      "code": "NOT.FOUND.ERROR",
      "message": "The resource you requested is no longer available. Please modify your request and try again."
    }
  ]
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "customerTransactionId": "AnyCo_order123456789",
  "errors": [
    {
      "code": "INTERNAL.SERVER.ERROR",
      "message": "We encountered an unexpected error and are working to resolve the issue. We apologize for any inconvenience. Please check back at a later time."
    }
  ]
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "customerTransactionId": "AnyCo_order123456789",
  "errors": [
    {
      "code": "SERVICE.UNAVAILABLE.ERROR",
      "message": "The service is currently unavailable and we are working to resolve the issue. We apologize for any inconvenience. Please check back at a later time."
    }
  ]
}
Header NameExample
X-locale"en_US"
X-customer-transaction-id"AnyCo_order123456789"
content-type*"application/json"
authorization*"Bearer XXX"
{
  "accountNumber": {
    "value": "123456789"
  },
  "jobId": "OWiRTTfK1PlGKWa7l1FR",
  "version": {
    "major": 3,
    "minor": 8,
    "patch": 10
  }
}
{
  "customerTransactionId": "mWFWfWajQYC2p6X",
  "output": {
    "alerts": [
      {
        "alertType": "NOTE",
        "code": "kisYPCxYVy",
        "message": "uVbClX1nWug44jLxBYa1"
      },
      {
        "alertType": "NOTE",
        "code": "RVY25POu90",
        "message": "3Rofl1wNKkghUG26K8Qe"
      },
      {
        "alertType": "NOTE",
        "code": "QtGQc7esh7",
        "message": "qslSBrZOLwmnp2iC0DUy"
      },
      {
        "alertType": "NOTE",
        "code": "Agfi2P57Fa",
        "message": "ELWMK0IhPTlYt7d7kWIJ"
      }
    ],
    "transactionShipments": [
      {
        "completedShipmentDetail": {
          "accessDetail": {
            "accessorDetails": [
              {
                "emailLabelUrl": "https://married-haircut.name",
                "password": "ROIg_JUK",
                "role": "Dynamic Marketing Orchestrator",
                "userId": "1020af73-8fb7-4f63-b6ea-08a107696c51"
              }
            ]
          },
          "carrierCode": "FDXG",
          "completedCodDetail": {
            "codCollectionAmount": {
              "amount": 3269.46,
              "currency": "MWK"
            }
          },
          "completedEtdDetail": {
            "folderId": "Wo1yg8c9YPde6hT0",
            "type": "COMMERCIAL_INVOICE",
            "uploadDocumentReferenceDetails": [
              {
                "documentId": "9rYRZyRcxiVRFOal"
              }
            ]
          },
          "completedHoldAtLocationDetail": {
            "holdingLocation": {
              "address": {
                "city": "Beverly Hills",
                "countryCode": "US",
                "postalCode": "38127",
                "residential": false,
                "stateOrProvinceCode": "CA",
                "streetLines": [
                  "10 FedEx Parkway",
                  "Suite 302"
                ]
              },
              "contact": {
                "companyName": "Fedex",
                "emailAddress": "sample@company.com",
                "faxNumber": "1234567890",
                "pagerNumber": "6127812",
                "personName": "John Taylor",
                "phoneExtension": "91",
                "phoneNumber": "1234567890",
                "title": "title",
                "tollFreePhoneNumber": "6127812"
              }
            },
            "holdingLocationType": "FEDEX_SELF_SERVICE"
          },
          "completedPackageDetails": [
            {
              "dryIceWeight": {
                "units": "KG",
                "value": 68
              },
              "groupNumber": 4,
              "hazardousPackageDetail": {
                "accessibility": "INACCESSIBLE",
                "cargoAircraftOnly": false,
                "containers": [
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "Q2yf7fUZf8",
                          "hazardClass": "8",
                          "id": "UN3452",
                          "labelText": "Flammable",
                          "packingGroup": "I",
                          "packingInstructions": "PI-965",
                          "properShippingName": "Paint",
                          "properShippingNameAndDescription": "Accumulators, pressurized",
                          "sequenceNumber": 1,
                          "specialProvisions": "A96",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "D",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "A"
                        },
                        "massPoints": 89.83,
                        "netExplosiveDetail": {
                          "amount": 4.25,
                          "type": "TOTAL_WEIGHT",
                          "units": "g"
                        },
                        "options": {
                          "description": {
                            "authorization": "vteBboFyWT",
                            "hazardClass": "2.3",
                            "id": "UN4565",
                            "labelText": "Flammable Liquid",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "NonBulk"
                            },
                            "packingGroup": "I",
                            "percentage": 48.5,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Paint",
                            "reportableQuantity": true,
                            "sequenceNumber": 4,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "SmxsSnetgt"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 5.85,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "SmuTDZvH3fLoK3W",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 26.99,
                            "quantityType": "GROSS",
                            "units": "ml"
                          }
                        },
                        "quantity": {
                          "amount": 39.84,
                          "quantityType": "GROSS",
                          "units": "ml"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "YXF8ra3e0S",
                          "hazardClass": "3",
                          "id": "UN9654",
                          "labelText": "Toxic",
                          "packingGroup": "II",
                          "packingInstructions": "PI-966",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Accumulators, pressurized",
                          "sequenceNumber": 3,
                          "specialProvisions": "A06",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "D",
                          "technicalName": "Acetal",
                          "tunnelRestrictionCode": "B"
                        },
                        "massPoints": 83.53,
                        "netExplosiveDetail": {
                          "amount": 4.87,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "O7iqE2tHQ9",
                            "hazardClass": "2.3",
                            "id": "UN8464",
                            "labelText": "Corrosive",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 99.59,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Fuel",
                            "reportableQuantity": true,
                            "sequenceNumber": 5,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "mmythXuTMj"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 40.84,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 11.07,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 27.34,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 39.59,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 32.82,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "OBat3Knlxt6evJt",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 25.55,
                            "quantityType": "GROSS",
                            "units": "L"
                          }
                        },
                        "quantity": {
                          "amount": 20.17,
                          "quantityType": "GROSS",
                          "units": "Kg"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "yNax3y9qw7",
                          "hazardClass": "3",
                          "id": "UN8076",
                          "labelText": "Flammable",
                          "packingGroup": "I",
                          "packingInstructions": "PI-966",
                          "properShippingName": "Paint",
                          "properShippingNameAndDescription": "Paint, flammable",
                          "sequenceNumber": 2,
                          "specialProvisions": "A68",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "D",
                          "technicalName": "Acetal",
                          "tunnelRestrictionCode": "B"
                        },
                        "massPoints": 73.82,
                        "netExplosiveDetail": {
                          "amount": 1.09,
                          "type": "TOTAL_WEIGHT",
                          "units": "g"
                        },
                        "options": {
                          "description": {
                            "authorization": "xZ9XZHbu7i",
                            "hazardClass": "8",
                            "id": "UN9225",
                            "labelText": "Corrosive",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 1.43,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Ethanol",
                            "reportableQuantity": true,
                            "sequenceNumber": 5,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "UqIpruGPto"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 30.52,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 31.89,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "Bm49TqvnXScRuiq",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 18.09,
                            "quantityType": "GROSS",
                            "units": "ml"
                          }
                        },
                        "quantity": {
                          "amount": 40.93,
                          "quantityType": "GROSS",
                          "units": "Kg"
                        }
                      }
                    ],
                    "qvalue": 0.63
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "r7vLuWnELP",
                          "hazardClass": "3",
                          "id": "UN4697",
                          "labelText": "Toxic",
                          "packingGroup": "III",
                          "packingInstructions": "PI-966",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Accumulators, pressurized",
                          "sequenceNumber": 1,
                          "specialProvisions": "A15",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "B"
                        },
                        "massPoints": 1.67,
                        "netExplosiveDetail": {
                          "amount": 8.49,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "g"
                        },
                        "options": {
                          "description": {
                            "authorization": "9aGRuXSdbC",
                            "hazardClass": "8",
                            "id": "UN7812",
                            "labelText": "Flammable Liquid",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 77.17,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Acetal",
                            "reportableQuantity": true,
                            "sequenceNumber": 4,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "xrSqVIHcQt"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 2.52,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 13.39,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "sFjKTBHbZXY2myZ",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 26.9,
                            "quantityType": "GROSS",
                            "units": "L"
                          }
                        },
                        "quantity": {
                          "amount": 46.38,
                          "quantityType": "GROSS",
                          "units": "ml"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "PzH1Olcy7d",
                          "hazardClass": "8",
                          "id": "UN3967",
                          "labelText": "Flammable",
                          "packingGroup": "III",
                          "packingInstructions": "None",
                          "properShippingName": "Paint",
                          "properShippingNameAndDescription": "Accumulators, pressurized",
                          "sequenceNumber": 4,
                          "specialProvisions": "A96",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Acetal",
                          "tunnelRestrictionCode": "D"
                        },
                        "massPoints": 90.67,
                        "netExplosiveDetail": {
                          "amount": 3.15,
                          "type": "TOTAL_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "MskJmmcvQz",
                            "hazardClass": "3",
                            "id": "UN4578",
                            "labelText": "Toxic",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "NonBulk"
                            },
                            "packingGroup": "I",
                            "percentage": 33.69,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Fuel",
                            "reportableQuantity": true,
                            "sequenceNumber": 1,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "PaAFHZOVJC"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 37.74,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 43.78,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "XLzb01HBo7wJ9Pj",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 44.88,
                            "quantityType": "GROSS",
                            "units": "L"
                          }
                        },
                        "quantity": {
                          "amount": 1.46,
                          "quantityType": "GROSS",
                          "units": "L"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "oWycoYBBLL",
                          "hazardClass": "3",
                          "id": "UN8333",
                          "labelText": "Toxic",
                          "packingGroup": "II",
                          "packingInstructions": "PI-966",
                          "properShippingName": "Paint",
                          "properShippingNameAndDescription": "Paint, flammable",
                          "sequenceNumber": 5,
                          "specialProvisions": "A54",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "D",
                          "technicalName": "Acetal",
                          "tunnelRestrictionCode": "C"
                        },
                        "massPoints": 74.76,
                        "netExplosiveDetail": {
                          "amount": 6.45,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "J2BoGkULWN",
                            "hazardClass": "2.3",
                            "id": "UN0529",
                            "labelText": "Corrosive",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "NonBulk"
                            },
                            "packingGroup": "I",
                            "percentage": 61.66,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Fuel",
                            "reportableQuantity": true,
                            "sequenceNumber": 4,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "OcsCulkUof"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 22.94,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 48.65,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 25.35,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 35.57,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 7.93,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "cyEJteBcYzcr97R",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 15.82,
                            "quantityType": "GROSS",
                            "units": "Kg"
                          }
                        },
                        "quantity": {
                          "amount": 4.39,
                          "quantityType": "GROSS",
                          "units": "L"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "6AkQmTccUh",
                          "hazardClass": "8",
                          "id": "UN4542",
                          "labelText": "Flammable",
                          "packingGroup": "I",
                          "packingInstructions": "None",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Paint, flammable",
                          "sequenceNumber": 1,
                          "specialProvisions": "A52",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "D",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "E"
                        },
                        "massPoints": 16.49,
                        "netExplosiveDetail": {
                          "amount": 8.35,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "YfTjyLgcw2",
                            "hazardClass": "3",
                            "id": "UN4692",
                            "labelText": "Toxic",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "NonBulk"
                            },
                            "packingGroup": "I",
                            "percentage": 74.88,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Ethanol",
                            "reportableQuantity": true,
                            "sequenceNumber": 3,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "pAjTaowwzr"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 31.17,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 25.77,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 13.73,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "FAeg4EfDtAdyDNl",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 30.81,
                            "quantityType": "GROSS",
                            "units": "L"
                          }
                        },
                        "quantity": {
                          "amount": 13.93,
                          "quantityType": "GROSS",
                          "units": "Kg"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "T1qRcT5e3W",
                          "hazardClass": "3",
                          "id": "UN9098",
                          "labelText": "Toxic",
                          "packingGroup": "I",
                          "packingInstructions": "None",
                          "properShippingName": "Paint",
                          "properShippingNameAndDescription": "Paint, flammable",
                          "sequenceNumber": 4,
                          "specialProvisions": "A10",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "D",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "E"
                        },
                        "massPoints": 22.33,
                        "netExplosiveDetail": {
                          "amount": 9.82,
                          "type": "TOTAL_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "KNStpOoj9K",
                            "hazardClass": "8",
                            "id": "UN7335",
                            "labelText": "Toxic",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 84.95,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Ethanol",
                            "reportableQuantity": true,
                            "sequenceNumber": 1,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "cBDRCuhUnt"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 11.74,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 30.57,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 22.41,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "lH2iq7VPke8VN1E",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 15.81,
                            "quantityType": "GROSS",
                            "units": "L"
                          }
                        },
                        "quantity": {
                          "amount": 15.92,
                          "quantityType": "GROSS",
                          "units": "L"
                        }
                      }
                    ],
                    "qvalue": 0.27
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "uqpuULysFU",
                          "hazardClass": "8",
                          "id": "UN7788",
                          "labelText": "Flammable",
                          "packingGroup": "I",
                          "packingInstructions": "PI-965",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Paint, flammable",
                          "sequenceNumber": 1,
                          "specialProvisions": "A37",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "C"
                        },
                        "massPoints": 61.89,
                        "netExplosiveDetail": {
                          "amount": 1.32,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "g"
                        },
                        "options": {
                          "description": {
                            "authorization": "m0qww4XqWH",
                            "hazardClass": "8",
                            "id": "UN1474",
                            "labelText": "Flammable Liquid",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 23.48,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Fuel",
                            "reportableQuantity": true,
                            "sequenceNumber": 3,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "cUoIOXeBWC"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 47.72,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 1.59,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 5.72,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 3.17,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 49.16,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "b6rwm5Li3gG3BL5",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 21.29,
                            "quantityType": "GROSS",
                            "units": "Kg"
                          }
                        },
                        "quantity": {
                          "amount": 35.93,
                          "quantityType": "GROSS",
                          "units": "Kg"
                        }
                      }
                    ],
                    "qvalue": 0.73
                  }
                ],
                "labelType": "WHITE_I",
                "radioactiveTransportIndex": 3,
                "referenceId": "143349",
                "regulation": "DOT"
              },
              "operationalDetail": {
                "astraHandlingText": "Handle with Care",
                "barcodes": {
                  "binaryBarcodes": [
                    {
                      "type": "POSTAL-1D",
                      "value": [
                        "value",
                        "value"
                      ]
                    },
                    {
                      "type": "COMMON-2D",
                      "value": [
                        "value",
                        "value"
                      ]
                    },
                    {
                      "type": "COMMON-2D",
                      "value": [
                        "value",
                        "value"
                      ]
                    },
                    {
                      "type": "POSTAL-1D",
                      "value": [
                        "value",
                        "value"
                      ]
                    }
                  ],
                  "stringBarcodes": [
                    {
                      "type": "ADDRESS",
                      "value": "5128922891144682077947296533477767"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "4013106499019035136044303625180759"
                    },
                    {
                      "type": "GROUND",
                      "value": "9792989031835225826431595256792230"
                    }
                  ]
                },
                "operationalInstructions": [
                  {
                    "content": "FRAGILE",
                    "number": 1
                  },
                  {
                    "content": "THIS SIDE UP",
                    "number": 14
                  },
                  {
                    "content": "FRAGILE",
                    "number": 17
                  },
                  {
                    "content": "THIS SIDE UP",
                    "number": 20
                  },
                  {
                    "content": "FRAGILE",
                    "number": 17
                  }
                ]
              },
              "oversizeClass": "OVERSIZE_3",
              "packageRating": {
                "actualRateType": "PAYOR_RETAIL_PACKAGE",
                "effectiveNetDiscount": 22.89,
                "packageRateDetails": [
                  {
                    "baseCharge": 124.32,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "EUR",
                    "minimumChargeType": "ACTUAL",
                    "netCharge": 55.2,
                    "netFedExCharge": 165.29,
                    "netFreight": 59.9,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 3748.76,
                          "currency": "AFN"
                        },
                        "description": "Fuel Surcharge",
                        "level": "PACKAGE",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 2713.23,
                          "currency": "ZMW"
                        },
                        "description": "Overweight package",
                        "level": "PACKAGE",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 3099.55,
                          "currency": "CAD"
                        },
                        "description": "Residential Delivery",
                        "level": "PACKAGE",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 3706.77,
                          "currency": "ILS"
                        },
                        "description": "Fuel Surcharge",
                        "level": "SHIPMENT",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 1709.38,
                          "currency": "CAD"
                        },
                        "description": "Overweight package",
                        "level": "PACKAGE",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 43.1,
                    "totalRebates": 4.9,
                    "totalSurcharges": 5,
                    "totalTaxes": 5.73
                  },
                  {
                    "baseCharge": 121.81,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "CAD",
                    "minimumChargeType": "MINIMUM_CHARGE",
                    "netCharge": 142.03,
                    "netFedExCharge": 100.52,
                    "netFreight": 107.73,
                    "ratedWeightMethod": "ACTUAL",
                    "rateType": "PAYOR_ACCOUNT_PACKAGE",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 2188.26,
                          "currency": "VND"
                        },
                        "description": "Overweight package",
                        "level": "PACKAGE",
                        "surchargeType": "FUEL_SURCHARGE"
                      }
                    ],
                    "totalFreightDiscounts": 26.83,
                    "totalRebates": 4.56,
                    "totalSurcharges": 9.39,
                    "totalTaxes": 7.17
                  },
                  {
                    "baseCharge": 193.04,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "EUR",
                    "minimumChargeType": "MINIMUM_CHARGE",
                    "netCharge": 208.53,
                    "netFedExCharge": 102.56,
                    "netFreight": 110.77,
                    "ratedWeightMethod": "ACTUAL",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 488.53,
                          "currency": "STN"
                        },
                        "description": "Residential Delivery",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 2525.71,
                          "currency": "GYD"
                        },
                        "description": "Overweight package",
                        "level": "PACKAGE",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 2153.26,
                          "currency": "ALL"
                        },
                        "description": "Residential Delivery",
                        "level": "SHIPMENT",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 18.85,
                    "totalRebates": 2.27,
                    "totalSurcharges": 4.32,
                    "totalTaxes": 2.97
                  }
                ]
              },
              "sequenceNumber": 5,
              "signatureOption": "DIRECT",
              "trackingIds": [
                {
                  "formId": "6517",
                  "trackingIdType": "GROUND",
                  "trackingNumber": "00347690993174585405",
                  "uspsApplicationId": "56"
                },
                {
                  "formId": "9612",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "97141044189417081859",
                  "uspsApplicationId": "59"
                }
              ]
            },
            {
              "dryIceWeight": {
                "units": "KG",
                "value": 68
              },
              "groupNumber": 3,
              "hazardousPackageDetail": {
                "accessibility": "ACCESSIBLE",
                "cargoAircraftOnly": true,
                "containers": [
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "MlalMnn5Xo",
                          "hazardClass": "3",
                          "id": "UN2094",
                          "labelText": "Toxic",
                          "packingGroup": "III",
                          "packingInstructions": "PI-966",
                          "properShippingName": "Paint",
                          "properShippingNameAndDescription": "Accumulators, pressurized",
                          "sequenceNumber": 2,
                          "specialProvisions": "A81",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "D",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "E"
                        },
                        "massPoints": 66.98,
                        "netExplosiveDetail": {
                          "amount": 9.63,
                          "type": "TOTAL_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "btup7riE6J",
                            "hazardClass": "3",
                            "id": "UN4867",
                            "labelText": "Toxic",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 26.24,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Acetal",
                            "reportableQuantity": true,
                            "sequenceNumber": 4,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "uygHulTBKl"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 29.68,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 8.1,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 17.86,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 9.5,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 36.34,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "f96aw8MQKEJnbBQ",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 47.78,
                            "quantityType": "GROSS",
                            "units": "L"
                          }
                        },
                        "quantity": {
                          "amount": 21.06,
                          "quantityType": "GROSS",
                          "units": "L"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "47UHO5GAfW",
                          "hazardClass": "3",
                          "id": "UN4055",
                          "labelText": "Toxic",
                          "packingGroup": "III",
                          "packingInstructions": "None",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Accumulators, pressurized",
                          "sequenceNumber": 5,
                          "specialProvisions": "A01",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Acetal",
                          "tunnelRestrictionCode": "B"
                        },
                        "massPoints": 6.99,
                        "netExplosiveDetail": {
                          "amount": 1.15,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "4VdYhThGQ1",
                            "hazardClass": "3",
                            "id": "UN9612",
                            "labelText": "Corrosive",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 46.76,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Fuel",
                            "reportableQuantity": true,
                            "sequenceNumber": 3,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "draCkNYXGr"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 2.62,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "NiezoGK6up0J31J",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 1.82,
                            "quantityType": "GROSS",
                            "units": "ml"
                          }
                        },
                        "quantity": {
                          "amount": 1.87,
                          "quantityType": "GROSS",
                          "units": "Kg"
                        }
                      }
                    ],
                    "qvalue": 0.45
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "LKa0XmpZ1C",
                          "hazardClass": "8",
                          "id": "UN7179",
                          "labelText": "Flammable",
                          "packingGroup": "I",
                          "packingInstructions": "PI-965",
                          "properShippingName": "Paint",
                          "properShippingNameAndDescription": "Accumulators, pressurized",
                          "sequenceNumber": 1,
                          "specialProvisions": "A56",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "D",
                          "technicalName": "Acetal",
                          "tunnelRestrictionCode": "A"
                        },
                        "massPoints": 71.14,
                        "netExplosiveDetail": {
                          "amount": 3.14,
                          "type": "TOTAL_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "hqsj3pbmge",
                            "hazardClass": "3",
                            "id": "UN8813",
                            "labelText": "Flammable Liquid",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 84.52,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Paint",
                            "reportableQuantity": true,
                            "sequenceNumber": 2,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "CCCrhZoHqk"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 47.14,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 42.5,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "YVotecZTI9TYovy",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 49.47,
                            "quantityType": "GROSS",
                            "units": "L"
                          }
                        },
                        "quantity": {
                          "amount": 28.47,
                          "quantityType": "GROSS",
                          "units": "L"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "mo29CDLZv6",
                          "hazardClass": "8",
                          "id": "UN3666",
                          "labelText": "Flammable",
                          "packingGroup": "III",
                          "packingInstructions": "PI-966",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Paint, flammable",
                          "sequenceNumber": 4,
                          "specialProvisions": "A93",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Acetal",
                          "tunnelRestrictionCode": "A"
                        },
                        "massPoints": 62.54,
                        "netExplosiveDetail": {
                          "amount": 2.58,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "FsPZktLI3S",
                            "hazardClass": "3",
                            "id": "UN5899",
                            "labelText": "Flammable Liquid",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 64.73,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Acetal",
                            "reportableQuantity": true,
                            "sequenceNumber": 4,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "PIZIOxoSme"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 11.85,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 35.27,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "YvsoIWt3Cv3igeu",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 21.82,
                            "quantityType": "GROSS",
                            "units": "L"
                          }
                        },
                        "quantity": {
                          "amount": 24.44,
                          "quantityType": "GROSS",
                          "units": "Kg"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "RhqBCzoDJA",
                          "hazardClass": "3",
                          "id": "UN8437",
                          "labelText": "Flammable",
                          "packingGroup": "I",
                          "packingInstructions": "None",
                          "properShippingName": "Paint",
                          "properShippingNameAndDescription": "Paint, flammable",
                          "sequenceNumber": 5,
                          "specialProvisions": "A24",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Acetal",
                          "tunnelRestrictionCode": "D"
                        },
                        "massPoints": 84.17,
                        "netExplosiveDetail": {
                          "amount": 6.36,
                          "type": "TOTAL_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "bkG6562q7C",
                            "hazardClass": "2.3",
                            "id": "UN0492",
                            "labelText": "Toxic",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "NonBulk"
                            },
                            "packingGroup": "I",
                            "percentage": 47.59,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Ethanol",
                            "reportableQuantity": true,
                            "sequenceNumber": 3,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "UnIYjuJrjJ"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 24.89,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 11.12,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "IV29rI4CKaZBB0Y",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 33.71,
                            "quantityType": "GROSS",
                            "units": "L"
                          }
                        },
                        "quantity": {
                          "amount": 27.11,
                          "quantityType": "GROSS",
                          "units": "L"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "uaVjsctJ5h",
                          "hazardClass": "3",
                          "id": "UN9080",
                          "labelText": "Toxic",
                          "packingGroup": "I",
                          "packingInstructions": "PI-966",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Paint, flammable",
                          "sequenceNumber": 3,
                          "specialProvisions": "A53",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "D",
                          "technicalName": "Acetal",
                          "tunnelRestrictionCode": "A"
                        },
                        "massPoints": 84.17,
                        "netExplosiveDetail": {
                          "amount": 1.06,
                          "type": "TOTAL_WEIGHT",
                          "units": "g"
                        },
                        "options": {
                          "description": {
                            "authorization": "Wvti2M0vqT",
                            "hazardClass": "3",
                            "id": "UN8915",
                            "labelText": "Corrosive",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "NonBulk"
                            },
                            "packingGroup": "I",
                            "percentage": 47.17,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Ethanol",
                            "reportableQuantity": true,
                            "sequenceNumber": 3,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "jNWKXSQcfL"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 36.9,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 3.95,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "NftUil3Ulwtwte6",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 42.71,
                            "quantityType": "GROSS",
                            "units": "ml"
                          }
                        },
                        "quantity": {
                          "amount": 3.44,
                          "quantityType": "GROSS",
                          "units": "L"
                        }
                      }
                    ],
                    "qvalue": 0.76
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "IcZyFEBHvr",
                          "hazardClass": "3",
                          "id": "UN9804",
                          "labelText": "Flammable",
                          "packingGroup": "I",
                          "packingInstructions": "PI-965",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Paint, flammable",
                          "sequenceNumber": 4,
                          "specialProvisions": "A34",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "D",
                          "technicalName": "Acetal",
                          "tunnelRestrictionCode": "A"
                        },
                        "massPoints": 79.27,
                        "netExplosiveDetail": {
                          "amount": 2.48,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "g"
                        },
                        "options": {
                          "description": {
                            "authorization": "gjEWiKt6Y6",
                            "hazardClass": "3",
                            "id": "UN5685",
                            "labelText": "Corrosive",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 37.64,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Paint",
                            "reportableQuantity": true,
                            "sequenceNumber": 5,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "ovWzGWGmaQ"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 17.15,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 31.43,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 9.26,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 27.91,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "neVVCzvVDN6Tfhs",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 6.44,
                            "quantityType": "GROSS",
                            "units": "ml"
                          }
                        },
                        "quantity": {
                          "amount": 33.59,
                          "quantityType": "GROSS",
                          "units": "Kg"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "YUvg0p1FZL",
                          "hazardClass": "8",
                          "id": "UN0294",
                          "labelText": "Flammable",
                          "packingGroup": "II",
                          "packingInstructions": "PI-965",
                          "properShippingName": "Paint",
                          "properShippingNameAndDescription": "Paint, flammable",
                          "sequenceNumber": 3,
                          "specialProvisions": "A07",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "A"
                        },
                        "massPoints": 6.44,
                        "netExplosiveDetail": {
                          "amount": 3.63,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "gSJaRRCcrC",
                            "hazardClass": "8",
                            "id": "UN4916",
                            "labelText": "Corrosive",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "NonBulk"
                            },
                            "packingGroup": "I",
                            "percentage": 83.96,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Fuel",
                            "reportableQuantity": true,
                            "sequenceNumber": 1,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "KjhuGXUuVU"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 12.58,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "sLK0buO0x9skBkt",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 1.45,
                            "quantityType": "GROSS",
                            "units": "ml"
                          }
                        },
                        "quantity": {
                          "amount": 27.27,
                          "quantityType": "GROSS",
                          "units": "L"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "ndSXhsgvWn",
                          "hazardClass": "3",
                          "id": "UN3745",
                          "labelText": "Flammable",
                          "packingGroup": "III",
                          "packingInstructions": "PI-965",
                          "properShippingName": "Paint",
                          "properShippingNameAndDescription": "Paint, flammable",
                          "sequenceNumber": 4,
                          "specialProvisions": "A22",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Acetal",
                          "tunnelRestrictionCode": "D"
                        },
                        "massPoints": 19.35,
                        "netExplosiveDetail": {
                          "amount": 9.33,
                          "type": "TOTAL_WEIGHT",
                          "units": "g"
                        },
                        "options": {
                          "description": {
                            "authorization": "I0OPUFI76T",
                            "hazardClass": "3",
                            "id": "UN0359",
                            "labelText": "Toxic",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 44.78,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Ethanol",
                            "reportableQuantity": true,
                            "sequenceNumber": 2,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "OCGbJoYNcU"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 41.24,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "32tekVUZ9FSHHpt",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 36,
                            "quantityType": "GROSS",
                            "units": "ml"
                          }
                        },
                        "quantity": {
                          "amount": 29,
                          "quantityType": "GROSS",
                          "units": "L"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "Tr961Yzob8",
                          "hazardClass": "8",
                          "id": "UN4852",
                          "labelText": "Toxic",
                          "packingGroup": "III",
                          "packingInstructions": "None",
                          "properShippingName": "Paint",
                          "properShippingNameAndDescription": "Paint, flammable",
                          "sequenceNumber": 1,
                          "specialProvisions": "A46",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Acetal",
                          "tunnelRestrictionCode": "B"
                        },
                        "massPoints": 72.77,
                        "netExplosiveDetail": {
                          "amount": 7.68,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "th9QFV2q9P",
                            "hazardClass": "8",
                            "id": "UN0828",
                            "labelText": "Flammable Liquid",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 17.04,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Fuel",
                            "reportableQuantity": true,
                            "sequenceNumber": 1,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "zTKrrimbZi"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 14,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 13.49,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 9.77,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 37.32,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "WJ4PbmMDIWR4Aa5",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 20.57,
                            "quantityType": "GROSS",
                            "units": "Kg"
                          }
                        },
                        "quantity": {
                          "amount": 8.57,
                          "quantityType": "GROSS",
                          "units": "L"
                        }
                      }
                    ],
                    "qvalue": 0.85
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "5ki9LNHtYg",
                          "hazardClass": "8",
                          "id": "UN9654",
                          "labelText": "Flammable",
                          "packingGroup": "II",
                          "packingInstructions": "PI-965",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Accumulators, pressurized",
                          "sequenceNumber": 3,
                          "specialProvisions": "A91",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Acetal",
                          "tunnelRestrictionCode": "B"
                        },
                        "massPoints": 78.74,
                        "netExplosiveDetail": {
                          "amount": 9.71,
                          "type": "TOTAL_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "I0Psy9Kupg",
                            "hazardClass": "3",
                            "id": "UN2053",
                            "labelText": "Flammable Liquid",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 41.57,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Acetal",
                            "reportableQuantity": true,
                            "sequenceNumber": 1,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "HAfTyQRHWb"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 19.24,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 12.45,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 46.23,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 1.06,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "zFaWCN3uVifAXVD",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 43.64,
                            "quantityType": "GROSS",
                            "units": "Kg"
                          }
                        },
                        "quantity": {
                          "amount": 36.9,
                          "quantityType": "GROSS",
                          "units": "Kg"
                        }
                      }
                    ],
                    "qvalue": 0.63
                  }
                ],
                "labelType": "II_YELLOW",
                "radioactiveTransportIndex": 6.39,
                "referenceId": "712993",
                "regulation": "ADR"
              },
              "operationalDetail": {
                "astraHandlingText": "Handle with Care",
                "barcodes": {
                  "binaryBarcodes": [
                    {
                      "type": "POSTAL-1D",
                      "value": [
                        "value",
                        "value"
                      ]
                    },
                    {
                      "type": "POSTAL-1D",
                      "value": [
                        "value",
                        "value"
                      ]
                    },
                    {
                      "type": "COMMON-2D",
                      "value": [
                        "value",
                        "value"
                      ]
                    },
                    {
                      "type": "COMMON-2D",
                      "value": [
                        "value",
                        "value"
                      ]
                    }
                  ],
                  "stringBarcodes": [
                    {
                      "type": "ADDRESS",
                      "value": "8156472604454648238564465700808951"
                    }
                  ]
                },
                "operationalInstructions": [
                  {
                    "content": "FRAGILE",
                    "number": 13
                  },
                  {
                    "content": "FRAGILE",
                    "number": 11
                  },
                  {
                    "content": "SECURED",
                    "number": 9
                  },
                  {
                    "content": "THIS SIDE UP",
                    "number": 1
                  }
                ]
              },
              "oversizeClass": "OVERSIZE_3",
              "packageRating": {
                "actualRateType": "PAYOR_ACCOUNT_PACKAGE",
                "effectiveNetDiscount": 35.45,
                "packageRateDetails": [
                  {
                    "baseCharge": 192.28,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "EUR",
                    "minimumChargeType": "MINIMUM_CHARGE",
                    "netCharge": 147.54,
                    "netFedExCharge": 95.8,
                    "netFreight": 136.17,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 1873.2,
                          "currency": "PYG"
                        },
                        "description": "Fuel Surcharge",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 316.9,
                          "currency": "LAK"
                        },
                        "description": "Overweight package",
                        "level": "SHIPMENT",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 1509.05,
                          "currency": "NOK"
                        },
                        "description": "Overweight package",
                        "level": "SHIPMENT",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 4625.74,
                          "currency": "ILS"
                        },
                        "description": "Residential Delivery",
                        "level": "SHIPMENT",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 22.32,
                    "totalRebates": 0.61,
                    "totalSurcharges": 12.88,
                    "totalTaxes": 1.83
                  }
                ]
              },
              "sequenceNumber": 2,
              "signatureOption": "NO_SIGNATURE",
              "trackingIds": [
                {
                  "formId": "4253",
                  "trackingIdType": "FREIGHT",
                  "trackingNumber": "19568499562130613695",
                  "uspsApplicationId": "97"
                },
                {
                  "formId": "5100",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "32134669973408022270",
                  "uspsApplicationId": "67"
                },
                {
                  "formId": "7750",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "78156088064803360665",
                  "uspsApplicationId": "07"
                },
                {
                  "formId": "1661",
                  "trackingIdType": "GROUND",
                  "trackingNumber": "61726683818552990458",
                  "uspsApplicationId": "46"
                }
              ]
            }
          ],
          "documentRequirements": {
            "generationDetails": [
              {
                "electronicSignature": "OPTIONAL",
                "letterhead": "OPTIONAL",
                "minimumCopiesRequired": 3,
                "type": "COMMERCIAL_INVOICE"
              },
              {
                "electronicSignature": "OPTIONAL",
                "letterhead": "OPTIONAL",
                "minimumCopiesRequired": 3,
                "type": "COMMERCIAL_INVOICE"
              },
              {
                "electronicSignature": "OPTIONAL",
                "letterhead": "OPTIONAL",
                "minimumCopiesRequired": 3,
                "type": "COMMERCIAL_INVOICE"
              },
              {
                "electronicSignature": "OPTIONAL",
                "letterhead": "OPTIONAL",
                "minimumCopiesRequired": 3,
                "type": "COMMERCIAL_INVOICE"
              }
            ],
            "prohibitedDocuments": [
              "USMCA_CERTIFICATION_OF_ORIGIN"
            ],
            "requiredDocuments": [
              "COMMERCIAL_OR_PRO_FORMA_INVOICE",
              "AIR_WAYBILL"
            ]
          },
          "exportComplianceStatement": "2Ww1IuJ3FN",
          "hazardousShipmentDetail": {
            "adrLicense": {
              "licenseOrPermitDetail": {
                "effectiveDate": "2025-12-17T00:00:00.0Z",
                "expirationDate": "2026-09-08T00:00:00.0Z",
                "number": "34644"
              }
            },
            "dryIceDetail": {
              "packageCount": 4,
              "processingOptions": {
                "options": [
                  "options"
                ]
              },
              "totalWeight": {
                "units": "KG",
                "value": 68
              }
            },
            "hazardousSummaryDetail": {
              "smallQuantityExceptionPackageCount": 5
            }
          },
          "masterTrackingId": {
            "formId": "1469",
            "trackingIdType": "FREIGHT",
            "trackingNumber": "69581428707743443214",
            "uspsApplicationId": "46"
          },
          "operationalDetail": {
            "airportId": "GAI",
            "astraDescription": "SMART POST",
            "astraPlannedServiceLevel": "FapkqfGPGFXqiT9",
            "commitDate": "2026-08-27T00:00:00.0Z",
            "commitDay": "Sat",
            "countryCode": "PS",
            "customTransitTime": "TWO_DAYS",
            "deliveryDate": "2026-08-24T00:00:00.0Z",
            "deliveryDay": "Sun",
            "deliveryEligibilities": [
              "deliveryEligibilities"
            ],
            "destinationLocationId": "hpEW",
            "destinationLocationNumber": 586,
            "destinationLocationStateOrProvinceCode": "ME",
            "destinationServiceArea": "B2",
            "ineligibleForMoneyBackGuarantee": false,
            "maximumTransitTime": "SEVEN_DAYS",
            "originLocationId": "750",
            "originLocationNumber": 539,
            "originServiceArea": "C3",
            "packagingCode": "72",
            "postalCode": "99407",
            "publishedDeliveryTime": "12:00P",
            "scac": "FDXE",
            "serviceCode": "624",
            "stateOrProvinceCode": "MD",
            "transitTime": "ONE_DAY",
            "ursaPrefixCode": "AA",
            "ursaSuffixCode": "rR"
          },
          "packagingDescription": "box",
          "serviceDescription": {
            "astraDescription": "2 DAY FRT",
            "code": "08",
            "description": "Quality-focused secondary project",
            "names": [
              {
                "encoding": "UTF-8",
                "type": "long",
                "value": "TwF"
              }
            ],
            "operatingOrgCodes": [
              "FXE"
            ],
            "serviceCategory": "parcel",
            "serviceId": "jWzAemYX7vBe",
            "serviceType": "FEDEX_1_DAY_FREIGHT"
          },
          "shipmentConsolidationDetail": {
            "associatedTrackingIds": [
              {
                "trackingIds": [
                  {
                    "formId": "9317",
                    "trackingIdType": "EXPRESS",
                    "trackingNumber": "96404951559406355558"
                  },
                  {
                    "formId": "6554",
                    "trackingIdType": "GROUND",
                    "trackingNumber": "31886865858424083099"
                  },
                  {
                    "formId": "9658",
                    "trackingIdType": "FREIGHT",
                    "trackingNumber": "63967294837586313148"
                  },
                  {
                    "formId": "2980",
                    "trackingIdType": "FREIGHT",
                    "trackingNumber": "06125587579370162905"
                  },
                  {
                    "formId": "2286",
                    "trackingIdType": "EXPRESS",
                    "trackingNumber": "06652039973371091646"
                  }
                ],
                "type": "CONSOLIDATION_MASTER"
              }
            ],
            "role": "CRN_SHIPMENT",
            "type": "INTERNATIONAL_PRIORITY_DISTRIBUTION"
          },
          "shipmentRating": {
            "actualRateType": "PAYOR_LIST_SHIPMENT",
            "pickupRateDetail": {
              "ancillaryFeesAndTaxes": [
                {
                  "amount": {
                    "currency": "GTQ",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "juGQNaNdvv",
                  "type": "CLEARANCE_ENTRY_FEE"
                }
              ],
              "currencyExchangeRate": {
                "fromCurrency": "INR",
                "intoCurrency": "HUF",
                "rate": 22.12
              },
              "dutiesAndTaxes": [
                {
                  "harmonizedCode": "436755",
                  "taxes": {
                    "amount": {
                      "currency": "TZS",
                      "value": "CUSTOMS_VALUE"
                    },
                    "appliedPreferentialTradeAgreement": {
                      "description": "GP0BhlUiJh",
                      "id": "gxElP0",
                      "name": "VAT"
                    },
                    "description": "UR38nHu1Pr",
                    "effectiveDate": "2025-12-13T00:00:00.0Z",
                    "formula": "3r2fM3ZjXrKYZPw",
                    "name": "VAT",
                    "taxableValue": {
                      "currency": "BWP",
                      "value": "CUSTOMS_VALUE"
                    },
                    "taxcode": "bTCaP",
                    "taxRates": [
                      {
                        "currency": "EUR",
                        "quantity": 10,
                        "unitOfMeasure": "L",
                        "value": "15"
                      },
                      {
                        "currency": "EUR",
                        "quantity": 20,
                        "unitOfMeasure": "KG",
                        "value": "15"
                      }
                    ],
                    "taxType": "INCENTIVE"
                  },
                  "total": {
                    "currency": "GHS",
                    "value": "CUSTOMS_VALUE"
                  }
                },
                {
                  "harmonizedCode": "344646",
                  "taxes": {
                    "amount": {
                      "currency": "LRD",
                      "value": "CUSTOMS_VALUE"
                    },
                    "appliedPreferentialTradeAgreement": {
                      "description": "T9mLtTo9Fi",
                      "id": "SRzpM4",
                      "name": "GST"
                    },
                    "description": "fZjLh5yqbx",
                    "effectiveDate": "2025-10-23T00:00:00.0Z",
                    "formula": "M3Nvxw0Vkcdryrb",
                    "name": "VAT",
                    "taxableValue": {
                      "currency": "TJS",
                      "value": "CUSTOMS_VALUE"
                    },
                    "taxcode": "VE2m2",
                    "taxRates": [
                      {
                        "currency": "USD",
                        "quantity": 30,
                        "unitOfMeasure": "KG",
                        "value": "10"
                      },
                      {
                        "currency": "USD",
                        "quantity": 30,
                        "unitOfMeasure": "KG",
                        "value": "15"
                      },
                      {
                        "currency": "EUR",
                        "quantity": 10,
                        "unitOfMeasure": "KG",
                        "value": "15"
                      },
                      {
                        "currency": "USD",
                        "quantity": 20,
                        "unitOfMeasure": "KG",
                        "value": "15"
                      },
                      {
                        "currency": "USD",
                        "quantity": 10,
                        "unitOfMeasure": "L",
                        "value": "10"
                      }
                    ],
                    "taxType": "INCENTIVE"
                  },
                  "total": {
                    "currency": "ARS",
                    "value": "CUSTOMS_VALUE"
                  }
                },
                {
                  "harmonizedCode": "192042",
                  "taxes": {
                    "amount": {
                      "currency": "TJS",
                      "value": "CUSTOMS_VALUE"
                    },
                    "appliedPreferentialTradeAgreement": {
                      "description": "v9rP4danZA",
                      "id": "cudDDr",
                      "name": "Sales Tax"
                    },
                    "description": "0244Wk0eZS",
                    "effectiveDate": "2026-02-13T00:00:00.0Z",
                    "formula": "3BNlWhwYaXbMn2h",
                    "name": "GST",
                    "taxableValue": {
                      "currency": "SLE",
                      "value": "CUSTOMS_VALUE"
                    },
                    "taxcode": "d3Zfc",
                    "taxRates": [
                      {
                        "currency": "USD",
                        "quantity": 10,
                        "unitOfMeasure": "KG",
                        "value": "15"
                      },
                      {
                        "currency": "EUR",
                        "quantity": 20,
                        "unitOfMeasure": "KG",
                        "value": "15"
                      },
                      {
                        "currency": "USD",
                        "quantity": 30,
                        "unitOfMeasure": "L",
                        "value": "10"
                      },
                      {
                        "currency": "USD",
                        "quantity": 10,
                        "unitOfMeasure": "L",
                        "value": "20"
                      },
                      {
                        "currency": "USD",
                        "quantity": 30,
                        "unitOfMeasure": "L",
                        "value": "10"
                      }
                    ],
                    "taxType": "INCENTIVE"
                  },
                  "total": {
                    "currency": "AZN",
                    "value": "CUSTOMS_VALUE"
                  }
                },
                {
                  "harmonizedCode": "884544",
                  "taxes": {
                    "amount": {
                      "currency": "RWF",
                      "value": "CUSTOMS_VALUE"
                    },
                    "appliedPreferentialTradeAgreement": {
                      "description": "dbhAlGYKHo",
                      "id": "e6RUwy",
                      "name": "GST"
                    },
                    "description": "itsBqtHUct",
                    "effectiveDate": "2025-09-05T00:00:00.0Z",
                    "formula": "lF156tUgpeBbXUA",
                    "name": "Sales Tax",
                    "taxableValue": {
                      "currency": "HKD",
                      "value": "CUSTOMS_VALUE"
                    },
                    "taxcode": "UhzTc",
                    "taxRates": [
                      {
                        "currency": "EUR",
                        "quantity": 10,
                        "unitOfMeasure": "L",
                        "value": "10"
                      },
                      {
                        "currency": "EUR",
                        "quantity": 30,
                        "unitOfMeasure": "L",
                        "value": "15"
                      },
                      {
                        "currency": "USD",
                        "quantity": 30,
                        "unitOfMeasure": "KG",
                        "value": "15"
                      },
                      {
                        "currency": "USD",
                        "quantity": 10,
                        "unitOfMeasure": "KG",
                        "value": "15"
                      },
                      {
                        "currency": "USD",
                        "quantity": 20,
                        "unitOfMeasure": "L",
                        "value": "20"
                      }
                    ],
                    "taxType": "INCENTIVE"
                  },
                  "total": {
                    "currency": "SSP",
                    "value": "CUSTOMS_VALUE"
                  }
                }
              ],
              "freightDiscounts": [
                {
                  "amount": {
                    "currency": "SGD",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "PVwmvcA7vf",
                  "percent": 16.83,
                  "rateDiscountType": "INCENTIVE"
                },
                {
                  "amount": {
                    "currency": "KHR",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "V4b1l0AAkM",
                  "percent": 18.96,
                  "rateDiscountType": "INCENTIVE"
                },
                {
                  "amount": {
                    "currency": "BRL",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "rXzi96jnf7",
                  "percent": 8.84,
                  "rateDiscountType": "INCENTIVE"
                },
                {
                  "amount": {
                    "currency": "NZD",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "ivs6ebwd6N",
                  "percent": 15.97,
                  "rateDiscountType": "INCENTIVE"
                }
              ],
              "fuelSurchargePercent": 1.78,
              "minimumChargeType": "EARNED_DISCOUNT",
              "pickupBaseChargeDescription": "Pickup Area Surcharge",
              "pricingCode": "ACTUAL",
              "rateScale": "ohe4xzQccy",
              "rateType": "PAYOR_ACCOUNT_PACKAGE",
              "rateZone": "oOJLJ7",
              "ratingBasis": "SHIPMENT_WEIGHT_BASED",
              "rebates": [
                {
                  "amount": {
                    "currency": "LKR",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "9coMF2EIop",
                  "percent": 1.71,
                  "rebateType": "EARNED"
                }
              ],
              "specialRatingApplied": "FEDEX_ONE_RATE",
              "surcharges": [
                {
                  "amount": {
                    "currency": "INR",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "OgMezboz17",
                  "level": "PACKAGE",
                  "surchargeType": "COD"
                },
                {
                  "amount": {
                    "currency": "BSD",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "wjirl1oENP",
                  "level": "PACKAGE",
                  "surchargeType": "COD"
                }
              ],
              "taxes": [
                {
                  "amount": {
                    "currency": "VUV",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "8Js3PT826a",
                  "taxType": "VAT"
                },
                {
                  "amount": {
                    "currency": "BWP",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "LKzhycFmnB",
                  "taxType": "VAT"
                },
                {
                  "amount": {
                    "currency": "MWK",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "i40ns8H89W",
                  "taxType": "VAT"
                },
                {
                  "amount": {
                    "currency": "PLN",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "H2SiwWlMWa",
                  "taxType": "VAT"
                }
              ],
              "totalAncillaryFeesAndTaxes": {
                "currency": "KWD",
                "value": "CUSTOMS_VALUE"
              },
              "totalBaseCharge": {
                "currency": "RUB",
                "value": "CUSTOMS_VALUE"
              },
              "totalDutiesAndTaxes": {
                "currency": "BWP",
                "value": "CUSTOMS_VALUE"
              },
              "totalDutiesTaxesAndFees": {
                "currency": "BAM",
                "value": "CUSTOMS_VALUE"
              },
              "totalFreightDiscounts": {
                "currency": "MVR",
                "value": "CUSTOMS_VALUE"
              },
              "totalNetCharge": {
                "currency": "KPW",
                "value": "CUSTOMS_VALUE"
              },
              "totalNetChargeWithDutiesAndTaxes": {
                "currency": "SAR",
                "value": "CUSTOMS_VALUE"
              },
              "totalNetFedExCharge": {
                "currency": "PGK",
                "value": "CUSTOMS_VALUE"
              },
              "totalNetFreight": {
                "currency": "XOF",
                "value": "CUSTOMS_VALUE"
              },
              "totalRebates": {
                "currency": "MZN",
                "value": "CUSTOMS_VALUE"
              },
              "totalSurcharges": {
                "currency": "AUD",
                "value": "CUSTOMS_VALUE"
              },
              "totalTaxes": {
                "currency": "TJS",
                "value": "CUSTOMS_VALUE"
              },
              "totalVariableHandlingCharges": {
                "fixedVariableHandlingCharge": {
                  "currency": "SEK",
                  "value": "CUSTOMS_VALUE"
                },
                "percentVariableHandlingCharge": {
                  "currency": "IRR",
                  "value": "CUSTOMS_VALUE"
                },
                "totalCustomerCharge": {
                  "currency": "SHP",
                  "value": "CUSTOMS_VALUE"
                },
                "variableHandlingCharge": {
                  "currency": "LBP",
                  "value": "CUSTOMS_VALUE"
                }
              },
              "variableHandlingCharges": {
                "fixedVariableHandlingCharge": {
                  "currency": "GTQ",
                  "value": "CUSTOMS_VALUE"
                },
                "percentVariableHandlingCharge": {
                  "currency": "GIP",
                  "value": "CUSTOMS_VALUE"
                },
                "totalCustomerCharge": {
                  "currency": "MWK",
                  "value": "CUSTOMS_VALUE"
                },
                "variableHandlingCharge": {
                  "currency": "CUP",
                  "value": "CUSTOMS_VALUE"
                }
              }
            },
            "shipmentRateDetails": [
              {
                "currency": "USD",
                "currencyExchangeRate": {
                  "fromCurrency": "INR",
                  "intoCurrency": "BWP",
                  "rate": 1.2
                },
                "dimDivisor": 294,
                "freightDiscounts": [
                  {
                    "amount": 8.44,
                    "description": "rvP6OV4xfo",
                    "percent": 6.74,
                    "rateDiscountType": "COUPON"
                  },
                  {
                    "amount": 2.71,
                    "description": "8g7eZtXS2o",
                    "percent": 19.99,
                    "rateDiscountType": "COUPON"
                  },
                  {
                    "amount": 7.66,
                    "description": "OaiMWiyAYG",
                    "percent": 14.39,
                    "rateDiscountType": "EARNED"
                  },
                  {
                    "amount": 1.53,
                    "description": "Td0bhJLpNy",
                    "percent": 15.07,
                    "rateDiscountType": "COUPON"
                  },
                  {
                    "amount": 6.68,
                    "description": "73A4KUUqpb",
                    "percent": 10.11,
                    "rateDiscountType": "COUPON"
                  }
                ],
                "fuelSurchargePercent": 2.48,
                "pricingCode": "STANDARD",
                "ratedWeightMethod": "DIM",
                "rateScale": "72843",
                "rateType": "RATED_ACCOUNT_SHIPMENT",
                "rateZone": "QRxgWl",
                "shipmentLegRateDetails": [
                  {
                    "currency": "USD",
                    "currencyExchangeRate": {
                      "fromCurrency": "GBP",
                      "intoCurrency": "BMD",
                      "rate": 28.01
                    },
                    "dimDivisor": 237,
                    "dimDivisorType": "VOLUME",
                    "freightDiscounts": [
                      {
                        "amount": 2.8,
                        "description": "z3nQFgFVoK",
                        "percent": 17.97,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 1.36,
                        "description": "PCrTaflDkh",
                        "percent": 17.05,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 9.06,
                        "description": "EioHznCz4C",
                        "percent": 9.87,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 1.05,
                        "description": "9NKuNnqSwF",
                        "percent": 12.66,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 2.71,
                        "description": "4bNwweNoIY",
                        "percent": 19.59,
                        "rateDiscountType": "COUPON"
                      }
                    ],
                    "fuelSurchargePercent": 2.97,
                    "legDestinationLocationId": "eCbd",
                    "minimumChargeType": "ACTUAL",
                    "pricingCode": "ejqjy",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "8932",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "Ecv3VE",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 1840.06,
                          "currency": "AWG"
                        },
                        "description": "Residential Delivery",
                        "level": "PACKAGE",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 2184.46,
                          "currency": "FJD"
                        },
                        "description": "Overweight package",
                        "level": "PACKAGE",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 1569.3,
                          "currency": "ZWL"
                        },
                        "description": "Residential Delivery",
                        "level": "SHIPMENT",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 945.47,
                          "currency": "GEL"
                        },
                        "description": "Overweight package",
                        "level": "PACKAGE",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 3.89,
                        "description": "VAT",
                        "level": "PACKAGE",
                        "type": "STATE"
                      },
                      {
                        "amount": 1.24,
                        "description": "VAT",
                        "level": "PACKAGE",
                        "type": "FEDERAL"
                      }
                    ],
                    "totalBaseCharge": 139.95,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 19.04,
                    "totalFreightDiscounts": 4.83,
                    "totalNetCharge": 190.02,
                    "totalNetChargeWithDutiesAndTaxes": 234.12,
                    "totalNetFedExCharge": 175.28,
                    "totalNetFreight": 124.36,
                    "totalRebates": 1.96,
                    "totalSurcharges": 4.39,
                    "totalTaxes": 5.09
                  },
                  {
                    "currency": "USD",
                    "currencyExchangeRate": {
                      "fromCurrency": "INR",
                      "intoCurrency": "NZD",
                      "rate": 8.68
                    },
                    "dimDivisor": 174,
                    "dimDivisorType": "WEIGHT",
                    "freightDiscounts": [
                      {
                        "amount": 6.36,
                        "description": "eny2vogEhb",
                        "percent": 8.71,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 8.66,
                        "description": "0DrULiWWKo",
                        "percent": 7.47,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 8.48,
                        "description": "2MkJenW2YB",
                        "percent": 6.39,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 6.25,
                        "description": "Jjuy83WrDl",
                        "percent": 12.69,
                        "rateDiscountType": "COUPON"
                      }
                    ],
                    "fuelSurchargePercent": 6.15,
                    "legDestinationLocationId": "rdxQ",
                    "minimumChargeType": "ACTUAL",
                    "pricingCode": "R21sS",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "5538",
                    "rateType": "PAYOR_ACCOUNT_PACKAGE",
                    "rateZone": "DOZDjw",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 4374.52,
                          "currency": "SSP"
                        },
                        "description": "Residential Delivery",
                        "level": "SHIPMENT",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 880.58,
                          "currency": "NGN"
                        },
                        "description": "Fuel Surcharge",
                        "level": "SHIPMENT",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 4409.69,
                          "currency": "HUF"
                        },
                        "description": "Overweight package",
                        "level": "PACKAGE",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 4714.91,
                          "currency": "MWK"
                        },
                        "description": "Residential Delivery",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 10.66,
                        "description": "Sales Tax",
                        "level": "PACKAGE",
                        "type": "FEDERAL"
                      },
                      {
                        "amount": 1.43,
                        "description": "Sales Tax",
                        "level": "SHIPMENT",
                        "type": "STATE"
                      },
                      {
                        "amount": 9.75,
                        "description": "Sales Tax",
                        "level": "SHIPMENT",
                        "type": "STATE"
                      }
                    ],
                    "totalBaseCharge": 172.93,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 19.1,
                    "totalFreightDiscounts": 7.29,
                    "totalNetCharge": 128.72,
                    "totalNetChargeWithDutiesAndTaxes": 163.69,
                    "totalNetFedExCharge": 83.83,
                    "totalNetFreight": 70.97,
                    "totalRebates": 4.14,
                    "totalSurcharges": 2.71,
                    "totalTaxes": 4.8
                  }
                ],
                "surcharges": [
                  {
                    "amount": {
                      "amount": 3777.7,
                      "currency": "RUB"
                    },
                    "description": "Overweight package",
                    "level": "SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": {
                      "amount": 867.07,
                      "currency": "FJD"
                    },
                    "description": "Overweight package",
                    "level": "SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": {
                      "amount": 4868.66,
                      "currency": "MGA"
                    },
                    "description": "Overweight package",
                    "level": "PACKAGE",
                    "surchargeType": "FUEL_SURCHARGE"
                  },
                  {
                    "amount": {
                      "amount": 106.06,
                      "currency": "CHF"
                    },
                    "description": "Fuel Surcharge",
                    "level": "SHIPMENT",
                    "surchargeType": "FUEL_SURCHARGE"
                  }
                ],
                "taxes": [
                  {
                    "amount": 5.76,
                    "description": "VAT",
                    "level": "PACKAGE",
                    "type": "STATE"
                  }
                ],
                "totalAncillaryFeesAndTaxes": 11.25,
                "totalBaseCharge": 80.3,
                "totalBillingWeight": {
                  "units": "KG",
                  "value": 68
                },
                "totalDutiesAndTaxes": 39.62,
                "totalDutiesTaxesAndFees": 74.92,
                "totalFreightDiscounts": 12.32,
                "totalNetCharge": 177.36,
                "totalNetChargeWithDutiesAndTaxes": 207.64,
                "totalNetFedExCharge": 146.61,
                "totalNetFreight": 108.08,
                "totalRebates": 2.34,
                "totalSurcharges": 8.36,
                "totalTaxes": 3.93
              },
              {
                "currency": "USD",
                "currencyExchangeRate": {
                  "fromCurrency": "GBP",
                  "intoCurrency": "MDL",
                  "rate": 27.01
                },
                "dimDivisor": 100,
                "freightDiscounts": [
                  {
                    "amount": 9.85,
                    "description": "toTcg00DEg",
                    "percent": 11.07,
                    "rateDiscountType": "VOLUME"
                  }
                ],
                "fuelSurchargePercent": 9.11,
                "pricingCode": "LTL_FREIGHT",
                "ratedWeightMethod": "ACTUAL",
                "rateScale": "22642",
                "rateType": "RATED_ACCOUNT_SHIPMENT",
                "rateZone": "5E8UKY",
                "shipmentLegRateDetails": [
                  {
                    "currency": "USD",
                    "currencyExchangeRate": {
                      "fromCurrency": "GBP",
                      "intoCurrency": "MWK",
                      "rate": 14.97
                    },
                    "dimDivisor": 300,
                    "dimDivisorType": "VOLUME",
                    "freightDiscounts": [
                      {
                        "amount": 3.45,
                        "description": "p7KGxgAK2X",
                        "percent": 10.26,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 7.42,
                        "description": "Qav5eJjpy0",
                        "percent": 9.02,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 3.69,
                        "description": "3MprL9lqAX",
                        "percent": 16.25,
                        "rateDiscountType": "EARNED"
                      }
                    ],
                    "fuelSurchargePercent": 12.82,
                    "legDestinationLocationId": "QpPr",
                    "minimumChargeType": "ACTUAL",
                    "pricingCode": "5HS7K",
                    "ratedWeightMethod": "DIM",
                    "rateScale": "7408",
                    "rateType": "PAYOR_ACCOUNT_PACKAGE",
                    "rateZone": "Wq0HMX",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 1200.52,
                          "currency": "GMD"
                        },
                        "description": "Residential Delivery",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 1681.88,
                          "currency": "LSL"
                        },
                        "description": "Residential Delivery",
                        "level": "PACKAGE",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 4203.39,
                          "currency": "BHD"
                        },
                        "description": "Residential Delivery",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 4862.9,
                          "currency": "BOB"
                        },
                        "description": "Fuel Surcharge",
                        "level": "PACKAGE",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 4.51,
                        "description": "Sales Tax",
                        "level": "PACKAGE",
                        "type": "STATE"
                      },
                      {
                        "amount": 4.89,
                        "description": "Sales Tax",
                        "level": "SHIPMENT",
                        "type": "STATE"
                      },
                      {
                        "amount": 12.63,
                        "description": "GST",
                        "level": "PACKAGE",
                        "type": "FEDERAL"
                      }
                    ],
                    "totalBaseCharge": 151.43,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 19.89,
                    "totalFreightDiscounts": 8.88,
                    "totalNetCharge": 57.67,
                    "totalNetChargeWithDutiesAndTaxes": 201.76,
                    "totalNetFedExCharge": 109.68,
                    "totalNetFreight": 139.33,
                    "totalRebates": 1.08,
                    "totalSurcharges": 17.25,
                    "totalTaxes": 7.68
                  },
                  {
                    "currency": "USD",
                    "currencyExchangeRate": {
                      "fromCurrency": "INR",
                      "intoCurrency": "MVR",
                      "rate": 28.62
                    },
                    "dimDivisor": 289,
                    "dimDivisorType": "WEIGHT",
                    "freightDiscounts": [
                      {
                        "amount": 3.66,
                        "description": "hys2BaqdUF",
                        "percent": 18.1,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 5.33,
                        "description": "wOF4VCm56z",
                        "percent": 12.08,
                        "rateDiscountType": "VOLUME"
                      }
                    ],
                    "fuelSurchargePercent": 4.71,
                    "legDestinationLocationId": "mJbL",
                    "minimumChargeType": "MINIMUM_CHARGE",
                    "pricingCode": "WVUbI",
                    "ratedWeightMethod": "DIM",
                    "rateScale": "6756",
                    "rateType": "PAYOR_ACCOUNT_PACKAGE",
                    "rateZone": "yir7n9",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 1612.77,
                          "currency": "VES"
                        },
                        "description": "Fuel Surcharge",
                        "level": "PACKAGE",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 12.6,
                        "description": "GST",
                        "level": "SHIPMENT",
                        "type": "FEDERAL"
                      },
                      {
                        "amount": 10.03,
                        "description": "GST",
                        "level": "PACKAGE",
                        "type": "FEDERAL"
                      },
                      {
                        "amount": 2.52,
                        "description": "Sales Tax",
                        "level": "SHIPMENT",
                        "type": "FEDERAL"
                      },
                      {
                        "amount": 14.87,
                        "description": "VAT",
                        "level": "PACKAGE",
                        "type": "FEDERAL"
                      }
                    ],
                    "totalBaseCharge": 85.96,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 45.1,
                    "totalFreightDiscounts": 7.31,
                    "totalNetCharge": 101.25,
                    "totalNetChargeWithDutiesAndTaxes": 243.82,
                    "totalNetFedExCharge": 236.18,
                    "totalNetFreight": 181.91,
                    "totalRebates": 2.8,
                    "totalSurcharges": 18.79,
                    "totalTaxes": 2
                  },
                  {
                    "currency": "GBP",
                    "currencyExchangeRate": {
                      "fromCurrency": "GBP",
                      "intoCurrency": "TRY",
                      "rate": 20.44
                    },
                    "dimDivisor": 283,
                    "dimDivisorType": "VOLUME",
                    "freightDiscounts": [
                      {
                        "amount": 9.77,
                        "description": "mOHvaRVj3W",
                        "percent": 15.15,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 8.55,
                        "description": "MnBBw1mqIq",
                        "percent": 8.13,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 1.95,
                        "description": "QxR3KSuZ01",
                        "percent": 11.49,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 4.39,
                        "description": "D4YmbH0WXf",
                        "percent": 14.24,
                        "rateDiscountType": "BONUS"
                      }
                    ],
                    "fuelSurchargePercent": 4.03,
                    "legDestinationLocationId": "nVUM",
                    "minimumChargeType": "MINIMUM_CHARGE",
                    "pricingCode": "IyAIY",
                    "ratedWeightMethod": "DIM",
                    "rateScale": "4508",
                    "rateType": "PAYOR_ACCOUNT_PACKAGE",
                    "rateZone": "u8U39o",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 4542.05,
                          "currency": "BYN"
                        },
                        "description": "Fuel Surcharge",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 4475.85,
                          "currency": "PKR"
                        },
                        "description": "Residential Delivery",
                        "level": "PACKAGE",
                        "surchargeType": "FUEL_SURCHARGE"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 5.39,
                        "description": "Sales Tax",
                        "level": "SHIPMENT",
                        "type": "FEDERAL"
                      },
                      {
                        "amount": 5.48,
                        "description": "Sales Tax",
                        "level": "SHIPMENT",
                        "type": "STATE"
                      }
                    ],
                    "totalBaseCharge": 117.5,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 37.24,
                    "totalFreightDiscounts": 5.54,
                    "totalNetCharge": 141.16,
                    "totalNetChargeWithDutiesAndTaxes": 187.87,
                    "totalNetFedExCharge": 234.81,
                    "totalNetFreight": 155.92,
                    "totalRebates": 0.16,
                    "totalSurcharges": 5.43,
                    "totalTaxes": 8.16
                  },
                  {
                    "currency": "USD",
                    "currencyExchangeRate": {
                      "fromCurrency": "GBP",
                      "intoCurrency": "SCR",
                      "rate": 18.75
                    },
                    "dimDivisor": 153,
                    "dimDivisorType": "WEIGHT",
                    "freightDiscounts": [
                      {
                        "amount": 8.92,
                        "description": "eG7tDt8iL2",
                        "percent": 9.82,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 6.18,
                        "description": "FxLMgabNgQ",
                        "percent": 8.64,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 4.12,
                        "description": "OAdPcHdUAX",
                        "percent": 17.68,
                        "rateDiscountType": "COUPON"
                      }
                    ],
                    "fuelSurchargePercent": 2.11,
                    "legDestinationLocationId": "NbtS",
                    "minimumChargeType": "ACTUAL",
                    "pricingCode": "jL3yJ",
                    "ratedWeightMethod": "DIM",
                    "rateScale": "0673",
                    "rateType": "PAYOR_ACCOUNT_PACKAGE",
                    "rateZone": "6UZM3Z",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 4754.9,
                          "currency": "HKD"
                        },
                        "description": "Residential Delivery",
                        "level": "PACKAGE",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 3272.9,
                          "currency": "GBP"
                        },
                        "description": "Overweight package",
                        "level": "PACKAGE",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 917.66,
                          "currency": "LAK"
                        },
                        "description": "Fuel Surcharge",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 1785.62,
                          "currency": "MMK"
                        },
                        "description": "Fuel Surcharge",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 4.33,
                        "description": "VAT",
                        "level": "SHIPMENT",
                        "type": "STATE"
                      },
                      {
                        "amount": 1.35,
                        "description": "VAT",
                        "level": "SHIPMENT",
                        "type": "FEDERAL"
                      },
                      {
                        "amount": 10.78,
                        "description": "Sales Tax",
                        "level": "SHIPMENT",
                        "type": "FEDERAL"
                      },
                      {
                        "amount": 1.06,
                        "description": "VAT",
                        "level": "SHIPMENT",
                        "type": "STATE"
                      },
                      {
                        "amount": 14.36,
                        "description": "VAT",
                        "level": "PACKAGE",
                        "type": "STATE"
                      }
                    ],
                    "totalBaseCharge": 76.9,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 43.33,
                    "totalFreightDiscounts": 25.05,
                    "totalNetCharge": 88.41,
                    "totalNetChargeWithDutiesAndTaxes": 198.35,
                    "totalNetFedExCharge": 113.66,
                    "totalNetFreight": 130.83,
                    "totalRebates": 4.13,
                    "totalSurcharges": 9.77,
                    "totalTaxes": 6.32
                  },
                  {
                    "currency": "GBP",
                    "currencyExchangeRate": {
                      "fromCurrency": "INR",
                      "intoCurrency": "BMD",
                      "rate": 26.22
                    },
                    "dimDivisor": 125,
                    "dimDivisorType": "VOLUME",
                    "freightDiscounts": [
                      {
                        "amount": 2.22,
                        "description": "DWYNB8OcMB",
                        "percent": 6.54,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 4.43,
                        "description": "ty0Qnipdpx",
                        "percent": 16.04,
                        "rateDiscountType": "BONUS"
                      }
                    ],
                    "fuelSurchargePercent": 4.34,
                    "legDestinationLocationId": "fyst",
                    "minimumChargeType": "MINIMUM_CHARGE",
                    "pricingCode": "RxZQ9",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "0931",
                    "rateType": "PAYOR_ACCOUNT_PACKAGE",
                    "rateZone": "myGCiy",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 845.84,
                          "currency": "BZD"
                        },
                        "description": "Residential Delivery",
                        "level": "PACKAGE",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 1787.33,
                          "currency": "ALL"
                        },
                        "description": "Overweight package",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 2110.8,
                          "currency": "UGX"
                        },
                        "description": "Overweight package",
                        "level": "SHIPMENT",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 2234.34,
                          "currency": "ZMW"
                        },
                        "description": "Residential Delivery",
                        "level": "PACKAGE",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 15.71,
                        "description": "Sales Tax",
                        "level": "PACKAGE",
                        "type": "FEDERAL"
                      },
                      {
                        "amount": 3.22,
                        "description": "Sales Tax",
                        "level": "SHIPMENT",
                        "type": "STATE"
                      },
                      {
                        "amount": 18.45,
                        "description": "GST",
                        "level": "SHIPMENT",
                        "type": "STATE"
                      }
                    ],
                    "totalBaseCharge": 99.69,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 16.34,
                    "totalFreightDiscounts": 4.23,
                    "totalNetCharge": 158.99,
                    "totalNetChargeWithDutiesAndTaxes": 208.58,
                    "totalNetFedExCharge": 116.2,
                    "totalNetFreight": 85.15,
                    "totalRebates": 0.23,
                    "totalSurcharges": 5.53,
                    "totalTaxes": 4.27
                  }
                ],
                "surcharges": [
                  {
                    "amount": {
                      "amount": 1870.78,
                      "currency": "BND"
                    },
                    "description": "Fuel Surcharge",
                    "level": "PACKAGE",
                    "surchargeType": "RESIDENTIAL_DELIVERY"
                  }
                ],
                "taxes": [
                  {
                    "amount": 16.42,
                    "description": "VAT",
                    "level": "PACKAGE",
                    "type": "STATE"
                  },
                  {
                    "amount": 17.22,
                    "description": "VAT",
                    "level": "SHIPMENT",
                    "type": "FEDERAL"
                  },
                  {
                    "amount": 7.91,
                    "description": "VAT",
                    "level": "PACKAGE",
                    "type": "FEDERAL"
                  },
                  {
                    "amount": 12.74,
                    "description": "GST",
                    "level": "SHIPMENT",
                    "type": "STATE"
                  },
                  {
                    "amount": 18.94,
                    "description": "Sales Tax",
                    "level": "PACKAGE",
                    "type": "STATE"
                  }
                ],
                "totalAncillaryFeesAndTaxes": 17.43,
                "totalBaseCharge": 100.6,
                "totalBillingWeight": {
                  "units": "KG",
                  "value": 68
                },
                "totalDutiesAndTaxes": 16.75,
                "totalDutiesTaxesAndFees": 11.22,
                "totalFreightDiscounts": 42.18,
                "totalNetCharge": 153.98,
                "totalNetChargeWithDutiesAndTaxes": 150.06,
                "totalNetFedExCharge": 194.98,
                "totalNetFreight": 92.76,
                "totalRebates": 1.22,
                "totalSurcharges": 13.71,
                "totalTaxes": 8.65
              },
              {
                "currency": "USD",
                "currencyExchangeRate": {
                  "fromCurrency": "EUR",
                  "intoCurrency": "KES",
                  "rate": 6.74
                },
                "dimDivisor": 300,
                "freightDiscounts": [
                  {
                    "amount": 2.13,
                    "description": "A5YtaPcDdc",
                    "percent": 17.67,
                    "rateDiscountType": "BONUS"
                  },
                  {
                    "amount": 5.75,
                    "description": "6RUQhGe692",
                    "percent": 14.16,
                    "rateDiscountType": "VOLUME"
                  },
                  {
                    "amount": 1.73,
                    "description": "zxAKb1iiZ9",
                    "percent": 15.65,
                    "rateDiscountType": "EARNED"
                  },
                  {
                    "amount": 5.18,
                    "description": "1JJlOnJwjy",
                    "percent": 15.75,
                    "rateDiscountType": "VOLUME"
                  }
                ],
                "fuelSurchargePercent": 8.87,
                "pricingCode": "STANDARD",
                "ratedWeightMethod": "ACTUAL",
                "rateScale": "72735",
                "rateType": "RATED_ACCOUNT_SHIPMENT",
                "rateZone": "pRtuSv",
                "shipmentLegRateDetails": [
                  {
                    "currency": "GBP",
                    "currencyExchangeRate": {
                      "fromCurrency": "INR",
                      "intoCurrency": "HNL",
                      "rate": 11.2
                    },
                    "dimDivisor": 137,
                    "dimDivisorType": "WEIGHT",
                    "freightDiscounts": [
                      {
                        "amount": 2.16,
                        "description": "414oEnl06V",
                        "percent": 11.03,
                        "rateDiscountType": "EARNED"
                      }
                    ],
                    "fuelSurchargePercent": 14.63,
                    "legDestinationLocationId": "VgmY",
                    "minimumChargeType": "MINIMUM_CHARGE",
                    "pricingCode": "AypUB",
                    "ratedWeightMethod": "DIM",
                    "rateScale": "9174",
                    "rateType": "PAYOR_ACCOUNT_PACKAGE",
                    "rateZone": "LwpzK3",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 3896.16,
                          "currency": "TJS"
                        },
                        "description": "Overweight package",
                        "level": "PACKAGE",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 19.3,
                        "description": "Sales Tax",
                        "level": "PACKAGE",
                        "type": "FEDERAL"
                      },
                      {
                        "amount": 12.54,
                        "description": "GST",
                        "level": "SHIPMENT",
                        "type": "STATE"
                      },
                      {
                        "amount": 19.42,
                        "description": "Sales Tax",
                        "level": "SHIPMENT",
                        "type": "FEDERAL"
                      }
                    ],
                    "totalBaseCharge": 198.11,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 21.01,
                    "totalFreightDiscounts": 2.23,
                    "totalNetCharge": 166.8,
                    "totalNetChargeWithDutiesAndTaxes": 211.32,
                    "totalNetFedExCharge": 190.49,
                    "totalNetFreight": 119.23,
                    "totalRebates": 0.21,
                    "totalSurcharges": 17.85,
                    "totalTaxes": 1.73
                  },
                  {
                    "currency": "EUR",
                    "currencyExchangeRate": {
                      "fromCurrency": "INR",
                      "intoCurrency": "XAF",
                      "rate": 5.9
                    },
                    "dimDivisor": 221,
                    "dimDivisorType": "WEIGHT",
                    "freightDiscounts": [
                      {
                        "amount": 7.31,
                        "description": "0TkmiHVT5r",
                        "percent": 10.93,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 7.34,
                        "description": "uEC6c7Mph6",
                        "percent": 14.92,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 8.49,
                        "description": "CEqhh09EjP",
                        "percent": 5.36,
                        "rateDiscountType": "VOLUME"
                      }
                    ],
                    "fuelSurchargePercent": 13.88,
                    "legDestinationLocationId": "MlPS",
                    "minimumChargeType": "ACTUAL",
                    "pricingCode": "yUp8T",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "7832",
                    "rateType": "PAYOR_ACCOUNT_PACKAGE",
                    "rateZone": "NvUM73",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 4213.73,
                          "currency": "DOP"
                        },
                        "description": "Overweight package",
                        "level": "SHIPMENT",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 1083.18,
                          "currency": "BYN"
                        },
                        "description": "Fuel Surcharge",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 7.36,
                        "description": "GST",
                        "level": "SHIPMENT",
                        "type": "STATE"
                      },
                      {
                        "amount": 17.78,
                        "description": "GST",
                        "level": "SHIPMENT",
                        "type": "STATE"
                      },
                      {
                        "amount": 2.79,
                        "description": "GST",
                        "level": "SHIPMENT",
                        "type": "FEDERAL"
                      }
                    ],
                    "totalBaseCharge": 113.99,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 29.05,
                    "totalFreightDiscounts": 39.42,
                    "totalNetCharge": 183.29,
                    "totalNetChargeWithDutiesAndTaxes": 177.34,
                    "totalNetFedExCharge": 127.25,
                    "totalNetFreight": 70.35,
                    "totalRebates": 3.84,
                    "totalSurcharges": 10.47,
                    "totalTaxes": 9.2
                  },
                  {
                    "currency": "GBP",
                    "currencyExchangeRate": {
                      "fromCurrency": "GBP",
                      "intoCurrency": "PHP",
                      "rate": 2.04
                    },
                    "dimDivisor": 170,
                    "dimDivisorType": "VOLUME",
                    "freightDiscounts": [
                      {
                        "amount": 5.72,
                        "description": "a2qCCZQ3Xa",
                        "percent": 5.58,
                        "rateDiscountType": "VOLUME"
                      }
                    ],
                    "fuelSurchargePercent": 3.98,
                    "legDestinationLocationId": "JmfK",
                    "minimumChargeType": "MINIMUM_CHARGE",
                    "pricingCode": "ViFXx",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "5442",
                    "rateType": "PAYOR_ACCOUNT_PACKAGE",
                    "rateZone": "AgXRaU",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 453.1,
                          "currency": "CDF"
                        },
                        "description": "Fuel Surcharge",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 659.41,
                          "currency": "MDL"
                        },
                        "description": "Residential Delivery",
                        "level": "PACKAGE",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 1711.15,
                          "currency": "BOB"
                        },
                        "description": "Residential Delivery",
                        "level": "PACKAGE",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 2353.18,
                          "currency": "BOB"
                        },
                        "description": "Residential Delivery",
                        "level": "SHIPMENT",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 1565.46,
                          "currency": "KPW"
                        },
                        "description": "Overweight package",
                        "level": "SHIPMENT",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 13.49,
                        "description": "GST",
                        "level": "PACKAGE",
                        "type": "STATE"
                      },
                      {
                        "amount": 16.54,
                        "description": "GST",
                        "level": "SHIPMENT",
                        "type": "FEDERAL"
                      }
                    ],
                    "totalBaseCharge": 169.15,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 30.58,
                    "totalFreightDiscounts": 32.07,
                    "totalNetCharge": 119.61,
                    "totalNetChargeWithDutiesAndTaxes": 106.46,
                    "totalNetFedExCharge": 100.09,
                    "totalNetFreight": 102.51,
                    "totalRebates": 3.29,
                    "totalSurcharges": 14.93,
                    "totalTaxes": 7.34
                  },
                  {
                    "currency": "EUR",
                    "currencyExchangeRate": {
                      "fromCurrency": "EUR",
                      "intoCurrency": "ZAR",
                      "rate": 4.82
                    },
                    "dimDivisor": 175,
                    "dimDivisorType": "VOLUME",
                    "freightDiscounts": [
                      {
                        "amount": 8.49,
                        "description": "v5P0TLfl7t",
                        "percent": 8.64,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 9.76,
                        "description": "bFGP8I6GnN",
                        "percent": 12.46,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 7.01,
                        "description": "Lbvi7HH8EY",
                        "percent": 8.54,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 1.08,
                        "description": "VOiNZYD87g",
                        "percent": 19.89,
                        "rateDiscountType": "EARNED"
                      }
                    ],
                    "fuelSurchargePercent": 13.51,
                    "legDestinationLocationId": "IuAI",
                    "minimumChargeType": "MINIMUM_CHARGE",
                    "pricingCode": "0tCOI",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "4421",
                    "rateType": "PAYOR_ACCOUNT_PACKAGE",
                    "rateZone": "Di7C9k",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 912.93,
                          "currency": "EGP"
                        },
                        "description": "Overweight package",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 444.26,
                          "currency": "LAK"
                        },
                        "description": "Residential Delivery",
                        "level": "PACKAGE",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 13.59,
                        "description": "VAT",
                        "level": "PACKAGE",
                        "type": "STATE"
                      },
                      {
                        "amount": 4.55,
                        "description": "VAT",
                        "level": "SHIPMENT",
                        "type": "STATE"
                      },
                      {
                        "amount": 19.18,
                        "description": "GST",
                        "level": "SHIPMENT",
                        "type": "FEDERAL"
                      },
                      {
                        "amount": 2.67,
                        "description": "GST",
                        "level": "PACKAGE",
                        "type": "STATE"
                      },
                      {
                        "amount": 10.36,
                        "description": "Sales Tax",
                        "level": "PACKAGE",
                        "type": "STATE"
                      }
                    ],
                    "totalBaseCharge": 93.29,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 10.82,
                    "totalFreightDiscounts": 28.21,
                    "totalNetCharge": 144.93,
                    "totalNetChargeWithDutiesAndTaxes": 179.33,
                    "totalNetFedExCharge": 80.06,
                    "totalNetFreight": 124.9,
                    "totalRebates": 4.42,
                    "totalSurcharges": 9.36,
                    "totalTaxes": 3.36
                  }
                ],
                "surcharges": [
                  {
                    "amount": {
                      "amount": 2577.84,
                      "currency": "AWG"
                    },
                    "description": "Residential Delivery",
                    "level": "SHIPMENT",
                    "surchargeType": "FUEL_SURCHARGE"
                  },
                  {
                    "amount": {
                      "amount": 1904.75,
                      "currency": "TWD"
                    },
                    "description": "Residential Delivery",
                    "level": "SHIPMENT",
                    "surchargeType": "FUEL_SURCHARGE"
                  },
                  {
                    "amount": {
                      "amount": 4104.49,
                      "currency": "CRC"
                    },
                    "description": "Overweight package",
                    "level": "PACKAGE",
                    "surchargeType": "RESIDENTIAL_DELIVERY"
                  }
                ],
                "taxes": [
                  {
                    "amount": 5.46,
                    "description": "Sales Tax",
                    "level": "SHIPMENT",
                    "type": "STATE"
                  },
                  {
                    "amount": 1.88,
                    "description": "GST",
                    "level": "SHIPMENT",
                    "type": "FEDERAL"
                  }
                ],
                "totalAncillaryFeesAndTaxes": 1.39,
                "totalBaseCharge": 188.78,
                "totalBillingWeight": {
                  "units": "KG",
                  "value": 68
                },
                "totalDutiesAndTaxes": 22.99,
                "totalDutiesTaxesAndFees": 9.91,
                "totalFreightDiscounts": 33.52,
                "totalNetCharge": 82.04,
                "totalNetChargeWithDutiesAndTaxes": 111.81,
                "totalNetFedExCharge": 144.61,
                "totalNetFreight": 132.34,
                "totalRebates": 0.56,
                "totalSurcharges": 15.75,
                "totalTaxes": 9.16
              }
            ],
            "totalNetFedExTransportationAndPickupCharge": {
              "currency": "LSL",
              "value": "CUSTOMS_VALUE"
            },
            "totalNetTransportationAndPickupCharge": {
              "currency": "KGS",
              "value": "CUSTOMS_VALUE"
            }
          },
          "usDomestic": false
        },
        "masterTrackingNumber": "987418919116",
        "pieceResponses": [
          {
            "packageDocuments": [
              {
                "additionalChargesDiscount": 68.47,
                "baseRateAmount": 485.24,
                "codcollectionAmount": 421.04,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "288801"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "886126"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "848706"
                  }
                ],
                "masterTrackingNumber": "183044399076",
                "netChargeAmount": 53.21,
                "netDiscountAmount": 115.18,
                "netRateAmount": 8.16,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 5,
                    "docType": "ZPL",
                    "encodedLabel": "Pu9ltm5FIYYrMmy3sU0N",
                    "trackingNumber": "967120832643",
                    "url": "https://sure-footed-silk.com/"
                  }
                ],
                "trackingNumber": "373883725034"
              },
              {
                "additionalChargesDiscount": 148.73,
                "baseRateAmount": 416.32,
                "codcollectionAmount": 826.36,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "360131"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "047736"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "090543"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "470890"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "721809"
                  }
                ],
                "masterTrackingNumber": "879955773211",
                "netChargeAmount": 14.49,
                "netDiscountAmount": 98.08,
                "netRateAmount": 15.83,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 5,
                    "docType": "EPL",
                    "encodedLabel": "WRhYzavU6Cvm82Vz9xb3",
                    "trackingNumber": "953097781568",
                    "url": "https://difficult-spirit.biz/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 1,
                    "docType": "ZPL",
                    "encodedLabel": "bXr9jHBkXf6gyvRbCJIt",
                    "trackingNumber": "522761424449",
                    "url": "https://fond-lifestyle.info"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 5,
                    "docType": "EPL",
                    "encodedLabel": "20PuVECkWyYPh7hxhvoY",
                    "trackingNumber": "355292160237",
                    "url": "https://short-term-minister.net/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 2,
                    "docType": "ZPL",
                    "encodedLabel": "uPdhpvwNJyusRDWHMf1V",
                    "trackingNumber": "883788533028",
                    "url": "https://necessary-merit.info"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 1,
                    "docType": "PNG",
                    "encodedLabel": "EYUqOsv7QxMPmjcP6jU6",
                    "trackingNumber": "856686439862",
                    "url": "https://colorful-napkin.net/"
                  }
                ],
                "trackingNumber": "522713552917"
              },
              {
                "additionalChargesDiscount": 202.42,
                "baseRateAmount": 302.38,
                "codcollectionAmount": 256.98,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "420723"
                  }
                ],
                "masterTrackingNumber": "438124005185",
                "netChargeAmount": 197.66,
                "netDiscountAmount": 29.57,
                "netRateAmount": 13.77,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 1,
                    "docType": "ZPL",
                    "encodedLabel": "S0YlLHwwI7vqm5Ow02jD",
                    "trackingNumber": "445633527781",
                    "url": "https://joyous-thread.org/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 4,
                    "docType": "ZPL",
                    "encodedLabel": "EHhmPZFK4EhuKFVKZ0U4",
                    "trackingNumber": "315605038911",
                    "url": "https://smoggy-saw.info"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 4,
                    "docType": "PDF",
                    "encodedLabel": "VpimBaDuyCRciEaU6SsT",
                    "trackingNumber": "047781258061",
                    "url": "https://unimportant-attraction.info"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 4,
                    "docType": "PNG",
                    "encodedLabel": "l1MU5xTk9g4g6GT74QXT",
                    "trackingNumber": "318714277853",
                    "url": "https://authentic-valuable.com"
                  }
                ],
                "trackingNumber": "796395881552"
              },
              {
                "additionalChargesDiscount": 276.78,
                "baseRateAmount": 327.18,
                "codcollectionAmount": 719.95,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "762446"
                  }
                ],
                "masterTrackingNumber": "549698410548",
                "netChargeAmount": 137.71,
                "netDiscountAmount": 142.05,
                "netRateAmount": 64.94,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 4,
                    "docType": "PDF",
                    "encodedLabel": "iLEHCyf5uDlbbTfXFExl",
                    "trackingNumber": "975904888390",
                    "url": "https://edible-peninsula.com/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 2,
                    "docType": "PNG",
                    "encodedLabel": "X1k9fLr6J3gc3Ndb63fk",
                    "trackingNumber": "075088983285",
                    "url": "https://spanish-airman.info"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 2,
                    "docType": "EPL",
                    "encodedLabel": "0JggjY1NWVjwePENKi90",
                    "trackingNumber": "649647445766",
                    "url": "https://thrifty-finding.net"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 4,
                    "docType": "PDF",
                    "encodedLabel": "fc6E8MQ37dsDbc30uand",
                    "trackingNumber": "274039548806",
                    "url": "https://handsome-self-confidence.biz"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 4,
                    "docType": "ZPL",
                    "encodedLabel": "iXcvub53PPv722XxBJ5A",
                    "trackingNumber": "880348649306",
                    "url": "https://athletic-challenge.net/"
                  }
                ],
                "trackingNumber": "588546069607"
              },
              {
                "additionalChargesDiscount": 135.21,
                "baseRateAmount": 487.6,
                "codcollectionAmount": 275.7,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "494228"
                  }
                ],
                "masterTrackingNumber": "415095543709",
                "netChargeAmount": 117.12,
                "netDiscountAmount": 42.74,
                "netRateAmount": 63.61,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 4,
                    "docType": "ZPL",
                    "encodedLabel": "aiXNcRd7nbrD6iVsTQdA",
                    "trackingNumber": "672584776383",
                    "url": "https://writhing-guard.biz/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 5,
                    "docType": "EPL",
                    "encodedLabel": "T0516D0h8nSi7roWw9vg",
                    "trackingNumber": "316767283372",
                    "url": "https://pastel-bar.com"
                  }
                ],
                "trackingNumber": "531802144124"
              }
            ]
          },
          {
            "packageDocuments": [
              {
                "additionalChargesDiscount": 281.67,
                "baseRateAmount": 149.82,
                "codcollectionAmount": 189.03,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "965571"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "903777"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "000080"
                  }
                ],
                "masterTrackingNumber": "546710984298",
                "netChargeAmount": 176.16,
                "netDiscountAmount": 33.61,
                "netRateAmount": 60.85,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 5,
                    "docType": "PNG",
                    "encodedLabel": "k5OhzzXSCxtyEhw2CrAa",
                    "trackingNumber": "784865793090",
                    "url": "https://outrageous-crocodile.name"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 3,
                    "docType": "EPL",
                    "encodedLabel": "yHQc7zNoduJyzrhqfjDi",
                    "trackingNumber": "958753970842",
                    "url": "https://sneaky-igloo.biz"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 1,
                    "docType": "PDF",
                    "encodedLabel": "V9Hcaneul6FwK15aWjq4",
                    "trackingNumber": "356673407389",
                    "url": "https://old-going.net"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 2,
                    "docType": "PDF",
                    "encodedLabel": "exH14o1DF0I1bwSe6hnW",
                    "trackingNumber": "895044287118",
                    "url": "https://muffled-granny.com"
                  }
                ],
                "trackingNumber": "073816418963"
              },
              {
                "additionalChargesDiscount": 436.44,
                "baseRateAmount": 288.16,
                "codcollectionAmount": 157.64,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "703357"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "926788"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "806821"
                  }
                ],
                "masterTrackingNumber": "642103543920",
                "netChargeAmount": 165.3,
                "netDiscountAmount": 95.84,
                "netRateAmount": 71.95,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 3,
                    "docType": "EPL",
                    "encodedLabel": "IHT4tvUofqBAyMFzsvHJ",
                    "trackingNumber": "402234140987",
                    "url": "https://talkative-gym.net"
                  }
                ],
                "trackingNumber": "221191298964"
              },
              {
                "additionalChargesDiscount": 163.92,
                "baseRateAmount": 341.5,
                "codcollectionAmount": 269.55,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "570120"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "985284"
                  }
                ],
                "masterTrackingNumber": "810911748391",
                "netChargeAmount": 64.24,
                "netDiscountAmount": 141.74,
                "netRateAmount": 98.65,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 4,
                    "docType": "ZPL",
                    "encodedLabel": "gjhBcyhwWRZ9JAJZFoU2",
                    "trackingNumber": "266195806829",
                    "url": "https://soupy-circumference.name/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 1,
                    "docType": "PNG",
                    "encodedLabel": "5ZoarktIffAVrRDLumwt",
                    "trackingNumber": "616245405250",
                    "url": "https://nutritious-retrospectivity.org"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 5,
                    "docType": "PDF",
                    "encodedLabel": "stAkJfzhn7SHK30KHaR5",
                    "trackingNumber": "118721770335",
                    "url": "https://gripping-squid.name/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 1,
                    "docType": "PNG",
                    "encodedLabel": "39z9eX7KaFlMdUFDnl6I",
                    "trackingNumber": "208240022461",
                    "url": "https://insignificant-jogging.net"
                  }
                ],
                "trackingNumber": "172217543878"
              },
              {
                "additionalChargesDiscount": 419.95,
                "baseRateAmount": 493.67,
                "codcollectionAmount": 118.84,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "844424"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "685820"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "631310"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "896996"
                  }
                ],
                "masterTrackingNumber": "983125770861",
                "netChargeAmount": 192.71,
                "netDiscountAmount": 62.38,
                "netRateAmount": 34.94,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 2,
                    "docType": "EPL",
                    "encodedLabel": "ySY2CE8ClImArm3fmhV5",
                    "trackingNumber": "779641657314",
                    "url": "https://shameful-publicity.org/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 3,
                    "docType": "ZPL",
                    "encodedLabel": "uQpctCUkcDG2Az596CcK",
                    "trackingNumber": "211489450164",
                    "url": "https://upset-honesty.biz/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 4,
                    "docType": "PNG",
                    "encodedLabel": "BkHsGsmQuHhXyQbI3f90",
                    "trackingNumber": "439234497614",
                    "url": "https://wordy-meander.name/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 2,
                    "docType": "ZPL",
                    "encodedLabel": "GMFoHgFrvMxr2SpxaiOC",
                    "trackingNumber": "583230070581",
                    "url": "https://monthly-ad.biz/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 4,
                    "docType": "PDF",
                    "encodedLabel": "G6VgDbYFngWTja5EuCcV",
                    "trackingNumber": "463992716139",
                    "url": "https://witty-technician.info/"
                  }
                ],
                "trackingNumber": "435739532431"
              },
              {
                "additionalChargesDiscount": 104.62,
                "baseRateAmount": 275.95,
                "codcollectionAmount": 509.63,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "571509"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "331668"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "852189"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "545610"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "007251"
                  }
                ],
                "masterTrackingNumber": "912848999828",
                "netChargeAmount": 21.46,
                "netDiscountAmount": 103.01,
                "netRateAmount": 2.64,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 2,
                    "docType": "EPL",
                    "encodedLabel": "kC39GftUcbMuBkkPMriL",
                    "trackingNumber": "260422298965",
                    "url": "https://dramatic-tributary.info/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 1,
                    "docType": "EPL",
                    "encodedLabel": "OrwIrTzmS2Lw4L899r4C",
                    "trackingNumber": "642945553294",
                    "url": "https://mature-mythology.name"
                  }
                ],
                "trackingNumber": "977667672338"
              }
            ]
          },
          {
            "packageDocuments": [
              {
                "additionalChargesDiscount": 341.2,
                "baseRateAmount": 139.72,
                "codcollectionAmount": 993.25,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "494981"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "842220"
                  }
                ],
                "masterTrackingNumber": "349339011842",
                "netChargeAmount": 181.61,
                "netDiscountAmount": 98.38,
                "netRateAmount": 63.43,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 4,
                    "docType": "EPL",
                    "encodedLabel": "wkgZPnDT6283diykamsO",
                    "trackingNumber": "905434053492",
                    "url": "https://discrete-submitter.org"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 3,
                    "docType": "PDF",
                    "encodedLabel": "9fjwOQXm1gIEDEHGlwEL",
                    "trackingNumber": "573470600846",
                    "url": "https://wilted-guide.biz/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 3,
                    "docType": "PNG",
                    "encodedLabel": "AkQ0xz36r38yLUtHGqRC",
                    "trackingNumber": "000883185364",
                    "url": "https://noteworthy-coliseum.net/"
                  }
                ],
                "trackingNumber": "324602229468"
              },
              {
                "additionalChargesDiscount": 328.76,
                "baseRateAmount": 416.58,
                "codcollectionAmount": 981.93,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "980131"
                  }
                ],
                "masterTrackingNumber": "602893622813",
                "netChargeAmount": 135.16,
                "netDiscountAmount": 33.04,
                "netRateAmount": 89.48,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 5,
                    "docType": "PDF",
                    "encodedLabel": "8rbgMTACgpYF80NsT9Ag",
                    "trackingNumber": "472186317722",
                    "url": "https://darling-bandwidth.org/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 2,
                    "docType": "EPL",
                    "encodedLabel": "e2y1hRV8fHpABgWe6fod",
                    "trackingNumber": "193865900308",
                    "url": "https://homely-experience.biz/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 4,
                    "docType": "PNG",
                    "encodedLabel": "25tkY1KB3hE1ghlgt3w1",
                    "trackingNumber": "078341943118",
                    "url": "https://scented-knickers.net"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 5,
                    "docType": "EPL",
                    "encodedLabel": "E38qbgbjolwPTyqhDlwy",
                    "trackingNumber": "550945690807",
                    "url": "https://acceptable-amnesty.net"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 5,
                    "docType": "PNG",
                    "encodedLabel": "jh7kSWHNRmQpdQhaPOb6",
                    "trackingNumber": "794282601134",
                    "url": "https://nautical-approach.org"
                  }
                ],
                "trackingNumber": "046350918581"
              },
              {
                "additionalChargesDiscount": 411.59,
                "baseRateAmount": 194.72,
                "codcollectionAmount": 163.61,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "165945"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "120647"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "357687"
                  }
                ],
                "masterTrackingNumber": "577322455093",
                "netChargeAmount": 99.13,
                "netDiscountAmount": 81.92,
                "netRateAmount": 34.21,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 5,
                    "docType": "ZPL",
                    "encodedLabel": "dnSayG7xAcXMMb8snxxR",
                    "trackingNumber": "756084036356",
                    "url": "https://wicked-parade.com"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 1,
                    "docType": "PDF",
                    "encodedLabel": "xlddg9rILBpdOYkKduq1",
                    "trackingNumber": "799818615927",
                    "url": "https://wavy-fort.info"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 5,
                    "docType": "ZPL",
                    "encodedLabel": "O9O04dPMBhGafLjbsRQL",
                    "trackingNumber": "636455905041",
                    "url": "https://optimal-disclosure.name/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 2,
                    "docType": "EPL",
                    "encodedLabel": "MVfUKGUZBsUyU6x4UHRi",
                    "trackingNumber": "523318332856",
                    "url": "https://empty-valley.com"
                  }
                ],
                "trackingNumber": "385334199128"
              },
              {
                "additionalChargesDiscount": 283.47,
                "baseRateAmount": 467.34,
                "codcollectionAmount": 40.92,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "958011"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "668549"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "031978"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "896219"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "501086"
                  }
                ],
                "masterTrackingNumber": "217924150845",
                "netChargeAmount": 185.28,
                "netDiscountAmount": 34.79,
                "netRateAmount": 62.34,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 2,
                    "docType": "PDF",
                    "encodedLabel": "MEHdW5paAiroBK34gTox",
                    "trackingNumber": "626148539865",
                    "url": "https://known-certification.biz/"
                  }
                ],
                "trackingNumber": "314931231601"
              },
              {
                "additionalChargesDiscount": 348.32,
                "baseRateAmount": 163.31,
                "codcollectionAmount": 612.84,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "339043"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "487571"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "151573"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "603426"
                  }
                ],
                "masterTrackingNumber": "341146718069",
                "netChargeAmount": 51.73,
                "netDiscountAmount": 149.51,
                "netRateAmount": 98.87,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 5,
                    "docType": "EPL",
                    "encodedLabel": "D0EBcv3JYuS6rIxlZIIa",
                    "trackingNumber": "602031079684",
                    "url": "https://known-boyfriend.net"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 4,
                    "docType": "ZPL",
                    "encodedLabel": "2vw9xrJE0TUBgfxcMMhi",
                    "trackingNumber": "692803531175",
                    "url": "https://supportive-skyline.net"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 3,
                    "docType": "EPL",
                    "encodedLabel": "YCmzglcpjGKA5weaMBJH",
                    "trackingNumber": "428180033690",
                    "url": "https://early-unblinking.biz/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 1,
                    "docType": "EPL",
                    "encodedLabel": "RRo7UO5HrKCyUuv8pnIu",
                    "trackingNumber": "355148888916",
                    "url": "https://negligible-replacement.com"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 3,
                    "docType": "ZPL",
                    "encodedLabel": "R4esR0NHOFsSUrOuPu6s",
                    "trackingNumber": "557360369768",
                    "url": "https://regal-conservative.info"
                  }
                ],
                "trackingNumber": "048068353350"
              }
            ]
          },
          {
            "packageDocuments": [
              {
                "additionalChargesDiscount": 341.92,
                "baseRateAmount": 122.98,
                "codcollectionAmount": 693.31,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "520329"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "072761"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "119724"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "443477"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "318230"
                  }
                ],
                "masterTrackingNumber": "385116493592",
                "netChargeAmount": 142.68,
                "netDiscountAmount": 88.29,
                "netRateAmount": 94.56,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 2,
                    "docType": "PNG",
                    "encodedLabel": "IpJE7ipdV1PZ9paI8Wzp",
                    "trackingNumber": "802799261498",
                    "url": "https://fatherly-hydrolyze.net/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 5,
                    "docType": "PNG",
                    "encodedLabel": "a5aozHJPk1WnxC7mqcvb",
                    "trackingNumber": "063800457845",
                    "url": "https://insignificant-coal.net/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 1,
                    "docType": "EPL",
                    "encodedLabel": "hSKhCfv89JHyyJT6FOly",
                    "trackingNumber": "036612066189",
                    "url": "https://reasonable-guide.info/"
                  }
                ],
                "trackingNumber": "986919222939"
              },
              {
                "additionalChargesDiscount": 348.85,
                "baseRateAmount": 171.29,
                "codcollectionAmount": 221.09,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "619154"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "529717"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "301169"
                  }
                ],
                "masterTrackingNumber": "024689498664",
                "netChargeAmount": 35.03,
                "netDiscountAmount": 56.27,
                "netRateAmount": 5.03,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 3,
                    "docType": "PDF",
                    "encodedLabel": "V3sTp7vvZuKpEEC5Sy9c",
                    "trackingNumber": "682193670728",
                    "url": "https://secondary-haircut.com/"
                  }
                ],
                "trackingNumber": "498015838871"
              },
              {
                "additionalChargesDiscount": 478.87,
                "baseRateAmount": 481.04,
                "codcollectionAmount": 387.4,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "936328"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "116756"
                  }
                ],
                "masterTrackingNumber": "136533208923",
                "netChargeAmount": 68.37,
                "netDiscountAmount": 15.97,
                "netRateAmount": 92.67,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 3,
                    "docType": "PDF",
                    "encodedLabel": "w2nLVBbrmGIRIs0OiCVU",
                    "trackingNumber": "359409984653",
                    "url": "https://likely-backbone.info/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 4,
                    "docType": "ZPL",
                    "encodedLabel": "XsHq43mzBy5Q8ftwR3eH",
                    "trackingNumber": "760896846837",
                    "url": "https://expert-patroller.info/"
                  }
                ],
                "trackingNumber": "319488153826"
              },
              {
                "additionalChargesDiscount": 99.01,
                "baseRateAmount": 322.34,
                "codcollectionAmount": 48.74,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "537013"
                  }
                ],
                "masterTrackingNumber": "547926942453",
                "netChargeAmount": 93.19,
                "netDiscountAmount": 16.1,
                "netRateAmount": 14.61,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 4,
                    "docType": "PDF",
                    "encodedLabel": "IIHMXjlRDurtRFGNBj3r",
                    "trackingNumber": "508524678136",
                    "url": "https://foolhardy-iridescence.info"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 4,
                    "docType": "EPL",
                    "encodedLabel": "85lJRBqUZPKZ1Qbb1p7F",
                    "trackingNumber": "227583007285",
                    "url": "https://candid-teammate.info"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 2,
                    "docType": "ZPL",
                    "encodedLabel": "wkwK2wu26HrHN0dJkvLt",
                    "trackingNumber": "457650569499",
                    "url": "https://honorable-siege.org/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 3,
                    "docType": "EPL",
                    "encodedLabel": "wkXzpVhBTcYEB0EpSmsE",
                    "trackingNumber": "189133851147",
                    "url": "https://dull-ice-cream.org/"
                  }
                ],
                "trackingNumber": "805234355054"
              },
              {
                "additionalChargesDiscount": 46.1,
                "baseRateAmount": 346.77,
                "codcollectionAmount": 702.32,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "585144"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "754558"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "206647"
                  }
                ],
                "masterTrackingNumber": "454137151247",
                "netChargeAmount": 193.71,
                "netDiscountAmount": 30.17,
                "netRateAmount": 99.88,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 4,
                    "docType": "PNG",
                    "encodedLabel": "gzyPJMaPzQoybgGH8wsq",
                    "trackingNumber": "646796774376",
                    "url": "https://alert-backbone.net/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 4,
                    "docType": "EPL",
                    "encodedLabel": "mPl7vPIfhpSMGiYvZjOV",
                    "trackingNumber": "313504829966",
                    "url": "https://circular-reward.org"
                  }
                ],
                "trackingNumber": "099588679849"
              }
            ]
          },
          {
            "packageDocuments": [
              {
                "additionalChargesDiscount": 60.52,
                "baseRateAmount": 334.33,
                "codcollectionAmount": 273.89,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "419492"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "700877"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "850395"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "247233"
                  }
                ],
                "masterTrackingNumber": "589895873431",
                "netChargeAmount": 69.25,
                "netDiscountAmount": 59.17,
                "netRateAmount": 72.78,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 3,
                    "docType": "EPL",
                    "encodedLabel": "DyaDV8mpKMwwFwojGdc3",
                    "trackingNumber": "455683697227",
                    "url": "https://minty-jogging.info/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 5,
                    "docType": "PDF",
                    "encodedLabel": "Q8rjnioAgDM20CLCILeM",
                    "trackingNumber": "758136257241",
                    "url": "https://worthless-goodwill.name/"
                  }
                ],
                "trackingNumber": "456691256875"
              },
              {
                "additionalChargesDiscount": 100.18,
                "baseRateAmount": 264.21,
                "codcollectionAmount": 486.21,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "525339"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "991020"
                  }
                ],
                "masterTrackingNumber": "744005319824",
                "netChargeAmount": 132.63,
                "netDiscountAmount": 129.28,
                "netRateAmount": 65.32,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 2,
                    "docType": "PDF",
                    "encodedLabel": "eutJyjQyL3oXhpyDnK4F",
                    "trackingNumber": "870047519432",
                    "url": "https://sparse-starboard.com/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 4,
                    "docType": "PNG",
                    "encodedLabel": "EEJphqRSkuhjPICOpNVF",
                    "trackingNumber": "797116622856",
                    "url": "https://tempting-scale.name"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 5,
                    "docType": "PNG",
                    "encodedLabel": "qHSHHqO2hgGi0WQFFEkQ",
                    "trackingNumber": "014062862421",
                    "url": "https://hollow-configuration.net"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 3,
                    "docType": "PDF",
                    "encodedLabel": "7bIhO4w6LbGxkgFurUhL",
                    "trackingNumber": "510399287554",
                    "url": "https://snarling-hawk.biz"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 2,
                    "docType": "ZPL",
                    "encodedLabel": "bNFnwvvcqjfugsaqNW2O",
                    "trackingNumber": "521761899872",
                    "url": "https://aggressive-soliloquy.org"
                  }
                ],
                "trackingNumber": "665182647018"
              },
              {
                "additionalChargesDiscount": 499.19,
                "baseRateAmount": 235.51,
                "codcollectionAmount": 538.45,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "921401"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "541471"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "207834"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "066766"
                  }
                ],
                "masterTrackingNumber": "408628464041",
                "netChargeAmount": 154.73,
                "netDiscountAmount": 99.33,
                "netRateAmount": 26.47,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 2,
                    "docType": "PDF",
                    "encodedLabel": "j4XkKeGYMcGcDKTFbweu",
                    "trackingNumber": "746346087623",
                    "url": "https://thorough-swim.org/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 4,
                    "docType": "PNG",
                    "encodedLabel": "WCKYgWpevvbtaJYZwYXQ",
                    "trackingNumber": "766771881167",
                    "url": "https://esteemed-gray.org"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 2,
                    "docType": "EPL",
                    "encodedLabel": "MCpLC3lSsMwL5fVpl2LG",
                    "trackingNumber": "671971454874",
                    "url": "https://babyish-airline.com/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 4,
                    "docType": "PDF",
                    "encodedLabel": "9Rfdn2bhXIf9FqRlBiRF",
                    "trackingNumber": "320264735178",
                    "url": "https://alive-hydrocarbon.info/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 1,
                    "docType": "ZPL",
                    "encodedLabel": "7iYrM73zAfo7AVhNlYK2",
                    "trackingNumber": "025550643261",
                    "url": "https://unsung-octave.net"
                  }
                ],
                "trackingNumber": "405463943509"
              },
              {
                "additionalChargesDiscount": 201.88,
                "baseRateAmount": 206.69,
                "codcollectionAmount": 784.13,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "011013"
                  }
                ],
                "masterTrackingNumber": "241977703972",
                "netChargeAmount": 179.63,
                "netDiscountAmount": 103.32,
                "netRateAmount": 43.75,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 1,
                    "docType": "ZPL",
                    "encodedLabel": "PbJWgqqYrtzulpDUTTW9",
                    "trackingNumber": "373953564974",
                    "url": "https://favorable-festival.biz"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 1,
                    "docType": "PNG",
                    "encodedLabel": "YncA3ZewgTlTvgq2WJUY",
                    "trackingNumber": "769840196626",
                    "url": "https://vivid-couch.biz"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 4,
                    "docType": "ZPL",
                    "encodedLabel": "9BOYPlyQwdR8tHcAUKG7",
                    "trackingNumber": "104223003916",
                    "url": "https://mushy-trench.com/"
                  }
                ],
                "trackingNumber": "540677438318"
              }
            ]
          }
        ],
        "serviceCategory": "FREIGHT",
        "serviceName": "FedEx 2 Day Freight",
        "serviceType": "FEDEX_GROUND",
        "shipDatestamp": "2026-01-11T00:00:00.0Z",
        "shipmentAdvisoryDetails": {
          "regulatoryAdvisory": {
            "commodityClarifications": [
              {
                "commodityIndex": 9,
                "suggestions": [
                  {
                    "description": "Our turtle-friendly Mouse ensures everlasting comfort for your pets",
                    "harmonizedCode": "382994"
                  },
                  {
                    "description": "Savor the creamy essence in our Shoes, designed for ecstatic culinary adventures",
                    "harmonizedCode": "368361"
                  },
                  {
                    "description": "New Towels model with 27 GB RAM, 804 GB storage, and unlined features",
                    "harmonizedCode": "595177"
                  },
                  {
                    "description": "Our panda-friendly Hat ensures all comfort for your pets",
                    "harmonizedCode": "617314"
                  },
                  {
                    "description": "New Ball model with 92 GB RAM, 738 GB storage, and early features",
                    "harmonizedCode": "233547"
                  }
                ]
              },
              {
                "commodityIndex": 3,
                "suggestions": [
                  {
                    "description": "Featuring Copernicium-enhanced technology, our Bacon offers unparalleled shocked performance",
                    "harmonizedCode": "981019"
                  },
                  {
                    "description": "The Guy Pizza is the latest in a series of portly products from Abshire, Mayer and Emard",
                    "harmonizedCode": "076449"
                  },
                  {
                    "description": "Our moist-inspired Gloves brings a taste of luxury to your weighty lifestyle",
                    "harmonizedCode": "780335"
                  }
                ]
              },
              {
                "commodityIndex": 6,
                "suggestions": [
                  {
                    "description": "Stylish Table designed to make you stand out with miserable looks",
                    "harmonizedCode": "966679"
                  },
                  {
                    "description": "Introducing the Saint Kitts and Nevis-inspired Sausages, blending gruesome style with local craftsmanship",
                    "harmonizedCode": "697780"
                  },
                  {
                    "description": "The Customizable uniform methodology Gloves offers reliable performance and dim design",
                    "harmonizedCode": "436967"
                  },
                  {
                    "description": "Discover the well-off new Bacon with an exciting mix of Bronze ingredients",
                    "harmonizedCode": "140600"
                  },
                  {
                    "description": "Our salty-inspired Salad brings a taste of luxury to your qualified lifestyle",
                    "harmonizedCode": "131032"
                  }
                ]
              },
              {
                "commodityIndex": 20,
                "suggestions": [
                  {
                    "description": "The sleek and innocent Salad comes with green LED lighting for smart functionality",
                    "harmonizedCode": "901845"
                  },
                  {
                    "description": "Douglas, Schmeler and Leuschke's most advanced Chips technology increases snarling capabilities",
                    "harmonizedCode": "248521"
                  }
                ]
              }
            ],
            "prohibitions": [
              {
                "advisory": {
                  "code": "9SNVC",
                  "localizedText": "87NhFD2nlbvrrMTR7Bpw",
                  "parameters": [
                    {
                      "id": "qCWlV",
                      "value": "PqvRwycefM"
                    },
                    {
                      "id": "g3LdL",
                      "value": "1IUkiapfqE"
                    },
                    {
                      "id": "QcqB9",
                      "value": "i2uqslz48v"
                    },
                    {
                      "id": "rauTy",
                      "value": "9QM6hSg2ZO"
                    }
                  ],
                  "text": "qLyvLkg0NnpDbBt"
                },
                "categories": [
                  "categories"
                ],
                "commodityIndex": 6,
                "derivedHarmonizedCode": "958461",
                "source": "3sGwZOcwIc",
                "status": "ACTIVE",
                "type": "6xnGIIAWhE",
                "waiver": {
                  "advisories": [
                    {
                      "code": "xlAEU",
                      "localizedText": "cw23vOgMux8pqagPLw1J",
                      "parameters": [
                        {
                          "id": "MZ2bv",
                          "value": "rviqIXe0VR"
                        },
                        {
                          "id": "hLFJI",
                          "value": "ljwehbAyXc"
                        },
                        {
                          "id": "aKtOI",
                          "value": "3w8kZzVABr"
                        },
                        {
                          "id": "mMGiz",
                          "value": "i3e3ysvPdV"
                        }
                      ],
                      "text": "89ZMfju9FwPDh97"
                    },
                    {
                      "code": "WKv4t",
                      "localizedText": "ErjOwS2oi3h9uZF89QlC",
                      "parameters": [
                        {
                          "id": "Bq04U",
                          "value": "8MST7hULAz"
                        },
                        {
                          "id": "W0Hpp",
                          "value": "KOFBJpNzx9"
                        },
                        {
                          "id": "SQHiy",
                          "value": "2Km8kJnQfR"
                        },
                        {
                          "id": "FmeR5",
                          "value": "bsuQP0bO6I"
                        }
                      ],
                      "text": "C6Hw66Tl51sFzYn"
                    },
                    {
                      "code": "YCIZS",
                      "localizedText": "IIwIJBSRrRr8JJ1K6C6F",
                      "parameters": [
                        {
                          "id": "CRPKq",
                          "value": "qFMhOKNjki"
                        },
                        {
                          "id": "RcdHS",
                          "value": "YnCpYrwuxn"
                        },
                        {
                          "id": "Mn9qC",
                          "value": "rv9Bforr60"
                        },
                        {
                          "id": "wLWWz",
                          "value": "rICyJNtaOx"
                        }
                      ],
                      "text": "4q4irLYYnXNVoa2"
                    },
                    {
                      "code": "5oh1X",
                      "localizedText": "hLwdt3AsaL6TV3DOWb1F",
                      "parameters": [
                        {
                          "id": "jDOAu",
                          "value": "R3CipFtBhJ"
                        },
                        {
                          "id": "pdSlV",
                          "value": "8ZvSQnD0uy"
                        },
                        {
                          "id": "ifB8L",
                          "value": "VtRjhGWpLL"
                        },
                        {
                          "id": "OqaLl",
                          "value": "mNoqB4pOF9"
                        },
                        {
                          "id": "zZvV9",
                          "value": "9zXCA3CnVz"
                        }
                      ],
                      "text": "XnuVNHtOSl6Cl9R"
                    }
                  ],
                  "description": "yvLHy1mE8w",
                  "id": "dDo5P"
                }
              },
              {
                "advisory": {
                  "code": "fCMrU",
                  "localizedText": "twfgsiToTEMz0oi2K8qX",
                  "parameters": [
                    {
                      "id": "AzXve",
                      "value": "CPb5nMOv8c"
                    },
                    {
                      "id": "Syw6K",
                      "value": "uHBum6ESGa"
                    },
                    {
                      "id": "0oZwl",
                      "value": "PpNctPrUXF"
                    }
                  ],
                  "text": "4UPOsLmQ0dWWcA8"
                },
                "categories": [
                  "categories"
                ],
                "commodityIndex": 1,
                "derivedHarmonizedCode": "148301",
                "source": "psHWxdpS6c",
                "status": "ACTIVE",
                "type": "PsbtCYeb77",
                "waiver": {
                  "advisories": [
                    {
                      "code": "WB2HJ",
                      "localizedText": "PrOXtnMcYBGvzAKP5G09",
                      "parameters": [
                        {
                          "id": "eyRnr",
                          "value": "ayMmZt1Ben"
                        }
                      ],
                      "text": "4d0THaUu2N8iXZm"
                    },
                    {
                      "code": "DURrx",
                      "localizedText": "RVoA3NyS8MH8lfgPwes5",
                      "parameters": [
                        {
                          "id": "FbS0C",
                          "value": "5cq5i57eZi"
                        },
                        {
                          "id": "HrOFq",
                          "value": "7huRUoR2Ny"
                        }
                      ],
                      "text": "BmHsGNDqZKSM1f9"
                    },
                    {
                      "code": "nBbn3",
                      "localizedText": "A2iUSJQbExBvnopkcJcP",
                      "parameters": [
                        {
                          "id": "tz2Pt",
                          "value": "UoaWTxGKwo"
                        },
                        {
                          "id": "rYclz",
                          "value": "uqyjCLFxrm"
                        },
                        {
                          "id": "YoZwZ",
                          "value": "bOCZqMJ92g"
                        },
                        {
                          "id": "HHDYx",
                          "value": "akl5FsBo19"
                        },
                        {
                          "id": "a1kj3",
                          "value": "6tLguNiBLu"
                        }
                      ],
                      "text": "V6xqzCdu3auV02U"
                    },
                    {
                      "code": "AHrIW",
                      "localizedText": "PVAdp5kzJ21Janu23GWG",
                      "parameters": [
                        {
                          "id": "s2gsk",
                          "value": "M4BRzKoNgm"
                        },
                        {
                          "id": "PwppV",
                          "value": "pqiuLixzby"
                        },
                        {
                          "id": "ngnZv",
                          "value": "GNqWkFRTHN"
                        }
                      ],
                      "text": "ExDwAZsPpqzphZj"
                    },
                    {
                      "code": "xOLCZ",
                      "localizedText": "KdHZuA3MzZ0sWVSx3QUI",
                      "parameters": [
                        {
                          "id": "rp7pS",
                          "value": "8BDSS5bntj"
                        },
                        {
                          "id": "QJDbp",
                          "value": "8JR1tjxVZu"
                        },
                        {
                          "id": "uNNFv",
                          "value": "38BOtjnH1a"
                        },
                        {
                          "id": "ZGY7Q",
                          "value": "uPYdddIcK8"
                        },
                        {
                          "id": "U13BS",
                          "value": "Cmq9VFvQdS"
                        }
                      ],
                      "text": "E78lGnm6dy2HSaC"
                    }
                  ],
                  "description": "a1lqDYmdCO",
                  "id": "g7U9X"
                }
              },
              {
                "advisory": {
                  "code": "jqzZg",
                  "localizedText": "yCWFyCWciVyf2KcNlgWf",
                  "parameters": [
                    {
                      "id": "dGx89",
                      "value": "FqPAD7tSJH"
                    },
                    {
                      "id": "6zspF",
                      "value": "WZOzxPIpqn"
                    },
                    {
                      "id": "XQHAg",
                      "value": "QzQJs41AHV"
                    }
                  ],
                  "text": "UBXyjlY7fZX9uEG"
                },
                "categories": [
                  "categories"
                ],
                "commodityIndex": 6,
                "derivedHarmonizedCode": "415919",
                "source": "Dkg5OFUjoZ",
                "status": "PENDING",
                "type": "ln4IwCmSac",
                "waiver": {
                  "advisories": [
                    {
                      "code": "Vn6WD",
                      "localizedText": "orR0zVkSOj0bByMd3SLi",
                      "parameters": [
                        {
                          "id": "2i98E",
                          "value": "baqva3UKbw"
                        },
                        {
                          "id": "lMMCc",
                          "value": "D5BxKKH2hS"
                        },
                        {
                          "id": "q0TXl",
                          "value": "PjF6ofh3vX"
                        },
                        {
                          "id": "W6Fdy",
                          "value": "AsCFV8IG6L"
                        }
                      ],
                      "text": "xazxfblLPC3KVZA"
                    },
                    {
                      "code": "7y54m",
                      "localizedText": "JJLS0x2ZZmCuYIy6Hna8",
                      "parameters": [
                        {
                          "id": "Ea4Ch",
                          "value": "rUXhoQzHNE"
                        }
                      ],
                      "text": "vAoQdvWHCNhq1iS"
                    },
                    {
                      "code": "HVUjs",
                      "localizedText": "racQGMiPeFwWk9IzLXLI",
                      "parameters": [
                        {
                          "id": "DoMYr",
                          "value": "lmrphr6dA1"
                        },
                        {
                          "id": "2xG00",
                          "value": "uokbUZFCWO"
                        },
                        {
                          "id": "e8IxD",
                          "value": "lDgImfFool"
                        },
                        {
                          "id": "XSGBh",
                          "value": "n5RAUSifpe"
                        },
                        {
                          "id": "413fC",
                          "value": "chA3BYaK2r"
                        }
                      ],
                      "text": "8IAg89gayGqUMEk"
                    },
                    {
                      "code": "pNv0b",
                      "localizedText": "Xb6tDWRa0y2IkT30EQUl",
                      "parameters": [
                        {
                          "id": "5cJo5",
                          "value": "4zOJECt3Nk"
                        },
                        {
                          "id": "nENkg",
                          "value": "N8pCp4POc9"
                        },
                        {
                          "id": "tvuCc",
                          "value": "bCiAUuyGPB"
                        },
                        {
                          "id": "SgTfy",
                          "value": "LmvrDTvhPN"
                        }
                      ],
                      "text": "mxu3BjxmnIHTeQR"
                    }
                  ],
                  "description": "utpSrouLZB",
                  "id": "28nn9"
                }
              }
            ]
          }
        },
        "shipmentDocuments": [
          {
            "contentType": "COMMERCIAL_INVOICE",
            "copiesToPrint": 1,
            "docType": "PDF",
            "encodedLabel": "7VYiy8HzcddL5y24hQPi",
            "trackingNumber": "448418171339",
            "url": "https://portly-begonia.com/"
          },
          {
            "contentType": "COMMERCIAL_INVOICE",
            "copiesToPrint": 1,
            "docType": "ZPL",
            "encodedLabel": "rw2ONU37V8L1fUa2iOCC",
            "trackingNumber": "528844723353",
            "url": "https://right-platter.biz/"
          }
        ]
      },
      {
        "completedShipmentDetail": {
          "accessDetail": {
            "accessorDetails": [
              {
                "emailLabelUrl": "https://stylish-vol.net",
                "password": "VZ6O3By1",
                "role": "Legacy Creative Orchestrator",
                "userId": "34c6eac4-e210-40f0-982b-824bfd83bf72"
              },
              {
                "emailLabelUrl": "https://second-hand-eternity.info/",
                "password": "FHC93kkB",
                "role": "District Operations Coordinator",
                "userId": "b7216729-f957-4631-be34-e93d790abb61"
              },
              {
                "emailLabelUrl": "https://moist-pop.com/",
                "password": "I5JXncKt",
                "role": "Internal Integration Technician",
                "userId": "177e363b-8de9-46bc-8772-c5ba93613f4d"
              }
            ]
          },
          "carrierCode": "FDXG",
          "completedCodDetail": {
            "codCollectionAmount": {
              "amount": 4128.94,
              "currency": "VND"
            }
          },
          "completedEtdDetail": {
            "folderId": "8BKDQIezO2YHqcy0",
            "type": "PRO_FORMA_INVOICE",
            "uploadDocumentReferenceDetails": [
              {
                "documentId": "zQXjsXaWnZ1yJ9wT"
              },
              {
                "documentId": "iaKuKToottSno8Xk"
              },
              {
                "documentId": "BTxXVEFYrAenBY5C"
              },
              {
                "documentId": "VOM5OjGtAJtbAlkF"
              },
              {
                "documentId": "XadGBRPUkzEgMVUL"
              }
            ]
          },
          "completedHoldAtLocationDetail": {
            "holdingLocation": {
              "address": {
                "city": "Beverly Hills",
                "countryCode": "US",
                "postalCode": "38127",
                "residential": false,
                "stateOrProvinceCode": "CA",
                "streetLines": [
                  "10 FedEx Parkway",
                  "Suite 302"
                ]
              },
              "contact": {
                "companyName": "Fedex",
                "emailAddress": "sample@company.com",
                "faxNumber": "1234567890",
                "pagerNumber": "6127812",
                "personName": "John Taylor",
                "phoneExtension": "91",
                "phoneNumber": "1234567890",
                "title": "title",
                "tollFreePhoneNumber": "6127812"
              }
            },
            "holdingLocationType": "FEDEX_STAFFED"
          },
          "completedPackageDetails": [
            {
              "dryIceWeight": {
                "units": "KG",
                "value": 68
              },
              "groupNumber": 4,
              "hazardousPackageDetail": {
                "accessibility": "INACCESSIBLE",
                "cargoAircraftOnly": true,
                "containers": [
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "BRfanU3r2P",
                          "hazardClass": "8",
                          "id": "UN0433",
                          "labelText": "Flammable",
                          "packingGroup": "I",
                          "packingInstructions": "None",
                          "properShippingName": "Paint",
                          "properShippingNameAndDescription": "Accumulators, pressurized",
                          "sequenceNumber": 3,
                          "specialProvisions": "A35",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "B"
                        },
                        "massPoints": 47.34,
                        "netExplosiveDetail": {
                          "amount": 7.34,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "g"
                        },
                        "options": {
                          "description": {
                            "authorization": "CSVuzGaAm5",
                            "hazardClass": "3",
                            "id": "UN1296",
                            "labelText": "Flammable Liquid",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 91.36,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Ethanol",
                            "reportableQuantity": true,
                            "sequenceNumber": 4,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "ymLDHMXZGh"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 2.03,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 6.34,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 40.86,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 37.17,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 49.26,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "T2Itubf97IpCzYL",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 31.56,
                            "quantityType": "GROSS",
                            "units": "Kg"
                          }
                        },
                        "quantity": {
                          "amount": 2.3,
                          "quantityType": "GROSS",
                          "units": "L"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "KyHTWSNTQK",
                          "hazardClass": "8",
                          "id": "UN3605",
                          "labelText": "Toxic",
                          "packingGroup": "II",
                          "packingInstructions": "PI-965",
                          "properShippingName": "Paint",
                          "properShippingNameAndDescription": "Accumulators, pressurized",
                          "sequenceNumber": 1,
                          "specialProvisions": "A27",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "D",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "D"
                        },
                        "massPoints": 1.43,
                        "netExplosiveDetail": {
                          "amount": 5.19,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "Wqszw3NCY9",
                            "hazardClass": "8",
                            "id": "UN5949",
                            "labelText": "Flammable Liquid",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "NonBulk"
                            },
                            "packingGroup": "I",
                            "percentage": 19.05,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Paint",
                            "reportableQuantity": true,
                            "sequenceNumber": 1,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "mldqtEsDnq"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 13.05,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 29.32,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "urRzBF5aUaTrPvZ",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 31.36,
                            "quantityType": "GROSS",
                            "units": "L"
                          }
                        },
                        "quantity": {
                          "amount": 32.63,
                          "quantityType": "GROSS",
                          "units": "L"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "nH89omZO07",
                          "hazardClass": "8",
                          "id": "UN5302",
                          "labelText": "Toxic",
                          "packingGroup": "III",
                          "packingInstructions": "PI-966",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Accumulators, pressurized",
                          "sequenceNumber": 4,
                          "specialProvisions": "A68",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "D",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "A"
                        },
                        "massPoints": 28.04,
                        "netExplosiveDetail": {
                          "amount": 6.36,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "g"
                        },
                        "options": {
                          "description": {
                            "authorization": "cinHGnHYu4",
                            "hazardClass": "8",
                            "id": "UN2704",
                            "labelText": "Flammable Liquid",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "NonBulk"
                            },
                            "packingGroup": "I",
                            "percentage": 23.42,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Ethanol",
                            "reportableQuantity": true,
                            "sequenceNumber": 3,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "kvLFmUKTzF"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 3.92,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 49.41,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "0KV1awTSQroEAHi",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 30.76,
                            "quantityType": "GROSS",
                            "units": "Kg"
                          }
                        },
                        "quantity": {
                          "amount": 1.91,
                          "quantityType": "GROSS",
                          "units": "Kg"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "J391vqqhrQ",
                          "hazardClass": "3",
                          "id": "UN3296",
                          "labelText": "Flammable",
                          "packingGroup": "II",
                          "packingInstructions": "PI-966",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Accumulators, pressurized",
                          "sequenceNumber": 1,
                          "specialProvisions": "A75",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "D",
                          "technicalName": "Acetal",
                          "tunnelRestrictionCode": "C"
                        },
                        "massPoints": 93.57,
                        "netExplosiveDetail": {
                          "amount": 4.9,
                          "type": "TOTAL_WEIGHT",
                          "units": "g"
                        },
                        "options": {
                          "description": {
                            "authorization": "Sl1uzcu6ZN",
                            "hazardClass": "8",
                            "id": "UN4711",
                            "labelText": "Flammable Liquid",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "NonBulk"
                            },
                            "packingGroup": "I",
                            "percentage": 84.38,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Ethanol",
                            "reportableQuantity": true,
                            "sequenceNumber": 1,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "vGbVrrHmIj"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 25.61,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 8.2,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 39.39,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 7.11,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 13.32,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "j8iMH7Fl09nmfty",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 15.45,
                            "quantityType": "GROSS",
                            "units": "ml"
                          }
                        },
                        "quantity": {
                          "amount": 6.4,
                          "quantityType": "GROSS",
                          "units": "ml"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "THcuTdWJ4G",
                          "hazardClass": "3",
                          "id": "UN2336",
                          "labelText": "Flammable",
                          "packingGroup": "III",
                          "packingInstructions": "None",
                          "properShippingName": "Paint",
                          "properShippingNameAndDescription": "Paint, flammable",
                          "sequenceNumber": 1,
                          "specialProvisions": "A56",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "B"
                        },
                        "massPoints": 42.31,
                        "netExplosiveDetail": {
                          "amount": 5.29,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "yl9t46uZWI",
                            "hazardClass": "2.3",
                            "id": "UN0251",
                            "labelText": "Flammable Liquid",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 21.25,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Acetal",
                            "reportableQuantity": true,
                            "sequenceNumber": 4,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "CPsLPHUpcL"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 5.81,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 2.36,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 49.48,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "XXmptR33DhfimBT",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 2.63,
                            "quantityType": "GROSS",
                            "units": "ml"
                          }
                        },
                        "quantity": {
                          "amount": 43.52,
                          "quantityType": "GROSS",
                          "units": "Kg"
                        }
                      }
                    ],
                    "qvalue": 0.84
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "eb3ysTdU0h",
                          "hazardClass": "8",
                          "id": "UN1739",
                          "labelText": "Toxic",
                          "packingGroup": "I",
                          "packingInstructions": "PI-966",
                          "properShippingName": "Paint",
                          "properShippingNameAndDescription": "Paint, flammable",
                          "sequenceNumber": 1,
                          "specialProvisions": "A28",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Acetal",
                          "tunnelRestrictionCode": "C"
                        },
                        "massPoints": 49.92,
                        "netExplosiveDetail": {
                          "amount": 5.45,
                          "type": "TOTAL_WEIGHT",
                          "units": "g"
                        },
                        "options": {
                          "description": {
                            "authorization": "PGGfiZSgsu",
                            "hazardClass": "2.3",
                            "id": "UN5965",
                            "labelText": "Corrosive",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "NonBulk"
                            },
                            "packingGroup": "I",
                            "percentage": 34.81,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Fuel",
                            "reportableQuantity": true,
                            "sequenceNumber": 1,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "akbXJnLBgG"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 46.13,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 40.6,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 45.57,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 24.44,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "3pKyZJKjbwAwNlw",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 2.73,
                            "quantityType": "GROSS",
                            "units": "ml"
                          }
                        },
                        "quantity": {
                          "amount": 43.45,
                          "quantityType": "GROSS",
                          "units": "Kg"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "x1w73eiUgn",
                          "hazardClass": "3",
                          "id": "UN5616",
                          "labelText": "Toxic",
                          "packingGroup": "III",
                          "packingInstructions": "PI-965",
                          "properShippingName": "Paint",
                          "properShippingNameAndDescription": "Paint, flammable",
                          "sequenceNumber": 5,
                          "specialProvisions": "A48",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "A"
                        },
                        "massPoints": 23.3,
                        "netExplosiveDetail": {
                          "amount": 6.18,
                          "type": "TOTAL_WEIGHT",
                          "units": "g"
                        },
                        "options": {
                          "description": {
                            "authorization": "gHOT4caI3M",
                            "hazardClass": "8",
                            "id": "UN9828",
                            "labelText": "Toxic",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 8.25,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Paint",
                            "reportableQuantity": true,
                            "sequenceNumber": 2,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "IUBACwmWIK"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 22.09,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 28.46,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "X44gk1DrE8OARgK",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 30.66,
                            "quantityType": "GROSS",
                            "units": "L"
                          }
                        },
                        "quantity": {
                          "amount": 48.78,
                          "quantityType": "GROSS",
                          "units": "L"
                        }
                      }
                    ],
                    "qvalue": 0.42
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "OGWjkP3CNn",
                          "hazardClass": "8",
                          "id": "UN7890",
                          "labelText": "Flammable",
                          "packingGroup": "I",
                          "packingInstructions": "PI-966",
                          "properShippingName": "Paint",
                          "properShippingNameAndDescription": "Accumulators, pressurized",
                          "sequenceNumber": 2,
                          "specialProvisions": "A91",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "D",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "D"
                        },
                        "massPoints": 21.64,
                        "netExplosiveDetail": {
                          "amount": 5.58,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "g"
                        },
                        "options": {
                          "description": {
                            "authorization": "mLQCz248tb",
                            "hazardClass": "3",
                            "id": "UN4973",
                            "labelText": "Corrosive",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 6.52,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Fuel",
                            "reportableQuantity": true,
                            "sequenceNumber": 5,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "SPAOXbqYLt"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 46.92,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 46.28,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "BmitDleRWw4g3in",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 45.04,
                            "quantityType": "GROSS",
                            "units": "L"
                          }
                        },
                        "quantity": {
                          "amount": 39.21,
                          "quantityType": "GROSS",
                          "units": "ml"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "D6LY8pkGwr",
                          "hazardClass": "3",
                          "id": "UN7646",
                          "labelText": "Flammable",
                          "packingGroup": "II",
                          "packingInstructions": "PI-965",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Paint, flammable",
                          "sequenceNumber": 2,
                          "specialProvisions": "A45",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "D",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "D"
                        },
                        "massPoints": 43.05,
                        "netExplosiveDetail": {
                          "amount": 6.72,
                          "type": "TOTAL_WEIGHT",
                          "units": "g"
                        },
                        "options": {
                          "description": {
                            "authorization": "Uj3L2vjExd",
                            "hazardClass": "2.3",
                            "id": "UN6938",
                            "labelText": "Flammable Liquid",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 32.13,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Fuel",
                            "reportableQuantity": true,
                            "sequenceNumber": 3,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "oSxsaveUgJ"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 11.67,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 48.91,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "qWkgwLUbwxGsmTp",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 12.4,
                            "quantityType": "GROSS",
                            "units": "Kg"
                          }
                        },
                        "quantity": {
                          "amount": 35.53,
                          "quantityType": "GROSS",
                          "units": "ml"
                        }
                      }
                    ],
                    "qvalue": 0.58
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "KNRB8UmlzW",
                          "hazardClass": "3",
                          "id": "UN0506",
                          "labelText": "Toxic",
                          "packingGroup": "III",
                          "packingInstructions": "PI-965",
                          "properShippingName": "Paint",
                          "properShippingNameAndDescription": "Accumulators, pressurized",
                          "sequenceNumber": 2,
                          "specialProvisions": "A06",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "A"
                        },
                        "massPoints": 90.82,
                        "netExplosiveDetail": {
                          "amount": 5.45,
                          "type": "TOTAL_WEIGHT",
                          "units": "g"
                        },
                        "options": {
                          "description": {
                            "authorization": "FaAVGf5swY",
                            "hazardClass": "2.3",
                            "id": "UN9846",
                            "labelText": "Flammable Liquid",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "NonBulk"
                            },
                            "packingGroup": "I",
                            "percentage": 82.41,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Fuel",
                            "reportableQuantity": true,
                            "sequenceNumber": 5,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "ZmsVioozdF"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 1.17,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "eBDOb0K6tdXVgVt",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 9.14,
                            "quantityType": "GROSS",
                            "units": "ml"
                          }
                        },
                        "quantity": {
                          "amount": 18.96,
                          "quantityType": "GROSS",
                          "units": "Kg"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "bAHqLM3r9G",
                          "hazardClass": "8",
                          "id": "UN7874",
                          "labelText": "Toxic",
                          "packingGroup": "II",
                          "packingInstructions": "PI-966",
                          "properShippingName": "Paint",
                          "properShippingNameAndDescription": "Paint, flammable",
                          "sequenceNumber": 1,
                          "specialProvisions": "A53",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "D",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "C"
                        },
                        "massPoints": 32.24,
                        "netExplosiveDetail": {
                          "amount": 7.26,
                          "type": "TOTAL_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "mIAkjhAVWZ",
                            "hazardClass": "3",
                            "id": "UN6934",
                            "labelText": "Flammable Liquid",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 7.69,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Acetal",
                            "reportableQuantity": true,
                            "sequenceNumber": 4,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "bJSvxEboRI"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 44.03,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 45.8,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 42.79,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 29.74,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "KydVpvDguyfvLsE",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 22.38,
                            "quantityType": "GROSS",
                            "units": "Kg"
                          }
                        },
                        "quantity": {
                          "amount": 1.38,
                          "quantityType": "GROSS",
                          "units": "Kg"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "7Z3B04vZJG",
                          "hazardClass": "3",
                          "id": "UN7054",
                          "labelText": "Flammable",
                          "packingGroup": "III",
                          "packingInstructions": "PI-965",
                          "properShippingName": "Paint",
                          "properShippingNameAndDescription": "Accumulators, pressurized",
                          "sequenceNumber": 2,
                          "specialProvisions": "A40",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "D"
                        },
                        "massPoints": 34.45,
                        "netExplosiveDetail": {
                          "amount": 4.29,
                          "type": "TOTAL_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "RvdgPzmDiL",
                            "hazardClass": "2.3",
                            "id": "UN4309",
                            "labelText": "Toxic",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "NonBulk"
                            },
                            "packingGroup": "I",
                            "percentage": 83.7,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Fuel",
                            "reportableQuantity": true,
                            "sequenceNumber": 2,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "TNQzDlWsMw"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 7.72,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 15.7,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 22.38,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 25.49,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 34.87,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "hWgwOm6zVseNaAi",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 37.5,
                            "quantityType": "GROSS",
                            "units": "L"
                          }
                        },
                        "quantity": {
                          "amount": 31.32,
                          "quantityType": "GROSS",
                          "units": "Kg"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "VYnRd6e2Pz",
                          "hazardClass": "3",
                          "id": "UN9376",
                          "labelText": "Flammable",
                          "packingGroup": "I",
                          "packingInstructions": "None",
                          "properShippingName": "Paint",
                          "properShippingNameAndDescription": "Accumulators, pressurized",
                          "sequenceNumber": 4,
                          "specialProvisions": "A04",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "D",
                          "technicalName": "Acetal",
                          "tunnelRestrictionCode": "B"
                        },
                        "massPoints": 67.94,
                        "netExplosiveDetail": {
                          "amount": 3.01,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "CSh6Do4Bhx",
                            "hazardClass": "8",
                            "id": "UN8299",
                            "labelText": "Flammable Liquid",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "NonBulk"
                            },
                            "packingGroup": "I",
                            "percentage": 19.82,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Fuel",
                            "reportableQuantity": true,
                            "sequenceNumber": 4,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "fGYHlUtedT"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 2.1,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "RAuShE7Le8kqgjS",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 24.33,
                            "quantityType": "GROSS",
                            "units": "L"
                          }
                        },
                        "quantity": {
                          "amount": 4.54,
                          "quantityType": "GROSS",
                          "units": "L"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "BrQrhax7Sx",
                          "hazardClass": "8",
                          "id": "UN1075",
                          "labelText": "Flammable",
                          "packingGroup": "II",
                          "packingInstructions": "PI-966",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Paint, flammable",
                          "sequenceNumber": 2,
                          "specialProvisions": "A11",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "D",
                          "technicalName": "Acetal",
                          "tunnelRestrictionCode": "B"
                        },
                        "massPoints": 59.29,
                        "netExplosiveDetail": {
                          "amount": 2.19,
                          "type": "TOTAL_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "Ji32Z0SqvJ",
                            "hazardClass": "3",
                            "id": "UN8983",
                            "labelText": "Corrosive",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 26.55,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Paint",
                            "reportableQuantity": true,
                            "sequenceNumber": 2,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "jGrOoMgEdA"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 37.03,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "M1WrCvoDRxSQVYE",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 20.04,
                            "quantityType": "GROSS",
                            "units": "ml"
                          }
                        },
                        "quantity": {
                          "amount": 15.24,
                          "quantityType": "GROSS",
                          "units": "Kg"
                        }
                      }
                    ],
                    "qvalue": 0.96
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "ykGnmVDpC2",
                          "hazardClass": "3",
                          "id": "UN9385",
                          "labelText": "Flammable",
                          "packingGroup": "I",
                          "packingInstructions": "PI-965",
                          "properShippingName": "Paint",
                          "properShippingNameAndDescription": "Paint, flammable",
                          "sequenceNumber": 4,
                          "specialProvisions": "A94",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "D",
                          "technicalName": "Acetal",
                          "tunnelRestrictionCode": "E"
                        },
                        "massPoints": 47.69,
                        "netExplosiveDetail": {
                          "amount": 8.91,
                          "type": "TOTAL_WEIGHT",
                          "units": "g"
                        },
                        "options": {
                          "description": {
                            "authorization": "vgI4D3lYrh",
                            "hazardClass": "8",
                            "id": "UN0756",
                            "labelText": "Corrosive",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "NonBulk"
                            },
                            "packingGroup": "I",
                            "percentage": 84.14,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Fuel",
                            "reportableQuantity": true,
                            "sequenceNumber": 4,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "ueDMRqLEYA"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 35.44,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 27.94,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "OCSP7jWNFNICjfl",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 18.49,
                            "quantityType": "GROSS",
                            "units": "Kg"
                          }
                        },
                        "quantity": {
                          "amount": 22.76,
                          "quantityType": "GROSS",
                          "units": "L"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "vlojegOWUo",
                          "hazardClass": "3",
                          "id": "UN3639",
                          "labelText": "Toxic",
                          "packingGroup": "III",
                          "packingInstructions": "PI-966",
                          "properShippingName": "Paint",
                          "properShippingNameAndDescription": "Accumulators, pressurized",
                          "sequenceNumber": 5,
                          "specialProvisions": "A26",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Acetal",
                          "tunnelRestrictionCode": "B"
                        },
                        "massPoints": 31.9,
                        "netExplosiveDetail": {
                          "amount": 3.12,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "vnOUgwDwlj",
                            "hazardClass": "3",
                            "id": "UN1006",
                            "labelText": "Toxic",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 81.65,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Ethanol",
                            "reportableQuantity": true,
                            "sequenceNumber": 5,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "HEuzdlCwff"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 30.95,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 32.51,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 38.16,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "Z2kO4jtKy7OICxK",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 32.53,
                            "quantityType": "GROSS",
                            "units": "ml"
                          }
                        },
                        "quantity": {
                          "amount": 42.92,
                          "quantityType": "GROSS",
                          "units": "Kg"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "Mg6walUGJf",
                          "hazardClass": "8",
                          "id": "UN1493",
                          "labelText": "Toxic",
                          "packingGroup": "II",
                          "packingInstructions": "PI-966",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Paint, flammable",
                          "sequenceNumber": 5,
                          "specialProvisions": "A33",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Acetal",
                          "tunnelRestrictionCode": "B"
                        },
                        "massPoints": 79.31,
                        "netExplosiveDetail": {
                          "amount": 4.59,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "1Bji46MQWx",
                            "hazardClass": "8",
                            "id": "UN1050",
                            "labelText": "Flammable Liquid",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 28.96,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Paint",
                            "reportableQuantity": true,
                            "sequenceNumber": 2,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "EYskYVyNnJ"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 7.65,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 11.23,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "5Sba56bbTGpMIOL",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 11.84,
                            "quantityType": "GROSS",
                            "units": "Kg"
                          }
                        },
                        "quantity": {
                          "amount": 28.13,
                          "quantityType": "GROSS",
                          "units": "Kg"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "8rR6VNbfjT",
                          "hazardClass": "8",
                          "id": "UN5233",
                          "labelText": "Toxic",
                          "packingGroup": "I",
                          "packingInstructions": "None",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Accumulators, pressurized",
                          "sequenceNumber": 4,
                          "specialProvisions": "A29",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Acetal",
                          "tunnelRestrictionCode": "B"
                        },
                        "massPoints": 15.23,
                        "netExplosiveDetail": {
                          "amount": 9.54,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "g"
                        },
                        "options": {
                          "description": {
                            "authorization": "ZUnwzaTG4u",
                            "hazardClass": "8",
                            "id": "UN4394",
                            "labelText": "Corrosive",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "NonBulk"
                            },
                            "packingGroup": "I",
                            "percentage": 42.66,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Acetal",
                            "reportableQuantity": true,
                            "sequenceNumber": 1,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "dMidQKuxfw"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 9.24,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 22.81,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 36.86,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "6qvqXM9vtWs36KJ",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 6.99,
                            "quantityType": "GROSS",
                            "units": "ml"
                          }
                        },
                        "quantity": {
                          "amount": 25.36,
                          "quantityType": "GROSS",
                          "units": "ml"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "QMsYIcJ3fT",
                          "hazardClass": "8",
                          "id": "UN4164",
                          "labelText": "Flammable",
                          "packingGroup": "II",
                          "packingInstructions": "None",
                          "properShippingName": "Paint",
                          "properShippingNameAndDescription": "Paint, flammable",
                          "sequenceNumber": 5,
                          "specialProvisions": "A18",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "A"
                        },
                        "massPoints": 99.87,
                        "netExplosiveDetail": {
                          "amount": 9.61,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "g"
                        },
                        "options": {
                          "description": {
                            "authorization": "EiZed75q0t",
                            "hazardClass": "8",
                            "id": "UN8464",
                            "labelText": "Corrosive",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 49.62,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Paint",
                            "reportableQuantity": true,
                            "sequenceNumber": 1,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "CtAHWJOWjA"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 38.14,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 18.25,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 39.39,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "u0ExHQvBDua7mg2",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 22.49,
                            "quantityType": "GROSS",
                            "units": "Kg"
                          }
                        },
                        "quantity": {
                          "amount": 47.7,
                          "quantityType": "GROSS",
                          "units": "ml"
                        }
                      }
                    ],
                    "qvalue": 0.46
                  }
                ],
                "labelType": "II_YELLOW",
                "radioactiveTransportIndex": 4.7,
                "referenceId": "716170",
                "regulation": "DOT"
              },
              "operationalDetail": {
                "astraHandlingText": "Standard",
                "barcodes": {
                  "binaryBarcodes": [
                    {
                      "type": "COMMON-2D",
                      "value": [
                        "value",
                        "value"
                      ]
                    },
                    {
                      "type": "POSTAL-1D",
                      "value": [
                        "value",
                        "value"
                      ]
                    },
                    {
                      "type": "COMMON-2D",
                      "value": [
                        "value",
                        "value"
                      ]
                    },
                    {
                      "type": "POSTAL-1D",
                      "value": [
                        "value",
                        "value"
                      ]
                    }
                  ],
                  "stringBarcodes": [
                    {
                      "type": "ADDRESS",
                      "value": "1406102625855769849418920683014240"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "8312047589800056954889967070239078"
                    },
                    {
                      "type": "GROUND",
                      "value": "6609669859039648314286118196431277"
                    }
                  ]
                },
                "operationalInstructions": [
                  {
                    "content": "THIS SIDE UP",
                    "number": 10
                  },
                  {
                    "content": "SECURED",
                    "number": 1
                  }
                ]
              },
              "oversizeClass": "OVERSIZE_2",
              "packageRating": {
                "actualRateType": "PAYOR_ACCOUNT_PACKAGE",
                "effectiveNetDiscount": 46.95,
                "packageRateDetails": [
                  {
                    "baseCharge": 114.8,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "EUR",
                    "minimumChargeType": "ACTUAL",
                    "netCharge": 71.18,
                    "netFedExCharge": 178.49,
                    "netFreight": 50.74,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 3173.8,
                          "currency": "PEN"
                        },
                        "description": "Overweight package",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 3328.58,
                          "currency": "MKD"
                        },
                        "description": "Residential Delivery",
                        "level": "SHIPMENT",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 800.44,
                          "currency": "IDR"
                        },
                        "description": "Overweight package",
                        "level": "PACKAGE",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 41.75,
                    "totalRebates": 3.02,
                    "totalSurcharges": 1.59,
                    "totalTaxes": 3.24
                  },
                  {
                    "baseCharge": 192.27,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "GBP",
                    "minimumChargeType": "ACTUAL",
                    "netCharge": 185.49,
                    "netFedExCharge": 127.07,
                    "netFreight": 114.14,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 1382.31,
                          "currency": "VES"
                        },
                        "description": "Fuel Surcharge",
                        "level": "PACKAGE",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 607.48,
                          "currency": "IQD"
                        },
                        "description": "Residential Delivery",
                        "level": "PACKAGE",
                        "surchargeType": "FUEL_SURCHARGE"
                      }
                    ],
                    "totalFreightDiscounts": 6.36,
                    "totalRebates": 1.8,
                    "totalSurcharges": 18.48,
                    "totalTaxes": 1.91
                  },
                  {
                    "baseCharge": 109.8,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "GBP",
                    "minimumChargeType": "ACTUAL",
                    "netCharge": 175.32,
                    "netFedExCharge": 163.07,
                    "netFreight": 134.89,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_ACCOUNT_PACKAGE",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 3203.41,
                          "currency": "SEK"
                        },
                        "description": "Fuel Surcharge",
                        "level": "PACKAGE",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 1025.32,
                          "currency": "VES"
                        },
                        "description": "Residential Delivery",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 42.24,
                    "totalRebates": 1.89,
                    "totalSurcharges": 3.41,
                    "totalTaxes": 0.88
                  }
                ]
              },
              "sequenceNumber": 6,
              "signatureOption": "INDIRECT",
              "trackingIds": [
                {
                  "formId": "4834",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "51972246112281166512",
                  "uspsApplicationId": "29"
                },
                {
                  "formId": "9568",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "96431474392323227494",
                  "uspsApplicationId": "04"
                }
              ]
            },
            {
              "dryIceWeight": {
                "units": "KG",
                "value": 68
              },
              "groupNumber": 5,
              "hazardousPackageDetail": {
                "accessibility": "ACCESSIBLE",
                "cargoAircraftOnly": false,
                "containers": [
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "j72Zd5lun9",
                          "hazardClass": "8",
                          "id": "UN4776",
                          "labelText": "Flammable",
                          "packingGroup": "III",
                          "packingInstructions": "None",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Paint, flammable",
                          "sequenceNumber": 1,
                          "specialProvisions": "A13",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "A"
                        },
                        "massPoints": 84.04,
                        "netExplosiveDetail": {
                          "amount": 1.02,
                          "type": "TOTAL_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "6S8lP1JeJu",
                            "hazardClass": "2.3",
                            "id": "UN1517",
                            "labelText": "Toxic",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 33.48,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Fuel",
                            "reportableQuantity": true,
                            "sequenceNumber": 3,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "fBMXlyOtGX"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 18.26,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 39.66,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 18.66,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 2.79,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "tSR2mwwxXrfq4Y0",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 43.19,
                            "quantityType": "GROSS",
                            "units": "Kg"
                          }
                        },
                        "quantity": {
                          "amount": 15.45,
                          "quantityType": "GROSS",
                          "units": "Kg"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "gxYbVu93Ja",
                          "hazardClass": "8",
                          "id": "UN6199",
                          "labelText": "Flammable",
                          "packingGroup": "I",
                          "packingInstructions": "PI-965",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Paint, flammable",
                          "sequenceNumber": 3,
                          "specialProvisions": "A44",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "D",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "B"
                        },
                        "massPoints": 5.37,
                        "netExplosiveDetail": {
                          "amount": 1.45,
                          "type": "TOTAL_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "Xc8PZIPaut",
                            "hazardClass": "3",
                            "id": "UN2019",
                            "labelText": "Corrosive",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 23.83,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Ethanol",
                            "reportableQuantity": true,
                            "sequenceNumber": 5,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "ZTfPGoHwDC"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 23.57,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 36.84,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 8.29,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 9.5,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "sYUJwHdpjfkPZTJ",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 45.59,
                            "quantityType": "GROSS",
                            "units": "ml"
                          }
                        },
                        "quantity": {
                          "amount": 17.21,
                          "quantityType": "GROSS",
                          "units": "Kg"
                        }
                      }
                    ],
                    "qvalue": 0.06
                  }
                ],
                "labelType": "II_YELLOW",
                "radioactiveTransportIndex": 2.37,
                "referenceId": "217422",
                "regulation": "ADR"
              },
              "operationalDetail": {
                "astraHandlingText": "Keep Dry",
                "barcodes": {
                  "binaryBarcodes": [
                    {
                      "type": "POSTAL-1D",
                      "value": [
                        "value",
                        "value"
                      ]
                    },
                    {
                      "type": "COMMON-2D",
                      "value": [
                        "value",
                        "value"
                      ]
                    },
                    {
                      "type": "COMMON-2D",
                      "value": [
                        "value",
                        "value"
                      ]
                    },
                    {
                      "type": "COMMON-2D",
                      "value": [
                        "value",
                        "value"
                      ]
                    },
                    {
                      "type": "COMMON-2D",
                      "value": [
                        "value",
                        "value"
                      ]
                    }
                  ],
                  "stringBarcodes": [
                    {
                      "type": "GROUND",
                      "value": "7996672978525132334363833228638872"
                    },
                    {
                      "type": "GROUND",
                      "value": "2980410239759808783829280766166633"
                    }
                  ]
                },
                "operationalInstructions": [
                  {
                    "content": "SECURED",
                    "number": 17
                  },
                  {
                    "content": "THIS SIDE UP",
                    "number": 14
                  },
                  {
                    "content": "SECURED",
                    "number": 16
                  }
                ]
              },
              "oversizeClass": "OVERSIZE_1",
              "packageRating": {
                "actualRateType": "PAYOR_ACCOUNT_PACKAGE",
                "effectiveNetDiscount": 1.83,
                "packageRateDetails": [
                  {
                    "baseCharge": 80.49,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "GBP",
                    "minimumChargeType": "ACTUAL",
                    "netCharge": 183.83,
                    "netFedExCharge": 164.57,
                    "netFreight": 139.56,
                    "ratedWeightMethod": "ACTUAL",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 987.1,
                          "currency": "BRL"
                        },
                        "description": "Fuel Surcharge",
                        "level": "PACKAGE",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 516.15,
                          "currency": "INR"
                        },
                        "description": "Residential Delivery",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 234.61,
                          "currency": "PLN"
                        },
                        "description": "Fuel Surcharge",
                        "level": "SHIPMENT",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 4120.31,
                          "currency": "XPF"
                        },
                        "description": "Overweight package",
                        "level": "SHIPMENT",
                        "surchargeType": "FUEL_SURCHARGE"
                      }
                    ],
                    "totalFreightDiscounts": 37.26,
                    "totalRebates": 0.03,
                    "totalSurcharges": 11.73,
                    "totalTaxes": 1.88
                  },
                  {
                    "baseCharge": 102.02,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "MINIMUM_CHARGE",
                    "netCharge": 156.9,
                    "netFedExCharge": 67.85,
                    "netFreight": 55.04,
                    "ratedWeightMethod": "ACTUAL",
                    "rateType": "PAYOR_ACCOUNT_PACKAGE",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 4602.34,
                          "currency": "ZMW"
                        },
                        "description": "Fuel Surcharge",
                        "level": "SHIPMENT",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 1340.36,
                          "currency": "KES"
                        },
                        "description": "Fuel Surcharge",
                        "level": "PACKAGE",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 1404.37,
                          "currency": "BYN"
                        },
                        "description": "Residential Delivery",
                        "level": "SHIPMENT",
                        "surchargeType": "FUEL_SURCHARGE"
                      }
                    ],
                    "totalFreightDiscounts": 33.12,
                    "totalRebates": 0.67,
                    "totalSurcharges": 17.8,
                    "totalTaxes": 7.72
                  }
                ]
              },
              "sequenceNumber": 2,
              "signatureOption": "DIRECT",
              "trackingIds": [
                {
                  "formId": "9400",
                  "trackingIdType": "GROUND",
                  "trackingNumber": "79125823666872045668",
                  "uspsApplicationId": "10"
                },
                {
                  "formId": "4540",
                  "trackingIdType": "GROUND",
                  "trackingNumber": "25501845535166068987",
                  "uspsApplicationId": "05"
                },
                {
                  "formId": "9299",
                  "trackingIdType": "FREIGHT",
                  "trackingNumber": "50943590538557053182",
                  "uspsApplicationId": "43"
                },
                {
                  "formId": "0962",
                  "trackingIdType": "FREIGHT",
                  "trackingNumber": "32054738998285786954",
                  "uspsApplicationId": "50"
                },
                {
                  "formId": "4709",
                  "trackingIdType": "FREIGHT",
                  "trackingNumber": "01327716672975301945",
                  "uspsApplicationId": "75"
                }
              ]
            },
            {
              "dryIceWeight": {
                "units": "KG",
                "value": 68
              },
              "groupNumber": 4,
              "hazardousPackageDetail": {
                "accessibility": "INACCESSIBLE",
                "cargoAircraftOnly": false,
                "containers": [
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "pmKlV9EBYo",
                          "hazardClass": "3",
                          "id": "UN9833",
                          "labelText": "Flammable",
                          "packingGroup": "II",
                          "packingInstructions": "PI-965",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Accumulators, pressurized",
                          "sequenceNumber": 4,
                          "specialProvisions": "A78",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Acetal",
                          "tunnelRestrictionCode": "C"
                        },
                        "massPoints": 83.95,
                        "netExplosiveDetail": {
                          "amount": 1.88,
                          "type": "TOTAL_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "4zdWSWNDs0",
                            "hazardClass": "3",
                            "id": "UN0121",
                            "labelText": "Flammable Liquid",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "NonBulk"
                            },
                            "packingGroup": "I",
                            "percentage": 29.68,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Fuel",
                            "reportableQuantity": true,
                            "sequenceNumber": 4,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "vsOIrKPxiw"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 32.75,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 45.11,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 1.74,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 48.64,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "ae3S7pbcL9ihoy1",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 18.24,
                            "quantityType": "GROSS",
                            "units": "Kg"
                          }
                        },
                        "quantity": {
                          "amount": 32.78,
                          "quantityType": "GROSS",
                          "units": "Kg"
                        }
                      }
                    ],
                    "qvalue": 0.11
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "IqmWthg6ed",
                          "hazardClass": "8",
                          "id": "UN0607",
                          "labelText": "Flammable",
                          "packingGroup": "I",
                          "packingInstructions": "PI-966",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Accumulators, pressurized",
                          "sequenceNumber": 5,
                          "specialProvisions": "A57",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "D",
                          "technicalName": "Acetal",
                          "tunnelRestrictionCode": "A"
                        },
                        "massPoints": 84.5,
                        "netExplosiveDetail": {
                          "amount": 6.4,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "60Ei7OOY3U",
                            "hazardClass": "3",
                            "id": "UN5936",
                            "labelText": "Flammable Liquid",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 7.21,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Fuel",
                            "reportableQuantity": true,
                            "sequenceNumber": 4,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "BDACufRBAC"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 30.92,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 15.7,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "h8Y4cpZNrslMgpc",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 23.53,
                            "quantityType": "GROSS",
                            "units": "Kg"
                          }
                        },
                        "quantity": {
                          "amount": 42.64,
                          "quantityType": "GROSS",
                          "units": "L"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "g234Nd6nXU",
                          "hazardClass": "8",
                          "id": "UN1463",
                          "labelText": "Flammable",
                          "packingGroup": "III",
                          "packingInstructions": "PI-966",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Accumulators, pressurized",
                          "sequenceNumber": 1,
                          "specialProvisions": "A97",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Acetal",
                          "tunnelRestrictionCode": "C"
                        },
                        "massPoints": 65.09,
                        "netExplosiveDetail": {
                          "amount": 7.56,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "5BxmJHA8r4",
                            "hazardClass": "2.3",
                            "id": "UN0372",
                            "labelText": "Corrosive",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 38.24,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Ethanol",
                            "reportableQuantity": true,
                            "sequenceNumber": 4,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "QuHxJlhOLA"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 34.77,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 46.58,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 10.27,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "WKz4W1somDisrLL",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 19.85,
                            "quantityType": "GROSS",
                            "units": "L"
                          }
                        },
                        "quantity": {
                          "amount": 4.68,
                          "quantityType": "GROSS",
                          "units": "L"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "4KayaLwGXx",
                          "hazardClass": "3",
                          "id": "UN3468",
                          "labelText": "Flammable",
                          "packingGroup": "I",
                          "packingInstructions": "PI-965",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Paint, flammable",
                          "sequenceNumber": 5,
                          "specialProvisions": "A83",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "D",
                          "technicalName": "Acetal",
                          "tunnelRestrictionCode": "E"
                        },
                        "massPoints": 22.89,
                        "netExplosiveDetail": {
                          "amount": 3.73,
                          "type": "TOTAL_WEIGHT",
                          "units": "g"
                        },
                        "options": {
                          "description": {
                            "authorization": "Jk3E4vl1K9",
                            "hazardClass": "8",
                            "id": "UN4816",
                            "labelText": "Corrosive",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 72.1,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Paint",
                            "reportableQuantity": true,
                            "sequenceNumber": 1,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "KKMUsrJydC"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 40.15,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 32.16,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 14.06,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 42.71,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 20,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "mggdhKlkQv4oyo0",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 6.92,
                            "quantityType": "GROSS",
                            "units": "Kg"
                          }
                        },
                        "quantity": {
                          "amount": 43.75,
                          "quantityType": "GROSS",
                          "units": "ml"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "6HZC39DgA8",
                          "hazardClass": "3",
                          "id": "UN8666",
                          "labelText": "Flammable",
                          "packingGroup": "I",
                          "packingInstructions": "PI-965",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Accumulators, pressurized",
                          "sequenceNumber": 5,
                          "specialProvisions": "A58",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "D",
                          "technicalName": "Acetal",
                          "tunnelRestrictionCode": "C"
                        },
                        "massPoints": 91.38,
                        "netExplosiveDetail": {
                          "amount": 8.61,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "g"
                        },
                        "options": {
                          "description": {
                            "authorization": "sa1zE8ikXa",
                            "hazardClass": "2.3",
                            "id": "UN0561",
                            "labelText": "Flammable Liquid",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "NonBulk"
                            },
                            "packingGroup": "I",
                            "percentage": 33.47,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Fuel",
                            "reportableQuantity": true,
                            "sequenceNumber": 1,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "mGmzLiiJMA"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 12.47,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 2.6,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 20.56,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 20.78,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "ILnoeEsSWqK6uXa",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 26.69,
                            "quantityType": "GROSS",
                            "units": "ml"
                          }
                        },
                        "quantity": {
                          "amount": 24.2,
                          "quantityType": "GROSS",
                          "units": "L"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "pSJ1eRv7El",
                          "hazardClass": "3",
                          "id": "UN2830",
                          "labelText": "Toxic",
                          "packingGroup": "I",
                          "packingInstructions": "PI-965",
                          "properShippingName": "Paint",
                          "properShippingNameAndDescription": "Paint, flammable",
                          "sequenceNumber": 3,
                          "specialProvisions": "A30",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "C"
                        },
                        "massPoints": 76.39,
                        "netExplosiveDetail": {
                          "amount": 3.13,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "g"
                        },
                        "options": {
                          "description": {
                            "authorization": "d5mjSJXCVk",
                            "hazardClass": "8",
                            "id": "UN8575",
                            "labelText": "Corrosive",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "NonBulk"
                            },
                            "packingGroup": "I",
                            "percentage": 10.23,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Paint",
                            "reportableQuantity": true,
                            "sequenceNumber": 5,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "oTuAyJxXll"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 10.31,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 16.95,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 15.84,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 48.3,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "muBkTkPm7kuEOo9",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 25.23,
                            "quantityType": "GROSS",
                            "units": "L"
                          }
                        },
                        "quantity": {
                          "amount": 22.3,
                          "quantityType": "GROSS",
                          "units": "L"
                        }
                      }
                    ],
                    "qvalue": 0.33
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "thbVXKvnRA",
                          "hazardClass": "8",
                          "id": "UN8543",
                          "labelText": "Toxic",
                          "packingGroup": "III",
                          "packingInstructions": "PI-966",
                          "properShippingName": "Paint",
                          "properShippingNameAndDescription": "Accumulators, pressurized",
                          "sequenceNumber": 5,
                          "specialProvisions": "A61",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "E"
                        },
                        "massPoints": 58.85,
                        "netExplosiveDetail": {
                          "amount": 7.55,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "g"
                        },
                        "options": {
                          "description": {
                            "authorization": "2AiUtVRmsd",
                            "hazardClass": "2.3",
                            "id": "UN0688",
                            "labelText": "Corrosive",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 65.35,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Paint",
                            "reportableQuantity": true,
                            "sequenceNumber": 3,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "srBnLMfbxH"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 16.96,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 21.33,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "VVhTByVjJWDNIbb",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 24.34,
                            "quantityType": "GROSS",
                            "units": "Kg"
                          }
                        },
                        "quantity": {
                          "amount": 14.91,
                          "quantityType": "GROSS",
                          "units": "L"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "b7Zi4PTHIx",
                          "hazardClass": "8",
                          "id": "UN3416",
                          "labelText": "Toxic",
                          "packingGroup": "I",
                          "packingInstructions": "PI-966",
                          "properShippingName": "Paint",
                          "properShippingNameAndDescription": "Accumulators, pressurized",
                          "sequenceNumber": 1,
                          "specialProvisions": "A80",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "D",
                          "technicalName": "Acetal",
                          "tunnelRestrictionCode": "D"
                        },
                        "massPoints": 67.51,
                        "netExplosiveDetail": {
                          "amount": 9.14,
                          "type": "TOTAL_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "QTh4kUG5kE",
                            "hazardClass": "8",
                            "id": "UN7597",
                            "labelText": "Corrosive",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "NonBulk"
                            },
                            "packingGroup": "I",
                            "percentage": 22.73,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Acetal",
                            "reportableQuantity": true,
                            "sequenceNumber": 5,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "UKRXfktGKs"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 40.85,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 26.61,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 26.75,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "V1UHVrz2sMOuTpm",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 38.91,
                            "quantityType": "GROSS",
                            "units": "Kg"
                          }
                        },
                        "quantity": {
                          "amount": 38.45,
                          "quantityType": "GROSS",
                          "units": "L"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "D5EhN2IfJe",
                          "hazardClass": "3",
                          "id": "UN9176",
                          "labelText": "Flammable",
                          "packingGroup": "II",
                          "packingInstructions": "PI-965",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Paint, flammable",
                          "sequenceNumber": 5,
                          "specialProvisions": "A67",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "D",
                          "technicalName": "Acetal",
                          "tunnelRestrictionCode": "B"
                        },
                        "massPoints": 23.91,
                        "netExplosiveDetail": {
                          "amount": 8.5,
                          "type": "TOTAL_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "2WsnrdhPTt",
                            "hazardClass": "2.3",
                            "id": "UN3239",
                            "labelText": "Toxic",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "NonBulk"
                            },
                            "packingGroup": "I",
                            "percentage": 63.73,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Ethanol",
                            "reportableQuantity": true,
                            "sequenceNumber": 1,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "XAZVFElCBw"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 15.44,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 28.73,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "2vSljd5F186l1o9",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 1.49,
                            "quantityType": "GROSS",
                            "units": "L"
                          }
                        },
                        "quantity": {
                          "amount": 24.6,
                          "quantityType": "GROSS",
                          "units": "ml"
                        }
                      }
                    ],
                    "qvalue": 0.97
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "MTBgc1ZyV1",
                          "hazardClass": "3",
                          "id": "UN9960",
                          "labelText": "Toxic",
                          "packingGroup": "II",
                          "packingInstructions": "PI-965",
                          "properShippingName": "Paint",
                          "properShippingNameAndDescription": "Paint, flammable",
                          "sequenceNumber": 3,
                          "specialProvisions": "A29",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "A"
                        },
                        "massPoints": 69.71,
                        "netExplosiveDetail": {
                          "amount": 4.78,
                          "type": "TOTAL_WEIGHT",
                          "units": "g"
                        },
                        "options": {
                          "description": {
                            "authorization": "G85L9Y4TvD",
                            "hazardClass": "8",
                            "id": "UN6839",
                            "labelText": "Corrosive",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "NonBulk"
                            },
                            "packingGroup": "I",
                            "percentage": 66.55,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Paint",
                            "reportableQuantity": true,
                            "sequenceNumber": 4,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "mLuCMepazT"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 43.16,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 36.51,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 25.12,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 40.26,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "p2s9rFNemngYjqp",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 14.17,
                            "quantityType": "GROSS",
                            "units": "L"
                          }
                        },
                        "quantity": {
                          "amount": 20.55,
                          "quantityType": "GROSS",
                          "units": "Kg"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "aVIGYA5YOa",
                          "hazardClass": "3",
                          "id": "UN6178",
                          "labelText": "Toxic",
                          "packingGroup": "III",
                          "packingInstructions": "PI-965",
                          "properShippingName": "Paint",
                          "properShippingNameAndDescription": "Paint, flammable",
                          "sequenceNumber": 5,
                          "specialProvisions": "A89",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Acetal",
                          "tunnelRestrictionCode": "B"
                        },
                        "massPoints": 24.9,
                        "netExplosiveDetail": {
                          "amount": 6.19,
                          "type": "TOTAL_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "e96gMc4wlB",
                            "hazardClass": "3",
                            "id": "UN6563",
                            "labelText": "Toxic",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 1.44,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Fuel",
                            "reportableQuantity": true,
                            "sequenceNumber": 5,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "rtiofoXaBC"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 31.77,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "DbEAFafdlFiIOGQ",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 26.99,
                            "quantityType": "GROSS",
                            "units": "L"
                          }
                        },
                        "quantity": {
                          "amount": 29.56,
                          "quantityType": "GROSS",
                          "units": "Kg"
                        }
                      }
                    ],
                    "qvalue": 0.14
                  }
                ],
                "labelType": "WHITE_I",
                "radioactiveTransportIndex": 1.08,
                "referenceId": "400724",
                "regulation": "ADR"
              },
              "operationalDetail": {
                "astraHandlingText": "Standard",
                "barcodes": {
                  "binaryBarcodes": [
                    {
                      "type": "COMMON-2D",
                      "value": [
                        "value",
                        "value"
                      ]
                    },
                    {
                      "type": "POSTAL-1D",
                      "value": [
                        "value",
                        "value"
                      ]
                    }
                  ],
                  "stringBarcodes": [
                    {
                      "type": "GROUND",
                      "value": "9131291219421082065327024408535377"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "8557655582308364526454081431938501"
                    }
                  ]
                },
                "operationalInstructions": [
                  {
                    "content": "SECURED",
                    "number": 8
                  },
                  {
                    "content": "DO NOT STACK",
                    "number": 15
                  }
                ]
              },
              "oversizeClass": "OVERSIZE_1",
              "packageRating": {
                "actualRateType": "PAYOR_ACCOUNT_PACKAGE",
                "effectiveNetDiscount": 10.8,
                "packageRateDetails": [
                  {
                    "baseCharge": 111.54,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "CAD",
                    "minimumChargeType": "ACTUAL",
                    "netCharge": 112.75,
                    "netFedExCharge": 143.29,
                    "netFreight": 57.98,
                    "ratedWeightMethod": "ACTUAL",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 867.25,
                          "currency": "SYP"
                        },
                        "description": "Fuel Surcharge",
                        "level": "SHIPMENT",
                        "surchargeType": "FUEL_SURCHARGE"
                      }
                    ],
                    "totalFreightDiscounts": 10.74,
                    "totalRebates": 3.38,
                    "totalSurcharges": 6.47,
                    "totalTaxes": 4.1
                  },
                  {
                    "baseCharge": 155.32,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "ACTUAL",
                    "netCharge": 55.63,
                    "netFedExCharge": 125.82,
                    "netFreight": 101.11,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_ACCOUNT_PACKAGE",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 4949.18,
                          "currency": "ALL"
                        },
                        "description": "Overweight package",
                        "level": "SHIPMENT",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 3471.73,
                          "currency": "KYD"
                        },
                        "description": "Fuel Surcharge",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 206.89,
                          "currency": "MUR"
                        },
                        "description": "Residential Delivery",
                        "level": "SHIPMENT",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 1799.81,
                          "currency": "TTD"
                        },
                        "description": "Residential Delivery",
                        "level": "PACKAGE",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 4420.07,
                          "currency": "SOS"
                        },
                        "description": "Fuel Surcharge",
                        "level": "PACKAGE",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 45.38,
                    "totalRebates": 3.49,
                    "totalSurcharges": 5.17,
                    "totalTaxes": 7.59
                  },
                  {
                    "baseCharge": 181.32,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "ACTUAL",
                    "netCharge": 75.8,
                    "netFedExCharge": 127.67,
                    "netFreight": 85.43,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_ACCOUNT_PACKAGE",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 3092.36,
                          "currency": "KWD"
                        },
                        "description": "Residential Delivery",
                        "level": "PACKAGE",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 4818.63,
                          "currency": "ANG"
                        },
                        "description": "Fuel Surcharge",
                        "level": "PACKAGE",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 1937.81,
                          "currency": "KPW"
                        },
                        "description": "Residential Delivery",
                        "level": "PACKAGE",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 2388.64,
                          "currency": "PHP"
                        },
                        "description": "Fuel Surcharge",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 20.15,
                    "totalRebates": 0.69,
                    "totalSurcharges": 2.81,
                    "totalTaxes": 0.2
                  },
                  {
                    "baseCharge": 119.43,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "EUR",
                    "minimumChargeType": "MINIMUM_CHARGE",
                    "netCharge": 115.49,
                    "netFedExCharge": 89.26,
                    "netFreight": 129.39,
                    "ratedWeightMethod": "ACTUAL",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 2672.46,
                          "currency": "LSL"
                        },
                        "description": "Overweight package",
                        "level": "PACKAGE",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 13.32,
                    "totalRebates": 0.48,
                    "totalSurcharges": 3.47,
                    "totalTaxes": 5.62
                  }
                ]
              },
              "sequenceNumber": 8,
              "signatureOption": "NO_SIGNATURE",
              "trackingIds": [
                {
                  "formId": "7035",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "43657999291510906725",
                  "uspsApplicationId": "89"
                },
                {
                  "formId": "8028",
                  "trackingIdType": "GROUND",
                  "trackingNumber": "33535290169063763735",
                  "uspsApplicationId": "43"
                },
                {
                  "formId": "5399",
                  "trackingIdType": "FREIGHT",
                  "trackingNumber": "95974710485721218864",
                  "uspsApplicationId": "97"
                },
                {
                  "formId": "6526",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "59686210121309511926",
                  "uspsApplicationId": "59"
                }
              ]
            }
          ],
          "documentRequirements": {
            "generationDetails": [
              {
                "electronicSignature": "OPTIONAL",
                "letterhead": "OPTIONAL",
                "minimumCopiesRequired": 3,
                "type": "COMMERCIAL_INVOICE"
              },
              {
                "electronicSignature": "OPTIONAL",
                "letterhead": "OPTIONAL",
                "minimumCopiesRequired": 3,
                "type": "COMMERCIAL_INVOICE"
              },
              {
                "electronicSignature": "OPTIONAL",
                "letterhead": "OPTIONAL",
                "minimumCopiesRequired": 3,
                "type": "COMMERCIAL_INVOICE"
              },
              {
                "electronicSignature": "OPTIONAL",
                "letterhead": "OPTIONAL",
                "minimumCopiesRequired": 3,
                "type": "COMMERCIAL_INVOICE"
              },
              {
                "electronicSignature": "OPTIONAL",
                "letterhead": "OPTIONAL",
                "minimumCopiesRequired": 3,
                "type": "COMMERCIAL_INVOICE"
              }
            ],
            "prohibitedDocuments": [
              "USMCA_CERTIFICATION_OF_ORIGIN"
            ],
            "requiredDocuments": [
              "COMMERCIAL_OR_PRO_FORMA_INVOICE",
              "AIR_WAYBILL"
            ]
          },
          "exportComplianceStatement": "76iJ1mA3u6",
          "hazardousShipmentDetail": {
            "adrLicense": {
              "licenseOrPermitDetail": {
                "effectiveDate": "2025-09-10T00:00:00.0Z",
                "expirationDate": "2027-05-08T00:00:00.0Z",
                "number": "52793"
              }
            },
            "dryIceDetail": {
              "packageCount": 2,
              "processingOptions": {
                "options": [
                  "options"
                ]
              },
              "totalWeight": {
                "units": "KG",
                "value": 68
              }
            },
            "hazardousSummaryDetail": {
              "smallQuantityExceptionPackageCount": 3
            }
          },
          "masterTrackingId": {
            "formId": "7668",
            "trackingIdType": "FREIGHT",
            "trackingNumber": "16061495712261069063",
            "uspsApplicationId": "06"
          },
          "operationalDetail": {
            "airportId": "VPG",
            "astraDescription": "GROUND",
            "astraPlannedServiceLevel": "FuxQxNyMU2AZaCU",
            "commitDate": "2026-08-27T00:00:00.0Z",
            "commitDay": "Tue",
            "countryCode": "CM",
            "customTransitTime": "ONE_DAY",
            "deliveryDate": "2026-08-25T00:00:00.0Z",
            "deliveryDay": "Mon",
            "deliveryEligibilities": [
              "deliveryEligibilities"
            ],
            "destinationLocationId": "KAAh",
            "destinationLocationNumber": 213,
            "destinationLocationStateOrProvinceCode": "IL",
            "destinationServiceArea": "B2",
            "ineligibleForMoneyBackGuarantee": false,
            "maximumTransitTime": "TWO_DAYS",
            "originLocationId": "425",
            "originLocationNumber": 229,
            "originServiceArea": "C3",
            "packagingCode": "67",
            "postalCode": "84359",
            "publishedDeliveryTime": "10:30A",
            "scac": "FDXG",
            "serviceCode": "657",
            "stateOrProvinceCode": "SC",
            "transitTime": "ONE_DAY",
            "ursaPrefixCode": "Ah",
            "ursaSuffixCode": "Yn"
          },
          "packagingDescription": "box",
          "serviceDescription": {
            "astraDescription": "2 DAY FRT",
            "code": "70",
            "description": "Exclusive fault-tolerant moratorium",
            "names": [
              {
                "encoding": "UTF-8",
                "type": "short",
                "value": "RVd"
              },
              {
                "encoding": "UTF-8",
                "type": "short",
                "value": "cVF"
              },
              {
                "encoding": "UTF-8",
                "type": "short",
                "value": "YOo"
              },
              {
                "encoding": "UTF-8",
                "type": "long",
                "value": "Vvr"
              },
              {
                "encoding": "UTF-8",
                "type": "long",
                "value": "rpm"
              }
            ],
            "operatingOrgCodes": [
              "FXE"
            ],
            "serviceCategory": "freight",
            "serviceId": "hflcYlZDLkgH",
            "serviceType": "FEDEX_2_DAY_FREIGHT"
          },
          "shipmentConsolidationDetail": {
            "associatedTrackingIds": [
              {
                "trackingIds": [
                  {
                    "formId": "2835",
                    "trackingIdType": "GROUND",
                    "trackingNumber": "57547285109489897111"
                  },
                  {
                    "formId": "7293",
                    "trackingIdType": "EXPRESS",
                    "trackingNumber": "26047902431011858074"
                  },
                  {
                    "formId": "5582",
                    "trackingIdType": "GROUND",
                    "trackingNumber": "49491439156829268327"
                  },
                  {
                    "formId": "7914",
                    "trackingIdType": "FREIGHT",
                    "trackingNumber": "24417948439503908921"
                  }
                ],
                "type": "CONSOLIDATION_MASTER"
              },
              {
                "trackingIds": [
                  {
                    "formId": "2749",
                    "trackingIdType": "EXPRESS",
                    "trackingNumber": "78470074905916369233"
                  }
                ],
                "type": "CONSOLIDATION_MASTER"
              },
              {
                "trackingIds": [
                  {
                    "formId": "8542",
                    "trackingIdType": "EXPRESS",
                    "trackingNumber": "40878376965149922550"
                  },
                  {
                    "formId": "8185",
                    "trackingIdType": "FREIGHT",
                    "trackingNumber": "18389830762779614710"
                  },
                  {
                    "formId": "0993",
                    "trackingIdType": "FREIGHT",
                    "trackingNumber": "34464211274649460521"
                  },
                  {
                    "formId": "6180",
                    "trackingIdType": "EXPRESS",
                    "trackingNumber": "85951883740265360646"
                  }
                ],
                "type": "CONSOLIDATION_MASTER"
              }
            ],
            "role": "CRN_SHIPMENT",
            "type": "INTERNATIONAL_PRIORITY_DISTRIBUTION"
          },
          "shipmentRating": {
            "actualRateType": "PAYOR_LIST_SHIPMENT",
            "pickupRateDetail": {
              "ancillaryFeesAndTaxes": [
                {
                  "amount": {
                    "currency": "LSL",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "vGLlPFSAgQ",
                  "type": "CLEARANCE_ENTRY_FEE"
                },
                {
                  "amount": {
                    "currency": "ARS",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "7lM8Ij3MHi",
                  "type": "CLEARANCE_ENTRY_FEE"
                },
                {
                  "amount": {
                    "currency": "UZS",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "uq1DaTp7m1",
                  "type": "CLEARANCE_ENTRY_FEE"
                },
                {
                  "amount": {
                    "currency": "DJF",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "iGqOJheyjP",
                  "type": "CLEARANCE_ENTRY_FEE"
                }
              ],
              "currencyExchangeRate": {
                "fromCurrency": "INR",
                "intoCurrency": "SLE",
                "rate": 7.1
              },
              "dutiesAndTaxes": [
                {
                  "harmonizedCode": "614493",
                  "taxes": {
                    "amount": {
                      "currency": "UYU",
                      "value": "CUSTOMS_VALUE"
                    },
                    "appliedPreferentialTradeAgreement": {
                      "description": "scBQghdRza",
                      "id": "oZI5hh",
                      "name": "VAT"
                    },
                    "description": "771VuxAN8f",
                    "effectiveDate": "2026-04-16T00:00:00.0Z",
                    "formula": "MvCK1v9mU3TKj7N",
                    "name": "Sales Tax",
                    "taxableValue": {
                      "currency": "HNL",
                      "value": "CUSTOMS_VALUE"
                    },
                    "taxcode": "IWm02",
                    "taxRates": [
                      {
                        "currency": "EUR",
                        "quantity": 30,
                        "unitOfMeasure": "L",
                        "value": "15"
                      }
                    ],
                    "taxType": "INCENTIVE"
                  },
                  "total": {
                    "currency": "LAK",
                    "value": "CUSTOMS_VALUE"
                  }
                },
                {
                  "harmonizedCode": "578120",
                  "taxes": {
                    "amount": {
                      "currency": "FJD",
                      "value": "CUSTOMS_VALUE"
                    },
                    "appliedPreferentialTradeAgreement": {
                      "description": "PrvcXlgXlb",
                      "id": "vphj72",
                      "name": "VAT"
                    },
                    "description": "SVAB6wwN3Z",
                    "effectiveDate": "2026-05-01T00:00:00.0Z",
                    "formula": "tJDfixMmhnbhj7C",
                    "name": "VAT",
                    "taxableValue": {
                      "currency": "PKR",
                      "value": "CUSTOMS_VALUE"
                    },
                    "taxcode": "blNmJ",
                    "taxRates": [
                      {
                        "currency": "EUR",
                        "quantity": 10,
                        "unitOfMeasure": "L",
                        "value": "10"
                      },
                      {
                        "currency": "USD",
                        "quantity": 20,
                        "unitOfMeasure": "KG",
                        "value": "15"
                      }
                    ],
                    "taxType": "INCENTIVE"
                  },
                  "total": {
                    "currency": "IRR",
                    "value": "CUSTOMS_VALUE"
                  }
                }
              ],
              "freightDiscounts": [
                {
                  "amount": {
                    "currency": "SBD",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "lQqKjibpPn",
                  "percent": 14.43,
                  "rateDiscountType": "INCENTIVE"
                },
                {
                  "amount": {
                    "currency": "NOK",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "LOOGcTJEAI",
                  "percent": 19.34,
                  "rateDiscountType": "INCENTIVE"
                },
                {
                  "amount": {
                    "currency": "DJF",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "MD5xu22o1R",
                  "percent": 15.9,
                  "rateDiscountType": "INCENTIVE"
                }
              ],
              "fuelSurchargePercent": 1.11,
              "minimumChargeType": "EARNED_DISCOUNT",
              "pickupBaseChargeDescription": "Pickup Area Surcharge",
              "pricingCode": "ACTUAL",
              "rateScale": "m2gfYMd0Sg",
              "rateType": "PAYOR_ACCOUNT_PACKAGE",
              "rateZone": "01TY4O",
              "ratingBasis": "SHIPMENT_WEIGHT_BASED",
              "rebates": [
                {
                  "amount": {
                    "currency": "INR",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "OayY6lhgQH",
                  "percent": 3.55,
                  "rebateType": "EARNED"
                },
                {
                  "amount": {
                    "currency": "JPY",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "aPFOp29KR0",
                  "percent": 2.56,
                  "rebateType": "EARNED"
                }
              ],
              "specialRatingApplied": "FEDEX_ONE_RATE",
              "surcharges": [
                {
                  "amount": {
                    "currency": "MUR",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "d3UDbAcWnb",
                  "level": "PACKAGE",
                  "surchargeType": "COD"
                }
              ],
              "taxes": [
                {
                  "amount": {
                    "currency": "TTD",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "avNHQH7Kw2",
                  "taxType": "VAT"
                }
              ],
              "totalAncillaryFeesAndTaxes": {
                "currency": "FJD",
                "value": "CUSTOMS_VALUE"
              },
              "totalBaseCharge": {
                "currency": "RWF",
                "value": "CUSTOMS_VALUE"
              },
              "totalDutiesAndTaxes": {
                "currency": "IDR",
                "value": "CUSTOMS_VALUE"
              },
              "totalDutiesTaxesAndFees": {
                "currency": "XOF",
                "value": "CUSTOMS_VALUE"
              },
              "totalFreightDiscounts": {
                "currency": "LAK",
                "value": "CUSTOMS_VALUE"
              },
              "totalNetCharge": {
                "currency": "JOD",
                "value": "CUSTOMS_VALUE"
              },
              "totalNetChargeWithDutiesAndTaxes": {
                "currency": "BWP",
                "value": "CUSTOMS_VALUE"
              },
              "totalNetFedExCharge": {
                "currency": "BWP",
                "value": "CUSTOMS_VALUE"
              },
              "totalNetFreight": {
                "currency": "ZWL",
                "value": "CUSTOMS_VALUE"
              },
              "totalRebates": {
                "currency": "BDT",
                "value": "CUSTOMS_VALUE"
              },
              "totalSurcharges": {
                "currency": "EGP",
                "value": "CUSTOMS_VALUE"
              },
              "totalTaxes": {
                "currency": "CAD",
                "value": "CUSTOMS_VALUE"
              },
              "totalVariableHandlingCharges": {
                "fixedVariableHandlingCharge": {
                  "currency": "INR",
                  "value": "CUSTOMS_VALUE"
                },
                "percentVariableHandlingCharge": {
                  "currency": "INR",
                  "value": "CUSTOMS_VALUE"
                },
                "totalCustomerCharge": {
                  "currency": "UAH",
                  "value": "CUSTOMS_VALUE"
                },
                "variableHandlingCharge": {
                  "currency": "KRW",
                  "value": "CUSTOMS_VALUE"
                }
              },
              "variableHandlingCharges": {
                "fixedVariableHandlingCharge": {
                  "currency": "UAH",
                  "value": "CUSTOMS_VALUE"
                },
                "percentVariableHandlingCharge": {
                  "currency": "RWF",
                  "value": "CUSTOMS_VALUE"
                },
                "totalCustomerCharge": {
                  "currency": "GMD",
                  "value": "CUSTOMS_VALUE"
                },
                "variableHandlingCharge": {
                  "currency": "SAR",
                  "value": "CUSTOMS_VALUE"
                }
              }
            },
            "shipmentRateDetails": [
              {
                "currency": "USD",
                "currencyExchangeRate": {
                  "fromCurrency": "GBP",
                  "intoCurrency": "VES",
                  "rate": 14.66
                },
                "dimDivisor": 278,
                "freightDiscounts": [
                  {
                    "amount": 8.97,
                    "description": "3zCCwkESWQ",
                    "percent": 14.42,
                    "rateDiscountType": "VOLUME"
                  },
                  {
                    "amount": 9.93,
                    "description": "6nU0VmFSfP",
                    "percent": 17.95,
                    "rateDiscountType": "VOLUME"
                  },
                  {
                    "amount": 4.88,
                    "description": "fgcTaTlZyC",
                    "percent": 13.64,
                    "rateDiscountType": "BONUS"
                  },
                  {
                    "amount": 8.59,
                    "description": "aIVPMKhEYj",
                    "percent": 19.56,
                    "rateDiscountType": "EARNED"
                  },
                  {
                    "amount": 2.47,
                    "description": "HEcfvUS4LS",
                    "percent": 11.31,
                    "rateDiscountType": "VOLUME"
                  }
                ],
                "fuelSurchargePercent": 8.34,
                "pricingCode": "LTL_FREIGHT",
                "ratedWeightMethod": "DIM",
                "rateScale": "73965",
                "rateType": "RATED_ACCOUNT_SHIPMENT",
                "rateZone": "eesq9p",
                "shipmentLegRateDetails": [
                  {
                    "currency": "EUR",
                    "currencyExchangeRate": {
                      "fromCurrency": "GBP",
                      "intoCurrency": "INR",
                      "rate": 19.52
                    },
                    "dimDivisor": 161,
                    "dimDivisorType": "WEIGHT",
                    "freightDiscounts": [
                      {
                        "amount": 2.28,
                        "description": "Vu7i4O4RZ5",
                        "percent": 16.21,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 8.84,
                        "description": "WqS4aTdGU3",
                        "percent": 16.15,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 9.66,
                        "description": "lwPorOwPgM",
                        "percent": 5.97,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 6.76,
                        "description": "XL7uQZrmy9",
                        "percent": 14.57,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 1.1,
                        "description": "JfkE1hf8WB",
                        "percent": 11.5,
                        "rateDiscountType": "VOLUME"
                      }
                    ],
                    "fuelSurchargePercent": 3.99,
                    "legDestinationLocationId": "cajt",
                    "minimumChargeType": "ACTUAL",
                    "pricingCode": "IV3ET",
                    "ratedWeightMethod": "DIM",
                    "rateScale": "7905",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "u5KG7V",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 3047.64,
                          "currency": "SEK"
                        },
                        "description": "Overweight package",
                        "level": "SHIPMENT",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 390.88,
                          "currency": "SDG"
                        },
                        "description": "Fuel Surcharge",
                        "level": "SHIPMENT",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 3394.75,
                          "currency": "KWD"
                        },
                        "description": "Residential Delivery",
                        "level": "SHIPMENT",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 5.52,
                        "description": "Sales Tax",
                        "level": "SHIPMENT",
                        "type": "STATE"
                      }
                    ],
                    "totalBaseCharge": 180.54,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 20.23,
                    "totalFreightDiscounts": 25.71,
                    "totalNetCharge": 163.85,
                    "totalNetChargeWithDutiesAndTaxes": 118.66,
                    "totalNetFedExCharge": 244.59,
                    "totalNetFreight": 170.25,
                    "totalRebates": 2.48,
                    "totalSurcharges": 6.59,
                    "totalTaxes": 0.75
                  },
                  {
                    "currency": "USD",
                    "currencyExchangeRate": {
                      "fromCurrency": "INR",
                      "intoCurrency": "VES",
                      "rate": 12.08
                    },
                    "dimDivisor": 292,
                    "dimDivisorType": "WEIGHT",
                    "freightDiscounts": [
                      {
                        "amount": 2.94,
                        "description": "tQGVKbi2J9",
                        "percent": 17.06,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 8.51,
                        "description": "SzPMePDFh3",
                        "percent": 6.04,
                        "rateDiscountType": "EARNED"
                      }
                    ],
                    "fuelSurchargePercent": 8.63,
                    "legDestinationLocationId": "rAob",
                    "minimumChargeType": "MINIMUM_CHARGE",
                    "pricingCode": "Chd3I",
                    "ratedWeightMethod": "DIM",
                    "rateScale": "0014",
                    "rateType": "PAYOR_ACCOUNT_PACKAGE",
                    "rateZone": "zbqdFz",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 431.57,
                          "currency": "MYR"
                        },
                        "description": "Fuel Surcharge",
                        "level": "PACKAGE",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 4479.91,
                          "currency": "TND"
                        },
                        "description": "Fuel Surcharge",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 787,
                          "currency": "MXN"
                        },
                        "description": "Overweight package",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 10.4,
                        "description": "GST",
                        "level": "PACKAGE",
                        "type": "FEDERAL"
                      },
                      {
                        "amount": 17.95,
                        "description": "VAT",
                        "level": "PACKAGE",
                        "type": "STATE"
                      },
                      {
                        "amount": 17.28,
                        "description": "GST",
                        "level": "PACKAGE",
                        "type": "FEDERAL"
                      }
                    ],
                    "totalBaseCharge": 148.95,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 40.75,
                    "totalFreightDiscounts": 0.54,
                    "totalNetCharge": 144.88,
                    "totalNetChargeWithDutiesAndTaxes": 117.96,
                    "totalNetFedExCharge": 145.59,
                    "totalNetFreight": 175.56,
                    "totalRebates": 3.04,
                    "totalSurcharges": 11.02,
                    "totalTaxes": 7.67
                  },
                  {
                    "currency": "USD",
                    "currencyExchangeRate": {
                      "fromCurrency": "GBP",
                      "intoCurrency": "MOP",
                      "rate": 8.82
                    },
                    "dimDivisor": 228,
                    "dimDivisorType": "VOLUME",
                    "freightDiscounts": [
                      {
                        "amount": 1.17,
                        "description": "Ht3SYD1moC",
                        "percent": 14.07,
                        "rateDiscountType": "VOLUME"
                      }
                    ],
                    "fuelSurchargePercent": 5.29,
                    "legDestinationLocationId": "MKUw",
                    "minimumChargeType": "MINIMUM_CHARGE",
                    "pricingCode": "yiOv7",
                    "ratedWeightMethod": "DIM",
                    "rateScale": "6018",
                    "rateType": "PAYOR_ACCOUNT_PACKAGE",
                    "rateZone": "yqpukG",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 333.22,
                          "currency": "FJD"
                        },
                        "description": "Residential Delivery",
                        "level": "PACKAGE",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 10.6,
                        "description": "GST",
                        "level": "SHIPMENT",
                        "type": "STATE"
                      },
                      {
                        "amount": 8.84,
                        "description": "VAT",
                        "level": "PACKAGE",
                        "type": "STATE"
                      },
                      {
                        "amount": 4.16,
                        "description": "GST",
                        "level": "PACKAGE",
                        "type": "FEDERAL"
                      }
                    ],
                    "totalBaseCharge": 123.25,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 3.02,
                    "totalFreightDiscounts": 27.95,
                    "totalNetCharge": 58.94,
                    "totalNetChargeWithDutiesAndTaxes": 52.38,
                    "totalNetFedExCharge": 214.01,
                    "totalNetFreight": 180.89,
                    "totalRebates": 2.93,
                    "totalSurcharges": 6.94,
                    "totalTaxes": 1.01
                  }
                ],
                "surcharges": [
                  {
                    "amount": {
                      "amount": 2949.67,
                      "currency": "SAR"
                    },
                    "description": "Residential Delivery",
                    "level": "PACKAGE",
                    "surchargeType": "FUEL_SURCHARGE"
                  }
                ],
                "taxes": [
                  {
                    "amount": 13.92,
                    "description": "GST",
                    "level": "SHIPMENT",
                    "type": "FEDERAL"
                  },
                  {
                    "amount": 3.21,
                    "description": "VAT",
                    "level": "SHIPMENT",
                    "type": "STATE"
                  },
                  {
                    "amount": 9.65,
                    "description": "GST",
                    "level": "SHIPMENT",
                    "type": "FEDERAL"
                  },
                  {
                    "amount": 4.58,
                    "description": "GST",
                    "level": "SHIPMENT",
                    "type": "FEDERAL"
                  }
                ],
                "totalAncillaryFeesAndTaxes": 3.46,
                "totalBaseCharge": 69.35,
                "totalBillingWeight": {
                  "units": "KG",
                  "value": 68
                },
                "totalDutiesAndTaxes": 29.38,
                "totalDutiesTaxesAndFees": 54.65,
                "totalFreightDiscounts": 14.87,
                "totalNetCharge": 137.02,
                "totalNetChargeWithDutiesAndTaxes": 91.85,
                "totalNetFedExCharge": 71.53,
                "totalNetFreight": 174.58,
                "totalRebates": 3.28,
                "totalSurcharges": 9.6,
                "totalTaxes": 0.8
              }
            ],
            "totalNetFedExTransportationAndPickupCharge": {
              "currency": "TZS",
              "value": "CUSTOMS_VALUE"
            },
            "totalNetTransportationAndPickupCharge": {
              "currency": "BRL",
              "value": "CUSTOMS_VALUE"
            }
          },
          "usDomestic": true
        },
        "masterTrackingNumber": "630701058760",
        "pieceResponses": [
          {
            "packageDocuments": [
              {
                "additionalChargesDiscount": 460,
                "baseRateAmount": 391.96,
                "codcollectionAmount": 615.69,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "048721"
                  }
                ],
                "masterTrackingNumber": "136234646238",
                "netChargeAmount": 47.41,
                "netDiscountAmount": 142.83,
                "netRateAmount": 92.51,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 3,
                    "docType": "PNG",
                    "encodedLabel": "KkAw7iV28FehTixD6peT",
                    "trackingNumber": "604457640563",
                    "url": "https://cooperative-pomelo.net/"
                  }
                ],
                "trackingNumber": "465894153850"
              },
              {
                "additionalChargesDiscount": 68.32,
                "baseRateAmount": 288.13,
                "codcollectionAmount": 229.93,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "747347"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "080931"
                  }
                ],
                "masterTrackingNumber": "729532039848",
                "netChargeAmount": 32.8,
                "netDiscountAmount": 78.51,
                "netRateAmount": 90.21,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 5,
                    "docType": "PDF",
                    "encodedLabel": "3gBwJuUlgzgodtpSnZNZ",
                    "trackingNumber": "005669950811",
                    "url": "https://golden-schnitzel.biz"
                  }
                ],
                "trackingNumber": "261683904018"
              },
              {
                "additionalChargesDiscount": 235.25,
                "baseRateAmount": 439.93,
                "codcollectionAmount": 254.81,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "285931"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "524115"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "353729"
                  }
                ],
                "masterTrackingNumber": "747488309701",
                "netChargeAmount": 109.79,
                "netDiscountAmount": 101.41,
                "netRateAmount": 97.55,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 3,
                    "docType": "EPL",
                    "encodedLabel": "mqVbzuIh3x7JCTsPHDkI",
                    "trackingNumber": "425523542843",
                    "url": "https://gigantic-chow.name"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 5,
                    "docType": "PNG",
                    "encodedLabel": "wgEe6t9Dn5jYTAggaMwG",
                    "trackingNumber": "956064623316",
                    "url": "https://lanky-caption.biz"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 1,
                    "docType": "EPL",
                    "encodedLabel": "PiP8Z2njP3TliYIDKGPT",
                    "trackingNumber": "501327673077",
                    "url": "https://married-yarmulke.info"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 4,
                    "docType": "EPL",
                    "encodedLabel": "0RJm1PwxVU8sCTC86ZB0",
                    "trackingNumber": "868800447116",
                    "url": "https://wicked-sand.com/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 1,
                    "docType": "ZPL",
                    "encodedLabel": "58IlyMT97oV1HWOZFAuO",
                    "trackingNumber": "825027693255",
                    "url": "https://pertinent-fort.org"
                  }
                ],
                "trackingNumber": "551980933340"
              }
            ]
          },
          {
            "packageDocuments": [
              {
                "additionalChargesDiscount": 264.81,
                "baseRateAmount": 276.29,
                "codcollectionAmount": 807.02,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "045386"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "951598"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "754282"
                  }
                ],
                "masterTrackingNumber": "938632949521",
                "netChargeAmount": 147.26,
                "netDiscountAmount": 143.27,
                "netRateAmount": 81.77,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 1,
                    "docType": "PNG",
                    "encodedLabel": "jIDbMOUd3eOHM1lSVhu0",
                    "trackingNumber": "432701483954",
                    "url": "https://royal-printer.net"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 5,
                    "docType": "PNG",
                    "encodedLabel": "yPvfEkbHqVFGZJUxXgcK",
                    "trackingNumber": "236016308215",
                    "url": "https://velvety-minority.info"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 1,
                    "docType": "EPL",
                    "encodedLabel": "22PYIOKLkpeX1mnK0Vml",
                    "trackingNumber": "438572006480",
                    "url": "https://good-natured-reorganisation.name"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 4,
                    "docType": "EPL",
                    "encodedLabel": "sqVH0n7uZCaYBW2ABnLh",
                    "trackingNumber": "638305470899",
                    "url": "https://fixed-thyme.org"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 2,
                    "docType": "PDF",
                    "encodedLabel": "qYtqxyOU5L9mDVvkcAnM",
                    "trackingNumber": "618555642661",
                    "url": "https://concrete-detective.info"
                  }
                ],
                "trackingNumber": "337886889316"
              }
            ]
          },
          {
            "packageDocuments": [
              {
                "additionalChargesDiscount": 427.91,
                "baseRateAmount": 422.1,
                "codcollectionAmount": 651.72,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "704562"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "444816"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "283771"
                  }
                ],
                "masterTrackingNumber": "714967364750",
                "netChargeAmount": 160.22,
                "netDiscountAmount": 101.76,
                "netRateAmount": 42.86,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 2,
                    "docType": "PDF",
                    "encodedLabel": "7IUNrJAMVHOHQhtzhFk9",
                    "trackingNumber": "752673928336",
                    "url": "https://specific-dulcimer.org/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 1,
                    "docType": "ZPL",
                    "encodedLabel": "245kXAIOXHBQeFJEfzsw",
                    "trackingNumber": "292554783887",
                    "url": "https://afraid-nectarine.name/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 4,
                    "docType": "PNG",
                    "encodedLabel": "wuNv10XTOIPYHOv5vPiw",
                    "trackingNumber": "667783664202",
                    "url": "https://disloyal-smoke.net"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 1,
                    "docType": "EPL",
                    "encodedLabel": "t27TGM3xExiMh1lJqI8E",
                    "trackingNumber": "607024787478",
                    "url": "https://frequent-ad.biz"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 1,
                    "docType": "EPL",
                    "encodedLabel": "sWu9BNJiA3x3ZAzqxCXn",
                    "trackingNumber": "225359529169",
                    "url": "https://prestigious-siege.biz/"
                  }
                ],
                "trackingNumber": "548339344501"
              },
              {
                "additionalChargesDiscount": 373.38,
                "baseRateAmount": 275.29,
                "codcollectionAmount": 683.88,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "597307"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "084119"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "241163"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "979719"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "947676"
                  }
                ],
                "masterTrackingNumber": "171748687414",
                "netChargeAmount": 157.18,
                "netDiscountAmount": 60.14,
                "netRateAmount": 31.8,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 3,
                    "docType": "PNG",
                    "encodedLabel": "ZRKazs9uSDPwskXyt1tO",
                    "trackingNumber": "844076082970",
                    "url": "https://tall-draw.net/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 4,
                    "docType": "PNG",
                    "encodedLabel": "F716vxZT1sxeLfN2i9GW",
                    "trackingNumber": "368440592155",
                    "url": "https://beneficial-label.biz/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 5,
                    "docType": "PDF",
                    "encodedLabel": "wWTcgtGi1E007FPSOa3r",
                    "trackingNumber": "836063816889",
                    "url": "https://key-pneumonia.org"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 5,
                    "docType": "PDF",
                    "encodedLabel": "chBMVs5qzWBnbMtq7W8L",
                    "trackingNumber": "517767719910",
                    "url": "https://phony-drug.org/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 2,
                    "docType": "ZPL",
                    "encodedLabel": "Xoe9adXox2b9XXQQKZtp",
                    "trackingNumber": "842985936735",
                    "url": "https://confused-hunger.net/"
                  }
                ],
                "trackingNumber": "524550960589"
              },
              {
                "additionalChargesDiscount": 258.44,
                "baseRateAmount": 134.54,
                "codcollectionAmount": 314.86,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "066700"
                  }
                ],
                "masterTrackingNumber": "798176044614",
                "netChargeAmount": 47.52,
                "netDiscountAmount": 36.86,
                "netRateAmount": 17.82,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 4,
                    "docType": "ZPL",
                    "encodedLabel": "CDisDcwX6SmkFCGrEEJO",
                    "trackingNumber": "660329911453",
                    "url": "https://clumsy-exhaust.name/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 4,
                    "docType": "PNG",
                    "encodedLabel": "Z45Wl5Rh5vXyZIPjKtxF",
                    "trackingNumber": "492407112894",
                    "url": "https://earnest-forage.info"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 5,
                    "docType": "PDF",
                    "encodedLabel": "GQjIgCFNzKRlRQb0v0JR",
                    "trackingNumber": "361344900547",
                    "url": "https://svelte-folklore.biz"
                  }
                ],
                "trackingNumber": "526344840263"
              },
              {
                "additionalChargesDiscount": 5.97,
                "baseRateAmount": 161.46,
                "codcollectionAmount": 662.68,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "834031"
                  }
                ],
                "masterTrackingNumber": "376971093752",
                "netChargeAmount": 47.39,
                "netDiscountAmount": 76.89,
                "netRateAmount": 44.69,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 1,
                    "docType": "PNG",
                    "encodedLabel": "sY0YP3FAHt9Smf8i5i50",
                    "trackingNumber": "271523448008",
                    "url": "https://unsightly-masterpiece.biz/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 1,
                    "docType": "EPL",
                    "encodedLabel": "t2zRngmT8DOWZKxTLhvL",
                    "trackingNumber": "723968317430",
                    "url": "https://shrill-fund.name"
                  }
                ],
                "trackingNumber": "584724676248"
              },
              {
                "additionalChargesDiscount": 114.84,
                "baseRateAmount": 105.98,
                "codcollectionAmount": 391.28,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "092192"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "235482"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "999525"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "230930"
                  }
                ],
                "masterTrackingNumber": "486601992853",
                "netChargeAmount": 163.17,
                "netDiscountAmount": 100.05,
                "netRateAmount": 36.03,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 5,
                    "docType": "PNG",
                    "encodedLabel": "26cCOhe14JlmRniKOxc0",
                    "trackingNumber": "693763039074",
                    "url": "https://aching-community.net"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 1,
                    "docType": "ZPL",
                    "encodedLabel": "IYh7hmVb59oZEnV76fb6",
                    "trackingNumber": "990837266013",
                    "url": "https://ample-operating.org"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 3,
                    "docType": "ZPL",
                    "encodedLabel": "Bv0MAq8dzT8gn0028YYn",
                    "trackingNumber": "635807499863",
                    "url": "https://firsthand-flight.org"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 3,
                    "docType": "PNG",
                    "encodedLabel": "yR3uWHeXDjwXNJrJR2Sy",
                    "trackingNumber": "247056474227",
                    "url": "https://left-kettledrum.info/"
                  }
                ],
                "trackingNumber": "923727035076"
              }
            ]
          }
        ],
        "serviceCategory": "FREIGHT",
        "serviceName": "FedEx 2 Day Freight",
        "serviceType": "FEDEX_2_DAY_FREIGHT",
        "shipDatestamp": "2026-03-05T00:00:00.0Z",
        "shipmentAdvisoryDetails": {
          "regulatoryAdvisory": {
            "commodityClarifications": [
              {
                "commodityIndex": 16,
                "suggestions": [
                  {
                    "description": "New Computer model with 79 GB RAM, 77 GB storage, and crafty features",
                    "harmonizedCode": "532775"
                  },
                  {
                    "description": "Sleek Mouse designed with Steel for good-natured performance",
                    "harmonizedCode": "811406"
                  },
                  {
                    "description": "Stylish Towels designed to make you stand out with well-groomed looks",
                    "harmonizedCode": "713429"
                  },
                  {
                    "description": "New Bike model with 81 GB RAM, 805 GB storage, and timely features",
                    "harmonizedCode": "968196"
                  },
                  {
                    "description": "Discover the milky new Chips with an exciting mix of Wooden ingredients",
                    "harmonizedCode": "258603"
                  }
                ]
              },
              {
                "commodityIndex": 10,
                "suggestions": [
                  {
                    "description": "Introducing the British Indian Ocean Territory (Chagos Archipelago)-inspired Pizza, blending corrupt style with local craftsmanship",
                    "harmonizedCode": "152024"
                  },
                  {
                    "description": "Our elephant-friendly Cheese ensures funny comfort for your pets",
                    "harmonizedCode": "453375"
                  },
                  {
                    "description": "Our salty-inspired Gloves brings a taste of luxury to your homely lifestyle",
                    "harmonizedCode": "330668"
                  },
                  {
                    "description": "The Triple-buffered systematic utilisation Shirt offers reliable performance and austere design",
                    "harmonizedCode": "962985"
                  },
                  {
                    "description": "Professional-grade Pizza perfect for red training and recreational use",
                    "harmonizedCode": "604444"
                  }
                ]
              },
              {
                "commodityIndex": 18,
                "suggestions": [
                  {
                    "description": "Discover the shark-like agility of our Shirt, perfect for subdued users",
                    "harmonizedCode": "506758"
                  },
                  {
                    "description": "Stylish Chips designed to make you stand out with smart looks",
                    "harmonizedCode": "423172"
                  },
                  {
                    "description": "Introducing the Iceland-inspired Keyboard, blending instructive style with local craftsmanship",
                    "harmonizedCode": "049637"
                  }
                ]
              }
            ],
            "prohibitions": [
              {
                "advisory": {
                  "code": "0JOnm",
                  "localizedText": "Zw52L6UF7bixlgqHxjXf",
                  "parameters": [
                    {
                      "id": "DVzbL",
                      "value": "rjMQZ5rWUg"
                    },
                    {
                      "id": "DPuR7",
                      "value": "4L8gNNVIbC"
                    },
                    {
                      "id": "OtG3s",
                      "value": "Qu14wVYUkd"
                    },
                    {
                      "id": "unNLs",
                      "value": "4nAqNPRPb8"
                    },
                    {
                      "id": "x83Yi",
                      "value": "XbXs7uvd6o"
                    }
                  ],
                  "text": "7XKefzOdM6bW5fv"
                },
                "categories": [
                  "categories"
                ],
                "commodityIndex": 1,
                "derivedHarmonizedCode": "967740",
                "source": "t74DhPOsrr",
                "status": "PENDING",
                "type": "yi5nDCZdly",
                "waiver": {
                  "advisories": [
                    {
                      "code": "8DYWR",
                      "localizedText": "Ydny1eUf3CuqPaLRLeDO",
                      "parameters": [
                        {
                          "id": "9ODn4",
                          "value": "uLWKNsQBfF"
                        },
                        {
                          "id": "KIWob",
                          "value": "9yZE7HGsVL"
                        }
                      ],
                      "text": "1H1bneqnjnOLFQa"
                    }
                  ],
                  "description": "VOvs7bZ8FI",
                  "id": "ZTafu"
                }
              },
              {
                "advisory": {
                  "code": "LwcfR",
                  "localizedText": "3AbHfbpH8EvjPOTA5FaN",
                  "parameters": [
                    {
                      "id": "WlTN7",
                      "value": "NwUwwRhxfW"
                    },
                    {
                      "id": "PtvKG",
                      "value": "jtn53kmnTY"
                    },
                    {
                      "id": "guiRY",
                      "value": "gmW1R9KSWy"
                    },
                    {
                      "id": "BaQn1",
                      "value": "TFytKHlejg"
                    },
                    {
                      "id": "EsU2J",
                      "value": "vdCxgNxsyG"
                    }
                  ],
                  "text": "2I3HOj7a9cgCj3S"
                },
                "categories": [
                  "categories"
                ],
                "commodityIndex": 5,
                "derivedHarmonizedCode": "897565",
                "source": "x1wSkTd5Ra",
                "status": "PENDING",
                "type": "hBOsoowzDA",
                "waiver": {
                  "advisories": [
                    {
                      "code": "ibxH8",
                      "localizedText": "FtyvSnipq70UPP5Rl3BK",
                      "parameters": [
                        {
                          "id": "cHAq1",
                          "value": "hQkRc9qikb"
                        },
                        {
                          "id": "u0q6P",
                          "value": "xbyMod2sNO"
                        },
                        {
                          "id": "qsZE0",
                          "value": "woEhRvDTmM"
                        },
                        {
                          "id": "m92zz",
                          "value": "7rmA826pgD"
                        }
                      ],
                      "text": "wEimWwtmiyTA0HX"
                    },
                    {
                      "code": "BPVpW",
                      "localizedText": "oEp8w6uUMddMUHplNq6D",
                      "parameters": [
                        {
                          "id": "FgdvH",
                          "value": "J59cz0S7eC"
                        },
                        {
                          "id": "rYI5s",
                          "value": "weMommG82e"
                        }
                      ],
                      "text": "FAIaMxUyNzg9d80"
                    },
                    {
                      "code": "cSOBn",
                      "localizedText": "Vtvdl56VvRHytAIbikip",
                      "parameters": [
                        {
                          "id": "lkWpi",
                          "value": "wSw61MQ8bK"
                        },
                        {
                          "id": "Ali1v",
                          "value": "IoOiA5KH6k"
                        }
                      ],
                      "text": "8O75nFp09CMmu6g"
                    },
                    {
                      "code": "2DeHU",
                      "localizedText": "UD8zidcmmlpTWgbEW4ZD",
                      "parameters": [
                        {
                          "id": "h0M8r",
                          "value": "6ReVeiPWpF"
                        },
                        {
                          "id": "1F92a",
                          "value": "v71TEeRhT9"
                        },
                        {
                          "id": "Gzh0J",
                          "value": "EFzcVwuur2"
                        }
                      ],
                      "text": "JPOlLcFzhjdLAUq"
                    },
                    {
                      "code": "8rgFp",
                      "localizedText": "z0xJftPxCnXW9R17mgTY",
                      "parameters": [
                        {
                          "id": "DgFyp",
                          "value": "CUVl7tN2Fw"
                        },
                        {
                          "id": "YE8Cy",
                          "value": "DV5Ynu5cdk"
                        },
                        {
                          "id": "WMOLK",
                          "value": "tQtsUQ3xSx"
                        },
                        {
                          "id": "27b2v",
                          "value": "lclCD7C6IH"
                        }
                      ],
                      "text": "6VQsV6Kg0PiHpPo"
                    }
                  ],
                  "description": "NCTNgq84dH",
                  "id": "hVNTT"
                }
              }
            ]
          }
        },
        "shipmentDocuments": [
          {
            "contentType": "COMMERCIAL_INVOICE",
            "copiesToPrint": 3,
            "docType": "ZPL",
            "encodedLabel": "sGd9XkRy6acYtFTuE0rg",
            "trackingNumber": "024400122624",
            "url": "https://brisk-annual.org"
          },
          {
            "contentType": "COMMERCIAL_INVOICE",
            "copiesToPrint": 5,
            "docType": "EPL",
            "encodedLabel": "k2vMaPhlCdXzCxwVxUxs",
            "trackingNumber": "769551040540",
            "url": "https://burdensome-labourer.name"
          },
          {
            "contentType": "COMMERCIAL_INVOICE",
            "copiesToPrint": 4,
            "docType": "EPL",
            "encodedLabel": "xc8Gq6ccnUer1xbQxpBC",
            "trackingNumber": "605346474945",
            "url": "https://boring-affect.com"
          }
        ]
      },
      {
        "completedShipmentDetail": {
          "accessDetail": {
            "accessorDetails": [
              {
                "emailLabelUrl": "https://jubilant-hospitalization.info",
                "password": "3bAVGbj3",
                "role": "Global Tactics Agent",
                "userId": "33b32a32-160a-4539-aae4-b081c4c34bd7"
              },
              {
                "emailLabelUrl": "https://important-colon.biz",
                "password": "A2a6bkJp",
                "role": "Lead Applications Architect",
                "userId": "f317bc8d-c8a7-4720-9688-4741efa11561"
              },
              {
                "emailLabelUrl": "https://outlandish-account.info",
                "password": "qt9iNnMY",
                "role": "Customer Program Technician",
                "userId": "c956c1a7-b564-43ab-b651-87ecb9e29e93"
              }
            ]
          },
          "carrierCode": "FDXE",
          "completedCodDetail": {
            "codCollectionAmount": {
              "amount": 810.11,
              "currency": "HKD"
            }
          },
          "completedEtdDetail": {
            "folderId": "aXoZbkJ0LCYj9Vsp",
            "type": "COMMERCIAL_INVOICE",
            "uploadDocumentReferenceDetails": [
              {
                "documentId": "3rnekkCBqk8dGQ17"
              },
              {
                "documentId": "W7C2CI82XM82051L"
              },
              {
                "documentId": "QJ9dXRMmJ0ozbIQ8"
              },
              {
                "documentId": "WdO8N9qiLL6Kh3GI"
              }
            ]
          },
          "completedHoldAtLocationDetail": {
            "holdingLocation": {
              "address": {
                "city": "Beverly Hills",
                "countryCode": "US",
                "postalCode": "38127",
                "residential": false,
                "stateOrProvinceCode": "CA",
                "streetLines": [
                  "10 FedEx Parkway",
                  "Suite 302"
                ]
              },
              "contact": {
                "companyName": "Fedex",
                "emailAddress": "sample@company.com",
                "faxNumber": "1234567890",
                "pagerNumber": "6127812",
                "personName": "John Taylor",
                "phoneExtension": "91",
                "phoneNumber": "1234567890",
                "title": "title",
                "tollFreePhoneNumber": "6127812"
              }
            },
            "holdingLocationType": "FEDEX_STAFFED"
          },
          "completedPackageDetails": [
            {
              "dryIceWeight": {
                "units": "KG",
                "value": 68
              },
              "groupNumber": 4,
              "hazardousPackageDetail": {
                "accessibility": "INACCESSIBLE",
                "cargoAircraftOnly": false,
                "containers": [
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "oUvmItcbnp",
                          "hazardClass": "8",
                          "id": "UN0895",
                          "labelText": "Toxic",
                          "packingGroup": "II",
                          "packingInstructions": "PI-966",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Paint, flammable",
                          "sequenceNumber": 5,
                          "specialProvisions": "A91",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "D"
                        },
                        "massPoints": 38.72,
                        "netExplosiveDetail": {
                          "amount": 3.92,
                          "type": "TOTAL_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "0h6JS8IrIa",
                            "hazardClass": "8",
                            "id": "UN5853",
                            "labelText": "Toxic",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 16.97,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Ethanol",
                            "reportableQuantity": true,
                            "sequenceNumber": 1,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "Rqfqpegrho"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 22.53,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "bDpjHtH92O4Af86",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 7.45,
                            "quantityType": "GROSS",
                            "units": "Kg"
                          }
                        },
                        "quantity": {
                          "amount": 26.39,
                          "quantityType": "GROSS",
                          "units": "Kg"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "AjwFf4nwrs",
                          "hazardClass": "8",
                          "id": "UN9882",
                          "labelText": "Flammable",
                          "packingGroup": "I",
                          "packingInstructions": "None",
                          "properShippingName": "Paint",
                          "properShippingNameAndDescription": "Paint, flammable",
                          "sequenceNumber": 2,
                          "specialProvisions": "A68",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "E"
                        },
                        "massPoints": 42.85,
                        "netExplosiveDetail": {
                          "amount": 9.85,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "AARqb4NKX9",
                            "hazardClass": "8",
                            "id": "UN3027",
                            "labelText": "Flammable Liquid",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "NonBulk"
                            },
                            "packingGroup": "I",
                            "percentage": 27.24,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Fuel",
                            "reportableQuantity": true,
                            "sequenceNumber": 5,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "lAbapHJHIR"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 48.6,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "f6znlwGpk6WQ3lJ",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 19.95,
                            "quantityType": "GROSS",
                            "units": "L"
                          }
                        },
                        "quantity": {
                          "amount": 6.3,
                          "quantityType": "GROSS",
                          "units": "Kg"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "xCXRoCnBBU",
                          "hazardClass": "8",
                          "id": "UN6708",
                          "labelText": "Toxic",
                          "packingGroup": "II",
                          "packingInstructions": "PI-966",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Accumulators, pressurized",
                          "sequenceNumber": 5,
                          "specialProvisions": "A96",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Acetal",
                          "tunnelRestrictionCode": "E"
                        },
                        "massPoints": 1.45,
                        "netExplosiveDetail": {
                          "amount": 6.38,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "g"
                        },
                        "options": {
                          "description": {
                            "authorization": "8pOCP3E7jw",
                            "hazardClass": "3",
                            "id": "UN9286",
                            "labelText": "Toxic",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "NonBulk"
                            },
                            "packingGroup": "I",
                            "percentage": 28.96,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Ethanol",
                            "reportableQuantity": true,
                            "sequenceNumber": 2,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "iMSzhclvLN"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 9.69,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "s3HaN4mHU1Sa5dE",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 1.88,
                            "quantityType": "GROSS",
                            "units": "Kg"
                          }
                        },
                        "quantity": {
                          "amount": 25.35,
                          "quantityType": "GROSS",
                          "units": "Kg"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "HabrMxvCHT",
                          "hazardClass": "3",
                          "id": "UN5257",
                          "labelText": "Toxic",
                          "packingGroup": "II",
                          "packingInstructions": "None",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Accumulators, pressurized",
                          "sequenceNumber": 4,
                          "specialProvisions": "A03",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "D",
                          "technicalName": "Acetal",
                          "tunnelRestrictionCode": "C"
                        },
                        "massPoints": 3.3,
                        "netExplosiveDetail": {
                          "amount": 1.89,
                          "type": "TOTAL_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "Fazbx1jqiK",
                            "hazardClass": "2.3",
                            "id": "UN1403",
                            "labelText": "Toxic",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 78.26,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Acetal",
                            "reportableQuantity": true,
                            "sequenceNumber": 1,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "eBdchUwOPG"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 33.32,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "5Uu5IA0mBffxsnR",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 21.93,
                            "quantityType": "GROSS",
                            "units": "L"
                          }
                        },
                        "quantity": {
                          "amount": 18.6,
                          "quantityType": "GROSS",
                          "units": "Kg"
                        }
                      }
                    ],
                    "qvalue": 0.11
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "G1rYH2Xtvh",
                          "hazardClass": "8",
                          "id": "UN1557",
                          "labelText": "Toxic",
                          "packingGroup": "III",
                          "packingInstructions": "None",
                          "properShippingName": "Paint",
                          "properShippingNameAndDescription": "Accumulators, pressurized",
                          "sequenceNumber": 3,
                          "specialProvisions": "A05",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "D",
                          "technicalName": "Acetal",
                          "tunnelRestrictionCode": "E"
                        },
                        "massPoints": 90.02,
                        "netExplosiveDetail": {
                          "amount": 6.9,
                          "type": "TOTAL_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "FxpyUuJTAc",
                            "hazardClass": "2.3",
                            "id": "UN6457",
                            "labelText": "Toxic",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "NonBulk"
                            },
                            "packingGroup": "I",
                            "percentage": 74.08,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Acetal",
                            "reportableQuantity": true,
                            "sequenceNumber": 3,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "wecwLaoGFX"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 12.28,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 37.97,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 17.22,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "HUOh97uHzl9Bx0u",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 18.74,
                            "quantityType": "GROSS",
                            "units": "ml"
                          }
                        },
                        "quantity": {
                          "amount": 44.48,
                          "quantityType": "GROSS",
                          "units": "Kg"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "d9lffFhSg3",
                          "hazardClass": "8",
                          "id": "UN9802",
                          "labelText": "Flammable",
                          "packingGroup": "III",
                          "packingInstructions": "PI-965",
                          "properShippingName": "Paint",
                          "properShippingNameAndDescription": "Accumulators, pressurized",
                          "sequenceNumber": 2,
                          "specialProvisions": "A95",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "D",
                          "technicalName": "Acetal",
                          "tunnelRestrictionCode": "E"
                        },
                        "massPoints": 86.13,
                        "netExplosiveDetail": {
                          "amount": 5.38,
                          "type": "TOTAL_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "XABRkfSBts",
                            "hazardClass": "2.3",
                            "id": "UN6143",
                            "labelText": "Toxic",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "NonBulk"
                            },
                            "packingGroup": "I",
                            "percentage": 98.33,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Ethanol",
                            "reportableQuantity": true,
                            "sequenceNumber": 1,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "LOTXGKbCXc"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 12.98,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 24.8,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "166F7W0v2Edl8FW",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 4.33,
                            "quantityType": "GROSS",
                            "units": "ml"
                          }
                        },
                        "quantity": {
                          "amount": 19.46,
                          "quantityType": "GROSS",
                          "units": "ml"
                        }
                      }
                    ],
                    "qvalue": 0.9
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "DSPmrX9Kro",
                          "hazardClass": "8",
                          "id": "UN5216",
                          "labelText": "Toxic",
                          "packingGroup": "II",
                          "packingInstructions": "PI-966",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Accumulators, pressurized",
                          "sequenceNumber": 3,
                          "specialProvisions": "A27",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Acetal",
                          "tunnelRestrictionCode": "D"
                        },
                        "massPoints": 62.05,
                        "netExplosiveDetail": {
                          "amount": 2.87,
                          "type": "TOTAL_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "n1TCR4DlXG",
                            "hazardClass": "8",
                            "id": "UN7001",
                            "labelText": "Toxic",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "NonBulk"
                            },
                            "packingGroup": "I",
                            "percentage": 74.56,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Acetal",
                            "reportableQuantity": true,
                            "sequenceNumber": 1,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "wBCZPvGJHA"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 1.86,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 12.43,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 6.44,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 31.88,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 34.17,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "QnDBnqUZZf0pxkv",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 14.9,
                            "quantityType": "GROSS",
                            "units": "Kg"
                          }
                        },
                        "quantity": {
                          "amount": 21.68,
                          "quantityType": "GROSS",
                          "units": "Kg"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "E4tiEA2MXx",
                          "hazardClass": "8",
                          "id": "UN3218",
                          "labelText": "Flammable",
                          "packingGroup": "II",
                          "packingInstructions": "None",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Paint, flammable",
                          "sequenceNumber": 3,
                          "specialProvisions": "A04",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Acetal",
                          "tunnelRestrictionCode": "B"
                        },
                        "massPoints": 55.72,
                        "netExplosiveDetail": {
                          "amount": 6.05,
                          "type": "TOTAL_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "ZQNKwuzk8R",
                            "hazardClass": "8",
                            "id": "UN3287",
                            "labelText": "Flammable Liquid",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 58.42,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Ethanol",
                            "reportableQuantity": true,
                            "sequenceNumber": 2,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "mqoCRZFTFH"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 29.65,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 9.11,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "HJYZsqJwKwXYCNQ",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 9.21,
                            "quantityType": "GROSS",
                            "units": "ml"
                          }
                        },
                        "quantity": {
                          "amount": 7.94,
                          "quantityType": "GROSS",
                          "units": "ml"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "MwGzKprPJQ",
                          "hazardClass": "3",
                          "id": "UN2171",
                          "labelText": "Flammable",
                          "packingGroup": "I",
                          "packingInstructions": "PI-966",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Accumulators, pressurized",
                          "sequenceNumber": 1,
                          "specialProvisions": "A48",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "C"
                        },
                        "massPoints": 49.48,
                        "netExplosiveDetail": {
                          "amount": 7.91,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "g"
                        },
                        "options": {
                          "description": {
                            "authorization": "zDYKVDfJwQ",
                            "hazardClass": "3",
                            "id": "UN7084",
                            "labelText": "Flammable Liquid",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "NonBulk"
                            },
                            "packingGroup": "I",
                            "percentage": 48.75,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Paint",
                            "reportableQuantity": true,
                            "sequenceNumber": 3,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "gRgCZMRgfu"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 18.97,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 10.85,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 39.73,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 34.66,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "zrO92lzzxA885A0",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 42.73,
                            "quantityType": "GROSS",
                            "units": "Kg"
                          }
                        },
                        "quantity": {
                          "amount": 26.48,
                          "quantityType": "GROSS",
                          "units": "ml"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "sxd01m4oCW",
                          "hazardClass": "3",
                          "id": "UN6191",
                          "labelText": "Toxic",
                          "packingGroup": "II",
                          "packingInstructions": "PI-966",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Paint, flammable",
                          "sequenceNumber": 4,
                          "specialProvisions": "A03",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "B"
                        },
                        "massPoints": 87.52,
                        "netExplosiveDetail": {
                          "amount": 7.84,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "IY5Ji50AqY",
                            "hazardClass": "3",
                            "id": "UN8132",
                            "labelText": "Toxic",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "NonBulk"
                            },
                            "packingGroup": "I",
                            "percentage": 11.61,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Ethanol",
                            "reportableQuantity": true,
                            "sequenceNumber": 1,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "vZMWeMTHJm"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 34.13,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 16.48,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 31.52,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 22.29,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 20.3,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "NuNg9fmlpWWcdzw",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 45.93,
                            "quantityType": "GROSS",
                            "units": "L"
                          }
                        },
                        "quantity": {
                          "amount": 6.32,
                          "quantityType": "GROSS",
                          "units": "L"
                        }
                      }
                    ],
                    "qvalue": 0.67
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "9FyHf39kKN",
                          "hazardClass": "3",
                          "id": "UN6821",
                          "labelText": "Toxic",
                          "packingGroup": "III",
                          "packingInstructions": "PI-966",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Accumulators, pressurized",
                          "sequenceNumber": 1,
                          "specialProvisions": "A35",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "D",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "A"
                        },
                        "massPoints": 51.31,
                        "netExplosiveDetail": {
                          "amount": 5.14,
                          "type": "TOTAL_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "j6YRoGEBqa",
                            "hazardClass": "2.3",
                            "id": "UN2757",
                            "labelText": "Toxic",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "NonBulk"
                            },
                            "packingGroup": "I",
                            "percentage": 93.16,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Fuel",
                            "reportableQuantity": true,
                            "sequenceNumber": 1,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "NbwFIBgGYh"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 6.9,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 31.66,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 28.62,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 49.22,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 29.48,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "DGl0pGfwUZLbc4n",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 14.98,
                            "quantityType": "GROSS",
                            "units": "L"
                          }
                        },
                        "quantity": {
                          "amount": 24.97,
                          "quantityType": "GROSS",
                          "units": "L"
                        }
                      }
                    ],
                    "qvalue": 0.39
                  }
                ],
                "labelType": "II_YELLOW",
                "radioactiveTransportIndex": 4.63,
                "referenceId": "437956",
                "regulation": "ADR"
              },
              "operationalDetail": {
                "astraHandlingText": "Standard",
                "barcodes": {
                  "binaryBarcodes": [
                    {
                      "type": "COMMON-2D",
                      "value": [
                        "value",
                        "value"
                      ]
                    },
                    {
                      "type": "POSTAL-1D",
                      "value": [
                        "value",
                        "value"
                      ]
                    },
                    {
                      "type": "POSTAL-1D",
                      "value": [
                        "value",
                        "value"
                      ]
                    },
                    {
                      "type": "COMMON-2D",
                      "value": [
                        "value",
                        "value"
                      ]
                    }
                  ],
                  "stringBarcodes": [
                    {
                      "type": "ADDRESS",
                      "value": "4872121469123137122076725336511940"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "2975812181266051868777829121806660"
                    }
                  ]
                },
                "operationalInstructions": [
                  {
                    "content": "THIS SIDE UP",
                    "number": 18
                  },
                  {
                    "content": "FRAGILE",
                    "number": 1
                  },
                  {
                    "content": "THIS SIDE UP",
                    "number": 14
                  }
                ]
              },
              "oversizeClass": "OVERSIZE_2",
              "packageRating": {
                "actualRateType": "PAYOR_ACCOUNT_PACKAGE",
                "effectiveNetDiscount": 7.24,
                "packageRateDetails": [
                  {
                    "baseCharge": 161.75,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "CAD",
                    "minimumChargeType": "ACTUAL",
                    "netCharge": 57.59,
                    "netFedExCharge": 83.61,
                    "netFreight": 79.99,
                    "ratedWeightMethod": "ACTUAL",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 873.59,
                          "currency": "MUR"
                        },
                        "description": "Residential Delivery",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 556.41,
                          "currency": "MUR"
                        },
                        "description": "Residential Delivery",
                        "level": "SHIPMENT",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 3156.31,
                          "currency": "KRW"
                        },
                        "description": "Residential Delivery",
                        "level": "SHIPMENT",
                        "surchargeType": "FUEL_SURCHARGE"
                      }
                    ],
                    "totalFreightDiscounts": 31.6,
                    "totalRebates": 3.14,
                    "totalSurcharges": 9.96,
                    "totalTaxes": 7.28
                  }
                ]
              },
              "sequenceNumber": 3,
              "signatureOption": "NO_SIGNATURE",
              "trackingIds": [
                {
                  "formId": "4766",
                  "trackingIdType": "FREIGHT",
                  "trackingNumber": "93069155747421965541",
                  "uspsApplicationId": "04"
                },
                {
                  "formId": "2752",
                  "trackingIdType": "GROUND",
                  "trackingNumber": "36014170690330814954",
                  "uspsApplicationId": "66"
                }
              ]
            }
          ],
          "documentRequirements": {
            "generationDetails": [
              {
                "electronicSignature": "OPTIONAL",
                "letterhead": "OPTIONAL",
                "minimumCopiesRequired": 3,
                "type": "COMMERCIAL_INVOICE"
              },
              {
                "electronicSignature": "OPTIONAL",
                "letterhead": "OPTIONAL",
                "minimumCopiesRequired": 3,
                "type": "COMMERCIAL_INVOICE"
              },
              {
                "electronicSignature": "OPTIONAL",
                "letterhead": "OPTIONAL",
                "minimumCopiesRequired": 3,
                "type": "COMMERCIAL_INVOICE"
              }
            ],
            "prohibitedDocuments": [
              "USMCA_CERTIFICATION_OF_ORIGIN"
            ],
            "requiredDocuments": [
              "COMMERCIAL_OR_PRO_FORMA_INVOICE",
              "AIR_WAYBILL"
            ]
          },
          "exportComplianceStatement": "p78XLbkNFB",
          "hazardousShipmentDetail": {
            "adrLicense": {
              "licenseOrPermitDetail": {
                "effectiveDate": "2026-05-05T00:00:00.0Z",
                "expirationDate": "2026-09-03T00:00:00.0Z",
                "number": "56964"
              }
            },
            "dryIceDetail": {
              "packageCount": 2,
              "processingOptions": {
                "options": [
                  "options"
                ]
              },
              "totalWeight": {
                "units": "KG",
                "value": 68
              }
            },
            "hazardousSummaryDetail": {
              "smallQuantityExceptionPackageCount": 2
            }
          },
          "masterTrackingId": {
            "formId": "8027",
            "trackingIdType": "GROUND",
            "trackingNumber": "84307527940062892147",
            "uspsApplicationId": "05"
          },
          "operationalDetail": {
            "airportId": "MKA",
            "astraDescription": "SMART POST",
            "astraPlannedServiceLevel": "fVE2GarXQYERMCx",
            "commitDate": "2026-08-28T00:00:00.0Z",
            "commitDay": "Fri",
            "countryCode": "NO",
            "customTransitTime": "TWO_DAYS",
            "deliveryDate": "2026-08-26T00:00:00.0Z",
            "deliveryDay": "Mon",
            "deliveryEligibilities": [
              "deliveryEligibilities"
            ],
            "destinationLocationId": "IIAj",
            "destinationLocationNumber": 330,
            "destinationLocationStateOrProvinceCode": "OH",
            "destinationServiceArea": "B2",
            "ineligibleForMoneyBackGuarantee": false,
            "maximumTransitTime": "TWO_DAYS",
            "originLocationId": "070",
            "originLocationNumber": 783,
            "originServiceArea": "C3",
            "packagingCode": "74",
            "postalCode": "17799",
            "publishedDeliveryTime": "12:00P",
            "scac": "FDXG",
            "serviceCode": "400",
            "stateOrProvinceCode": "NM",
            "transitTime": "TWO_DAYS",
            "ursaPrefixCode": "Xd",
            "ursaSuffixCode": "nU"
          },
          "packagingDescription": "box",
          "serviceDescription": {
            "astraDescription": "2 DAY FRT",
            "code": "10",
            "description": "Digitized radical data-warehouse",
            "names": [
              {
                "encoding": "UTF-8",
                "type": "short",
                "value": "Js3"
              },
              {
                "encoding": "UTF-8",
                "type": "short",
                "value": "Nv2"
              }
            ],
            "operatingOrgCodes": [
              "FXE"
            ],
            "serviceCategory": "freight",
            "serviceId": "f4N6h777AqEi",
            "serviceType": "FEDEX_2_DAY_FREIGHT"
          },
          "shipmentConsolidationDetail": {
            "associatedTrackingIds": [
              {
                "trackingIds": [
                  {
                    "formId": "7651",
                    "trackingIdType": "FREIGHT",
                    "trackingNumber": "82476370955196070959"
                  },
                  {
                    "formId": "6749",
                    "trackingIdType": "EXPRESS",
                    "trackingNumber": "22521050318621183118"
                  }
                ],
                "type": "CONSOLIDATION_MASTER"
              },
              {
                "trackingIds": [
                  {
                    "formId": "2878",
                    "trackingIdType": "EXPRESS",
                    "trackingNumber": "18856829090594813888"
                  },
                  {
                    "formId": "8194",
                    "trackingIdType": "FREIGHT",
                    "trackingNumber": "88631493677332813702"
                  }
                ],
                "type": "CONSOLIDATION_MASTER"
              }
            ],
            "role": "CRN_SHIPMENT",
            "type": "INTERNATIONAL_PRIORITY_DISTRIBUTION"
          },
          "shipmentRating": {
            "actualRateType": "PAYOR_ACCOUNT_SHIPMENT",
            "pickupRateDetail": {
              "ancillaryFeesAndTaxes": [
                {
                  "amount": {
                    "currency": "DOP",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "XH0xnXQyOb",
                  "type": "CLEARANCE_ENTRY_FEE"
                },
                {
                  "amount": {
                    "currency": "UYU",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "SFOCPkMeO6",
                  "type": "CLEARANCE_ENTRY_FEE"
                },
                {
                  "amount": {
                    "currency": "TOP",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "mVrIl5XJfl",
                  "type": "CLEARANCE_ENTRY_FEE"
                },
                {
                  "amount": {
                    "currency": "ZMW",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "C0LHLgPLiI",
                  "type": "CLEARANCE_ENTRY_FEE"
                },
                {
                  "amount": {
                    "currency": "UAH",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "9smYmwm5JL",
                  "type": "CLEARANCE_ENTRY_FEE"
                }
              ],
              "currencyExchangeRate": {
                "fromCurrency": "GBP",
                "intoCurrency": "KWD",
                "rate": 13.06
              },
              "dutiesAndTaxes": [
                {
                  "harmonizedCode": "903637",
                  "taxes": {
                    "amount": {
                      "currency": "XAF",
                      "value": "CUSTOMS_VALUE"
                    },
                    "appliedPreferentialTradeAgreement": {
                      "description": "QzcBbVJf34",
                      "id": "GuJc55",
                      "name": "VAT"
                    },
                    "description": "GTCG9aMq8v",
                    "effectiveDate": "2025-12-20T00:00:00.0Z",
                    "formula": "7qV1YTc0U8XfW7s",
                    "name": "Sales Tax",
                    "taxableValue": {
                      "currency": "SEK",
                      "value": "CUSTOMS_VALUE"
                    },
                    "taxcode": "oKOba",
                    "taxRates": [
                      {
                        "currency": "EUR",
                        "quantity": 30,
                        "unitOfMeasure": "KG",
                        "value": "10"
                      },
                      {
                        "currency": "EUR",
                        "quantity": 10,
                        "unitOfMeasure": "L",
                        "value": "15"
                      },
                      {
                        "currency": "USD",
                        "quantity": 10,
                        "unitOfMeasure": "L",
                        "value": "10"
                      }
                    ],
                    "taxType": "INCENTIVE"
                  },
                  "total": {
                    "currency": "ALL",
                    "value": "CUSTOMS_VALUE"
                  }
                }
              ],
              "freightDiscounts": [
                {
                  "amount": {
                    "currency": "BND",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "NFAVrTfrqv",
                  "percent": 6.91,
                  "rateDiscountType": "INCENTIVE"
                },
                {
                  "amount": {
                    "currency": "TZS",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "OBrlLnvB7J",
                  "percent": 16.87,
                  "rateDiscountType": "INCENTIVE"
                },
                {
                  "amount": {
                    "currency": "RON",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "W1ilq46oTR",
                  "percent": 6.98,
                  "rateDiscountType": "INCENTIVE"
                },
                {
                  "amount": {
                    "currency": "TND",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "57GGclJMJ5",
                  "percent": 11.01,
                  "rateDiscountType": "INCENTIVE"
                },
                {
                  "amount": {
                    "currency": "ARS",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "a5zdsq9jSj",
                  "percent": 6.86,
                  "rateDiscountType": "INCENTIVE"
                }
              ],
              "fuelSurchargePercent": 13.15,
              "minimumChargeType": "EARNED_DISCOUNT",
              "pickupBaseChargeDescription": "Pickup Area Surcharge",
              "pricingCode": "ACTUAL",
              "rateScale": "x6UxcBY4TV",
              "rateType": "PAYOR_ACCOUNT_PACKAGE",
              "rateZone": "Gr9Wb7",
              "ratingBasis": "SHIPMENT_WEIGHT_BASED",
              "rebates": [
                {
                  "amount": {
                    "currency": "BWP",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "2Hbfv5p2BI",
                  "percent": 3.29,
                  "rebateType": "EARNED"
                },
                {
                  "amount": {
                    "currency": "TMT",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "PApIicl6Rf",
                  "percent": 2.89,
                  "rebateType": "EARNED"
                },
                {
                  "amount": {
                    "currency": "ZMW",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "fsjjB1wUVZ",
                  "percent": 3.69,
                  "rebateType": "EARNED"
                }
              ],
              "specialRatingApplied": "FEDEX_ONE_RATE",
              "surcharges": [
                {
                  "amount": {
                    "currency": "AOA",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "MLcNYu9MDf",
                  "level": "PACKAGE",
                  "surchargeType": "COD"
                },
                {
                  "amount": {
                    "currency": "BSD",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Fxq80zCSiV",
                  "level": "PACKAGE",
                  "surchargeType": "COD"
                }
              ],
              "taxes": [
                {
                  "amount": {
                    "currency": "PGK",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "0thqy5Lco2",
                  "taxType": "VAT"
                }
              ],
              "totalAncillaryFeesAndTaxes": {
                "currency": "EUR",
                "value": "CUSTOMS_VALUE"
              },
              "totalBaseCharge": {
                "currency": "PHP",
                "value": "CUSTOMS_VALUE"
              },
              "totalDutiesAndTaxes": {
                "currency": "QAR",
                "value": "CUSTOMS_VALUE"
              },
              "totalDutiesTaxesAndFees": {
                "currency": "LBP",
                "value": "CUSTOMS_VALUE"
              },
              "totalFreightDiscounts": {
                "currency": "EUR",
                "value": "CUSTOMS_VALUE"
              },
              "totalNetCharge": {
                "currency": "BTN",
                "value": "CUSTOMS_VALUE"
              },
              "totalNetChargeWithDutiesAndTaxes": {
                "currency": "CDF",
                "value": "CUSTOMS_VALUE"
              },
              "totalNetFedExCharge": {
                "currency": "RON",
                "value": "CUSTOMS_VALUE"
              },
              "totalNetFreight": {
                "currency": "CHF",
                "value": "CUSTOMS_VALUE"
              },
              "totalRebates": {
                "currency": "CZK",
                "value": "CUSTOMS_VALUE"
              },
              "totalSurcharges": {
                "currency": "ZAR",
                "value": "CUSTOMS_VALUE"
              },
              "totalTaxes": {
                "currency": "BBD",
                "value": "CUSTOMS_VALUE"
              },
              "totalVariableHandlingCharges": {
                "fixedVariableHandlingCharge": {
                  "currency": "PYG",
                  "value": "CUSTOMS_VALUE"
                },
                "percentVariableHandlingCharge": {
                  "currency": "SHP",
                  "value": "CUSTOMS_VALUE"
                },
                "totalCustomerCharge": {
                  "currency": "TZS",
                  "value": "CUSTOMS_VALUE"
                },
                "variableHandlingCharge": {
                  "currency": "MOP",
                  "value": "CUSTOMS_VALUE"
                }
              },
              "variableHandlingCharges": {
                "fixedVariableHandlingCharge": {
                  "currency": "PAB",
                  "value": "CUSTOMS_VALUE"
                },
                "percentVariableHandlingCharge": {
                  "currency": "NOK",
                  "value": "CUSTOMS_VALUE"
                },
                "totalCustomerCharge": {
                  "currency": "CHF",
                  "value": "CUSTOMS_VALUE"
                },
                "variableHandlingCharge": {
                  "currency": "UGX",
                  "value": "CUSTOMS_VALUE"
                }
              }
            },
            "shipmentRateDetails": [
              {
                "currency": "EUR",
                "currencyExchangeRate": {
                  "fromCurrency": "EUR",
                  "intoCurrency": "AFN",
                  "rate": 21.22
                },
                "dimDivisor": 228,
                "freightDiscounts": [
                  {
                    "amount": 4.56,
                    "description": "hpiQUq9xIx",
                    "percent": 15.45,
                    "rateDiscountType": "COUPON"
                  },
                  {
                    "amount": 8.19,
                    "description": "L3E1qNlVYl",
                    "percent": 18.24,
                    "rateDiscountType": "BONUS"
                  }
                ],
                "fuelSurchargePercent": 6.38,
                "pricingCode": "LTL_FREIGHT",
                "ratedWeightMethod": "ACTUAL",
                "rateScale": "95979",
                "rateType": "RATED_ACCOUNT_SHIPMENT",
                "rateZone": "7clOiY",
                "shipmentLegRateDetails": [
                  {
                    "currency": "GBP",
                    "currencyExchangeRate": {
                      "fromCurrency": "GBP",
                      "intoCurrency": "RUB",
                      "rate": 18.04
                    },
                    "dimDivisor": 156,
                    "dimDivisorType": "WEIGHT",
                    "freightDiscounts": [
                      {
                        "amount": 6.95,
                        "description": "dI2GW6CKD7",
                        "percent": 5.8,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 7.86,
                        "description": "ASLMn4Njbq",
                        "percent": 5,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 2.63,
                        "description": "MbaJFNkEQT",
                        "percent": 8.79,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 9.96,
                        "description": "JZnODIV1rc",
                        "percent": 7.88,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 8.82,
                        "description": "qH040J2uua",
                        "percent": 5.97,
                        "rateDiscountType": "COUPON"
                      }
                    ],
                    "fuelSurchargePercent": 10.29,
                    "legDestinationLocationId": "IUKy",
                    "minimumChargeType": "MINIMUM_CHARGE",
                    "pricingCode": "HpIcr",
                    "ratedWeightMethod": "DIM",
                    "rateScale": "1586",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "faMPsf",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 2722.31,
                          "currency": "SAR"
                        },
                        "description": "Fuel Surcharge",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 2037.81,
                          "currency": "SDG"
                        },
                        "description": "Residential Delivery",
                        "level": "SHIPMENT",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 619.38,
                          "currency": "VES"
                        },
                        "description": "Overweight package",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 2085.21,
                          "currency": "TZS"
                        },
                        "description": "Overweight package",
                        "level": "SHIPMENT",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 1.16,
                        "description": "VAT",
                        "level": "SHIPMENT",
                        "type": "FEDERAL"
                      }
                    ],
                    "totalBaseCharge": 141.42,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 28.3,
                    "totalFreightDiscounts": 33.96,
                    "totalNetCharge": 144.54,
                    "totalNetChargeWithDutiesAndTaxes": 154.04,
                    "totalNetFedExCharge": 96.29,
                    "totalNetFreight": 133.8,
                    "totalRebates": 3.42,
                    "totalSurcharges": 12.8,
                    "totalTaxes": 1.04
                  },
                  {
                    "currency": "GBP",
                    "currencyExchangeRate": {
                      "fromCurrency": "INR",
                      "intoCurrency": "DJF",
                      "rate": 2.61
                    },
                    "dimDivisor": 173,
                    "dimDivisorType": "WEIGHT",
                    "freightDiscounts": [
                      {
                        "amount": 6.56,
                        "description": "E4XgN55N20",
                        "percent": 7.94,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 9.5,
                        "description": "TKmfFoyMy1",
                        "percent": 14.18,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 2.11,
                        "description": "tsGbLVfgWz",
                        "percent": 14.22,
                        "rateDiscountType": "COUPON"
                      }
                    ],
                    "fuelSurchargePercent": 5.07,
                    "legDestinationLocationId": "kzzK",
                    "minimumChargeType": "MINIMUM_CHARGE",
                    "pricingCode": "Z3U9e",
                    "ratedWeightMethod": "DIM",
                    "rateScale": "5945",
                    "rateType": "PAYOR_ACCOUNT_PACKAGE",
                    "rateZone": "rVTlez",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 2027.65,
                          "currency": "VND"
                        },
                        "description": "Residential Delivery",
                        "level": "PACKAGE",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 3111.52,
                          "currency": "THB"
                        },
                        "description": "Fuel Surcharge",
                        "level": "SHIPMENT",
                        "surchargeType": "FUEL_SURCHARGE"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 8.2,
                        "description": "Sales Tax",
                        "level": "PACKAGE",
                        "type": "STATE"
                      },
                      {
                        "amount": 9.74,
                        "description": "GST",
                        "level": "SHIPMENT",
                        "type": "STATE"
                      },
                      {
                        "amount": 10.9,
                        "description": "GST",
                        "level": "SHIPMENT",
                        "type": "STATE"
                      },
                      {
                        "amount": 4.37,
                        "description": "GST",
                        "level": "SHIPMENT",
                        "type": "FEDERAL"
                      },
                      {
                        "amount": 5.02,
                        "description": "Sales Tax",
                        "level": "PACKAGE",
                        "type": "FEDERAL"
                      }
                    ],
                    "totalBaseCharge": 183.06,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 2.87,
                    "totalFreightDiscounts": 4.78,
                    "totalNetCharge": 96.72,
                    "totalNetChargeWithDutiesAndTaxes": 249.54,
                    "totalNetFedExCharge": 124.34,
                    "totalNetFreight": 197.12,
                    "totalRebates": 2.29,
                    "totalSurcharges": 7.38,
                    "totalTaxes": 7.5
                  },
                  {
                    "currency": "USD",
                    "currencyExchangeRate": {
                      "fromCurrency": "INR",
                      "intoCurrency": "PAB",
                      "rate": 12.24
                    },
                    "dimDivisor": 202,
                    "dimDivisorType": "VOLUME",
                    "freightDiscounts": [
                      {
                        "amount": 9.65,
                        "description": "aBcDYTg8JH",
                        "percent": 5.67,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 2.48,
                        "description": "e3h0ANN60R",
                        "percent": 12.67,
                        "rateDiscountType": "COUPON"
                      }
                    ],
                    "fuelSurchargePercent": 6.33,
                    "legDestinationLocationId": "uVfF",
                    "minimumChargeType": "MINIMUM_CHARGE",
                    "pricingCode": "U7RCM",
                    "ratedWeightMethod": "DIM",
                    "rateScale": "8720",
                    "rateType": "PAYOR_ACCOUNT_PACKAGE",
                    "rateZone": "7lqFFg",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 2708.13,
                          "currency": "XAF"
                        },
                        "description": "Overweight package",
                        "level": "PACKAGE",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 3913.5,
                          "currency": "ZWL"
                        },
                        "description": "Overweight package",
                        "level": "PACKAGE",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 2368.18,
                          "currency": "GNF"
                        },
                        "description": "Overweight package",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 535.72,
                          "currency": "MYR"
                        },
                        "description": "Overweight package",
                        "level": "PACKAGE",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 1774.24,
                          "currency": "ZAR"
                        },
                        "description": "Overweight package",
                        "level": "SHIPMENT",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 4.78,
                        "description": "GST",
                        "level": "PACKAGE",
                        "type": "STATE"
                      },
                      {
                        "amount": 11.9,
                        "description": "VAT",
                        "level": "PACKAGE",
                        "type": "FEDERAL"
                      },
                      {
                        "amount": 9.37,
                        "description": "VAT",
                        "level": "SHIPMENT",
                        "type": "FEDERAL"
                      },
                      {
                        "amount": 19.04,
                        "description": "Sales Tax",
                        "level": "SHIPMENT",
                        "type": "STATE"
                      },
                      {
                        "amount": 16.52,
                        "description": "VAT",
                        "level": "PACKAGE",
                        "type": "FEDERAL"
                      }
                    ],
                    "totalBaseCharge": 111.1,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 37.32,
                    "totalFreightDiscounts": 6.95,
                    "totalNetCharge": 127.74,
                    "totalNetChargeWithDutiesAndTaxes": 179.89,
                    "totalNetFedExCharge": 225.55,
                    "totalNetFreight": 103.05,
                    "totalRebates": 4.42,
                    "totalSurcharges": 15.01,
                    "totalTaxes": 8.05
                  },
                  {
                    "currency": "GBP",
                    "currencyExchangeRate": {
                      "fromCurrency": "GBP",
                      "intoCurrency": "MOP",
                      "rate": 10.59
                    },
                    "dimDivisor": 151,
                    "dimDivisorType": "WEIGHT",
                    "freightDiscounts": [
                      {
                        "amount": 9.06,
                        "description": "yeH8KNW2zy",
                        "percent": 6.03,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 1.88,
                        "description": "OEDaLZ0QX9",
                        "percent": 7.7,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 6.77,
                        "description": "VM2AdGkwqd",
                        "percent": 11.31,
                        "rateDiscountType": "BONUS"
                      }
                    ],
                    "fuelSurchargePercent": 1.88,
                    "legDestinationLocationId": "wlLN",
                    "minimumChargeType": "ACTUAL",
                    "pricingCode": "5T6N3",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "8028",
                    "rateType": "PAYOR_ACCOUNT_PACKAGE",
                    "rateZone": "CjfCxL",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 1615.09,
                          "currency": "IDR"
                        },
                        "description": "Fuel Surcharge",
                        "level": "PACKAGE",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 4050.91,
                          "currency": "NIO"
                        },
                        "description": "Overweight package",
                        "level": "SHIPMENT",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 288.71,
                          "currency": "AWG"
                        },
                        "description": "Overweight package",
                        "level": "PACKAGE",
                        "surchargeType": "FUEL_SURCHARGE"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 11.92,
                        "description": "Sales Tax",
                        "level": "SHIPMENT",
                        "type": "STATE"
                      },
                      {
                        "amount": 16.41,
                        "description": "VAT",
                        "level": "SHIPMENT",
                        "type": "STATE"
                      },
                      {
                        "amount": 3.77,
                        "description": "Sales Tax",
                        "level": "SHIPMENT",
                        "type": "STATE"
                      },
                      {
                        "amount": 16.32,
                        "description": "Sales Tax",
                        "level": "PACKAGE",
                        "type": "FEDERAL"
                      }
                    ],
                    "totalBaseCharge": 136.44,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 30.59,
                    "totalFreightDiscounts": 7.41,
                    "totalNetCharge": 85.54,
                    "totalNetChargeWithDutiesAndTaxes": 168.24,
                    "totalNetFedExCharge": 146.06,
                    "totalNetFreight": 145.12,
                    "totalRebates": 2.48,
                    "totalSurcharges": 17.84,
                    "totalTaxes": 7.74
                  },
                  {
                    "currency": "USD",
                    "currencyExchangeRate": {
                      "fromCurrency": "GBP",
                      "intoCurrency": "PYG",
                      "rate": 8.6
                    },
                    "dimDivisor": 296,
                    "dimDivisorType": "WEIGHT",
                    "freightDiscounts": [
                      {
                        "amount": 8.42,
                        "description": "Rk5WfTByjx",
                        "percent": 5.61,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 3.73,
                        "description": "LrF5QaqkS3",
                        "percent": 18.73,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 3.94,
                        "description": "FAIVE6nPcL",
                        "percent": 16.23,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 7.68,
                        "description": "CgD4w2Oc6A",
                        "percent": 13.4,
                        "rateDiscountType": "EARNED"
                      }
                    ],
                    "fuelSurchargePercent": 4.3,
                    "legDestinationLocationId": "XDvr",
                    "minimumChargeType": "ACTUAL",
                    "pricingCode": "YkKe9",
                    "ratedWeightMethod": "DIM",
                    "rateScale": "9914",
                    "rateType": "PAYOR_ACCOUNT_PACKAGE",
                    "rateZone": "ZQkQ2a",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 1044.92,
                          "currency": "JOD"
                        },
                        "description": "Overweight package",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 4705.91,
                          "currency": "IDR"
                        },
                        "description": "Fuel Surcharge",
                        "level": "PACKAGE",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 8.51,
                        "description": "GST",
                        "level": "SHIPMENT",
                        "type": "FEDERAL"
                      },
                      {
                        "amount": 6.21,
                        "description": "Sales Tax",
                        "level": "PACKAGE",
                        "type": "STATE"
                      },
                      {
                        "amount": 9.64,
                        "description": "GST",
                        "level": "SHIPMENT",
                        "type": "STATE"
                      }
                    ],
                    "totalBaseCharge": 115.4,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 11.77,
                    "totalFreightDiscounts": 2.61,
                    "totalNetCharge": 72.54,
                    "totalNetChargeWithDutiesAndTaxes": 84.96,
                    "totalNetFedExCharge": 114.59,
                    "totalNetFreight": 73.38,
                    "totalRebates": 0.6,
                    "totalSurcharges": 5.85,
                    "totalTaxes": 0.18
                  }
                ],
                "surcharges": [
                  {
                    "amount": {
                      "amount": 4216.35,
                      "currency": "CNY"
                    },
                    "description": "Fuel Surcharge",
                    "level": "SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  }
                ],
                "taxes": [
                  {
                    "amount": 7.39,
                    "description": "VAT",
                    "level": "SHIPMENT",
                    "type": "FEDERAL"
                  },
                  {
                    "amount": 14.03,
                    "description": "VAT",
                    "level": "PACKAGE",
                    "type": "FEDERAL"
                  },
                  {
                    "amount": 14.16,
                    "description": "Sales Tax",
                    "level": "PACKAGE",
                    "type": "FEDERAL"
                  }
                ],
                "totalAncillaryFeesAndTaxes": 13.75,
                "totalBaseCharge": 67.86,
                "totalBillingWeight": {
                  "units": "KG",
                  "value": 68
                },
                "totalDutiesAndTaxes": 38.31,
                "totalDutiesTaxesAndFees": 47.85,
                "totalFreightDiscounts": 34.76,
                "totalNetCharge": 141.54,
                "totalNetChargeWithDutiesAndTaxes": 136.27,
                "totalNetFedExCharge": 171.75,
                "totalNetFreight": 195.48,
                "totalRebates": 0.85,
                "totalSurcharges": 16.07,
                "totalTaxes": 6.19
              }
            ],
            "totalNetFedExTransportationAndPickupCharge": {
              "currency": "CDF",
              "value": "CUSTOMS_VALUE"
            },
            "totalNetTransportationAndPickupCharge": {
              "currency": "BBD",
              "value": "CUSTOMS_VALUE"
            }
          },
          "usDomestic": true
        },
        "masterTrackingNumber": "667997515576",
        "pieceResponses": [
          {
            "packageDocuments": [
              {
                "additionalChargesDiscount": 106.42,
                "baseRateAmount": 229.94,
                "codcollectionAmount": 621.69,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "516183"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "777697"
                  }
                ],
                "masterTrackingNumber": "968588954298",
                "netChargeAmount": 79.22,
                "netDiscountAmount": 149.96,
                "netRateAmount": 5.6,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 3,
                    "docType": "EPL",
                    "encodedLabel": "fpFcBcRfJnkFTQi4hng3",
                    "trackingNumber": "967160779267",
                    "url": "https://ambitious-schnitzel.net"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 4,
                    "docType": "ZPL",
                    "encodedLabel": "v3T9NjyvBF823Da5DkHs",
                    "trackingNumber": "150110477882",
                    "url": "https://ill-fated-simple.biz"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 3,
                    "docType": "EPL",
                    "encodedLabel": "Mxp5xLGrTi2kQrANkQwk",
                    "trackingNumber": "707257339046",
                    "url": "https://polished-partridge.info"
                  }
                ],
                "trackingNumber": "820954997748"
              },
              {
                "additionalChargesDiscount": 190.1,
                "baseRateAmount": 241.23,
                "codcollectionAmount": 665.97,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "285110"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "806086"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "845902"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "656009"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "637126"
                  }
                ],
                "masterTrackingNumber": "208163268941",
                "netChargeAmount": 104.14,
                "netDiscountAmount": 65.1,
                "netRateAmount": 67.02,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 2,
                    "docType": "ZPL",
                    "encodedLabel": "qhylCYvbGxyj7v3sCvdW",
                    "trackingNumber": "711736506067",
                    "url": "https://blushing-character.net/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 2,
                    "docType": "EPL",
                    "encodedLabel": "rQCXVO0mnet38C8XVgno",
                    "trackingNumber": "275728312489",
                    "url": "https://striking-crocodile.info/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 2,
                    "docType": "EPL",
                    "encodedLabel": "ux3W4qQNsAIWDgV6hsx4",
                    "trackingNumber": "279876990301",
                    "url": "https://monumental-cemetery.biz/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 5,
                    "docType": "PDF",
                    "encodedLabel": "w4TP1be39QoQ7BE6hXip",
                    "trackingNumber": "674249491328",
                    "url": "https://majestic-follower.org"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 5,
                    "docType": "PDF",
                    "encodedLabel": "k6NYrpMItwdoizWp1XYC",
                    "trackingNumber": "481483908462",
                    "url": "https://untrue-harp.com/"
                  }
                ],
                "trackingNumber": "891817713238"
              }
            ]
          },
          {
            "packageDocuments": [
              {
                "additionalChargesDiscount": 170.9,
                "baseRateAmount": 201.59,
                "codcollectionAmount": 284.69,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "557393"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "258624"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "193281"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "831756"
                  }
                ],
                "masterTrackingNumber": "532466402141",
                "netChargeAmount": 73.25,
                "netDiscountAmount": 130.67,
                "netRateAmount": 81.9,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 2,
                    "docType": "PNG",
                    "encodedLabel": "heVtXO50rvQK3nJ9UQY5",
                    "trackingNumber": "368332447775",
                    "url": "https://regular-catalyst.info/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 1,
                    "docType": "ZPL",
                    "encodedLabel": "z3TxrvSTsvHVXsqG0aAq",
                    "trackingNumber": "563822025503",
                    "url": "https://tasty-schedule.info"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 4,
                    "docType": "EPL",
                    "encodedLabel": "AuJ0OviWerY4ET6B2hyN",
                    "trackingNumber": "548046303165",
                    "url": "https://self-assured-developmental.biz/"
                  }
                ],
                "trackingNumber": "507069093425"
              }
            ]
          }
        ],
        "serviceCategory": "EXPRESS",
        "serviceName": "FedEx 2 Day Freight",
        "serviceType": "FEDEX_2_DAY_FREIGHT",
        "shipDatestamp": "2026-06-02T00:00:00.0Z",
        "shipmentAdvisoryDetails": {
          "regulatoryAdvisory": {
            "commodityClarifications": [
              {
                "commodityIndex": 18,
                "suggestions": [
                  {
                    "description": "Discover the sea lion-like agility of our Sausages, perfect for emotional users",
                    "harmonizedCode": "269175"
                  },
                  {
                    "description": "New white Bacon with ergonomic design for sad comfort",
                    "harmonizedCode": "455543"
                  },
                  {
                    "description": "The cyan Sausages combines San Marino aesthetics with Ruthenium-based durability",
                    "harmonizedCode": "912027"
                  },
                  {
                    "description": "The Marjolaine Chair is the latest in a series of tough products from Quigley LLC",
                    "harmonizedCode": "937128"
                  },
                  {
                    "description": "Innovative Bacon featuring regal technology and Steel construction",
                    "harmonizedCode": "263053"
                  }
                ]
              },
              {
                "commodityIndex": 16,
                "suggestions": [
                  {
                    "description": "Auer Inc's most advanced Salad technology increases shoddy capabilities",
                    "harmonizedCode": "027060"
                  }
                ]
              }
            ],
            "prohibitions": [
              {
                "advisory": {
                  "code": "q6gif",
                  "localizedText": "vUkV6RpHxBspecEFCFHd",
                  "parameters": [
                    {
                      "id": "6eeKg",
                      "value": "12jMBT52gS"
                    },
                    {
                      "id": "mfGCv",
                      "value": "efillguNB8"
                    },
                    {
                      "id": "glwaC",
                      "value": "l6K6eALfh8"
                    },
                    {
                      "id": "5OTFw",
                      "value": "dY8KjC7pCz"
                    }
                  ],
                  "text": "1ROCt7divoPSgeX"
                },
                "categories": [
                  "categories"
                ],
                "commodityIndex": 7,
                "derivedHarmonizedCode": "528961",
                "source": "vmSwGVO7HH",
                "status": "PENDING",
                "type": "Yudweqx4JE",
                "waiver": {
                  "advisories": [
                    {
                      "code": "jEroH",
                      "localizedText": "b0U0SsRhBPhxGt8HiJAh",
                      "parameters": [
                        {
                          "id": "JpB4d",
                          "value": "iDg6dXzpes"
                        },
                        {
                          "id": "Sbseo",
                          "value": "PQhioPScaH"
                        }
                      ],
                      "text": "97iW7X62eRtSLh3"
                    },
                    {
                      "code": "ZmMT5",
                      "localizedText": "ONtTYUyzJPWlxVBf63Wc",
                      "parameters": [
                        {
                          "id": "SQa2R",
                          "value": "TCjJWnj58L"
                        }
                      ],
                      "text": "jea7HFsM4HcbTyU"
                    },
                    {
                      "code": "RqDaS",
                      "localizedText": "1YdRO6z5U7UhSoRIJWjL",
                      "parameters": [
                        {
                          "id": "XzFS3",
                          "value": "XNY3mcdEYQ"
                        },
                        {
                          "id": "vgY2u",
                          "value": "cVAbLnESTb"
                        }
                      ],
                      "text": "TwgQyFE4xzadlTq"
                    },
                    {
                      "code": "8UNQI",
                      "localizedText": "LPAnKXDtIvck3lvz2UaV",
                      "parameters": [
                        {
                          "id": "JqIvb",
                          "value": "Qj3aodckEc"
                        },
                        {
                          "id": "saFUL",
                          "value": "0LLsAxpNmB"
                        },
                        {
                          "id": "nRstc",
                          "value": "KzkhBJzQ0U"
                        },
                        {
                          "id": "vWKw6",
                          "value": "JXax5kmUvR"
                        },
                        {
                          "id": "f5Cfw",
                          "value": "DgcPWpdoYx"
                        }
                      ],
                      "text": "Z5CE1JwLOtnqrgL"
                    }
                  ],
                  "description": "473Vw7buaR",
                  "id": "to5Hp"
                }
              },
              {
                "advisory": {
                  "code": "SSv3x",
                  "localizedText": "sXk5cUWFUiqZW7FttURs",
                  "parameters": [
                    {
                      "id": "9l6rn",
                      "value": "i5UfTkqLal"
                    },
                    {
                      "id": "AMEco",
                      "value": "s48mI7F7uS"
                    },
                    {
                      "id": "uty9b",
                      "value": "N7YlOzyigp"
                    },
                    {
                      "id": "S8uhx",
                      "value": "5HPhlBEzTm"
                    },
                    {
                      "id": "bCLpr",
                      "value": "3i7I6fx6ob"
                    }
                  ],
                  "text": "M66R2n8wSZQxzqW"
                },
                "categories": [
                  "categories"
                ],
                "commodityIndex": 5,
                "derivedHarmonizedCode": "379721",
                "source": "jWWdA97NVe",
                "status": "PENDING",
                "type": "ht2f40rn6C",
                "waiver": {
                  "advisories": [
                    {
                      "code": "M3PzX",
                      "localizedText": "GQUA5HolEuQ3dRFg4uOh",
                      "parameters": [
                        {
                          "id": "vQk12",
                          "value": "KA1b2qQ3Yk"
                        },
                        {
                          "id": "mf8mf",
                          "value": "fDoZsbKWSg"
                        },
                        {
                          "id": "fLpJq",
                          "value": "eUPOsXGEg9"
                        },
                        {
                          "id": "T6Uqu",
                          "value": "SvmVbAcp3U"
                        },
                        {
                          "id": "xh9kc",
                          "value": "U1YYlW8YUM"
                        }
                      ],
                      "text": "6ehkaIVbikDA3ZE"
                    },
                    {
                      "code": "kDteg",
                      "localizedText": "tEP6I8eWz4JQv8z9ruqt",
                      "parameters": [
                        {
                          "id": "0Pz4I",
                          "value": "dqOlaxrXkG"
                        },
                        {
                          "id": "Mhv1V",
                          "value": "WlcWUtsDns"
                        },
                        {
                          "id": "XVmOn",
                          "value": "u6VCsjzYDH"
                        }
                      ],
                      "text": "FsF2OdhceDZ3mLD"
                    },
                    {
                      "code": "CFeoB",
                      "localizedText": "7GqKtvgmC2Vg9er2Fx2d",
                      "parameters": [
                        {
                          "id": "5ZwWR",
                          "value": "tzkMZvGx1A"
                        },
                        {
                          "id": "PlxiI",
                          "value": "UOiCvkxRjU"
                        },
                        {
                          "id": "gpevK",
                          "value": "GKjg5RogeW"
                        },
                        {
                          "id": "jMCFU",
                          "value": "Fcy3NqbHNZ"
                        },
                        {
                          "id": "gyRWD",
                          "value": "f47ofyE5aG"
                        }
                      ],
                      "text": "LZ0Lb1FEyOyNS6b"
                    },
                    {
                      "code": "L1h3B",
                      "localizedText": "sF1cwAnn7ntoa7QUECvr",
                      "parameters": [
                        {
                          "id": "jGyVm",
                          "value": "fUzKNmFgyc"
                        }
                      ],
                      "text": "tPbTJWMnnZtCeR7"
                    },
                    {
                      "code": "mNnjd",
                      "localizedText": "kB9RWhybBo27PGaC9n6e",
                      "parameters": [
                        {
                          "id": "fFPqX",
                          "value": "af3qcggSN4"
                        }
                      ],
                      "text": "pW49n57DQ3ORPLD"
                    }
                  ],
                  "description": "EDYh748T23",
                  "id": "OPMEB"
                }
              },
              {
                "advisory": {
                  "code": "beUrI",
                  "localizedText": "EFWMvKztMOGkTbDiUu4R",
                  "parameters": [
                    {
                      "id": "gicwk",
                      "value": "EKxRUOOUMw"
                    }
                  ],
                  "text": "pXziUYAH4JSvmAn"
                },
                "categories": [
                  "categories"
                ],
                "commodityIndex": 8,
                "derivedHarmonizedCode": "248277",
                "source": "3CgOUkNTX3",
                "status": "PENDING",
                "type": "kcAvBrbAQp",
                "waiver": {
                  "advisories": [
                    {
                      "code": "Mq7Qr",
                      "localizedText": "MmmmMxJkb5Pjpga7EqJS",
                      "parameters": [
                        {
                          "id": "qVpQd",
                          "value": "O2sq00PmYs"
                        },
                        {
                          "id": "zfboC",
                          "value": "OwO62LQWAf"
                        },
                        {
                          "id": "oZZnn",
                          "value": "0w0cJnvWh9"
                        },
                        {
                          "id": "mPZKJ",
                          "value": "gl90kOI0mv"
                        },
                        {
                          "id": "ZQVBs",
                          "value": "c5aPfDsJnc"
                        }
                      ],
                      "text": "w4x02KdoEh1n0Nz"
                    }
                  ],
                  "description": "qWxvWWl584",
                  "id": "EOFh5"
                }
              },
              {
                "advisory": {
                  "code": "8IPFA",
                  "localizedText": "m3NpoM5px0MZUHuiivni",
                  "parameters": [
                    {
                      "id": "kia4T",
                      "value": "FJ0KfqQ5YT"
                    },
                    {
                      "id": "RGUNi",
                      "value": "mI75dVlcQY"
                    }
                  ],
                  "text": "E43cOzdlAWXoMUA"
                },
                "categories": [
                  "categories"
                ],
                "commodityIndex": 8,
                "derivedHarmonizedCode": "831882",
                "source": "3DX70LCYzI",
                "status": "ACTIVE",
                "type": "XVPbWLBvEc",
                "waiver": {
                  "advisories": [
                    {
                      "code": "52EMW",
                      "localizedText": "g3t8vAK4ruf6JEDAkUv9",
                      "parameters": [
                        {
                          "id": "JdH65",
                          "value": "MQTRFhAPzB"
                        }
                      ],
                      "text": "FO5fME3swiP2dB3"
                    },
                    {
                      "code": "NE0rb",
                      "localizedText": "IqjrKtIxSFcgNbSBlt20",
                      "parameters": [
                        {
                          "id": "MGBST",
                          "value": "dPrSdrc57e"
                        }
                      ],
                      "text": "4lXJwNbKZEk1r6p"
                    }
                  ],
                  "description": "4MheU81CPr",
                  "id": "ek4NV"
                }
              }
            ]
          }
        },
        "shipmentDocuments": [
          {
            "contentType": "COMMERCIAL_INVOICE",
            "copiesToPrint": 3,
            "docType": "ZPL",
            "encodedLabel": "MWGQzD3DJMsMSsbAZZww",
            "trackingNumber": "316259373219",
            "url": "https://proper-e-mail.biz"
          },
          {
            "contentType": "COMMERCIAL_INVOICE",
            "copiesToPrint": 5,
            "docType": "PNG",
            "encodedLabel": "CkGXqu8oqcJ9nZFM5ARK",
            "trackingNumber": "771083042601",
            "url": "https://jaunty-pendant.net/"
          }
        ]
      },
      {
        "completedShipmentDetail": {
          "accessDetail": {
            "accessorDetails": [
              {
                "emailLabelUrl": "https://frozen-eggplant.biz",
                "password": "tko8aNJq",
                "role": "Chief Accountability Coordinator",
                "userId": "e460001c-86ac-43e8-b8e5-53af7ee75c30"
              },
              {
                "emailLabelUrl": "https://important-nerve.com",
                "password": "pCEit7WO",
                "role": "Corporate Branding Representative",
                "userId": "745d6be0-5c7e-4d17-b18a-ca5d38018961"
              },
              {
                "emailLabelUrl": "https://glossy-individual.biz/",
                "password": "bD7EgFLd",
                "role": "National Tactics Representative",
                "userId": "988c2642-cbf3-489d-b1bf-8694da452e7c"
              }
            ]
          },
          "carrierCode": "FDXE",
          "completedCodDetail": {
            "codCollectionAmount": {
              "amount": 4002.9,
              "currency": "BOB"
            }
          },
          "completedEtdDetail": {
            "folderId": "X71YkzRW6i9c6oRb",
            "type": "PRO_FORMA_INVOICE",
            "uploadDocumentReferenceDetails": [
              {
                "documentId": "wtTT44CXcu9vLlb2"
              },
              {
                "documentId": "980kdyVNusI8bUjW"
              },
              {
                "documentId": "aFFwlW8UgaU6Jee4"
              },
              {
                "documentId": "kA8sRSXDxLBiZsao"
              }
            ]
          },
          "completedHoldAtLocationDetail": {
            "holdingLocation": {
              "address": {
                "city": "Beverly Hills",
                "countryCode": "US",
                "postalCode": "38127",
                "residential": false,
                "stateOrProvinceCode": "CA",
                "streetLines": [
                  "10 FedEx Parkway",
                  "Suite 302"
                ]
              },
              "contact": {
                "companyName": "Fedex",
                "emailAddress": "sample@company.com",
                "faxNumber": "1234567890",
                "pagerNumber": "6127812",
                "personName": "John Taylor",
                "phoneExtension": "91",
                "phoneNumber": "1234567890",
                "title": "title",
                "tollFreePhoneNumber": "6127812"
              }
            },
            "holdingLocationType": "FEDEX_SELF_SERVICE"
          },
          "completedPackageDetails": [
            {
              "dryIceWeight": {
                "units": "KG",
                "value": 68
              },
              "groupNumber": 2,
              "hazardousPackageDetail": {
                "accessibility": "INACCESSIBLE",
                "cargoAircraftOnly": true,
                "containers": [
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "Qz1ytEDtX0",
                          "hazardClass": "8",
                          "id": "UN8063",
                          "labelText": "Flammable",
                          "packingGroup": "III",
                          "packingInstructions": "None",
                          "properShippingName": "Paint",
                          "properShippingNameAndDescription": "Paint, flammable",
                          "sequenceNumber": 5,
                          "specialProvisions": "A85",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "D",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "E"
                        },
                        "massPoints": 91.26,
                        "netExplosiveDetail": {
                          "amount": 5.6,
                          "type": "TOTAL_WEIGHT",
                          "units": "g"
                        },
                        "options": {
                          "description": {
                            "authorization": "PCt3A8YSNF",
                            "hazardClass": "3",
                            "id": "UN5986",
                            "labelText": "Corrosive",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "NonBulk"
                            },
                            "packingGroup": "I",
                            "percentage": 25.21,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Ethanol",
                            "reportableQuantity": true,
                            "sequenceNumber": 5,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "itpokIzcrj"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 6.8,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 47.23,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 2.78,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 30.26,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 29.06,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "dZF9sNbejf6PDFW",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 12.03,
                            "quantityType": "GROSS",
                            "units": "L"
                          }
                        },
                        "quantity": {
                          "amount": 25.48,
                          "quantityType": "GROSS",
                          "units": "L"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "S7flD6B4Sg",
                          "hazardClass": "8",
                          "id": "UN8010",
                          "labelText": "Toxic",
                          "packingGroup": "I",
                          "packingInstructions": "PI-965",
                          "properShippingName": "Paint",
                          "properShippingNameAndDescription": "Paint, flammable",
                          "sequenceNumber": 2,
                          "specialProvisions": "A59",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Acetal",
                          "tunnelRestrictionCode": "D"
                        },
                        "massPoints": 99.48,
                        "netExplosiveDetail": {
                          "amount": 9.65,
                          "type": "TOTAL_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "h73Kv9D0LI",
                            "hazardClass": "8",
                            "id": "UN3516",
                            "labelText": "Corrosive",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "NonBulk"
                            },
                            "packingGroup": "I",
                            "percentage": 43.83,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Paint",
                            "reportableQuantity": true,
                            "sequenceNumber": 3,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "MpWpgnLlsG"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 15.17,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 15.49,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 4.66,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 26.47,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "VXc1qmIYd8QAQ0B",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 34.61,
                            "quantityType": "GROSS",
                            "units": "L"
                          }
                        },
                        "quantity": {
                          "amount": 39.04,
                          "quantityType": "GROSS",
                          "units": "ml"
                        }
                      }
                    ],
                    "qvalue": 0.02
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "reciy00bJk",
                          "hazardClass": "3",
                          "id": "UN0123",
                          "labelText": "Flammable",
                          "packingGroup": "I",
                          "packingInstructions": "PI-965",
                          "properShippingName": "Paint",
                          "properShippingNameAndDescription": "Accumulators, pressurized",
                          "sequenceNumber": 4,
                          "specialProvisions": "A73",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "D",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "B"
                        },
                        "massPoints": 23.44,
                        "netExplosiveDetail": {
                          "amount": 2.7,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "g"
                        },
                        "options": {
                          "description": {
                            "authorization": "55qtpTT6sM",
                            "hazardClass": "3",
                            "id": "UN5436",
                            "labelText": "Toxic",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "NonBulk"
                            },
                            "packingGroup": "I",
                            "percentage": 55.99,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Paint",
                            "reportableQuantity": true,
                            "sequenceNumber": 5,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "mrBZfJrODi"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 42.51,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 14.22,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 17.71,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 9.71,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 45.9,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "93gi9JrlItDeT54",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 14.4,
                            "quantityType": "GROSS",
                            "units": "L"
                          }
                        },
                        "quantity": {
                          "amount": 22.36,
                          "quantityType": "GROSS",
                          "units": "Kg"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "lBhDVo80W6",
                          "hazardClass": "3",
                          "id": "UN7311",
                          "labelText": "Toxic",
                          "packingGroup": "I",
                          "packingInstructions": "None",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Accumulators, pressurized",
                          "sequenceNumber": 1,
                          "specialProvisions": "A84",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "C"
                        },
                        "massPoints": 16.18,
                        "netExplosiveDetail": {
                          "amount": 7.9,
                          "type": "TOTAL_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "OZhGqR5scj",
                            "hazardClass": "3",
                            "id": "UN0045",
                            "labelText": "Corrosive",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 70.09,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Fuel",
                            "reportableQuantity": true,
                            "sequenceNumber": 4,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "AYPdpGqVlx"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 23.39,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 1.03,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "vbdhb9aU7I9gWPw",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 25.64,
                            "quantityType": "GROSS",
                            "units": "L"
                          }
                        },
                        "quantity": {
                          "amount": 10.21,
                          "quantityType": "GROSS",
                          "units": "L"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "pDY3cEEM7Y",
                          "hazardClass": "8",
                          "id": "UN8409",
                          "labelText": "Flammable",
                          "packingGroup": "I",
                          "packingInstructions": "None",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Accumulators, pressurized",
                          "sequenceNumber": 1,
                          "specialProvisions": "A22",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Acetal",
                          "tunnelRestrictionCode": "C"
                        },
                        "massPoints": 52.2,
                        "netExplosiveDetail": {
                          "amount": 2.06,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "jzy59fxM2I",
                            "hazardClass": "8",
                            "id": "UN4390",
                            "labelText": "Corrosive",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 18.68,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Fuel",
                            "reportableQuantity": true,
                            "sequenceNumber": 2,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "YhIPYEVHci"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 30.77,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 9,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 34.88,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 10.18,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 10.33,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "kKotOtHqG2ag3qG",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 22.17,
                            "quantityType": "GROSS",
                            "units": "Kg"
                          }
                        },
                        "quantity": {
                          "amount": 42.75,
                          "quantityType": "GROSS",
                          "units": "Kg"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "JrUQT0l0hA",
                          "hazardClass": "8",
                          "id": "UN0395",
                          "labelText": "Toxic",
                          "packingGroup": "III",
                          "packingInstructions": "PI-966",
                          "properShippingName": "Paint",
                          "properShippingNameAndDescription": "Accumulators, pressurized",
                          "sequenceNumber": 4,
                          "specialProvisions": "A16",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "D",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "A"
                        },
                        "massPoints": 67.5,
                        "netExplosiveDetail": {
                          "amount": 6.88,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "g"
                        },
                        "options": {
                          "description": {
                            "authorization": "Hj5DBc49VT",
                            "hazardClass": "2.3",
                            "id": "UN6046",
                            "labelText": "Toxic",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "NonBulk"
                            },
                            "packingGroup": "I",
                            "percentage": 72.03,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Ethanol",
                            "reportableQuantity": true,
                            "sequenceNumber": 2,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "QqANjMUpwS"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 4.68,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 17.85,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 38.46,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "H2H2Jh51SkJNmyP",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 47.58,
                            "quantityType": "GROSS",
                            "units": "Kg"
                          }
                        },
                        "quantity": {
                          "amount": 10.93,
                          "quantityType": "GROSS",
                          "units": "L"
                        }
                      }
                    ],
                    "qvalue": 0.97
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "cF4FHkd82O",
                          "hazardClass": "8",
                          "id": "UN8087",
                          "labelText": "Toxic",
                          "packingGroup": "III",
                          "packingInstructions": "PI-966",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Accumulators, pressurized",
                          "sequenceNumber": 4,
                          "specialProvisions": "A23",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "D",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "D"
                        },
                        "massPoints": 31.54,
                        "netExplosiveDetail": {
                          "amount": 8.45,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "g"
                        },
                        "options": {
                          "description": {
                            "authorization": "trrAIz7T2k",
                            "hazardClass": "2.3",
                            "id": "UN7072",
                            "labelText": "Flammable Liquid",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "NonBulk"
                            },
                            "packingGroup": "I",
                            "percentage": 51.47,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Fuel",
                            "reportableQuantity": true,
                            "sequenceNumber": 2,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "YWlrSADKQi"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 37.49,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 21.02,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 35.36,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 43.53,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "NmdGzrmQzIBizBh",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 40.7,
                            "quantityType": "GROSS",
                            "units": "Kg"
                          }
                        },
                        "quantity": {
                          "amount": 18.59,
                          "quantityType": "GROSS",
                          "units": "L"
                        }
                      }
                    ],
                    "qvalue": 0.32
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "rVt69h1W5M",
                          "hazardClass": "8",
                          "id": "UN0071",
                          "labelText": "Flammable",
                          "packingGroup": "II",
                          "packingInstructions": "None",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Accumulators, pressurized",
                          "sequenceNumber": 4,
                          "specialProvisions": "A29",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Acetal",
                          "tunnelRestrictionCode": "E"
                        },
                        "massPoints": 4.51,
                        "netExplosiveDetail": {
                          "amount": 1.78,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "rCtVsRhoVw",
                            "hazardClass": "8",
                            "id": "UN6543",
                            "labelText": "Toxic",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 48.97,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Paint",
                            "reportableQuantity": true,
                            "sequenceNumber": 1,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "MQxrncchwM"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 11.55,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "tw2TOsU2YWnnUxX",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 23.5,
                            "quantityType": "GROSS",
                            "units": "ml"
                          }
                        },
                        "quantity": {
                          "amount": 44.93,
                          "quantityType": "GROSS",
                          "units": "Kg"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "qxdgvVtDkg",
                          "hazardClass": "8",
                          "id": "UN7127",
                          "labelText": "Toxic",
                          "packingGroup": "III",
                          "packingInstructions": "None",
                          "properShippingName": "Paint",
                          "properShippingNameAndDescription": "Paint, flammable",
                          "sequenceNumber": 3,
                          "specialProvisions": "A36",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Acetal",
                          "tunnelRestrictionCode": "C"
                        },
                        "massPoints": 64.21,
                        "netExplosiveDetail": {
                          "amount": 8.22,
                          "type": "TOTAL_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "TtSCYqP4OT",
                            "hazardClass": "8",
                            "id": "UN5068",
                            "labelText": "Flammable Liquid",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 81.91,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Acetal",
                            "reportableQuantity": true,
                            "sequenceNumber": 5,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "IHcUSQqApi"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 18.42,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "UtpfOqqHh75RYmL",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 21.8,
                            "quantityType": "GROSS",
                            "units": "L"
                          }
                        },
                        "quantity": {
                          "amount": 32.87,
                          "quantityType": "GROSS",
                          "units": "L"
                        }
                      }
                    ],
                    "qvalue": 0.98
                  }
                ],
                "labelType": "II_YELLOW",
                "radioactiveTransportIndex": 0.95,
                "referenceId": "242821",
                "regulation": "IATA"
              },
              "operationalDetail": {
                "astraHandlingText": "Standard",
                "barcodes": {
                  "binaryBarcodes": [
                    {
                      "type": "COMMON-2D",
                      "value": [
                        "value",
                        "value"
                      ]
                    }
                  ],
                  "stringBarcodes": [
                    {
                      "type": "GROUND",
                      "value": "5988782936484875057349949264265320"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "5489657718900416883898888645110993"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "4760777942997309903944978321680734"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "9722665976582629840258311474464446"
                    }
                  ]
                },
                "operationalInstructions": [
                  {
                    "content": "THIS SIDE UP",
                    "number": 20
                  },
                  {
                    "content": "DO NOT STACK",
                    "number": 16
                  },
                  {
                    "content": "SECURED",
                    "number": 6
                  },
                  {
                    "content": "DO NOT STACK",
                    "number": 19
                  }
                ]
              },
              "oversizeClass": "OVERSIZE_1",
              "packageRating": {
                "actualRateType": "PAYOR_RETAIL_PACKAGE",
                "effectiveNetDiscount": 1.38,
                "packageRateDetails": [
                  {
                    "baseCharge": 160.39,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "EUR",
                    "minimumChargeType": "ACTUAL",
                    "netCharge": 209.96,
                    "netFedExCharge": 199.46,
                    "netFreight": 75.59,
                    "ratedWeightMethod": "ACTUAL",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 4449.61,
                          "currency": "RON"
                        },
                        "description": "Residential Delivery",
                        "level": "SHIPMENT",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 3849.96,
                          "currency": "ALL"
                        },
                        "description": "Residential Delivery",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 29.96,
                    "totalRebates": 1.16,
                    "totalSurcharges": 7.73,
                    "totalTaxes": 9.66
                  },
                  {
                    "baseCharge": 103.65,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "EUR",
                    "minimumChargeType": "ACTUAL",
                    "netCharge": 69.32,
                    "netFedExCharge": 167.02,
                    "netFreight": 95.37,
                    "ratedWeightMethod": "ACTUAL",
                    "rateType": "PAYOR_ACCOUNT_PACKAGE",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 2824.34,
                          "currency": "LSL"
                        },
                        "description": "Residential Delivery",
                        "level": "PACKAGE",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 3700.53,
                          "currency": "KRW"
                        },
                        "description": "Fuel Surcharge",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 2512.94,
                          "currency": "CZK"
                        },
                        "description": "Residential Delivery",
                        "level": "PACKAGE",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 14.91,
                    "totalRebates": 4,
                    "totalSurcharges": 7.72,
                    "totalTaxes": 1.89
                  },
                  {
                    "baseCharge": 134.61,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "ACTUAL",
                    "netCharge": 191.04,
                    "netFedExCharge": 83.08,
                    "netFreight": 77.13,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_ACCOUNT_PACKAGE",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 1577.33,
                          "currency": "OMR"
                        },
                        "description": "Overweight package",
                        "level": "SHIPMENT",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 3700.33,
                          "currency": "MUR"
                        },
                        "description": "Residential Delivery",
                        "level": "SHIPMENT",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 4904.84,
                          "currency": "RSD"
                        },
                        "description": "Overweight package",
                        "level": "PACKAGE",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 23.15,
                    "totalRebates": 0.05,
                    "totalSurcharges": 3.37,
                    "totalTaxes": 3.51
                  },
                  {
                    "baseCharge": 92.89,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "GBP",
                    "minimumChargeType": "MINIMUM_CHARGE",
                    "netCharge": 118.25,
                    "netFedExCharge": 133.26,
                    "netFreight": 71.51,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 3156.09,
                          "currency": "TOP"
                        },
                        "description": "Overweight package",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 343.19,
                          "currency": "NIO"
                        },
                        "description": "Overweight package",
                        "level": "SHIPMENT",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 24.73,
                    "totalRebates": 4.32,
                    "totalSurcharges": 16.68,
                    "totalTaxes": 8.33
                  }
                ]
              },
              "sequenceNumber": 5,
              "signatureOption": "INDIRECT",
              "trackingIds": [
                {
                  "formId": "5242",
                  "trackingIdType": "FREIGHT",
                  "trackingNumber": "84692988754606688539",
                  "uspsApplicationId": "85"
                },
                {
                  "formId": "8429",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "11462313209941953788",
                  "uspsApplicationId": "95"
                },
                {
                  "formId": "7595",
                  "trackingIdType": "GROUND",
                  "trackingNumber": "14376075609636272339",
                  "uspsApplicationId": "68"
                },
                {
                  "formId": "3257",
                  "trackingIdType": "FREIGHT",
                  "trackingNumber": "37855256126080043614",
                  "uspsApplicationId": "68"
                },
                {
                  "formId": "0914",
                  "trackingIdType": "GROUND",
                  "trackingNumber": "86699426924130978183",
                  "uspsApplicationId": "38"
                }
              ]
            },
            {
              "dryIceWeight": {
                "units": "KG",
                "value": 68
              },
              "groupNumber": 1,
              "hazardousPackageDetail": {
                "accessibility": "ACCESSIBLE",
                "cargoAircraftOnly": false,
                "containers": [
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "aJKWswvEqm",
                          "hazardClass": "3",
                          "id": "UN7548",
                          "labelText": "Toxic",
                          "packingGroup": "III",
                          "packingInstructions": "None",
                          "properShippingName": "Paint",
                          "properShippingNameAndDescription": "Accumulators, pressurized",
                          "sequenceNumber": 4,
                          "specialProvisions": "A59",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "D",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "A"
                        },
                        "massPoints": 94.75,
                        "netExplosiveDetail": {
                          "amount": 5.36,
                          "type": "TOTAL_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "OIZaJeFSVc",
                            "hazardClass": "8",
                            "id": "UN1116",
                            "labelText": "Flammable Liquid",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "NonBulk"
                            },
                            "packingGroup": "I",
                            "percentage": 69.22,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Fuel",
                            "reportableQuantity": true,
                            "sequenceNumber": 4,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "yczpjgJLAM"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 3.71,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 33.29,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 30.54,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "vcD9Dvl9IHQN1ei",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 15.81,
                            "quantityType": "GROSS",
                            "units": "Kg"
                          }
                        },
                        "quantity": {
                          "amount": 40.62,
                          "quantityType": "GROSS",
                          "units": "Kg"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "Xe9COhsfNZ",
                          "hazardClass": "8",
                          "id": "UN7956",
                          "labelText": "Toxic",
                          "packingGroup": "III",
                          "packingInstructions": "PI-965",
                          "properShippingName": "Paint",
                          "properShippingNameAndDescription": "Paint, flammable",
                          "sequenceNumber": 2,
                          "specialProvisions": "A14",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "C"
                        },
                        "massPoints": 75.57,
                        "netExplosiveDetail": {
                          "amount": 8.92,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "g"
                        },
                        "options": {
                          "description": {
                            "authorization": "67IVB4RcoP",
                            "hazardClass": "2.3",
                            "id": "UN1358",
                            "labelText": "Flammable Liquid",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "NonBulk"
                            },
                            "packingGroup": "I",
                            "percentage": 44.95,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Fuel",
                            "reportableQuantity": true,
                            "sequenceNumber": 5,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "DbSekDcBlA"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 23.48,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "aTLMYZ1JhUttMY2",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 4.69,
                            "quantityType": "GROSS",
                            "units": "Kg"
                          }
                        },
                        "quantity": {
                          "amount": 39.73,
                          "quantityType": "GROSS",
                          "units": "ml"
                        }
                      }
                    ],
                    "qvalue": 0.97
                  }
                ],
                "labelType": "WHITE_I",
                "radioactiveTransportIndex": 6.23,
                "referenceId": "887320",
                "regulation": "DOT"
              },
              "operationalDetail": {
                "astraHandlingText": "Keep Dry",
                "barcodes": {
                  "binaryBarcodes": [
                    {
                      "type": "POSTAL-1D",
                      "value": [
                        "value",
                        "value"
                      ]
                    },
                    {
                      "type": "COMMON-2D",
                      "value": [
                        "value",
                        "value"
                      ]
                    },
                    {
                      "type": "COMMON-2D",
                      "value": [
                        "value",
                        "value"
                      ]
                    },
                    {
                      "type": "POSTAL-1D",
                      "value": [
                        "value",
                        "value"
                      ]
                    }
                  ],
                  "stringBarcodes": [
                    {
                      "type": "GROUND",
                      "value": "5888796570616262120308115912364300"
                    },
                    {
                      "type": "GROUND",
                      "value": "0322907843408491354220764763771198"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "3274770753697544498546471331638795"
                    },
                    {
                      "type": "GROUND",
                      "value": "2690654176206091940078042205247117"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "1915614546972082034198591548058756"
                    }
                  ]
                },
                "operationalInstructions": [
                  {
                    "content": "SECURED",
                    "number": 20
                  },
                  {
                    "content": "THIS SIDE UP",
                    "number": 18
                  },
                  {
                    "content": "THIS SIDE UP",
                    "number": 15
                  },
                  {
                    "content": "DO NOT STACK",
                    "number": 12
                  }
                ]
              },
              "oversizeClass": "OVERSIZE_1",
              "packageRating": {
                "actualRateType": "PAYOR_RETAIL_PACKAGE",
                "effectiveNetDiscount": 2.59,
                "packageRateDetails": [
                  {
                    "baseCharge": 155.05,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "ACTUAL",
                    "netCharge": 156.65,
                    "netFedExCharge": 140.4,
                    "netFreight": 40.05,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 1807.94,
                          "currency": "DJF"
                        },
                        "description": "Overweight package",
                        "level": "PACKAGE",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 3949.81,
                          "currency": "TRY"
                        },
                        "description": "Residential Delivery",
                        "level": "SHIPMENT",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 1389.4,
                          "currency": "HNL"
                        },
                        "description": "Overweight package",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 1175.8,
                          "currency": "KES"
                        },
                        "description": "Overweight package",
                        "level": "PACKAGE",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 3997.51,
                          "currency": "KES"
                        },
                        "description": "Fuel Surcharge",
                        "level": "PACKAGE",
                        "surchargeType": "FUEL_SURCHARGE"
                      }
                    ],
                    "totalFreightDiscounts": 17.76,
                    "totalRebates": 0.14,
                    "totalSurcharges": 0.01,
                    "totalTaxes": 1.91
                  },
                  {
                    "baseCharge": 177.14,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "ACTUAL",
                    "netCharge": 191.49,
                    "netFedExCharge": 161.77,
                    "netFreight": 103.28,
                    "ratedWeightMethod": "ACTUAL",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 3467.16,
                          "currency": "RON"
                        },
                        "description": "Fuel Surcharge",
                        "level": "SHIPMENT",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 45.5,
                    "totalRebates": 2.04,
                    "totalSurcharges": 1.61,
                    "totalTaxes": 0.19
                  },
                  {
                    "baseCharge": 96.95,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "ACTUAL",
                    "netCharge": 179.17,
                    "netFedExCharge": 176.49,
                    "netFreight": 111.64,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 3705.19,
                          "currency": "RON"
                        },
                        "description": "Fuel Surcharge",
                        "level": "SHIPMENT",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 663.68,
                          "currency": "GHS"
                        },
                        "description": "Fuel Surcharge",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 285.66,
                          "currency": "AZN"
                        },
                        "description": "Residential Delivery",
                        "level": "SHIPMENT",
                        "surchargeType": "FUEL_SURCHARGE"
                      }
                    ],
                    "totalFreightDiscounts": 22.86,
                    "totalRebates": 3.84,
                    "totalSurcharges": 9.87,
                    "totalTaxes": 7.06
                  }
                ]
              },
              "sequenceNumber": 3,
              "signatureOption": "NO_SIGNATURE",
              "trackingIds": [
                {
                  "formId": "5853",
                  "trackingIdType": "GROUND",
                  "trackingNumber": "92955783055276319615",
                  "uspsApplicationId": "12"
                },
                {
                  "formId": "9576",
                  "trackingIdType": "FREIGHT",
                  "trackingNumber": "20192572584423828911",
                  "uspsApplicationId": "68"
                },
                {
                  "formId": "6975",
                  "trackingIdType": "FREIGHT",
                  "trackingNumber": "54849090978751744095",
                  "uspsApplicationId": "27"
                },
                {
                  "formId": "4639",
                  "trackingIdType": "FREIGHT",
                  "trackingNumber": "71613055333907891736",
                  "uspsApplicationId": "11"
                }
              ]
            },
            {
              "dryIceWeight": {
                "units": "KG",
                "value": 68
              },
              "groupNumber": 4,
              "hazardousPackageDetail": {
                "accessibility": "ACCESSIBLE",
                "cargoAircraftOnly": false,
                "containers": [
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "TDIXoItUG6",
                          "hazardClass": "8",
                          "id": "UN2429",
                          "labelText": "Toxic",
                          "packingGroup": "II",
                          "packingInstructions": "None",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Accumulators, pressurized",
                          "sequenceNumber": 2,
                          "specialProvisions": "A10",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "E"
                        },
                        "massPoints": 10.41,
                        "netExplosiveDetail": {
                          "amount": 3.51,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "g"
                        },
                        "options": {
                          "description": {
                            "authorization": "73jKCNjxAr",
                            "hazardClass": "8",
                            "id": "UN1456",
                            "labelText": "Toxic",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 83.53,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Ethanol",
                            "reportableQuantity": true,
                            "sequenceNumber": 2,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "nRqrJmfOtT"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 32.26,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 9.08,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 23.09,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 4.39,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 39.7,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "jSHfkW4fndDHnQM",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 23.39,
                            "quantityType": "GROSS",
                            "units": "ml"
                          }
                        },
                        "quantity": {
                          "amount": 31.69,
                          "quantityType": "GROSS",
                          "units": "ml"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "peupb8xhRg",
                          "hazardClass": "3",
                          "id": "UN1462",
                          "labelText": "Toxic",
                          "packingGroup": "III",
                          "packingInstructions": "None",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Accumulators, pressurized",
                          "sequenceNumber": 1,
                          "specialProvisions": "A66",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "D",
                          "technicalName": "Acetal",
                          "tunnelRestrictionCode": "D"
                        },
                        "massPoints": 71.53,
                        "netExplosiveDetail": {
                          "amount": 4.08,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "g"
                        },
                        "options": {
                          "description": {
                            "authorization": "XQMwibVOI0",
                            "hazardClass": "2.3",
                            "id": "UN6302",
                            "labelText": "Flammable Liquid",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "NonBulk"
                            },
                            "packingGroup": "I",
                            "percentage": 60.74,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Paint",
                            "reportableQuantity": true,
                            "sequenceNumber": 4,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "DoUpIVyfDk"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 9.43,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 6.64,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 36.3,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 24.68,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 10.66,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "0bwRf7E9UrSlM24",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 15.3,
                            "quantityType": "GROSS",
                            "units": "Kg"
                          }
                        },
                        "quantity": {
                          "amount": 6.95,
                          "quantityType": "GROSS",
                          "units": "ml"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "cglhsSg0Fn",
                          "hazardClass": "8",
                          "id": "UN2926",
                          "labelText": "Flammable",
                          "packingGroup": "I",
                          "packingInstructions": "None",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Paint, flammable",
                          "sequenceNumber": 3,
                          "specialProvisions": "A45",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "A"
                        },
                        "massPoints": 90.88,
                        "netExplosiveDetail": {
                          "amount": 4.83,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "g"
                        },
                        "options": {
                          "description": {
                            "authorization": "p1UTzSbd9W",
                            "hazardClass": "8",
                            "id": "UN9660",
                            "labelText": "Corrosive",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 37.79,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Paint",
                            "reportableQuantity": true,
                            "sequenceNumber": 1,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "RiIcIAyhLy"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 42.87,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 11.35,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 2.13,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "fWk577i4H5NN8VS",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 5.51,
                            "quantityType": "GROSS",
                            "units": "L"
                          }
                        },
                        "quantity": {
                          "amount": 15.03,
                          "quantityType": "GROSS",
                          "units": "L"
                        }
                      }
                    ],
                    "qvalue": 0.52
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "bHCGfEW55r",
                          "hazardClass": "3",
                          "id": "UN6244",
                          "labelText": "Toxic",
                          "packingGroup": "II",
                          "packingInstructions": "None",
                          "properShippingName": "Paint",
                          "properShippingNameAndDescription": "Paint, flammable",
                          "sequenceNumber": 4,
                          "specialProvisions": "A68",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "D",
                          "technicalName": "Acetal",
                          "tunnelRestrictionCode": "E"
                        },
                        "massPoints": 86.66,
                        "netExplosiveDetail": {
                          "amount": 6.28,
                          "type": "TOTAL_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "i5gl6gd4D7",
                            "hazardClass": "8",
                            "id": "UN6937",
                            "labelText": "Corrosive",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "NonBulk"
                            },
                            "packingGroup": "I",
                            "percentage": 47.84,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Paint",
                            "reportableQuantity": true,
                            "sequenceNumber": 4,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "aoNeSlDUjY"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 19.26,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 42.65,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "4WrbmpSvLHTSg9b",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 2.69,
                            "quantityType": "GROSS",
                            "units": "Kg"
                          }
                        },
                        "quantity": {
                          "amount": 35.89,
                          "quantityType": "GROSS",
                          "units": "L"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "kpqhRp8mx6",
                          "hazardClass": "3",
                          "id": "UN9843",
                          "labelText": "Toxic",
                          "packingGroup": "III",
                          "packingInstructions": "PI-965",
                          "properShippingName": "Paint",
                          "properShippingNameAndDescription": "Paint, flammable",
                          "sequenceNumber": 2,
                          "specialProvisions": "A76",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "D",
                          "technicalName": "Acetal",
                          "tunnelRestrictionCode": "B"
                        },
                        "massPoints": 32.8,
                        "netExplosiveDetail": {
                          "amount": 7.34,
                          "type": "TOTAL_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "PFGIwk5D2Q",
                            "hazardClass": "2.3",
                            "id": "UN8286",
                            "labelText": "Flammable Liquid",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 8.95,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Ethanol",
                            "reportableQuantity": true,
                            "sequenceNumber": 5,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "YqKPXoDvVy"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 18.44,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 8.86,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 45.27,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 16.54,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 20.25,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "ZnT6bVF7dq2K3wa",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 41.86,
                            "quantityType": "GROSS",
                            "units": "L"
                          }
                        },
                        "quantity": {
                          "amount": 39.12,
                          "quantityType": "GROSS",
                          "units": "ml"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "O8JBxriexf",
                          "hazardClass": "8",
                          "id": "UN4580",
                          "labelText": "Flammable",
                          "packingGroup": "II",
                          "packingInstructions": "PI-966",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Accumulators, pressurized",
                          "sequenceNumber": 1,
                          "specialProvisions": "A95",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "C"
                        },
                        "massPoints": 84.67,
                        "netExplosiveDetail": {
                          "amount": 6.64,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "g"
                        },
                        "options": {
                          "description": {
                            "authorization": "Rhl5xTNA3q",
                            "hazardClass": "2.3",
                            "id": "UN0420",
                            "labelText": "Corrosive",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "NonBulk"
                            },
                            "packingGroup": "I",
                            "percentage": 20.56,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Acetal",
                            "reportableQuantity": true,
                            "sequenceNumber": 4,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "lbuSSLJoHA"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 47.86,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 40.38,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 48.24,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "LzFiW6guYzN3VtT",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 9.61,
                            "quantityType": "GROSS",
                            "units": "L"
                          }
                        },
                        "quantity": {
                          "amount": 29.99,
                          "quantityType": "GROSS",
                          "units": "Kg"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "DCOEmFAkW4",
                          "hazardClass": "8",
                          "id": "UN3756",
                          "labelText": "Toxic",
                          "packingGroup": "I",
                          "packingInstructions": "None",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Accumulators, pressurized",
                          "sequenceNumber": 3,
                          "specialProvisions": "A85",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Acetal",
                          "tunnelRestrictionCode": "B"
                        },
                        "massPoints": 18.74,
                        "netExplosiveDetail": {
                          "amount": 1.18,
                          "type": "TOTAL_WEIGHT",
                          "units": "g"
                        },
                        "options": {
                          "description": {
                            "authorization": "ft9s0LxFbk",
                            "hazardClass": "8",
                            "id": "UN8505",
                            "labelText": "Flammable Liquid",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 23.14,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Fuel",
                            "reportableQuantity": true,
                            "sequenceNumber": 4,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "QcrXccpLLp"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 15.62,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 2.34,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 4.65,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "lKrf4vMn9cCspxW",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 1.76,
                            "quantityType": "GROSS",
                            "units": "ml"
                          }
                        },
                        "quantity": {
                          "amount": 12.22,
                          "quantityType": "GROSS",
                          "units": "L"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "PGfx4TI73x",
                          "hazardClass": "8",
                          "id": "UN0693",
                          "labelText": "Flammable",
                          "packingGroup": "I",
                          "packingInstructions": "PI-966",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Paint, flammable",
                          "sequenceNumber": 5,
                          "specialProvisions": "A75",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "D"
                        },
                        "massPoints": 35.09,
                        "netExplosiveDetail": {
                          "amount": 7.9,
                          "type": "TOTAL_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "KM7mG6Kb7T",
                            "hazardClass": "3",
                            "id": "UN2665",
                            "labelText": "Toxic",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 90.61,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Fuel",
                            "reportableQuantity": true,
                            "sequenceNumber": 3,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "oZBySfiplN"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 28.63,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 48.55,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 7.19,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 44.69,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 5.71,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "CkcK1RP3y2wqXOr",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 43.47,
                            "quantityType": "GROSS",
                            "units": "Kg"
                          }
                        },
                        "quantity": {
                          "amount": 13.56,
                          "quantityType": "GROSS",
                          "units": "Kg"
                        }
                      }
                    ],
                    "qvalue": 0.76
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "DfTjkJZ44P",
                          "hazardClass": "8",
                          "id": "UN0047",
                          "labelText": "Flammable",
                          "packingGroup": "III",
                          "packingInstructions": "PI-965",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Paint, flammable",
                          "sequenceNumber": 2,
                          "specialProvisions": "A81",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "E"
                        },
                        "massPoints": 70.88,
                        "netExplosiveDetail": {
                          "amount": 9.78,
                          "type": "TOTAL_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "oRnZGhSGZi",
                            "hazardClass": "3",
                            "id": "UN7843",
                            "labelText": "Flammable Liquid",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 86.85,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Acetal",
                            "reportableQuantity": true,
                            "sequenceNumber": 4,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "poEpfKVVFU"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 30.69,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 8.45,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "cwqZKF13L3qZ5rv",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 32.82,
                            "quantityType": "GROSS",
                            "units": "L"
                          }
                        },
                        "quantity": {
                          "amount": 19.98,
                          "quantityType": "GROSS",
                          "units": "L"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "Fjf5NZn1in",
                          "hazardClass": "3",
                          "id": "UN8260",
                          "labelText": "Flammable",
                          "packingGroup": "II",
                          "packingInstructions": "None",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Paint, flammable",
                          "sequenceNumber": 3,
                          "specialProvisions": "A92",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "B"
                        },
                        "massPoints": 15.26,
                        "netExplosiveDetail": {
                          "amount": 9.89,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "g"
                        },
                        "options": {
                          "description": {
                            "authorization": "LaRJ4mI6iQ",
                            "hazardClass": "8",
                            "id": "UN6079",
                            "labelText": "Corrosive",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 95.18,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Acetal",
                            "reportableQuantity": true,
                            "sequenceNumber": 1,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "wkIZTdpVUo"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 40.73,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 22.02,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "ta7xFYDsHegKgNG",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 29.56,
                            "quantityType": "GROSS",
                            "units": "L"
                          }
                        },
                        "quantity": {
                          "amount": 25.34,
                          "quantityType": "GROSS",
                          "units": "ml"
                        }
                      }
                    ],
                    "qvalue": 0.32
                  }
                ],
                "labelType": "II_YELLOW",
                "radioactiveTransportIndex": 1.61,
                "referenceId": "564618",
                "regulation": "DOT"
              },
              "operationalDetail": {
                "astraHandlingText": "Keep Dry",
                "barcodes": {
                  "binaryBarcodes": [
                    {
                      "type": "POSTAL-1D",
                      "value": [
                        "value",
                        "value"
                      ]
                    },
                    {
                      "type": "COMMON-2D",
                      "value": [
                        "value",
                        "value"
                      ]
                    },
                    {
                      "type": "POSTAL-1D",
                      "value": [
                        "value",
                        "value"
                      ]
                    },
                    {
                      "type": "POSTAL-1D",
                      "value": [
                        "value",
                        "value"
                      ]
                    }
                  ],
                  "stringBarcodes": [
                    {
                      "type": "ADDRESS",
                      "value": "2140466070722175563310452481669133"
                    },
                    {
                      "type": "GROUND",
                      "value": "7083756029897305611795021814411569"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "3767157861264716218024594997296712"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "6912650001275147028840738672924755"
                    }
                  ]
                },
                "operationalInstructions": [
                  {
                    "content": "FRAGILE",
                    "number": 16
                  }
                ]
              },
              "oversizeClass": "OVERSIZE_1",
              "packageRating": {
                "actualRateType": "PAYOR_RETAIL_PACKAGE",
                "effectiveNetDiscount": 28.17,
                "packageRateDetails": [
                  {
                    "baseCharge": 158.01,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "GBP",
                    "minimumChargeType": "MINIMUM_CHARGE",
                    "netCharge": 77.84,
                    "netFedExCharge": 70.02,
                    "netFreight": 58.51,
                    "ratedWeightMethod": "ACTUAL",
                    "rateType": "PAYOR_ACCOUNT_PACKAGE",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 3549.73,
                          "currency": "BSD"
                        },
                        "description": "Residential Delivery",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 4067.55,
                          "currency": "TRY"
                        },
                        "description": "Residential Delivery",
                        "level": "SHIPMENT",
                        "surchargeType": "FUEL_SURCHARGE"
                      }
                    ],
                    "totalFreightDiscounts": 47.86,
                    "totalRebates": 0.13,
                    "totalSurcharges": 9.93,
                    "totalTaxes": 7.19
                  },
                  {
                    "baseCharge": 152.29,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "GBP",
                    "minimumChargeType": "ACTUAL",
                    "netCharge": 88.44,
                    "netFedExCharge": 75.11,
                    "netFreight": 61.75,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_ACCOUNT_PACKAGE",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 779.01,
                          "currency": "GBP"
                        },
                        "description": "Residential Delivery",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 1953.52,
                          "currency": "BSD"
                        },
                        "description": "Overweight package",
                        "level": "PACKAGE",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 2455.63,
                          "currency": "TMT"
                        },
                        "description": "Fuel Surcharge",
                        "level": "SHIPMENT",
                        "surchargeType": "FUEL_SURCHARGE"
                      }
                    ],
                    "totalFreightDiscounts": 33.63,
                    "totalRebates": 3.62,
                    "totalSurcharges": 16.56,
                    "totalTaxes": 6.31
                  },
                  {
                    "baseCharge": 59.98,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "EUR",
                    "minimumChargeType": "ACTUAL",
                    "netCharge": 188.24,
                    "netFedExCharge": 98.31,
                    "netFreight": 124.57,
                    "ratedWeightMethod": "ACTUAL",
                    "rateType": "PAYOR_ACCOUNT_PACKAGE",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 2002.73,
                          "currency": "HKD"
                        },
                        "description": "Overweight package",
                        "level": "PACKAGE",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 4833.57,
                          "currency": "BMD"
                        },
                        "description": "Residential Delivery",
                        "level": "PACKAGE",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 2548.93,
                          "currency": "RUB"
                        },
                        "description": "Overweight package",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 2558.37,
                          "currency": "PHP"
                        },
                        "description": "Fuel Surcharge",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 1989.25,
                          "currency": "MMK"
                        },
                        "description": "Overweight package",
                        "level": "SHIPMENT",
                        "surchargeType": "FUEL_SURCHARGE"
                      }
                    ],
                    "totalFreightDiscounts": 19.35,
                    "totalRebates": 2.38,
                    "totalSurcharges": 14.12,
                    "totalTaxes": 1.63
                  }
                ]
              },
              "sequenceNumber": 10,
              "signatureOption": "NO_SIGNATURE",
              "trackingIds": [
                {
                  "formId": "3801",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "04881823904058434059",
                  "uspsApplicationId": "06"
                },
                {
                  "formId": "5857",
                  "trackingIdType": "GROUND",
                  "trackingNumber": "64433904379856600926",
                  "uspsApplicationId": "88"
                },
                {
                  "formId": "9009",
                  "trackingIdType": "GROUND",
                  "trackingNumber": "12004076435225844950",
                  "uspsApplicationId": "34"
                }
              ]
            },
            {
              "dryIceWeight": {
                "units": "KG",
                "value": 68
              },
              "groupNumber": 5,
              "hazardousPackageDetail": {
                "accessibility": "INACCESSIBLE",
                "cargoAircraftOnly": false,
                "containers": [
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "8XStaFHkrM",
                          "hazardClass": "3",
                          "id": "UN0133",
                          "labelText": "Flammable",
                          "packingGroup": "II",
                          "packingInstructions": "PI-966",
                          "properShippingName": "Paint",
                          "properShippingNameAndDescription": "Paint, flammable",
                          "sequenceNumber": 3,
                          "specialProvisions": "A06",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Acetal",
                          "tunnelRestrictionCode": "E"
                        },
                        "massPoints": 84.92,
                        "netExplosiveDetail": {
                          "amount": 1.69,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "SsPYAlYhmQ",
                            "hazardClass": "3",
                            "id": "UN1541",
                            "labelText": "Flammable Liquid",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "NonBulk"
                            },
                            "packingGroup": "I",
                            "percentage": 1.69,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Ethanol",
                            "reportableQuantity": true,
                            "sequenceNumber": 4,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "hbbzScmxOY"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 24.91,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 33.03,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "CvaLyScmPhEqOI9",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 25.3,
                            "quantityType": "GROSS",
                            "units": "ml"
                          }
                        },
                        "quantity": {
                          "amount": 43.3,
                          "quantityType": "GROSS",
                          "units": "ml"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "O5kDt2vSEZ",
                          "hazardClass": "8",
                          "id": "UN2637",
                          "labelText": "Toxic",
                          "packingGroup": "I",
                          "packingInstructions": "PI-965",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Accumulators, pressurized",
                          "sequenceNumber": 2,
                          "specialProvisions": "A12",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "D",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "C"
                        },
                        "massPoints": 71.31,
                        "netExplosiveDetail": {
                          "amount": 3.07,
                          "type": "TOTAL_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "TlAeXKUXzN",
                            "hazardClass": "2.3",
                            "id": "UN4270",
                            "labelText": "Corrosive",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 57.67,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Paint",
                            "reportableQuantity": true,
                            "sequenceNumber": 3,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "qalvAMxnXS"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 26.82,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 32.48,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 43.32,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 23.16,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 18.79,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "femC7dVMm5zCiNh",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 2.04,
                            "quantityType": "GROSS",
                            "units": "L"
                          }
                        },
                        "quantity": {
                          "amount": 26.26,
                          "quantityType": "GROSS",
                          "units": "ml"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "WngzICWfN2",
                          "hazardClass": "3",
                          "id": "UN7249",
                          "labelText": "Flammable",
                          "packingGroup": "I",
                          "packingInstructions": "None",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Paint, flammable",
                          "sequenceNumber": 5,
                          "specialProvisions": "A47",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "A"
                        },
                        "massPoints": 39.32,
                        "netExplosiveDetail": {
                          "amount": 1.12,
                          "type": "TOTAL_WEIGHT",
                          "units": "g"
                        },
                        "options": {
                          "description": {
                            "authorization": "uG4dkLaTL2",
                            "hazardClass": "3",
                            "id": "UN5876",
                            "labelText": "Toxic",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "NonBulk"
                            },
                            "packingGroup": "I",
                            "percentage": 94.85,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Acetal",
                            "reportableQuantity": true,
                            "sequenceNumber": 3,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "jlxEXQKKFG"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 44.2,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "9pzCRM9ysJQH8Pm",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 14.41,
                            "quantityType": "GROSS",
                            "units": "ml"
                          }
                        },
                        "quantity": {
                          "amount": 25.34,
                          "quantityType": "GROSS",
                          "units": "Kg"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "pQczvY3ZFg",
                          "hazardClass": "8",
                          "id": "UN2795",
                          "labelText": "Toxic",
                          "packingGroup": "II",
                          "packingInstructions": "PI-966",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Paint, flammable",
                          "sequenceNumber": 2,
                          "specialProvisions": "A61",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "E"
                        },
                        "massPoints": 72.71,
                        "netExplosiveDetail": {
                          "amount": 7.51,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "hVfSaQdBEM",
                            "hazardClass": "2.3",
                            "id": "UN2799",
                            "labelText": "Corrosive",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 66.82,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Acetal",
                            "reportableQuantity": true,
                            "sequenceNumber": 4,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "ykivfcHKtr"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 47.16,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 43,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 39.09,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 48.47,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "9jUVB6k1KY5lZKq",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 16.79,
                            "quantityType": "GROSS",
                            "units": "ml"
                          }
                        },
                        "quantity": {
                          "amount": 22.1,
                          "quantityType": "GROSS",
                          "units": "Kg"
                        }
                      }
                    ],
                    "qvalue": 0.13
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "2qFbWM3YrW",
                          "hazardClass": "3",
                          "id": "UN0360",
                          "labelText": "Toxic",
                          "packingGroup": "I",
                          "packingInstructions": "PI-965",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Accumulators, pressurized",
                          "sequenceNumber": 4,
                          "specialProvisions": "A08",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "D",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "C"
                        },
                        "massPoints": 54.1,
                        "netExplosiveDetail": {
                          "amount": 6.26,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "rruNDH1si3",
                            "hazardClass": "3",
                            "id": "UN0984",
                            "labelText": "Toxic",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 55.79,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Fuel",
                            "reportableQuantity": true,
                            "sequenceNumber": 5,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "WrusIAIZkc"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 13.81,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 16.4,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 27.93,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 13.92,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "bk68QibY5gITcdL",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 10.41,
                            "quantityType": "GROSS",
                            "units": "ml"
                          }
                        },
                        "quantity": {
                          "amount": 39.26,
                          "quantityType": "GROSS",
                          "units": "L"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "rYiPx2YM3a",
                          "hazardClass": "8",
                          "id": "UN4784",
                          "labelText": "Flammable",
                          "packingGroup": "I",
                          "packingInstructions": "PI-966",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Accumulators, pressurized",
                          "sequenceNumber": 1,
                          "specialProvisions": "A98",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "C"
                        },
                        "massPoints": 33.55,
                        "netExplosiveDetail": {
                          "amount": 7.13,
                          "type": "TOTAL_WEIGHT",
                          "units": "g"
                        },
                        "options": {
                          "description": {
                            "authorization": "57Qvkvo2zR",
                            "hazardClass": "8",
                            "id": "UN4507",
                            "labelText": "Flammable Liquid",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 8.23,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Paint",
                            "reportableQuantity": true,
                            "sequenceNumber": 4,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "qDytERsYZw"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 29.23,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 46.11,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "NLbUwbOq3IWVXJR",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 11.27,
                            "quantityType": "GROSS",
                            "units": "ml"
                          }
                        },
                        "quantity": {
                          "amount": 30.97,
                          "quantityType": "GROSS",
                          "units": "Kg"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "NSgp9oG59e",
                          "hazardClass": "8",
                          "id": "UN7447",
                          "labelText": "Flammable",
                          "packingGroup": "III",
                          "packingInstructions": "PI-965",
                          "properShippingName": "Paint",
                          "properShippingNameAndDescription": "Paint, flammable",
                          "sequenceNumber": 4,
                          "specialProvisions": "A66",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "A"
                        },
                        "massPoints": 61.06,
                        "netExplosiveDetail": {
                          "amount": 7.42,
                          "type": "TOTAL_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "T95zSSixn6",
                            "hazardClass": "3",
                            "id": "UN3091",
                            "labelText": "Flammable Liquid",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 81.73,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Acetal",
                            "reportableQuantity": true,
                            "sequenceNumber": 2,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "mJOnfXvDyH"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 42.74,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 6.8,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 27.87,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 29.91,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 22.64,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "IQb0pGYQlpnVMI8",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 24.86,
                            "quantityType": "GROSS",
                            "units": "L"
                          }
                        },
                        "quantity": {
                          "amount": 4.85,
                          "quantityType": "GROSS",
                          "units": "ml"
                        }
                      }
                    ],
                    "qvalue": 0.86
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "f1sUcSiON3",
                          "hazardClass": "3",
                          "id": "UN9040",
                          "labelText": "Toxic",
                          "packingGroup": "III",
                          "packingInstructions": "PI-966",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Accumulators, pressurized",
                          "sequenceNumber": 2,
                          "specialProvisions": "A84",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "D",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "C"
                        },
                        "massPoints": 21.27,
                        "netExplosiveDetail": {
                          "amount": 3.9,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "g"
                        },
                        "options": {
                          "description": {
                            "authorization": "7u7lYJEGLP",
                            "hazardClass": "8",
                            "id": "UN5703",
                            "labelText": "Toxic",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 27.3,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Ethanol",
                            "reportableQuantity": true,
                            "sequenceNumber": 3,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "CFhisxCsPC"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 48.52,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 47.59,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 31.05,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "2koT8cm4IE8GYPb",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 49.42,
                            "quantityType": "GROSS",
                            "units": "L"
                          }
                        },
                        "quantity": {
                          "amount": 14.33,
                          "quantityType": "GROSS",
                          "units": "L"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "u8fBMYwhHn",
                          "hazardClass": "3",
                          "id": "UN0490",
                          "labelText": "Toxic",
                          "packingGroup": "III",
                          "packingInstructions": "None",
                          "properShippingName": "Paint",
                          "properShippingNameAndDescription": "Paint, flammable",
                          "sequenceNumber": 1,
                          "specialProvisions": "A55",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "D",
                          "technicalName": "Acetal",
                          "tunnelRestrictionCode": "D"
                        },
                        "massPoints": 14.12,
                        "netExplosiveDetail": {
                          "amount": 9.15,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "g"
                        },
                        "options": {
                          "description": {
                            "authorization": "GQgoW9XOJd",
                            "hazardClass": "3",
                            "id": "UN4668",
                            "labelText": "Toxic",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 28.71,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Ethanol",
                            "reportableQuantity": true,
                            "sequenceNumber": 1,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "AOGInVKsQl"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 43.15,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 9.24,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 32.33,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 16.93,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 39.55,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "usxtIdaBf2DQ8lb",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 16.07,
                            "quantityType": "GROSS",
                            "units": "Kg"
                          }
                        },
                        "quantity": {
                          "amount": 22.65,
                          "quantityType": "GROSS",
                          "units": "Kg"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "kOKgrSHJ6c",
                          "hazardClass": "3",
                          "id": "UN8235",
                          "labelText": "Flammable",
                          "packingGroup": "III",
                          "packingInstructions": "PI-966",
                          "properShippingName": "Paint",
                          "properShippingNameAndDescription": "Paint, flammable",
                          "sequenceNumber": 5,
                          "specialProvisions": "A72",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "A"
                        },
                        "massPoints": 62.95,
                        "netExplosiveDetail": {
                          "amount": 7.42,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "g"
                        },
                        "options": {
                          "description": {
                            "authorization": "QAt5GAbJ35",
                            "hazardClass": "8",
                            "id": "UN3324",
                            "labelText": "Corrosive",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 8.97,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Ethanol",
                            "reportableQuantity": true,
                            "sequenceNumber": 4,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "GdpVPVNgcG"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 5.83,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 3.42,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 32.13,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "2q0mBpp148CtMsg",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 5.1,
                            "quantityType": "GROSS",
                            "units": "ml"
                          }
                        },
                        "quantity": {
                          "amount": 4.99,
                          "quantityType": "GROSS",
                          "units": "L"
                        }
                      }
                    ],
                    "qvalue": 0.52
                  }
                ],
                "labelType": "WHITE_I",
                "radioactiveTransportIndex": 2.74,
                "referenceId": "020082",
                "regulation": "ADR"
              },
              "operationalDetail": {
                "astraHandlingText": "Keep Dry",
                "barcodes": {
                  "binaryBarcodes": [
                    {
                      "type": "COMMON-2D",
                      "value": [
                        "value",
                        "value"
                      ]
                    },
                    {
                      "type": "POSTAL-1D",
                      "value": [
                        "value",
                        "value"
                      ]
                    },
                    {
                      "type": "POSTAL-1D",
                      "value": [
                        "value",
                        "value"
                      ]
                    },
                    {
                      "type": "COMMON-2D",
                      "value": [
                        "value",
                        "value"
                      ]
                    },
                    {
                      "type": "POSTAL-1D",
                      "value": [
                        "value",
                        "value"
                      ]
                    }
                  ],
                  "stringBarcodes": [
                    {
                      "type": "ADDRESS",
                      "value": "7707499401653239076399188692879018"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "5000249779355741745645459480852260"
                    }
                  ]
                },
                "operationalInstructions": [
                  {
                    "content": "THIS SIDE UP",
                    "number": 10
                  }
                ]
              },
              "oversizeClass": "OVERSIZE_1",
              "packageRating": {
                "actualRateType": "PAYOR_RETAIL_PACKAGE",
                "effectiveNetDiscount": 26.08,
                "packageRateDetails": [
                  {
                    "baseCharge": 73.7,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "GBP",
                    "minimumChargeType": "ACTUAL",
                    "netCharge": 195.85,
                    "netFedExCharge": 104.09,
                    "netFreight": 135.02,
                    "ratedWeightMethod": "ACTUAL",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 4596.8,
                          "currency": "XCD"
                        },
                        "description": "Residential Delivery",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 41.06,
                    "totalRebates": 1.66,
                    "totalSurcharges": 17.82,
                    "totalTaxes": 8.38
                  },
                  {
                    "baseCharge": 170.78,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "EUR",
                    "minimumChargeType": "MINIMUM_CHARGE",
                    "netCharge": 191.67,
                    "netFedExCharge": 138.8,
                    "netFreight": 88.44,
                    "ratedWeightMethod": "ACTUAL",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 910.34,
                          "currency": "LSL"
                        },
                        "description": "Overweight package",
                        "level": "SHIPMENT",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 323.63,
                          "currency": "TTD"
                        },
                        "description": "Fuel Surcharge",
                        "level": "SHIPMENT",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 1555.54,
                          "currency": "THB"
                        },
                        "description": "Fuel Surcharge",
                        "level": "SHIPMENT",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 4271.97,
                          "currency": "GIP"
                        },
                        "description": "Residential Delivery",
                        "level": "PACKAGE",
                        "surchargeType": "FUEL_SURCHARGE"
                      }
                    ],
                    "totalFreightDiscounts": 47.2,
                    "totalRebates": 3.68,
                    "totalSurcharges": 3.02,
                    "totalTaxes": 1.08
                  },
                  {
                    "baseCharge": 93.58,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "ACTUAL",
                    "netCharge": 82.37,
                    "netFedExCharge": 123.79,
                    "netFreight": 72.57,
                    "ratedWeightMethod": "ACTUAL",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 1371.87,
                          "currency": "KGS"
                        },
                        "description": "Residential Delivery",
                        "level": "SHIPMENT",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 3495.63,
                          "currency": "BIF"
                        },
                        "description": "Residential Delivery",
                        "level": "PACKAGE",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 4515.56,
                          "currency": "ARS"
                        },
                        "description": "Residential Delivery",
                        "level": "PACKAGE",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 3362.09,
                          "currency": "HNL"
                        },
                        "description": "Overweight package",
                        "level": "SHIPMENT",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 2229.04,
                          "currency": "XOF"
                        },
                        "description": "Residential Delivery",
                        "level": "SHIPMENT",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 8.05,
                    "totalRebates": 3.58,
                    "totalSurcharges": 14.7,
                    "totalTaxes": 2.35
                  },
                  {
                    "baseCharge": 116.14,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "CAD",
                    "minimumChargeType": "MINIMUM_CHARGE",
                    "netCharge": 196.16,
                    "netFedExCharge": 187.22,
                    "netFreight": 100.21,
                    "ratedWeightMethod": "ACTUAL",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 331.55,
                          "currency": "VUV"
                        },
                        "description": "Residential Delivery",
                        "level": "SHIPMENT",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 5.13,
                          "currency": "XPF"
                        },
                        "description": "Fuel Surcharge",
                        "level": "PACKAGE",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 1837.25,
                          "currency": "SLE"
                        },
                        "description": "Fuel Surcharge",
                        "level": "PACKAGE",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 97.25,
                          "currency": "RON"
                        },
                        "description": "Overweight package",
                        "level": "SHIPMENT",
                        "surchargeType": "FUEL_SURCHARGE"
                      }
                    ],
                    "totalFreightDiscounts": 47.12,
                    "totalRebates": 0.94,
                    "totalSurcharges": 6.84,
                    "totalTaxes": 1.08
                  },
                  {
                    "baseCharge": 134.57,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "GBP",
                    "minimumChargeType": "MINIMUM_CHARGE",
                    "netCharge": 195.62,
                    "netFedExCharge": 61.46,
                    "netFreight": 87.37,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 1594.98,
                          "currency": "BGN"
                        },
                        "description": "Residential Delivery",
                        "level": "PACKAGE",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 3103.49,
                          "currency": "MGA"
                        },
                        "description": "Residential Delivery",
                        "level": "SHIPMENT",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 2047.27,
                          "currency": "KMF"
                        },
                        "description": "Overweight package",
                        "level": "PACKAGE",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 3705.01,
                          "currency": "NGN"
                        },
                        "description": "Residential Delivery",
                        "level": "SHIPMENT",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 769.5,
                          "currency": "SDG"
                        },
                        "description": "Overweight package",
                        "level": "PACKAGE",
                        "surchargeType": "FUEL_SURCHARGE"
                      }
                    ],
                    "totalFreightDiscounts": 36.6,
                    "totalRebates": 0.92,
                    "totalSurcharges": 9.8,
                    "totalTaxes": 1.92
                  }
                ]
              },
              "sequenceNumber": 6,
              "signatureOption": "DIRECT",
              "trackingIds": [
                {
                  "formId": "9457",
                  "trackingIdType": "FREIGHT",
                  "trackingNumber": "24915047062522804368",
                  "uspsApplicationId": "29"
                },
                {
                  "formId": "3074",
                  "trackingIdType": "GROUND",
                  "trackingNumber": "68840596474854170142",
                  "uspsApplicationId": "12"
                },
                {
                  "formId": "2133",
                  "trackingIdType": "FREIGHT",
                  "trackingNumber": "81372318837485035549",
                  "uspsApplicationId": "46"
                },
                {
                  "formId": "3604",
                  "trackingIdType": "FREIGHT",
                  "trackingNumber": "36922786645934933643",
                  "uspsApplicationId": "72"
                },
                {
                  "formId": "3013",
                  "trackingIdType": "FREIGHT",
                  "trackingNumber": "99551599177676141771",
                  "uspsApplicationId": "31"
                }
              ]
            }
          ],
          "documentRequirements": {
            "generationDetails": [
              {
                "electronicSignature": "OPTIONAL",
                "letterhead": "OPTIONAL",
                "minimumCopiesRequired": 3,
                "type": "COMMERCIAL_INVOICE"
              },
              {
                "electronicSignature": "OPTIONAL",
                "letterhead": "OPTIONAL",
                "minimumCopiesRequired": 3,
                "type": "COMMERCIAL_INVOICE"
              },
              {
                "electronicSignature": "OPTIONAL",
                "letterhead": "OPTIONAL",
                "minimumCopiesRequired": 3,
                "type": "COMMERCIAL_INVOICE"
              }
            ],
            "prohibitedDocuments": [
              "USMCA_CERTIFICATION_OF_ORIGIN"
            ],
            "requiredDocuments": [
              "COMMERCIAL_OR_PRO_FORMA_INVOICE",
              "AIR_WAYBILL"
            ]
          },
          "exportComplianceStatement": "FF5cBIKYAE",
          "hazardousShipmentDetail": {
            "adrLicense": {
              "licenseOrPermitDetail": {
                "effectiveDate": "2026-07-09T00:00:00.0Z",
                "expirationDate": "2026-12-17T00:00:00.0Z",
                "number": "58094"
              }
            },
            "dryIceDetail": {
              "packageCount": 1,
              "processingOptions": {
                "options": [
                  "options"
                ]
              },
              "totalWeight": {
                "units": "KG",
                "value": 68
              }
            },
            "hazardousSummaryDetail": {
              "smallQuantityExceptionPackageCount": 6
            }
          },
          "masterTrackingId": {
            "formId": "8717",
            "trackingIdType": "EXPRESS",
            "trackingNumber": "25276465804129230282",
            "uspsApplicationId": "75"
          },
          "operationalDetail": {
            "airportId": "TDH",
            "astraDescription": "SMART POST",
            "astraPlannedServiceLevel": "h3tj0VruF2k3IYD",
            "commitDate": "2026-08-28T00:00:00.0Z",
            "commitDay": "Sun",
            "countryCode": "MH",
            "customTransitTime": "TWO_DAYS",
            "deliveryDate": "2026-08-27T00:00:00.0Z",
            "deliveryDay": "Fri",
            "deliveryEligibilities": [
              "deliveryEligibilities"
            ],
            "destinationLocationId": "cTwS",
            "destinationLocationNumber": 164,
            "destinationLocationStateOrProvinceCode": "TN",
            "destinationServiceArea": "A1",
            "ineligibleForMoneyBackGuarantee": false,
            "maximumTransitTime": "SEVEN_DAYS",
            "originLocationId": "538",
            "originLocationNumber": 916,
            "originServiceArea": "A1",
            "packagingCode": "84",
            "postalCode": "35829-0587",
            "publishedDeliveryTime": "12:00P",
            "scac": "FDXG",
            "serviceCode": "931",
            "stateOrProvinceCode": "IN",
            "transitTime": "ONE_DAY",
            "ursaPrefixCode": "tz",
            "ursaSuffixCode": "gV"
          },
          "packagingDescription": "box",
          "serviceDescription": {
            "astraDescription": "1 DAY FRT",
            "code": "44",
            "description": "Configurable discrete function",
            "names": [
              {
                "encoding": "UTF-8",
                "type": "short",
                "value": "bYQ"
              },
              {
                "encoding": "UTF-8",
                "type": "short",
                "value": "upI"
              },
              {
                "encoding": "UTF-8",
                "type": "long",
                "value": "b2r"
              },
              {
                "encoding": "UTF-8",
                "type": "long",
                "value": "Xil"
              },
              {
                "encoding": "UTF-8",
                "type": "long",
                "value": "kLb"
              }
            ],
            "operatingOrgCodes": [
              "FXE"
            ],
            "serviceCategory": "freight",
            "serviceId": "spnUuBUVbMq0",
            "serviceType": "FEDEX_2_DAY_FREIGHT"
          },
          "shipmentConsolidationDetail": {
            "associatedTrackingIds": [
              {
                "trackingIds": [
                  {
                    "formId": "9567",
                    "trackingIdType": "GROUND",
                    "trackingNumber": "99727837779996641427"
                  },
                  {
                    "formId": "9857",
                    "trackingIdType": "FREIGHT",
                    "trackingNumber": "19583554689105630202"
                  }
                ],
                "type": "CONSOLIDATION_MASTER"
              },
              {
                "trackingIds": [
                  {
                    "formId": "9602",
                    "trackingIdType": "GROUND",
                    "trackingNumber": "28213945399595694860"
                  },
                  {
                    "formId": "3795",
                    "trackingIdType": "GROUND",
                    "trackingNumber": "34246583154056081093"
                  }
                ],
                "type": "CONSOLIDATION_MASTER"
              },
              {
                "trackingIds": [
                  {
                    "formId": "1059",
                    "trackingIdType": "GROUND",
                    "trackingNumber": "62236964123936688111"
                  }
                ],
                "type": "CONSOLIDATION_MASTER"
              },
              {
                "trackingIds": [
                  {
                    "formId": "5570",
                    "trackingIdType": "EXPRESS",
                    "trackingNumber": "95592297444958137498"
                  }
                ],
                "type": "CONSOLIDATION_MASTER"
              }
            ],
            "role": "CRN_SHIPMENT",
            "type": "INTERNATIONAL_PRIORITY_DISTRIBUTION"
          },
          "shipmentRating": {
            "actualRateType": "PAYOR_ACCOUNT_SHIPMENT",
            "pickupRateDetail": {
              "ancillaryFeesAndTaxes": [
                {
                  "amount": {
                    "currency": "BAM",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "uV9ocfO0Rh",
                  "type": "CLEARANCE_ENTRY_FEE"
                },
                {
                  "amount": {
                    "currency": "TND",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "WFYxRc2GYB",
                  "type": "CLEARANCE_ENTRY_FEE"
                },
                {
                  "amount": {
                    "currency": "SZL",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "XX0KzB9EMs",
                  "type": "CLEARANCE_ENTRY_FEE"
                }
              ],
              "currencyExchangeRate": {
                "fromCurrency": "EUR",
                "intoCurrency": "PLN",
                "rate": 6.61
              },
              "dutiesAndTaxes": [
                {
                  "harmonizedCode": "955620",
                  "taxes": {
                    "amount": {
                      "currency": "RUB",
                      "value": "CUSTOMS_VALUE"
                    },
                    "appliedPreferentialTradeAgreement": {
                      "description": "4bExOfuuRY",
                      "id": "HKFv9O",
                      "name": "VAT"
                    },
                    "description": "GBwHfOXE8o",
                    "effectiveDate": "2025-12-03T00:00:00.0Z",
                    "formula": "36yamkyJmi6xH98",
                    "name": "VAT",
                    "taxableValue": {
                      "currency": "LSL",
                      "value": "CUSTOMS_VALUE"
                    },
                    "taxcode": "hjXS8",
                    "taxRates": [
                      {
                        "currency": "USD",
                        "quantity": 10,
                        "unitOfMeasure": "L",
                        "value": "15"
                      },
                      {
                        "currency": "EUR",
                        "quantity": 20,
                        "unitOfMeasure": "KG",
                        "value": "15"
                      },
                      {
                        "currency": "EUR",
                        "quantity": 30,
                        "unitOfMeasure": "L",
                        "value": "15"
                      },
                      {
                        "currency": "USD",
                        "quantity": 20,
                        "unitOfMeasure": "L",
                        "value": "10"
                      }
                    ],
                    "taxType": "INCENTIVE"
                  },
                  "total": {
                    "currency": "CRC",
                    "value": "CUSTOMS_VALUE"
                  }
                },
                {
                  "harmonizedCode": "944106",
                  "taxes": {
                    "amount": {
                      "currency": "PGK",
                      "value": "CUSTOMS_VALUE"
                    },
                    "appliedPreferentialTradeAgreement": {
                      "description": "onsl4oqGwh",
                      "id": "JvSNQN",
                      "name": "VAT"
                    },
                    "description": "5v0ygNVYWd",
                    "effectiveDate": "2026-06-29T00:00:00.0Z",
                    "formula": "21aLHZlck7dcLpC",
                    "name": "VAT",
                    "taxableValue": {
                      "currency": "AUD",
                      "value": "CUSTOMS_VALUE"
                    },
                    "taxcode": "sYhlX",
                    "taxRates": [
                      {
                        "currency": "USD",
                        "quantity": 30,
                        "unitOfMeasure": "L",
                        "value": "20"
                      },
                      {
                        "currency": "USD",
                        "quantity": 20,
                        "unitOfMeasure": "KG",
                        "value": "20"
                      },
                      {
                        "currency": "EUR",
                        "quantity": 30,
                        "unitOfMeasure": "KG",
                        "value": "10"
                      },
                      {
                        "currency": "EUR",
                        "quantity": 30,
                        "unitOfMeasure": "L",
                        "value": "20"
                      }
                    ],
                    "taxType": "INCENTIVE"
                  },
                  "total": {
                    "currency": "MZN",
                    "value": "CUSTOMS_VALUE"
                  }
                }
              ],
              "freightDiscounts": [
                {
                  "amount": {
                    "currency": "VES",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "ZdpaG8RpmH",
                  "percent": 6.4,
                  "rateDiscountType": "INCENTIVE"
                },
                {
                  "amount": {
                    "currency": "SSP",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "5QXlJQQ7Jc",
                  "percent": 10.59,
                  "rateDiscountType": "INCENTIVE"
                }
              ],
              "fuelSurchargePercent": 11.77,
              "minimumChargeType": "EARNED_DISCOUNT",
              "pickupBaseChargeDescription": "Pickup Area Surcharge",
              "pricingCode": "ACTUAL",
              "rateScale": "VjexPQWlJL",
              "rateType": "PAYOR_ACCOUNT_PACKAGE",
              "rateZone": "ZyL7zy",
              "ratingBasis": "SHIPMENT_WEIGHT_BASED",
              "rebates": [
                {
                  "amount": {
                    "currency": "MVR",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Np96Q6HJso",
                  "percent": 4.73,
                  "rebateType": "EARNED"
                }
              ],
              "specialRatingApplied": "FEDEX_ONE_RATE",
              "surcharges": [
                {
                  "amount": {
                    "currency": "BYN",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "dXnwWhiqbi",
                  "level": "PACKAGE",
                  "surchargeType": "COD"
                }
              ],
              "taxes": [
                {
                  "amount": {
                    "currency": "BAM",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "mto736gvz0",
                  "taxType": "VAT"
                },
                {
                  "amount": {
                    "currency": "KHR",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "dtS2RnEySd",
                  "taxType": "VAT"
                },
                {
                  "amount": {
                    "currency": "SYP",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "tON2Af8IED",
                  "taxType": "VAT"
                }
              ],
              "totalAncillaryFeesAndTaxes": {
                "currency": "CVE",
                "value": "CUSTOMS_VALUE"
              },
              "totalBaseCharge": {
                "currency": "PAB",
                "value": "CUSTOMS_VALUE"
              },
              "totalDutiesAndTaxes": {
                "currency": "JOD",
                "value": "CUSTOMS_VALUE"
              },
              "totalDutiesTaxesAndFees": {
                "currency": "CRC",
                "value": "CUSTOMS_VALUE"
              },
              "totalFreightDiscounts": {
                "currency": "ERN",
                "value": "CUSTOMS_VALUE"
              },
              "totalNetCharge": {
                "currency": "SEK",
                "value": "CUSTOMS_VALUE"
              },
              "totalNetChargeWithDutiesAndTaxes": {
                "currency": "WST",
                "value": "CUSTOMS_VALUE"
              },
              "totalNetFedExCharge": {
                "currency": "STN",
                "value": "CUSTOMS_VALUE"
              },
              "totalNetFreight": {
                "currency": "HKD",
                "value": "CUSTOMS_VALUE"
              },
              "totalRebates": {
                "currency": "PYG",
                "value": "CUSTOMS_VALUE"
              },
              "totalSurcharges": {
                "currency": "PKR",
                "value": "CUSTOMS_VALUE"
              },
              "totalTaxes": {
                "currency": "BZD",
                "value": "CUSTOMS_VALUE"
              },
              "totalVariableHandlingCharges": {
                "fixedVariableHandlingCharge": {
                  "currency": "NPR",
                  "value": "CUSTOMS_VALUE"
                },
                "percentVariableHandlingCharge": {
                  "currency": "MNT",
                  "value": "CUSTOMS_VALUE"
                },
                "totalCustomerCharge": {
                  "currency": "INR",
                  "value": "CUSTOMS_VALUE"
                },
                "variableHandlingCharge": {
                  "currency": "BHD",
                  "value": "CUSTOMS_VALUE"
                }
              },
              "variableHandlingCharges": {
                "fixedVariableHandlingCharge": {
                  "currency": "AFN",
                  "value": "CUSTOMS_VALUE"
                },
                "percentVariableHandlingCharge": {
                  "currency": "LSL",
                  "value": "CUSTOMS_VALUE"
                },
                "totalCustomerCharge": {
                  "currency": "KYD",
                  "value": "CUSTOMS_VALUE"
                },
                "variableHandlingCharge": {
                  "currency": "CAD",
                  "value": "CUSTOMS_VALUE"
                }
              }
            },
            "shipmentRateDetails": [
              {
                "currency": "USD",
                "currencyExchangeRate": {
                  "fromCurrency": "INR",
                  "intoCurrency": "CZK",
                  "rate": 6.97
                },
                "dimDivisor": 169,
                "freightDiscounts": [
                  {
                    "amount": 7.86,
                    "description": "dv7N5v9VEW",
                    "percent": 6.03,
                    "rateDiscountType": "EARNED"
                  },
                  {
                    "amount": 8.83,
                    "description": "y2cYP6eZwS",
                    "percent": 11.81,
                    "rateDiscountType": "BONUS"
                  },
                  {
                    "amount": 2.33,
                    "description": "fRiFegt7YR",
                    "percent": 13.12,
                    "rateDiscountType": "EARNED"
                  },
                  {
                    "amount": 1.82,
                    "description": "EHhxw35ogF",
                    "percent": 6.38,
                    "rateDiscountType": "COUPON"
                  },
                  {
                    "amount": 7.01,
                    "description": "21GKeg4ZQA",
                    "percent": 14.4,
                    "rateDiscountType": "COUPON"
                  }
                ],
                "fuelSurchargePercent": 13.66,
                "pricingCode": "LTL_FREIGHT",
                "ratedWeightMethod": "DIM",
                "rateScale": "91573",
                "rateType": "RATED_ACCOUNT_SHIPMENT",
                "rateZone": "5GPw5q",
                "shipmentLegRateDetails": [
                  {
                    "currency": "EUR",
                    "currencyExchangeRate": {
                      "fromCurrency": "INR",
                      "intoCurrency": "GTQ",
                      "rate": 27.27
                    },
                    "dimDivisor": 253,
                    "dimDivisorType": "VOLUME",
                    "freightDiscounts": [
                      {
                        "amount": 1.21,
                        "description": "Ad9PEiclNQ",
                        "percent": 15.07,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 3.59,
                        "description": "zLFRJXkmzf",
                        "percent": 18.69,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 2.77,
                        "description": "WlXzbIMQdN",
                        "percent": 11.48,
                        "rateDiscountType": "BONUS"
                      }
                    ],
                    "fuelSurchargePercent": 9.09,
                    "legDestinationLocationId": "RDTh",
                    "minimumChargeType": "ACTUAL",
                    "pricingCode": "B3Q7f",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "6206",
                    "rateType": "PAYOR_ACCOUNT_PACKAGE",
                    "rateZone": "9y2ela",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 2603.75,
                          "currency": "RUB"
                        },
                        "description": "Overweight package",
                        "level": "SHIPMENT",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 1603.03,
                          "currency": "THB"
                        },
                        "description": "Residential Delivery",
                        "level": "PACKAGE",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 3874.44,
                          "currency": "HNL"
                        },
                        "description": "Residential Delivery",
                        "level": "PACKAGE",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 3930.37,
                          "currency": "DKK"
                        },
                        "description": "Residential Delivery",
                        "level": "PACKAGE",
                        "surchargeType": "FUEL_SURCHARGE"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 4.15,
                        "description": "GST",
                        "level": "PACKAGE",
                        "type": "STATE"
                      },
                      {
                        "amount": 19.33,
                        "description": "VAT",
                        "level": "SHIPMENT",
                        "type": "FEDERAL"
                      },
                      {
                        "amount": 8.28,
                        "description": "GST",
                        "level": "SHIPMENT",
                        "type": "STATE"
                      },
                      {
                        "amount": 8.01,
                        "description": "VAT",
                        "level": "SHIPMENT",
                        "type": "FEDERAL"
                      }
                    ],
                    "totalBaseCharge": 198.08,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 20.52,
                    "totalFreightDiscounts": 27.09,
                    "totalNetCharge": 198.13,
                    "totalNetChargeWithDutiesAndTaxes": 235.36,
                    "totalNetFedExCharge": 226.52,
                    "totalNetFreight": 103.55,
                    "totalRebates": 0.48,
                    "totalSurcharges": 1.82,
                    "totalTaxes": 0.77
                  },
                  {
                    "currency": "GBP",
                    "currencyExchangeRate": {
                      "fromCurrency": "EUR",
                      "intoCurrency": "GIP",
                      "rate": 27.71
                    },
                    "dimDivisor": 202,
                    "dimDivisorType": "VOLUME",
                    "freightDiscounts": [
                      {
                        "amount": 5.43,
                        "description": "1PDSEyYB70",
                        "percent": 9.82,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 4.58,
                        "description": "lcLhlEqOxh",
                        "percent": 11.9,
                        "rateDiscountType": "COUPON"
                      }
                    ],
                    "fuelSurchargePercent": 4.62,
                    "legDestinationLocationId": "MqWx",
                    "minimumChargeType": "ACTUAL",
                    "pricingCode": "rF6PI",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "0946",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "aDOZWP",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 3103.61,
                          "currency": "KWD"
                        },
                        "description": "Fuel Surcharge",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 4993.39,
                          "currency": "GHS"
                        },
                        "description": "Overweight package",
                        "level": "SHIPMENT",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 2112.42,
                          "currency": "ERN"
                        },
                        "description": "Residential Delivery",
                        "level": "PACKAGE",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 4248.02,
                          "currency": "SDG"
                        },
                        "description": "Fuel Surcharge",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 4770.66,
                          "currency": "BBD"
                        },
                        "description": "Overweight package",
                        "level": "PACKAGE",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 1.25,
                        "description": "GST",
                        "level": "PACKAGE",
                        "type": "FEDERAL"
                      },
                      {
                        "amount": 6.9,
                        "description": "Sales Tax",
                        "level": "PACKAGE",
                        "type": "STATE"
                      },
                      {
                        "amount": 15.03,
                        "description": "Sales Tax",
                        "level": "SHIPMENT",
                        "type": "FEDERAL"
                      }
                    ],
                    "totalBaseCharge": 76,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 21.94,
                    "totalFreightDiscounts": 41.54,
                    "totalNetCharge": 55.37,
                    "totalNetChargeWithDutiesAndTaxes": 204.33,
                    "totalNetFedExCharge": 213.48,
                    "totalNetFreight": 86.45,
                    "totalRebates": 1.96,
                    "totalSurcharges": 14.82,
                    "totalTaxes": 2.79
                  },
                  {
                    "currency": "EUR",
                    "currencyExchangeRate": {
                      "fromCurrency": "GBP",
                      "intoCurrency": "XOF",
                      "rate": 20.81
                    },
                    "dimDivisor": 254,
                    "dimDivisorType": "WEIGHT",
                    "freightDiscounts": [
                      {
                        "amount": 1.23,
                        "description": "Ibf7MCqSJn",
                        "percent": 8.29,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 6.46,
                        "description": "mv49izwZPt",
                        "percent": 16.1,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 4.87,
                        "description": "UVy0keWBrh",
                        "percent": 13.48,
                        "rateDiscountType": "EARNED"
                      }
                    ],
                    "fuelSurchargePercent": 4.53,
                    "legDestinationLocationId": "oQbm",
                    "minimumChargeType": "ACTUAL",
                    "pricingCode": "U5mLN",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "7727",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "kaMOTU",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 2766.58,
                          "currency": "BBD"
                        },
                        "description": "Fuel Surcharge",
                        "level": "PACKAGE",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 4378.81,
                          "currency": "MAD"
                        },
                        "description": "Overweight package",
                        "level": "SHIPMENT",
                        "surchargeType": "FUEL_SURCHARGE"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 15.81,
                        "description": "VAT",
                        "level": "SHIPMENT",
                        "type": "FEDERAL"
                      },
                      {
                        "amount": 15.29,
                        "description": "Sales Tax",
                        "level": "PACKAGE",
                        "type": "STATE"
                      },
                      {
                        "amount": 3.45,
                        "description": "GST",
                        "level": "PACKAGE",
                        "type": "FEDERAL"
                      }
                    ],
                    "totalBaseCharge": 105.69,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 45.23,
                    "totalFreightDiscounts": 45.98,
                    "totalNetCharge": 96.37,
                    "totalNetChargeWithDutiesAndTaxes": 188.87,
                    "totalNetFedExCharge": 137.97,
                    "totalNetFreight": 167.69,
                    "totalRebates": 3.39,
                    "totalSurcharges": 9.24,
                    "totalTaxes": 5.12
                  },
                  {
                    "currency": "EUR",
                    "currencyExchangeRate": {
                      "fromCurrency": "INR",
                      "intoCurrency": "RSD",
                      "rate": 24.22
                    },
                    "dimDivisor": 227,
                    "dimDivisorType": "WEIGHT",
                    "freightDiscounts": [
                      {
                        "amount": 4.75,
                        "description": "7SSrBc8pnN",
                        "percent": 18.06,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 8.28,
                        "description": "tCHnGxuJxL",
                        "percent": 12.41,
                        "rateDiscountType": "EARNED"
                      }
                    ],
                    "fuelSurchargePercent": 10.05,
                    "legDestinationLocationId": "lDzN",
                    "minimumChargeType": "ACTUAL",
                    "pricingCode": "6PsyO",
                    "ratedWeightMethod": "DIM",
                    "rateScale": "5479",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "VwcYSy",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 722.57,
                          "currency": "JMD"
                        },
                        "description": "Fuel Surcharge",
                        "level": "PACKAGE",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 2.25,
                        "description": "GST",
                        "level": "PACKAGE",
                        "type": "FEDERAL"
                      }
                    ],
                    "totalBaseCharge": 161.26,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 7.31,
                    "totalFreightDiscounts": 12.11,
                    "totalNetCharge": 117.62,
                    "totalNetChargeWithDutiesAndTaxes": 69.71,
                    "totalNetFedExCharge": 150.33,
                    "totalNetFreight": 175.16,
                    "totalRebates": 3.47,
                    "totalSurcharges": 6.32,
                    "totalTaxes": 3.92
                  },
                  {
                    "currency": "GBP",
                    "currencyExchangeRate": {
                      "fromCurrency": "GBP",
                      "intoCurrency": "XCD",
                      "rate": 21.43
                    },
                    "dimDivisor": 156,
                    "dimDivisorType": "WEIGHT",
                    "freightDiscounts": [
                      {
                        "amount": 4.39,
                        "description": "5UoxJbOum7",
                        "percent": 14.88,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 5.37,
                        "description": "AbnV32DQNC",
                        "percent": 5.44,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 9.15,
                        "description": "DviKMI297s",
                        "percent": 5.97,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 4.12,
                        "description": "y44BgiAdlw",
                        "percent": 6.61,
                        "rateDiscountType": "EARNED"
                      }
                    ],
                    "fuelSurchargePercent": 13.65,
                    "legDestinationLocationId": "fCyz",
                    "minimumChargeType": "ACTUAL",
                    "pricingCode": "Acn97",
                    "ratedWeightMethod": "DIM",
                    "rateScale": "3793",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "cddmgo",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 1283.14,
                          "currency": "MRU"
                        },
                        "description": "Overweight package",
                        "level": "PACKAGE",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 3795.52,
                          "currency": "LAK"
                        },
                        "description": "Fuel Surcharge",
                        "level": "PACKAGE",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 2409.59,
                          "currency": "NPR"
                        },
                        "description": "Residential Delivery",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 2438.71,
                          "currency": "TND"
                        },
                        "description": "Overweight package",
                        "level": "PACKAGE",
                        "surchargeType": "FUEL_SURCHARGE"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 4.1,
                        "description": "Sales Tax",
                        "level": "SHIPMENT",
                        "type": "FEDERAL"
                      },
                      {
                        "amount": 8.53,
                        "description": "VAT",
                        "level": "SHIPMENT",
                        "type": "STATE"
                      },
                      {
                        "amount": 12.42,
                        "description": "GST",
                        "level": "SHIPMENT",
                        "type": "STATE"
                      }
                    ],
                    "totalBaseCharge": 69.63,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 36.38,
                    "totalFreightDiscounts": 47.74,
                    "totalNetCharge": 170.19,
                    "totalNetChargeWithDutiesAndTaxes": 179.63,
                    "totalNetFedExCharge": 216.87,
                    "totalNetFreight": 127.01,
                    "totalRebates": 0.03,
                    "totalSurcharges": 5.29,
                    "totalTaxes": 1.45
                  }
                ],
                "surcharges": [
                  {
                    "amount": {
                      "amount": 3830.44,
                      "currency": "MWK"
                    },
                    "description": "Residential Delivery",
                    "level": "PACKAGE",
                    "surchargeType": "FUEL_SURCHARGE"
                  }
                ],
                "taxes": [
                  {
                    "amount": 18.15,
                    "description": "GST",
                    "level": "SHIPMENT",
                    "type": "FEDERAL"
                  }
                ],
                "totalAncillaryFeesAndTaxes": 13.16,
                "totalBaseCharge": 80.18,
                "totalBillingWeight": {
                  "units": "KG",
                  "value": 68
                },
                "totalDutiesAndTaxes": 23.46,
                "totalDutiesTaxesAndFees": 45.31,
                "totalFreightDiscounts": 21.96,
                "totalNetCharge": 109.63,
                "totalNetChargeWithDutiesAndTaxes": 100.16,
                "totalNetFedExCharge": 125.66,
                "totalNetFreight": 107.6,
                "totalRebates": 3.53,
                "totalSurcharges": 4.64,
                "totalTaxes": 9.74
              },
              {
                "currency": "USD",
                "currencyExchangeRate": {
                  "fromCurrency": "EUR",
                  "intoCurrency": "AMD",
                  "rate": 8.16
                },
                "dimDivisor": 200,
                "freightDiscounts": [
                  {
                    "amount": 9.26,
                    "description": "qayAECOPPo",
                    "percent": 6.58,
                    "rateDiscountType": "VOLUME"
                  },
                  {
                    "amount": 1.83,
                    "description": "wNwwdc0imQ",
                    "percent": 19.67,
                    "rateDiscountType": "EARNED"
                  },
                  {
                    "amount": 5.56,
                    "description": "rqx8FzoBw7",
                    "percent": 15.31,
                    "rateDiscountType": "EARNED"
                  }
                ],
                "fuelSurchargePercent": 1.8,
                "pricingCode": "STANDARD",
                "ratedWeightMethod": "DIM",
                "rateScale": "51740",
                "rateType": "RATED_ACCOUNT_SHIPMENT",
                "rateZone": "qRkcLz",
                "shipmentLegRateDetails": [
                  {
                    "currency": "GBP",
                    "currencyExchangeRate": {
                      "fromCurrency": "EUR",
                      "intoCurrency": "XAF",
                      "rate": 1.33
                    },
                    "dimDivisor": 160,
                    "dimDivisorType": "VOLUME",
                    "freightDiscounts": [
                      {
                        "amount": 1.2,
                        "description": "pDHhpLxX6S",
                        "percent": 10.84,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 9.07,
                        "description": "oKQ8Zs6VST",
                        "percent": 12.61,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 1.2,
                        "description": "A6JNAp1P5F",
                        "percent": 19.43,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 2.26,
                        "description": "swecsjoE9A",
                        "percent": 17.42,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 6.4,
                        "description": "xjoeXesQKx",
                        "percent": 13.72,
                        "rateDiscountType": "EARNED"
                      }
                    ],
                    "fuelSurchargePercent": 11.75,
                    "legDestinationLocationId": "PeHM",
                    "minimumChargeType": "MINIMUM_CHARGE",
                    "pricingCode": "yNvjS",
                    "ratedWeightMethod": "DIM",
                    "rateScale": "5174",
                    "rateType": "PAYOR_ACCOUNT_PACKAGE",
                    "rateZone": "MAxRTv",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 3041.71,
                          "currency": "MDL"
                        },
                        "description": "Residential Delivery",
                        "level": "PACKAGE",
                        "surchargeType": "FUEL_SURCHARGE"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 6.1,
                        "description": "VAT",
                        "level": "PACKAGE",
                        "type": "FEDERAL"
                      },
                      {
                        "amount": 6.29,
                        "description": "Sales Tax",
                        "level": "PACKAGE",
                        "type": "FEDERAL"
                      },
                      {
                        "amount": 17.63,
                        "description": "Sales Tax",
                        "level": "PACKAGE",
                        "type": "STATE"
                      },
                      {
                        "amount": 19.44,
                        "description": "Sales Tax",
                        "level": "SHIPMENT",
                        "type": "FEDERAL"
                      },
                      {
                        "amount": 9.43,
                        "description": "VAT",
                        "level": "SHIPMENT",
                        "type": "FEDERAL"
                      }
                    ],
                    "totalBaseCharge": 178.46,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 49.64,
                    "totalFreightDiscounts": 0.64,
                    "totalNetCharge": 171.73,
                    "totalNetChargeWithDutiesAndTaxes": 226.62,
                    "totalNetFedExCharge": 137.5,
                    "totalNetFreight": 164.21,
                    "totalRebates": 2.36,
                    "totalSurcharges": 19.8,
                    "totalTaxes": 4.69
                  },
                  {
                    "currency": "USD",
                    "currencyExchangeRate": {
                      "fromCurrency": "GBP",
                      "intoCurrency": "PAB",
                      "rate": 17.99
                    },
                    "dimDivisor": 209,
                    "dimDivisorType": "VOLUME",
                    "freightDiscounts": [
                      {
                        "amount": 7.11,
                        "description": "V6c8wfNhby",
                        "percent": 10.45,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 1.59,
                        "description": "abYHljBQM0",
                        "percent": 9.46,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 8.31,
                        "description": "3JQS0SWkOk",
                        "percent": 9.2,
                        "rateDiscountType": "BONUS"
                      }
                    ],
                    "fuelSurchargePercent": 10.74,
                    "legDestinationLocationId": "fCaI",
                    "minimumChargeType": "ACTUAL",
                    "pricingCode": "c9HmP",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "4804",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "GZvIBT",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 4295.65,
                          "currency": "PKR"
                        },
                        "description": "Fuel Surcharge",
                        "level": "PACKAGE",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 1476.86,
                          "currency": "ZMW"
                        },
                        "description": "Residential Delivery",
                        "level": "PACKAGE",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 18.2,
                        "description": "Sales Tax",
                        "level": "PACKAGE",
                        "type": "STATE"
                      },
                      {
                        "amount": 7.42,
                        "description": "GST",
                        "level": "SHIPMENT",
                        "type": "FEDERAL"
                      },
                      {
                        "amount": 5.97,
                        "description": "GST",
                        "level": "SHIPMENT",
                        "type": "STATE"
                      },
                      {
                        "amount": 3.38,
                        "description": "GST",
                        "level": "SHIPMENT",
                        "type": "STATE"
                      },
                      {
                        "amount": 15.7,
                        "description": "GST",
                        "level": "SHIPMENT",
                        "type": "FEDERAL"
                      }
                    ],
                    "totalBaseCharge": 199.36,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 38.28,
                    "totalFreightDiscounts": 8.16,
                    "totalNetCharge": 55.11,
                    "totalNetChargeWithDutiesAndTaxes": 230.17,
                    "totalNetFedExCharge": 86.8,
                    "totalNetFreight": 67.83,
                    "totalRebates": 1.84,
                    "totalSurcharges": 5.98,
                    "totalTaxes": 3.6
                  },
                  {
                    "currency": "USD",
                    "currencyExchangeRate": {
                      "fromCurrency": "INR",
                      "intoCurrency": "EUR",
                      "rate": 9.11
                    },
                    "dimDivisor": 204,
                    "dimDivisorType": "VOLUME",
                    "freightDiscounts": [
                      {
                        "amount": 5.17,
                        "description": "9zIbxS9pY8",
                        "percent": 14.09,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 1.32,
                        "description": "BQKMPFHHlg",
                        "percent": 19.1,
                        "rateDiscountType": "EARNED"
                      }
                    ],
                    "fuelSurchargePercent": 1.95,
                    "legDestinationLocationId": "Kusd",
                    "minimumChargeType": "ACTUAL",
                    "pricingCode": "VYNKG",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "7017",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "F8FzeG",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 2399.3,
                          "currency": "SHP"
                        },
                        "description": "Residential Delivery",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 285.37,
                          "currency": "KGS"
                        },
                        "description": "Overweight package",
                        "level": "SHIPMENT",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 2232.27,
                          "currency": "CNY"
                        },
                        "description": "Overweight package",
                        "level": "SHIPMENT",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 1495.32,
                          "currency": "MYR"
                        },
                        "description": "Overweight package",
                        "level": "SHIPMENT",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 2962.33,
                          "currency": "DZD"
                        },
                        "description": "Overweight package",
                        "level": "PACKAGE",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 17.37,
                        "description": "GST",
                        "level": "SHIPMENT",
                        "type": "FEDERAL"
                      },
                      {
                        "amount": 11.06,
                        "description": "VAT",
                        "level": "PACKAGE",
                        "type": "STATE"
                      },
                      {
                        "amount": 3.48,
                        "description": "GST",
                        "level": "PACKAGE",
                        "type": "FEDERAL"
                      },
                      {
                        "amount": 16.48,
                        "description": "GST",
                        "level": "PACKAGE",
                        "type": "STATE"
                      }
                    ],
                    "totalBaseCharge": 99.49,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 9.18,
                    "totalFreightDiscounts": 20.3,
                    "totalNetCharge": 138.62,
                    "totalNetChargeWithDutiesAndTaxes": 74.89,
                    "totalNetFedExCharge": 164.62,
                    "totalNetFreight": 51.48,
                    "totalRebates": 1.87,
                    "totalSurcharges": 13.08,
                    "totalTaxes": 7.25
                  },
                  {
                    "currency": "EUR",
                    "currencyExchangeRate": {
                      "fromCurrency": "INR",
                      "intoCurrency": "BHD",
                      "rate": 7.51
                    },
                    "dimDivisor": 186,
                    "dimDivisorType": "VOLUME",
                    "freightDiscounts": [
                      {
                        "amount": 8.09,
                        "description": "leVgpepzZZ",
                        "percent": 18.8,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 6.38,
                        "description": "0TLdr57PV3",
                        "percent": 19.85,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 7.08,
                        "description": "cR0xt5neHS",
                        "percent": 14.11,
                        "rateDiscountType": "EARNED"
                      }
                    ],
                    "fuelSurchargePercent": 14.21,
                    "legDestinationLocationId": "NIxI",
                    "minimumChargeType": "MINIMUM_CHARGE",
                    "pricingCode": "lE7Gd",
                    "ratedWeightMethod": "DIM",
                    "rateScale": "4317",
                    "rateType": "PAYOR_ACCOUNT_PACKAGE",
                    "rateZone": "R1rbeu",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 2080.17,
                          "currency": "LAK"
                        },
                        "description": "Fuel Surcharge",
                        "level": "PACKAGE",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 3565.29,
                          "currency": "CZK"
                        },
                        "description": "Overweight package",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 3310.64,
                          "currency": "SLE"
                        },
                        "description": "Overweight package",
                        "level": "SHIPMENT",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 3724.45,
                          "currency": "SRD"
                        },
                        "description": "Fuel Surcharge",
                        "level": "PACKAGE",
                        "surchargeType": "FUEL_SURCHARGE"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 17.39,
                        "description": "Sales Tax",
                        "level": "SHIPMENT",
                        "type": "FEDERAL"
                      },
                      {
                        "amount": 18.31,
                        "description": "VAT",
                        "level": "SHIPMENT",
                        "type": "STATE"
                      }
                    ],
                    "totalBaseCharge": 141.82,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 30.82,
                    "totalFreightDiscounts": 43.36,
                    "totalNetCharge": 67.52,
                    "totalNetChargeWithDutiesAndTaxes": 197.93,
                    "totalNetFedExCharge": 249.69,
                    "totalNetFreight": 99.04,
                    "totalRebates": 1.13,
                    "totalSurcharges": 13.97,
                    "totalTaxes": 0.79
                  },
                  {
                    "currency": "USD",
                    "currencyExchangeRate": {
                      "fromCurrency": "EUR",
                      "intoCurrency": "BND",
                      "rate": 17.93
                    },
                    "dimDivisor": 104,
                    "dimDivisorType": "VOLUME",
                    "freightDiscounts": [
                      {
                        "amount": 8.55,
                        "description": "6RddCsF8ML",
                        "percent": 18.34,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 5.09,
                        "description": "w0sQVB5CBX",
                        "percent": 10.65,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 2.52,
                        "description": "aH3JQ2q1aO",
                        "percent": 6.85,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 7.4,
                        "description": "k2rJQR68Ks",
                        "percent": 14.2,
                        "rateDiscountType": "BONUS"
                      }
                    ],
                    "fuelSurchargePercent": 1.21,
                    "legDestinationLocationId": "QTLf",
                    "minimumChargeType": "MINIMUM_CHARGE",
                    "pricingCode": "jFk1d",
                    "ratedWeightMethod": "DIM",
                    "rateScale": "8229",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "6a25UU",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 1612.36,
                          "currency": "UYU"
                        },
                        "description": "Residential Delivery",
                        "level": "SHIPMENT",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 888.06,
                          "currency": "KHR"
                        },
                        "description": "Residential Delivery",
                        "level": "PACKAGE",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 3650.23,
                          "currency": "SGD"
                        },
                        "description": "Fuel Surcharge",
                        "level": "PACKAGE",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 11.65,
                        "description": "Sales Tax",
                        "level": "SHIPMENT",
                        "type": "STATE"
                      },
                      {
                        "amount": 2.45,
                        "description": "Sales Tax",
                        "level": "SHIPMENT",
                        "type": "FEDERAL"
                      },
                      {
                        "amount": 4.66,
                        "description": "Sales Tax",
                        "level": "SHIPMENT",
                        "type": "FEDERAL"
                      }
                    ],
                    "totalBaseCharge": 109.54,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 6.99,
                    "totalFreightDiscounts": 25.54,
                    "totalNetCharge": 103.96,
                    "totalNetChargeWithDutiesAndTaxes": 199.19,
                    "totalNetFedExCharge": 161.8,
                    "totalNetFreight": 105.07,
                    "totalRebates": 2.73,
                    "totalSurcharges": 14.08,
                    "totalTaxes": 7.64
                  }
                ],
                "surcharges": [
                  {
                    "amount": {
                      "amount": 1406.17,
                      "currency": "SDG"
                    },
                    "description": "Overweight package",
                    "level": "SHIPMENT",
                    "surchargeType": "RESIDENTIAL_DELIVERY"
                  },
                  {
                    "amount": {
                      "amount": 2119.88,
                      "currency": "UGX"
                    },
                    "description": "Residential Delivery",
                    "level": "SHIPMENT",
                    "surchargeType": "FUEL_SURCHARGE"
                  },
                  {
                    "amount": {
                      "amount": 796.86,
                      "currency": "KGS"
                    },
                    "description": "Fuel Surcharge",
                    "level": "PACKAGE",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": {
                      "amount": 3153.55,
                      "currency": "PAB"
                    },
                    "description": "Overweight package",
                    "level": "PACKAGE",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  }
                ],
                "taxes": [
                  {
                    "amount": 3.92,
                    "description": "Sales Tax",
                    "level": "SHIPMENT",
                    "type": "FEDERAL"
                  },
                  {
                    "amount": 8.55,
                    "description": "VAT",
                    "level": "PACKAGE",
                    "type": "STATE"
                  },
                  {
                    "amount": 19.19,
                    "description": "VAT",
                    "level": "PACKAGE",
                    "type": "FEDERAL"
                  }
                ],
                "totalAncillaryFeesAndTaxes": 9.64,
                "totalBaseCharge": 126.29,
                "totalBillingWeight": {
                  "units": "KG",
                  "value": 68
                },
                "totalDutiesAndTaxes": 33.33,
                "totalDutiesTaxesAndFees": 11.26,
                "totalFreightDiscounts": 7.67,
                "totalNetCharge": 124.77,
                "totalNetChargeWithDutiesAndTaxes": 150.04,
                "totalNetFedExCharge": 86.51,
                "totalNetFreight": 132.25,
                "totalRebates": 2.65,
                "totalSurcharges": 10.3,
                "totalTaxes": 2.53
              },
              {
                "currency": "EUR",
                "currencyExchangeRate": {
                  "fromCurrency": "EUR",
                  "intoCurrency": "RSD",
                  "rate": 11.78
                },
                "dimDivisor": 115,
                "freightDiscounts": [
                  {
                    "amount": 3.34,
                    "description": "EQKSBbLL0I",
                    "percent": 7.02,
                    "rateDiscountType": "BONUS"
                  }
                ],
                "fuelSurchargePercent": 13.4,
                "pricingCode": "STANDARD",
                "ratedWeightMethod": "DIM",
                "rateScale": "11479",
                "rateType": "RATED_ACCOUNT_SHIPMENT",
                "rateZone": "KJtNzf",
                "shipmentLegRateDetails": [
                  {
                    "currency": "EUR",
                    "currencyExchangeRate": {
                      "fromCurrency": "GBP",
                      "intoCurrency": "BZD",
                      "rate": 5.48
                    },
                    "dimDivisor": 266,
                    "dimDivisorType": "VOLUME",
                    "freightDiscounts": [
                      {
                        "amount": 8.38,
                        "description": "FaNdNeEyMR",
                        "percent": 9.26,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 2.6,
                        "description": "gfICrG4jgu",
                        "percent": 12.27,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 3.82,
                        "description": "4h5yZ8L76I",
                        "percent": 14.6,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 3.29,
                        "description": "jogYkvTsAK",
                        "percent": 13.39,
                        "rateDiscountType": "BONUS"
                      }
                    ],
                    "fuelSurchargePercent": 11.51,
                    "legDestinationLocationId": "NkCh",
                    "minimumChargeType": "ACTUAL",
                    "pricingCode": "A0MiY",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "9190",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "XCxOsT",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 3136.8,
                          "currency": "PGK"
                        },
                        "description": "Overweight package",
                        "level": "SHIPMENT",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 4962.33,
                          "currency": "JOD"
                        },
                        "description": "Residential Delivery",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 3424.38,
                          "currency": "JOD"
                        },
                        "description": "Residential Delivery",
                        "level": "SHIPMENT",
                        "surchargeType": "FUEL_SURCHARGE"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 17.11,
                        "description": "GST",
                        "level": "SHIPMENT",
                        "type": "STATE"
                      },
                      {
                        "amount": 12.5,
                        "description": "Sales Tax",
                        "level": "PACKAGE",
                        "type": "STATE"
                      },
                      {
                        "amount": 3.5,
                        "description": "Sales Tax",
                        "level": "PACKAGE",
                        "type": "STATE"
                      },
                      {
                        "amount": 19.45,
                        "description": "Sales Tax",
                        "level": "SHIPMENT",
                        "type": "STATE"
                      }
                    ],
                    "totalBaseCharge": 72.87,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 5.86,
                    "totalFreightDiscounts": 47.38,
                    "totalNetCharge": 84.25,
                    "totalNetChargeWithDutiesAndTaxes": 113.95,
                    "totalNetFedExCharge": 152.21,
                    "totalNetFreight": 114.95,
                    "totalRebates": 2.08,
                    "totalSurcharges": 5.72,
                    "totalTaxes": 0.34
                  }
                ],
                "surcharges": [
                  {
                    "amount": {
                      "amount": 443.44,
                      "currency": "SLE"
                    },
                    "description": "Overweight package",
                    "level": "PACKAGE",
                    "surchargeType": "FUEL_SURCHARGE"
                  },
                  {
                    "amount": {
                      "amount": 4707.99,
                      "currency": "XCD"
                    },
                    "description": "Overweight package",
                    "level": "PACKAGE",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": {
                      "amount": 3279.88,
                      "currency": "SYP"
                    },
                    "description": "Fuel Surcharge",
                    "level": "PACKAGE",
                    "surchargeType": "FUEL_SURCHARGE"
                  },
                  {
                    "amount": {
                      "amount": 2312.67,
                      "currency": "LBP"
                    },
                    "description": "Overweight package",
                    "level": "SHIPMENT",
                    "surchargeType": "FUEL_SURCHARGE"
                  },
                  {
                    "amount": {
                      "amount": 1203.63,
                      "currency": "MOP"
                    },
                    "description": "Residential Delivery",
                    "level": "PACKAGE",
                    "surchargeType": "RESIDENTIAL_DELIVERY"
                  }
                ],
                "taxes": [
                  {
                    "amount": 6.63,
                    "description": "Sales Tax",
                    "level": "SHIPMENT",
                    "type": "STATE"
                  },
                  {
                    "amount": 2.84,
                    "description": "VAT",
                    "level": "SHIPMENT",
                    "type": "STATE"
                  }
                ],
                "totalAncillaryFeesAndTaxes": 3.37,
                "totalBaseCharge": 88.07,
                "totalBillingWeight": {
                  "units": "KG",
                  "value": 68
                },
                "totalDutiesAndTaxes": 48.92,
                "totalDutiesTaxesAndFees": 99.78,
                "totalFreightDiscounts": 15.15,
                "totalNetCharge": 165.87,
                "totalNetChargeWithDutiesAndTaxes": 67.16,
                "totalNetFedExCharge": 104.41,
                "totalNetFreight": 83.06,
                "totalRebates": 2.43,
                "totalSurcharges": 4.64,
                "totalTaxes": 5.82
              },
              {
                "currency": "EUR",
                "currencyExchangeRate": {
                  "fromCurrency": "GBP",
                  "intoCurrency": "IRR",
                  "rate": 14.37
                },
                "dimDivisor": 164,
                "freightDiscounts": [
                  {
                    "amount": 3.81,
                    "description": "A8kWhekm8g",
                    "percent": 12.76,
                    "rateDiscountType": "COUPON"
                  },
                  {
                    "amount": 4.4,
                    "description": "TqGlJZ4e7s",
                    "percent": 9.63,
                    "rateDiscountType": "COUPON"
                  },
                  {
                    "amount": 5.12,
                    "description": "1W0gYVZ1Wi",
                    "percent": 9.67,
                    "rateDiscountType": "EARNED"
                  }
                ],
                "fuelSurchargePercent": 9.14,
                "pricingCode": "STANDARD",
                "ratedWeightMethod": "DIM",
                "rateScale": "39598",
                "rateType": "RATED_ACCOUNT_SHIPMENT",
                "rateZone": "ClnadY",
                "shipmentLegRateDetails": [
                  {
                    "currency": "EUR",
                    "currencyExchangeRate": {
                      "fromCurrency": "EUR",
                      "intoCurrency": "MYR",
                      "rate": 22.43
                    },
                    "dimDivisor": 155,
                    "dimDivisorType": "WEIGHT",
                    "freightDiscounts": [
                      {
                        "amount": 8.04,
                        "description": "B9zF6FHdMH",
                        "percent": 10.05,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 2.63,
                        "description": "bmi3s64Pq5",
                        "percent": 14.16,
                        "rateDiscountType": "COUPON"
                      }
                    ],
                    "fuelSurchargePercent": 13.04,
                    "legDestinationLocationId": "DJie",
                    "minimumChargeType": "MINIMUM_CHARGE",
                    "pricingCode": "KAaM4",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "1727",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "c8VOZx",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 3114.2,
                          "currency": "MMK"
                        },
                        "description": "Fuel Surcharge",
                        "level": "SHIPMENT",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 2516.27,
                          "currency": "ZAR"
                        },
                        "description": "Residential Delivery",
                        "level": "PACKAGE",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 2809.22,
                          "currency": "BDT"
                        },
                        "description": "Fuel Surcharge",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 4925.27,
                          "currency": "ANG"
                        },
                        "description": "Overweight package",
                        "level": "PACKAGE",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 12.7,
                        "description": "VAT",
                        "level": "SHIPMENT",
                        "type": "FEDERAL"
                      }
                    ],
                    "totalBaseCharge": 55.51,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 4.36,
                    "totalFreightDiscounts": 9.35,
                    "totalNetCharge": 175.71,
                    "totalNetChargeWithDutiesAndTaxes": 146.16,
                    "totalNetFedExCharge": 144.88,
                    "totalNetFreight": 131.31,
                    "totalRebates": 3.97,
                    "totalSurcharges": 11.98,
                    "totalTaxes": 6.66
                  },
                  {
                    "currency": "EUR",
                    "currencyExchangeRate": {
                      "fromCurrency": "GBP",
                      "intoCurrency": "IQD",
                      "rate": 8.56
                    },
                    "dimDivisor": 103,
                    "dimDivisorType": "VOLUME",
                    "freightDiscounts": [
                      {
                        "amount": 3.35,
                        "description": "xFEMIyiYCp",
                        "percent": 15.6,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 4.64,
                        "description": "f1DYwtCN1K",
                        "percent": 7.95,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 1.16,
                        "description": "FPsESpbp8x",
                        "percent": 8.69,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 6.56,
                        "description": "XN7ylmvpD5",
                        "percent": 8.45,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 7.44,
                        "description": "GnsS9KSt2L",
                        "percent": 11.89,
                        "rateDiscountType": "BONUS"
                      }
                    ],
                    "fuelSurchargePercent": 13.58,
                    "legDestinationLocationId": "hnOk",
                    "minimumChargeType": "MINIMUM_CHARGE",
                    "pricingCode": "vG1hU",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "0978",
                    "rateType": "PAYOR_ACCOUNT_PACKAGE",
                    "rateZone": "tszRV3",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 135.97,
                          "currency": "VES"
                        },
                        "description": "Fuel Surcharge",
                        "level": "PACKAGE",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 434.45,
                          "currency": "HNL"
                        },
                        "description": "Fuel Surcharge",
                        "level": "SHIPMENT",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 2470.3,
                          "currency": "LKR"
                        },
                        "description": "Residential Delivery",
                        "level": "PACKAGE",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 413.01,
                          "currency": "AZN"
                        },
                        "description": "Residential Delivery",
                        "level": "PACKAGE",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 11.74,
                        "description": "GST",
                        "level": "PACKAGE",
                        "type": "STATE"
                      }
                    ],
                    "totalBaseCharge": 80.67,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 10.01,
                    "totalFreightDiscounts": 6.8,
                    "totalNetCharge": 154.92,
                    "totalNetChargeWithDutiesAndTaxes": 55.17,
                    "totalNetFedExCharge": 102.65,
                    "totalNetFreight": 198.58,
                    "totalRebates": 3.27,
                    "totalSurcharges": 5.69,
                    "totalTaxes": 4.64
                  },
                  {
                    "currency": "GBP",
                    "currencyExchangeRate": {
                      "fromCurrency": "INR",
                      "intoCurrency": "IDR",
                      "rate": 24.94
                    },
                    "dimDivisor": 213,
                    "dimDivisorType": "VOLUME",
                    "freightDiscounts": [
                      {
                        "amount": 3.98,
                        "description": "ELCMrNubUj",
                        "percent": 17.14,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 9.96,
                        "description": "rL6WFfm919",
                        "percent": 5.68,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 6.34,
                        "description": "S32NkPTN0n",
                        "percent": 18.19,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 5.87,
                        "description": "7WuwP1BAYc",
                        "percent": 15.43,
                        "rateDiscountType": "EARNED"
                      }
                    ],
                    "fuelSurchargePercent": 6.29,
                    "legDestinationLocationId": "ziOC",
                    "minimumChargeType": "ACTUAL",
                    "pricingCode": "TEu6B",
                    "ratedWeightMethod": "DIM",
                    "rateScale": "0411",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "uvnt5H",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 2211.14,
                          "currency": "AOA"
                        },
                        "description": "Overweight package",
                        "level": "PACKAGE",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 4.25,
                        "description": "Sales Tax",
                        "level": "PACKAGE",
                        "type": "FEDERAL"
                      }
                    ],
                    "totalBaseCharge": 106.1,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 44.97,
                    "totalFreightDiscounts": 17.27,
                    "totalNetCharge": 92.16,
                    "totalNetChargeWithDutiesAndTaxes": 174.1,
                    "totalNetFedExCharge": 69.12,
                    "totalNetFreight": 93.44,
                    "totalRebates": 4.63,
                    "totalSurcharges": 10.98,
                    "totalTaxes": 8.47
                  },
                  {
                    "currency": "EUR",
                    "currencyExchangeRate": {
                      "fromCurrency": "EUR",
                      "intoCurrency": "LKR",
                      "rate": 20.5
                    },
                    "dimDivisor": 231,
                    "dimDivisorType": "VOLUME",
                    "freightDiscounts": [
                      {
                        "amount": 4.16,
                        "description": "iPoTZcH5hX",
                        "percent": 13.03,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 9.15,
                        "description": "IS73VZw1Nl",
                        "percent": 7.19,
                        "rateDiscountType": "BONUS"
                      }
                    ],
                    "fuelSurchargePercent": 7.21,
                    "legDestinationLocationId": "vvCG",
                    "minimumChargeType": "MINIMUM_CHARGE",
                    "pricingCode": "3yDdA",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "8621",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "A2CKMC",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 4120.2,
                          "currency": "CAD"
                        },
                        "description": "Residential Delivery",
                        "level": "SHIPMENT",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 3187.9,
                          "currency": "SYP"
                        },
                        "description": "Residential Delivery",
                        "level": "PACKAGE",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 2778.31,
                          "currency": "JOD"
                        },
                        "description": "Fuel Surcharge",
                        "level": "SHIPMENT",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 2781.88,
                          "currency": "THB"
                        },
                        "description": "Fuel Surcharge",
                        "level": "PACKAGE",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 2090.95,
                          "currency": "XCD"
                        },
                        "description": "Overweight package",
                        "level": "SHIPMENT",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 2.49,
                        "description": "Sales Tax",
                        "level": "SHIPMENT",
                        "type": "FEDERAL"
                      },
                      {
                        "amount": 1.6,
                        "description": "Sales Tax",
                        "level": "PACKAGE",
                        "type": "FEDERAL"
                      },
                      {
                        "amount": 4.64,
                        "description": "VAT",
                        "level": "PACKAGE",
                        "type": "STATE"
                      },
                      {
                        "amount": 6.68,
                        "description": "VAT",
                        "level": "PACKAGE",
                        "type": "STATE"
                      }
                    ],
                    "totalBaseCharge": 116.42,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 48.31,
                    "totalFreightDiscounts": 47.49,
                    "totalNetCharge": 50.46,
                    "totalNetChargeWithDutiesAndTaxes": 98.44,
                    "totalNetFedExCharge": 213,
                    "totalNetFreight": 132.19,
                    "totalRebates": 1.87,
                    "totalSurcharges": 12.69,
                    "totalTaxes": 3.95
                  }
                ],
                "surcharges": [
                  {
                    "amount": {
                      "amount": 1327.97,
                      "currency": "ZWL"
                    },
                    "description": "Overweight package",
                    "level": "PACKAGE",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": {
                      "amount": 657.32,
                      "currency": "BBD"
                    },
                    "description": "Residential Delivery",
                    "level": "PACKAGE",
                    "surchargeType": "RESIDENTIAL_DELIVERY"
                  },
                  {
                    "amount": {
                      "amount": 3315.18,
                      "currency": "DZD"
                    },
                    "description": "Fuel Surcharge",
                    "level": "PACKAGE",
                    "surchargeType": "FUEL_SURCHARGE"
                  },
                  {
                    "amount": {
                      "amount": 1613.37,
                      "currency": "AZN"
                    },
                    "description": "Residential Delivery",
                    "level": "PACKAGE",
                    "surchargeType": "RESIDENTIAL_DELIVERY"
                  }
                ],
                "taxes": [
                  {
                    "amount": 9.02,
                    "description": "VAT",
                    "level": "SHIPMENT",
                    "type": "FEDERAL"
                  },
                  {
                    "amount": 1.99,
                    "description": "GST",
                    "level": "PACKAGE",
                    "type": "STATE"
                  },
                  {
                    "amount": 16.8,
                    "description": "GST",
                    "level": "SHIPMENT",
                    "type": "FEDERAL"
                  },
                  {
                    "amount": 12.02,
                    "description": "Sales Tax",
                    "level": "SHIPMENT",
                    "type": "FEDERAL"
                  }
                ],
                "totalAncillaryFeesAndTaxes": 19.88,
                "totalBaseCharge": 106.49,
                "totalBillingWeight": {
                  "units": "KG",
                  "value": 68
                },
                "totalDutiesAndTaxes": 10.7,
                "totalDutiesTaxesAndFees": 14.15,
                "totalFreightDiscounts": 1.12,
                "totalNetCharge": 78.18,
                "totalNetChargeWithDutiesAndTaxes": 77.36,
                "totalNetFedExCharge": 209.28,
                "totalNetFreight": 197.27,
                "totalRebates": 2.49,
                "totalSurcharges": 5.76,
                "totalTaxes": 5.43
              }
            ],
            "totalNetFedExTransportationAndPickupCharge": {
              "currency": "NOK",
              "value": "CUSTOMS_VALUE"
            },
            "totalNetTransportationAndPickupCharge": {
              "currency": "MGA",
              "value": "CUSTOMS_VALUE"
            }
          },
          "usDomestic": true
        },
        "masterTrackingNumber": "764836879656",
        "pieceResponses": [
          {
            "packageDocuments": [
              {
                "additionalChargesDiscount": 279.11,
                "baseRateAmount": 121.45,
                "codcollectionAmount": 411.72,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "055097"
                  }
                ],
                "masterTrackingNumber": "978823667702",
                "netChargeAmount": 195.22,
                "netDiscountAmount": 87.58,
                "netRateAmount": 12.76,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 1,
                    "docType": "ZPL",
                    "encodedLabel": "QCNaLOuu9h0KpOV3nAai",
                    "trackingNumber": "605942301861",
                    "url": "https://spiffy-papa.net"
                  }
                ],
                "trackingNumber": "806408440397"
              },
              {
                "additionalChargesDiscount": 5,
                "baseRateAmount": 122.66,
                "codcollectionAmount": 420.55,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "233869"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "028845"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "687457"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "903725"
                  }
                ],
                "masterTrackingNumber": "678057002091",
                "netChargeAmount": 14.68,
                "netDiscountAmount": 140.66,
                "netRateAmount": 40.89,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 1,
                    "docType": "ZPL",
                    "encodedLabel": "0sEX5KKCeNFpjwp3q0kg",
                    "trackingNumber": "535047324798",
                    "url": "https://handy-issue.info/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 2,
                    "docType": "EPL",
                    "encodedLabel": "6b9aUr39fCI1gcu9ZeF6",
                    "trackingNumber": "881902059335",
                    "url": "https://liquid-monocle.org"
                  }
                ],
                "trackingNumber": "128009249124"
              },
              {
                "additionalChargesDiscount": 237.24,
                "baseRateAmount": 185.81,
                "codcollectionAmount": 118.71,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "772517"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "779351"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "897710"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "506628"
                  }
                ],
                "masterTrackingNumber": "617481111811",
                "netChargeAmount": 180.76,
                "netDiscountAmount": 1.96,
                "netRateAmount": 99.88,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 4,
                    "docType": "PDF",
                    "encodedLabel": "VL76Mv0ctAUTWhOlxq6N",
                    "trackingNumber": "329802393770",
                    "url": "https://angelic-knitting.com"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 2,
                    "docType": "ZPL",
                    "encodedLabel": "hE898GrizB7S1ONwZAq9",
                    "trackingNumber": "122199484128",
                    "url": "https://infinite-forage.info/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 5,
                    "docType": "EPL",
                    "encodedLabel": "gqVMyJG8eX7NuU0cnF8Y",
                    "trackingNumber": "957903451318",
                    "url": "https://crushing-embarrassment.biz/"
                  }
                ],
                "trackingNumber": "401078797434"
              },
              {
                "additionalChargesDiscount": 68.56,
                "baseRateAmount": 297.77,
                "codcollectionAmount": 921.95,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "936489"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "888979"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "673320"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "185804"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "494198"
                  }
                ],
                "masterTrackingNumber": "655506872043",
                "netChargeAmount": 172.35,
                "netDiscountAmount": 65.23,
                "netRateAmount": 38.02,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 1,
                    "docType": "PDF",
                    "encodedLabel": "EKaXowPLrsRNVk3P3edV",
                    "trackingNumber": "694715601314",
                    "url": "https://personal-diagram.biz/"
                  }
                ],
                "trackingNumber": "787699251353"
              }
            ]
          },
          {
            "packageDocuments": [
              {
                "additionalChargesDiscount": 27.46,
                "baseRateAmount": 440.01,
                "codcollectionAmount": 280.05,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "927761"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "287328"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "235583"
                  }
                ],
                "masterTrackingNumber": "440495696855",
                "netChargeAmount": 27.05,
                "netDiscountAmount": 14.89,
                "netRateAmount": 9.24,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 4,
                    "docType": "PNG",
                    "encodedLabel": "IPb2AomzY8RTVbAIzGUc",
                    "trackingNumber": "309713488984",
                    "url": "https://quick-witted-department.name/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 3,
                    "docType": "ZPL",
                    "encodedLabel": "g6DvKE73U60j1pvMBLdQ",
                    "trackingNumber": "887809176656",
                    "url": "https://poor-lashes.org/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 5,
                    "docType": "EPL",
                    "encodedLabel": "BzuEL3Gk6Yq4k5V5Fzev",
                    "trackingNumber": "422312591283",
                    "url": "https://worthy-newsstand.net"
                  }
                ],
                "trackingNumber": "397177155435"
              },
              {
                "additionalChargesDiscount": 168.3,
                "baseRateAmount": 361.76,
                "codcollectionAmount": 892.4,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "434503"
                  }
                ],
                "masterTrackingNumber": "451952163965",
                "netChargeAmount": 148.78,
                "netDiscountAmount": 54.58,
                "netRateAmount": 43.24,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 4,
                    "docType": "PDF",
                    "encodedLabel": "k690WjmUKxSPFFIImMZP",
                    "trackingNumber": "422776459384",
                    "url": "https://scented-elevation.net/"
                  }
                ],
                "trackingNumber": "983412779808"
              },
              {
                "additionalChargesDiscount": 282.31,
                "baseRateAmount": 361.24,
                "codcollectionAmount": 836.49,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "769970"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "282400"
                  }
                ],
                "masterTrackingNumber": "321514242713",
                "netChargeAmount": 38.89,
                "netDiscountAmount": 146.49,
                "netRateAmount": 35.06,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 3,
                    "docType": "PDF",
                    "encodedLabel": "VO7dadYlFdOqwzniDHs6",
                    "trackingNumber": "511293856213",
                    "url": "https://firsthand-stool.org/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 3,
                    "docType": "ZPL",
                    "encodedLabel": "YO2lNblyXVMTmUwhLhDA",
                    "trackingNumber": "191711895614",
                    "url": "https://better-ocelot.org/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 4,
                    "docType": "PDF",
                    "encodedLabel": "Fnt0ZnLQulwNh9KPM5xe",
                    "trackingNumber": "899443928414",
                    "url": "https://well-groomed-harp.org/"
                  }
                ],
                "trackingNumber": "603377475595"
              },
              {
                "additionalChargesDiscount": 487.28,
                "baseRateAmount": 330.3,
                "codcollectionAmount": 882.55,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "305968"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "836026"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "253617"
                  }
                ],
                "masterTrackingNumber": "275871864849",
                "netChargeAmount": 53.27,
                "netDiscountAmount": 69.07,
                "netRateAmount": 71.04,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 1,
                    "docType": "PNG",
                    "encodedLabel": "PxUls1QoeUCltehququo",
                    "trackingNumber": "546486800854",
                    "url": "https://grouchy-barracks.info/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 2,
                    "docType": "PDF",
                    "encodedLabel": "vGbaTcf9hUYktPUFZaJ3",
                    "trackingNumber": "759838269107",
                    "url": "https://pitiful-laughter.biz/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 1,
                    "docType": "ZPL",
                    "encodedLabel": "hcPBsfmsCPwXx11XQBUN",
                    "trackingNumber": "130843358617",
                    "url": "https://juicy-airman.net"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 5,
                    "docType": "PNG",
                    "encodedLabel": "fC4YxIwBh06HTvTukapG",
                    "trackingNumber": "699304159744",
                    "url": "https://unlucky-extension.biz"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 5,
                    "docType": "PDF",
                    "encodedLabel": "52t0f14kPfvqShoV6f5N",
                    "trackingNumber": "445299400695",
                    "url": "https://stark-molasses.net/"
                  }
                ],
                "trackingNumber": "246664586834"
              },
              {
                "additionalChargesDiscount": 389.96,
                "baseRateAmount": 177.71,
                "codcollectionAmount": 719.53,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "582005"
                  }
                ],
                "masterTrackingNumber": "143190817847",
                "netChargeAmount": 139.95,
                "netDiscountAmount": 148.5,
                "netRateAmount": 57.18,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 1,
                    "docType": "PDF",
                    "encodedLabel": "HGdmKIEiCxOfq9vtrJxn",
                    "trackingNumber": "308337313698",
                    "url": "https://dark-toothbrush.biz/"
                  }
                ],
                "trackingNumber": "257799960109"
              }
            ]
          }
        ],
        "serviceCategory": "EXPRESS",
        "serviceName": "FedEx 2 Day Freight",
        "serviceType": "FEDEX_GROUND",
        "shipDatestamp": "2025-10-08T00:00:00.0Z",
        "shipmentAdvisoryDetails": {
          "regulatoryAdvisory": {
            "commodityClarifications": [
              {
                "commodityIndex": 11,
                "suggestions": [
                  {
                    "description": "Professional-grade Pants perfect for firm training and recreational use",
                    "harmonizedCode": "405228"
                  },
                  {
                    "description": "New Shoes model with 8 GB RAM, 847 GB storage, and wasteful features",
                    "harmonizedCode": "791904"
                  },
                  {
                    "description": "Professional-grade Salad perfect for spiffy training and recreational use",
                    "harmonizedCode": "750915"
                  },
                  {
                    "description": "Professional-grade Ball perfect for mixed training and recreational use",
                    "harmonizedCode": "292459"
                  }
                ]
              },
              {
                "commodityIndex": 6,
                "suggestions": [
                  {
                    "description": "Innovative Pants featuring unlined technology and Silk construction",
                    "harmonizedCode": "850782"
                  },
                  {
                    "description": "The Otis Computer is the latest in a series of buttery products from Dooley, Littel and Grant",
                    "harmonizedCode": "559882"
                  },
                  {
                    "description": "Discover the monkey-like agility of our Pizza, perfect for crooked users",
                    "harmonizedCode": "311139"
                  },
                  {
                    "description": "Professional-grade Pants perfect for quarterly training and recreational use",
                    "harmonizedCode": "869153"
                  },
                  {
                    "description": "The sleek and stingy Shoes comes with turquoise LED lighting for smart functionality",
                    "harmonizedCode": "117468"
                  }
                ]
              },
              {
                "commodityIndex": 20,
                "suggestions": [
                  {
                    "description": "Our creamy-inspired Bike brings a taste of luxury to your honored lifestyle",
                    "harmonizedCode": "613225"
                  },
                  {
                    "description": "The Mercedes Ball is the latest in a series of tame products from Gleason, Leffler and Windler",
                    "harmonizedCode": "773566"
                  },
                  {
                    "description": "New Fish model with 21 GB RAM, 87 GB storage, and brown features",
                    "harmonizedCode": "195382"
                  }
                ]
              },
              {
                "commodityIndex": 1,
                "suggestions": [
                  {
                    "description": "Featuring Gallium-enhanced technology, our Cheese offers unparalleled ashamed performance",
                    "harmonizedCode": "956916"
                  },
                  {
                    "description": "New mint green Computer with ergonomic design for aware comfort",
                    "harmonizedCode": "253159"
                  },
                  {
                    "description": "Innovative Chicken featuring flickering technology and Marble construction",
                    "harmonizedCode": "273631"
                  },
                  {
                    "description": "Professional-grade Fish perfect for webbed training and recreational use",
                    "harmonizedCode": "584801"
                  },
                  {
                    "description": "The Greta Bike is the latest in a series of remorseful products from Rippin, Kovacek and Johnston",
                    "harmonizedCode": "352915"
                  }
                ]
              },
              {
                "commodityIndex": 8,
                "suggestions": [
                  {
                    "description": "Our cat-friendly Shirt ensures married comfort for your pets",
                    "harmonizedCode": "785491"
                  },
                  {
                    "description": "Our shark-friendly Keyboard ensures that comfort for your pets",
                    "harmonizedCode": "645629"
                  },
                  {
                    "description": "Frozen Chicken designed with Bronze for dense performance",
                    "harmonizedCode": "093904"
                  },
                  {
                    "description": "Introducing the Dominica-inspired Chicken, blending inborn style with local craftsmanship",
                    "harmonizedCode": "669614"
                  }
                ]
              }
            ],
            "prohibitions": [
              {
                "advisory": {
                  "code": "xGnxZ",
                  "localizedText": "AC17gruiF1OkY8nni3jj",
                  "parameters": [
                    {
                      "id": "vNtdF",
                      "value": "WW9oGjg49z"
                    }
                  ],
                  "text": "t3uFXXk6H47Mszx"
                },
                "categories": [
                  "categories"
                ],
                "commodityIndex": 4,
                "derivedHarmonizedCode": "297694",
                "source": "xrpcdWJyCp",
                "status": "PENDING",
                "type": "KJ8bXJVYJ5",
                "waiver": {
                  "advisories": [
                    {
                      "code": "XNcjd",
                      "localizedText": "lyfUPpgR8Sx8mhcIvrsW",
                      "parameters": [
                        {
                          "id": "wYbqn",
                          "value": "NaJudSBB2z"
                        },
                        {
                          "id": "riBaw",
                          "value": "hcN8r0VIkR"
                        }
                      ],
                      "text": "k87sNufPcUmCceD"
                    },
                    {
                      "code": "rle1b",
                      "localizedText": "refjUNVrmARQTXZjDJbt",
                      "parameters": [
                        {
                          "id": "k79y9",
                          "value": "xy5pATAsyd"
                        },
                        {
                          "id": "wvfkf",
                          "value": "yrejaP0YbY"
                        },
                        {
                          "id": "g4io3",
                          "value": "NBYAegrVQj"
                        },
                        {
                          "id": "uCFLN",
                          "value": "CzJqkyw4K5"
                        }
                      ],
                      "text": "KnS3zxlwKzBc8Gn"
                    },
                    {
                      "code": "4yWcc",
                      "localizedText": "TDbcfBmHQTCfUiA50nu4",
                      "parameters": [
                        {
                          "id": "oeIHn",
                          "value": "PDyL5CRHfA"
                        },
                        {
                          "id": "cgp7Z",
                          "value": "w8t7cah5S6"
                        },
                        {
                          "id": "paIZG",
                          "value": "n54h4p4KFP"
                        },
                        {
                          "id": "zslOp",
                          "value": "u7HdcJiLKx"
                        }
                      ],
                      "text": "7AWsM8048RTTqBn"
                    },
                    {
                      "code": "cNXer",
                      "localizedText": "thGz7QhK5QOUMtPQyLyo",
                      "parameters": [
                        {
                          "id": "z9fc2",
                          "value": "vV4S2fl2wN"
                        }
                      ],
                      "text": "vZi8B9gyXI1ARUp"
                    },
                    {
                      "code": "b4RTt",
                      "localizedText": "bYUAOhpEsnZuyD1r9IOS",
                      "parameters": [
                        {
                          "id": "YYAOU",
                          "value": "IcwGnDIdHn"
                        },
                        {
                          "id": "9cd42",
                          "value": "wCi8xiEGSz"
                        },
                        {
                          "id": "oec47",
                          "value": "CxqCNBS6gs"
                        },
                        {
                          "id": "Esn6u",
                          "value": "A9JL0TMXzm"
                        },
                        {
                          "id": "bpOB5",
                          "value": "A9BUSehfoo"
                        }
                      ],
                      "text": "XejJriOAgCLwVnV"
                    }
                  ],
                  "description": "EnkCZBZPBy",
                  "id": "x6pGS"
                }
              },
              {
                "advisory": {
                  "code": "fu01i",
                  "localizedText": "20W2gIYY491U4deHqbTA",
                  "parameters": [
                    {
                      "id": "910Ge",
                      "value": "jJaB9eVWqW"
                    },
                    {
                      "id": "iVbd4",
                      "value": "h9qpFTGXEa"
                    }
                  ],
                  "text": "Ge6TC8ZJmyEmW0h"
                },
                "categories": [
                  "categories"
                ],
                "commodityIndex": 2,
                "derivedHarmonizedCode": "847075",
                "source": "ofkYfgs60q",
                "status": "PENDING",
                "type": "JFOnlGakv1",
                "waiver": {
                  "advisories": [
                    {
                      "code": "xnw97",
                      "localizedText": "H9IBCVaTVoGiBuvoemPM",
                      "parameters": [
                        {
                          "id": "X62vh",
                          "value": "oQ2Wf0z8Ra"
                        },
                        {
                          "id": "nZ7Aw",
                          "value": "89PBZQ45TV"
                        },
                        {
                          "id": "luoSx",
                          "value": "fHSQQPZZhh"
                        },
                        {
                          "id": "Un2DF",
                          "value": "xvkm6pRnOH"
                        }
                      ],
                      "text": "3g016yklPuVfL5N"
                    },
                    {
                      "code": "1BbJM",
                      "localizedText": "UfjoTWdwxOxv61eYIEOa",
                      "parameters": [
                        {
                          "id": "9Bo7J",
                          "value": "dLUn3Qfath"
                        },
                        {
                          "id": "Mzojh",
                          "value": "l0Guy5tA4v"
                        },
                        {
                          "id": "RSZk6",
                          "value": "hY7er1UJ1D"
                        },
                        {
                          "id": "TKlaV",
                          "value": "444wMDlE7Z"
                        }
                      ],
                      "text": "l7sozoujtzMBKsT"
                    }
                  ],
                  "description": "Ao4T6ZgUSA",
                  "id": "CxbQ7"
                }
              },
              {
                "advisory": {
                  "code": "iUaKI",
                  "localizedText": "gXbUz3XqnmYzPcdYbiMo",
                  "parameters": [
                    {
                      "id": "QdY2t",
                      "value": "X9kxx8IbG3"
                    }
                  ],
                  "text": "edCR1euSdmX44yv"
                },
                "categories": [
                  "categories"
                ],
                "commodityIndex": 9,
                "derivedHarmonizedCode": "640374",
                "source": "qb26kX3ckl",
                "status": "ACTIVE",
                "type": "MMiTjSGEU7",
                "waiver": {
                  "advisories": [
                    {
                      "code": "FwJue",
                      "localizedText": "XsS0SfDaIsZznVdgh5xb",
                      "parameters": [
                        {
                          "id": "4O85n",
                          "value": "enpHzhdhHd"
                        },
                        {
                          "id": "mpGA6",
                          "value": "9TSMqsBiID"
                        },
                        {
                          "id": "nsJus",
                          "value": "0XKamy9VdZ"
                        },
                        {
                          "id": "PyEv1",
                          "value": "YbYD1u1HZ4"
                        },
                        {
                          "id": "e0q2u",
                          "value": "w5GviJSFd4"
                        }
                      ],
                      "text": "l1LNU8CCtetNMRg"
                    },
                    {
                      "code": "8rNG1",
                      "localizedText": "CDwtd0Z1P9o0iiObtEGE",
                      "parameters": [
                        {
                          "id": "96uCY",
                          "value": "q262WliHxZ"
                        },
                        {
                          "id": "as83C",
                          "value": "DeEQwNiFBa"
                        }
                      ],
                      "text": "ly0iEN4jIk6XeIr"
                    },
                    {
                      "code": "t5js1",
                      "localizedText": "RCTJoBF9ikAl0zitlIgD",
                      "parameters": [
                        {
                          "id": "o1x3I",
                          "value": "z7nBnMk5d2"
                        },
                        {
                          "id": "pUeEL",
                          "value": "KWq0q8zcy7"
                        }
                      ],
                      "text": "IEhBmzrKdiLQYJM"
                    },
                    {
                      "code": "DjUop",
                      "localizedText": "6YyCWtlr6VOrl7goGmEP",
                      "parameters": [
                        {
                          "id": "j6b7C",
                          "value": "NTvt5sUYzL"
                        },
                        {
                          "id": "zrJ39",
                          "value": "QISksKyYq2"
                        },
                        {
                          "id": "A9HUB",
                          "value": "7yjRtHeT0w"
                        },
                        {
                          "id": "DETkq",
                          "value": "reYOXgwvWg"
                        }
                      ],
                      "text": "ETONIfKn62ViP4Z"
                    },
                    {
                      "code": "Pm13W",
                      "localizedText": "cLKyNfOemkPNsJXPQ5jy",
                      "parameters": [
                        {
                          "id": "4pZ4c",
                          "value": "HacjaH1JdB"
                        },
                        {
                          "id": "khegD",
                          "value": "0RZGYaUsTb"
                        },
                        {
                          "id": "diIrx",
                          "value": "T1oLzInIwQ"
                        },
                        {
                          "id": "Pczh4",
                          "value": "bWGKXgXJ0t"
                        }
                      ],
                      "text": "sS062PbhCNQMipW"
                    }
                  ],
                  "description": "WAqj6gYWqU",
                  "id": "1ytEv"
                }
              },
              {
                "advisory": {
                  "code": "wJbza",
                  "localizedText": "WNHfd4IK34yYQIW6HHu2",
                  "parameters": [
                    {
                      "id": "mATZz",
                      "value": "XdjBxTHOLq"
                    }
                  ],
                  "text": "3cHJm3TulJezcLu"
                },
                "categories": [
                  "categories"
                ],
                "commodityIndex": 10,
                "derivedHarmonizedCode": "093260",
                "source": "svb6cfOipY",
                "status": "PENDING",
                "type": "w4W29VzDdH",
                "waiver": {
                  "advisories": [
                    {
                      "code": "NvH47",
                      "localizedText": "hl8xKueJGtKZoH5i6moU",
                      "parameters": [
                        {
                          "id": "aYkmS",
                          "value": "W9TdikzCry"
                        }
                      ],
                      "text": "HOa2dzyhCAg4sUF"
                    },
                    {
                      "code": "x4kqW",
                      "localizedText": "Ln6kNqwX1fgNgSy9FTOv",
                      "parameters": [
                        {
                          "id": "zsKjr",
                          "value": "SX4ATHzSdZ"
                        },
                        {
                          "id": "5iLVa",
                          "value": "Q9MWy2Bdbc"
                        },
                        {
                          "id": "2H7D6",
                          "value": "eT4lwj5sPA"
                        },
                        {
                          "id": "0Fd4w",
                          "value": "rrzxVuqYJd"
                        },
                        {
                          "id": "2y2iD",
                          "value": "esrmaK3g6T"
                        }
                      ],
                      "text": "L01yMGoM9OCFWkh"
                    },
                    {
                      "code": "Zwjpa",
                      "localizedText": "zB81GqyB7g5Cbc2TeGqD",
                      "parameters": [
                        {
                          "id": "ZzCkV",
                          "value": "PzPZ5NGi4q"
                        },
                        {
                          "id": "hZGwo",
                          "value": "8inGX4WZNc"
                        }
                      ],
                      "text": "DtVBL5vLS0kQusJ"
                    },
                    {
                      "code": "SkA2a",
                      "localizedText": "ckmTxA6qoXek8XA8jAGX",
                      "parameters": [
                        {
                          "id": "Btlhf",
                          "value": "At9tYrr1Jy"
                        },
                        {
                          "id": "B3vxy",
                          "value": "7rdPQDb0zd"
                        },
                        {
                          "id": "OYZ69",
                          "value": "cKztuYbgcY"
                        },
                        {
                          "id": "KVEc0",
                          "value": "MSVWKSzlim"
                        },
                        {
                          "id": "wgWFf",
                          "value": "LQpQo3kEJs"
                        }
                      ],
                      "text": "ZcvGm3zwtf8Ve00"
                    }
                  ],
                  "description": "jILBnaraFY",
                  "id": "RjZik"
                }
              }
            ]
          }
        },
        "shipmentDocuments": [
          {
            "contentType": "COMMERCIAL_INVOICE",
            "copiesToPrint": 2,
            "docType": "PDF",
            "encodedLabel": "grqNtMOy8u3Cjhhpbsf2",
            "trackingNumber": "128271284251",
            "url": "https://shady-gift.info/"
          }
        ]
      }
    ]
  },
  "transactionId": "4b41bd6c-9446-4c1f-a732-135ea11c4ff7"
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "customerTransactionId": "AnyCo_order123456789",
  "errors": [
    {
      "code": "SHIPMENT.JOBID.INVALID",
      "message": "Error with entered JobId. Please verify the entered JobId."
    }
  ]
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "errors": [
    {
      "code": "NOT.AUTHORIZED.ERROR",
      "message": "No access token provided. Please modify your request and try again."
    }
  ]
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "errors": [
    {
      "code": "FORBIDDEN.ERROR",
      "message": "We could not authorize your credentials. Please check your permissions and try again."
    }
  ]
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "errors": [
    {
      "code": "NOT.FOUND.ERROR",
      "message": "The resource you requested is no longer available. Please modify your request and try again."
    }
  ]
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "customerTransactionId": "AnyCo_order123456789",
  "errors": [
    {
      "code": "INTERNAL.SERVER.ERROR",
      "message": "We encountered an unexpected error and are working to resolve the issue. We apologize for any inconvenience. Please check back at a later time."
    }
  ]
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "customerTransactionId": "AnyCo_order123456789",
  "errors": [
    {
      "code": "SERVICE.UNAVAILABLE.ERROR",
      "message": "The service is currently unavailable and we are working to resolve the issue. We apologize for any inconvenience. Please check back at a later time."
    }
  ]
}
Header NameExample
X-locale"en_US"
X-customer-transaction-id"AnyCo_order123456789"
authorization*"Bearer XXXXX"
content-type*"application/json"
{
  "accountNumber": {
    "value": "123456789"
  },
  "consolidationDocumentSpecification": {
    "commoditiesByTrackingNumberDetail": {
      "format": {
        "docType": "PDF",
        "stockType": "PAPER_LETTER"
      }
    },
    "condensedCrnReportDetail": {
      "format": {
        "docType": "PDF",
        "stockType": "PAPER_LETTER"
      }
    },
    "consolidatedCommercialInvoiceDetail": {
      "format": {
        "docType": "PDF",
        "stockType": "PAPER_LETTER"
      }
    },
    "consolidatedCustomsLinehaulReportDetail": {
      "format": {
        "docType": "PDF",
        "stockType": "PAPER_LETTER"
      }
    },
    "consolidatedPartyReportDetail": {
      "format": {
        "docType": "PDF",
        "stockType": "PAPER_LETTER"
      }
    },
    "consolidatedSoldToSummaryReportDetail": {
      "format": {
        "docType": "PDF",
        "stockType": "PAPER_LETTER"
      }
    },
    "consolidationDocumentTypes": {
      "0": "CONSOLIDATED_COMMERCIAL_INVOICE",
      "1": "CUSTOMS_PACKING_LIST",
      "2": "CRN_REPORT",
      "3": "COMMODITIES_BY_TRACKING_NUMBER_REPORT",
      "4": "CONDENSED_CRN_REPORT",
      "5": "CONSOLIDATED_CUSTOMS_LINEHAUL_REPORT",
      "6": "CONSOLIDATED_PARTY_REPORT",
      "7": "CONSOLIDATED_SOLD_TO_SUMMARY_REPORT",
      "8": "CUSTOM_CONSOLIDATION_DOCUMENT",
      "9": "CERTIFICATE_OF_ORIGIN",
      "10": "COMMERCIAL_INVOICE",
      "11": "CUSTOM_PACKAGE_DOCUMENT",
      "12": "CUSTOM_SHIPMENT_DOCUMENT",
      "13": "CUSTOMER_SPECIFIED_LABELS",
      "14": "DANGEROUS_GOODS_SHIPPERS_DECLARATION",
      "15": "EXPORT_DECLARATION",
      "16": "FEDEX_FREIGHT_STRAIGHT_BILL_OF_LADING",
      "17": "GENERAL_AGENCY_AGREEMENT",
      "18": "LABEL",
      "19": "USMCA_COMMERCIAL_INVOICE_CERTIFICATION_OF_ORIGIN",
      "20": "USMCA_CERTIFICATION_OF_ORIGIN",
      "21": "OP_900",
      "22": "PENDING_SHIPMENT_EMAIL_NOTIFICATION",
      "23": "PRO_FORMA_INVOICE",
      "24": "RETURN_INSTRUCTIONS",
      "25": "VICS_BILL_OF_LADING"
    },
    "crnReportDetail": {
      "format": {
        "docType": "PDF",
        "stockType": "PAPER_LETTER"
      }
    },
    "customDocumentDetails": [
      {
        "docType": "PDF",
        "stockType": "PAPER_LETTER"
      }
    ],
    "customsPackingListDetail": {
      "format": {
        "docType": "PDF",
        "stockType": "PAPER_LETTER"
      }
    }
  },
  "consolidationKey": {
    "date": "2025-11-08T00:00:00.0Z",
    "index": "5442",
    "type": "INTERNATIONAL_PRIORITY_DISTRIBUTION"
  },
  "edtRequestType": "NONE",
  "labelSpecification": {
    "customerSpecifiedDetail": {
      "docTabContent": {
        "barcoded": {
          "specification": {
            "dataField": "TRANSACTION/CustomerTransactionId",
            "header": "WT",
            "justification": "RIGHT",
            "literalValue": "TRFPMi",
            "zoneNumber": 3
          },
          "symbology": "UCC128"
        },
        "docTabContentType": "BARCODED",
        "zone001": {
          "docTabZoneSpecifications": [
            {
              "dataField": "TRANSACTION/CustomerTransactionId",
              "header": "WT",
              "justification": "RIGHT",
              "literalValue": "ukL4nj",
              "zoneNumber": 8
            },
            {
              "dataField": "REQUEST/PACKAGE/weight/Value",
              "header": "WHT",
              "justification": "RIGHT",
              "literalValue": "3dfx8a",
              "zoneNumber": 9
            },
            {
              "dataField": "TRANSACTION/CustomerTransactionId",
              "header": "WHT",
              "justification": "RIGHT",
              "literalValue": "8Wb9Qw",
              "zoneNumber": 10
            },
            {
              "dataField": "REQUEST/PACKAGE/weight/Value",
              "header": "WT",
              "justification": "RIGHT",
              "literalValue": "Rr7hyU",
              "zoneNumber": 4
            },
            {
              "dataField": "TRANSACTION/CustomerTransactionId",
              "header": "WT",
              "justification": "RIGHT",
              "literalValue": "4QLzkt",
              "zoneNumber": 8
            }
          ]
        }
      },
      "maskedData": [
        "[\"PACKAGE_SEQUENCE_AND_COUNT\",\"TOTAL_WEIGHT\"]",
        "[\"PACKAGE_SEQUENCE_AND_COUNT\",\"TOTAL_WEIGHT\"]",
        "[\"PACKAGE_SEQUENCE_AND_COUNT\",\"TOTAL_WEIGHT\"]"
      ],
      "regulatoryLabels": [
        {
          "generationOptions": "CONTENT_ON_SHIPPING_LABEL_ONLY",
          "type": "ALCOHOL_SHIPMENT_LABEL"
        },
        {
          "generationOptions": "CONTENT_ON_SHIPPING_LABEL_ONLY",
          "type": "ALCOHOL_SHIPMENT_LABEL"
        }
      ]
    },
    "dispositions": [
      {
        "dispositionType": "CONFIRMED",
        "eMailDetail": {
          "eMailRecipients": [
            {
              "emailAddress": "Walter.Boehm4@gmail.com",
              "recipientType": "THRID_PARTY"
            }
          ],
          "grouping": "NONE",
          "locale": {
            "country": "HN",
            "language": "de"
          }
        },
        "grouping": "CONSOLIDATED_BY_DOCUMENT_TYPE",
        "printDetail": {
          "printerId": "QNwIz6W6"
        },
        "storageDetail": {
          "fileNaming": "FAST",
          "filePath": "/opt/sbin",
          "fileSuffix": ".pdf",
          "type": "ASYNC_SERVICE"
        }
      }
    ],
    "imageType": "PDF",
    "labelFormatType": "COMMON2D",
    "labelOrder": "SHIPPING_LABEL_FIRST",
    "labelPrintingOrientation": "TOP_EDGE_OF_TEXT_FIRST",
    "labelRotation": "UPSIDE_DOWN",
    "labelStockType": "PAPER_7X475",
    "printedLabelOrigin": {
      "address": {
        "city": "South Tamara",
        "countryCode": "CC",
        "postalCode": "60952-7778",
        "residential": true,
        "stateOrProvinceCode": "NY",
        "streetLines": {
          "0": "Bldg. 10",
          "1": "10 FedEx Parkway"
        }
      },
      "addressAncillaryDetail": {
        "addressVerificationOverrideReason": "CUSTOMER_PROVIDED_PROOF",
        "addtionalDescriptions": "north door",
        "apartment": "Apartment 1503",
        "building": "Building 300",
        "crossStreet": "Union and Main",
        "department": "Claims department",
        "locationInCity": "Forester subdivision",
        "locationInProperty": "south west of main office entrance",
        "room": "Room B-23",
        "roomFloor": "5th floor",
        "suite": "suite 201"
      },
      "contact": {
        "companyName": "FedEx",
        "emailAddress": "sample@company.com",
        "faxNumber": "1234567890",
        "fedralTaxId": "11-N-1745",
        "personName": "John Taylor",
        "phoneExtension": 1234,
        "phoneNumber": "1234567890",
        "stateTaxId": "11-N-1745"
      },
      "contactAncillaryDetail": {
        "emailAddresses": [
          {
            "address": "address",
            "emailNotificationFormatType": "SMS_TEXT_MESSAGE",
            "permissions": {
              "key": "GRANT"
            }
          },
          {
            "address": "address",
            "emailNotificationFormatType": "SMS_TEXT_MESSAGE",
            "permissions": {
              "key": "GRANT"
            }
          },
          {
            "address": "address",
            "emailNotificationFormatType": "SMS_TEXT_MESSAGE",
            "permissions": {
              "key": "GRANT"
            }
          },
          {
            "address": "address",
            "emailNotificationFormatType": "SMS_TEXT_MESSAGE",
            "permissions": {
              "key": "GRANT"
            }
          }
        ]
      }
    },
    "processingOptionsRequested": {
      "options": "INCLUDE_DOC_TAB_ON_ALL_LABELS"
    },
    "resolution": 203
  },
  "processingOptionType": "ALLOW_ASYNCHRONOUS",
  "rateRequestType": "CUSTOM",
  "version": {
    "major": 3,
    "minor": 10,
    "patch": 2
  }
}
{
  "output": {
    "alerts": [
      {
        "alertType": "NOTE",
        "code": "gLx3QoE7TX",
        "message": "PoJ1LclVmULq7PQFSvQ0"
      },
      {
        "alertType": "NOTE",
        "code": "Eh7JO0weZX",
        "message": "eyO9R4YLqVkswPgo9xjE"
      }
    ],
    "completedConsolidationDetail": {
      "consolidationShipments": {
        "completedShipmentDetail": {
          "accessDetail": {
            "accessorDetails": [
              {
                "emailLabelUrl": "https://linear-importance.com/",
                "password": "mPvUOQsi",
                "role": "Chief Communications Producer",
                "userId": "893a7ff1-08b1-4d96-8d4b-8fd5f80d4f1b"
              },
              {
                "emailLabelUrl": "https://blue-cassava.com/",
                "password": "O37pam0n",
                "role": "Investor Applications Director",
                "userId": "6862fe46-9b3c-4311-9454-73e33d38fb0b"
              },
              {
                "emailLabelUrl": "https://last-sightseeing.name",
                "password": "XKb8reYu",
                "role": "Corporate Branding Administrator",
                "userId": "697dec00-3144-4c73-ab2f-f0f258d2cc08"
              },
              {
                "emailLabelUrl": "https://uniform-birdbath.info/",
                "password": "iH9MUJmh",
                "role": "International Solutions Liaison",
                "userId": "684e3cf9-13a0-43b2-bb99-774890749029"
              },
              {
                "emailLabelUrl": "https://naughty-self-confidence.com/",
                "password": "PgLF2DgX",
                "role": "Future Solutions Liaison",
                "userId": "32418460-948e-487e-a2ae-1db91ab00fe4"
              }
            ]
          },
          "carrierCode": "FDXG",
          "completedCodDetail": {
            "codCollectionAmount": {
              "amount": 1436.97,
              "currency": "BRL"
            }
          },
          "completedEtdDetail": {
            "folderId": "kkRaXZUWWDpf27K7",
            "type": "PRO_FORMA_INVOICE",
            "uploadDocumentReferenceDetails": [
              {
                "documentId": "lESAInJxpSftyOPh"
              },
              {
                "documentId": "FVukKRebVsM03xUZ"
              }
            ]
          },
          "completedHoldAtLocationDetail": {
            "holdingLocation": {
              "address": {
                "city": "Beverly Hills",
                "countryCode": "US",
                "postalCode": "38127",
                "residential": false,
                "stateOrProvinceCode": "CA",
                "streetLines": [
                  "10 FedEx Parkway",
                  "Suite 302"
                ]
              },
              "contact": {
                "companyName": "Fedex",
                "emailAddress": "sample@company.com",
                "faxNumber": "1234567890",
                "pagerNumber": "6127812",
                "personName": "John Taylor",
                "phoneExtension": "91",
                "phoneNumber": "1234567890",
                "title": "title",
                "tollFreePhoneNumber": "6127812"
              }
            },
            "holdingLocationType": "FEDEX_SELF_SERVICE"
          },
          "completedPackageDetails": [
            {
              "dryIceWeight": {
                "units": "KG",
                "value": 68
              },
              "groupNumber": 4,
              "hazardousPackageDetail": {
                "accessibility": "INACCESSIBLE",
                "cargoAircraftOnly": true,
                "containers": [
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "6bCz3v8VBE",
                          "hazardClass": "3",
                          "id": "UN2625",
                          "labelText": "Flammable",
                          "packingGroup": "I",
                          "packingInstructions": "None",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Accumulators, pressurized",
                          "sequenceNumber": 4,
                          "specialProvisions": "A75",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "D",
                          "technicalName": "Acetal",
                          "tunnelRestrictionCode": "A"
                        },
                        "massPoints": 15.96,
                        "netExplosiveDetail": {
                          "amount": 9.63,
                          "type": "TOTAL_WEIGHT",
                          "units": "g"
                        },
                        "options": {
                          "description": {
                            "authorization": "mfFJySi1YR",
                            "hazardClass": "2.3",
                            "id": "UN2418",
                            "labelText": "Toxic",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "NonBulk"
                            },
                            "packingGroup": "I",
                            "percentage": 36.94,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Acetal",
                            "reportableQuantity": true,
                            "sequenceNumber": 1,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "qpQYtCvOKj"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 8.01,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 6.7,
                                "quantityType": "NET",
                                "units": "ml"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 21.66,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 9.27,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 5.24,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "MQi72GFNfOdGbPB",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 4.55,
                            "quantityType": "GROSS",
                            "units": "L"
                          }
                        },
                        "quantity": {
                          "amount": 18.06,
                          "quantityType": "GROSS",
                          "units": "Kg"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "ANd46nB2nK",
                          "hazardClass": "3",
                          "id": "UN3193",
                          "labelText": "Flammable",
                          "packingGroup": "III",
                          "packingInstructions": "None",
                          "properShippingName": "Paint",
                          "properShippingNameAndDescription": "Accumulators, pressurized",
                          "sequenceNumber": 4,
                          "specialProvisions": "A15",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Acetal",
                          "tunnelRestrictionCode": "D"
                        },
                        "massPoints": 57.22,
                        "netExplosiveDetail": {
                          "amount": 1.91,
                          "type": "TOTAL_WEIGHT",
                          "units": "g"
                        },
                        "options": {
                          "description": {
                            "authorization": "nJseUSBKJN",
                            "hazardClass": "2.3",
                            "id": "UN6880",
                            "labelText": "Flammable Liquid",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 77.68,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Fuel",
                            "reportableQuantity": true,
                            "sequenceNumber": 3,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "efYuwpGTPV"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 46.9,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            },
                            {
                              "quantity": {
                                "amount": 29.81,
                                "quantityType": "NET",
                                "units": "Kg"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "z6xIjKiv78xfc5F",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 2.27,
                            "quantityType": "GROSS",
                            "units": "L"
                          }
                        },
                        "quantity": {
                          "amount": 41.28,
                          "quantityType": "GROSS",
                          "units": "L"
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "SPNh1V6Ge9",
                          "hazardClass": "8",
                          "id": "UN0551",
                          "labelText": "Toxic",
                          "packingGroup": "III",
                          "packingInstructions": "PI-965",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Paint, flammable",
                          "sequenceNumber": 1,
                          "specialProvisions": "A88",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "D"
                        },
                        "massPoints": 53.59,
                        "netExplosiveDetail": {
                          "amount": 4.9,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "Kg"
                        },
                        "options": {
                          "description": {
                            "authorization": "8GJoBZNsXn",
                            "hazardClass": "2.3",
                            "id": "UN7514",
                            "labelText": "Toxic",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "Bulk"
                            },
                            "packingGroup": "I",
                            "percentage": 19.56,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Paint",
                            "reportableQuantity": true,
                            "sequenceNumber": 3,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "akuIdnejox"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 35.31,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "iP9TM0MblDZmMBq",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 40.77,
                            "quantityType": "GROSS",
                            "units": "Kg"
                          }
                        },
                        "quantity": {
                          "amount": 43.39,
                          "quantityType": "GROSS",
                          "units": "Kg"
                        }
                      }
                    ],
                    "qvalue": 0.37
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "FKQ7yxcVc4",
                          "hazardClass": "3",
                          "id": "UN1391",
                          "labelText": "Toxic",
                          "packingGroup": "III",
                          "packingInstructions": "PI-966",
                          "properShippingName": "Battery",
                          "properShippingNameAndDescription": "Paint, flammable",
                          "sequenceNumber": 4,
                          "specialProvisions": "A57",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "A",
                          "technicalName": "Benzene",
                          "tunnelRestrictionCode": "C"
                        },
                        "massPoints": 67.51,
                        "netExplosiveDetail": {
                          "amount": 6.47,
                          "type": "TOTAL_WEIGHT",
                          "units": "g"
                        },
                        "options": {
                          "description": {
                            "authorization": "B7MXQJFoIt",
                            "hazardClass": "3",
                            "id": "UN0772",
                            "labelText": "Toxic",
                            "packingDetails": {
                              "cargoAircraftOnly": true,
                              "packingInstructions": "NonBulk"
                            },
                            "packingGroup": "I",
                            "percentage": 36.98,
                            "processingOptions": [
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS",
                              "INCLUDE_SPECIAL_PROVISIONS"
                            ],
                            "properShippingName": "Paint",
                            "reportableQuantity": true,
                            "sequenceNumber": 5,
                            "subsidiaryClasses": [
                              "Subsidiary Classes"
                            ],
                            "technicalName": "gIRRUINDnW"
                          },
                          "innerReceptacles": [
                            {
                              "quantity": {
                                "amount": 14.39,
                                "quantityType": "NET",
                                "units": "L"
                              }
                            }
                          ],
                          "options": {
                            "customerSuppliedLabelText": "DLk1LhNAU8U680N",
                            "labelTextOption": "OVERRIDE"
                          },
                          "quantity": {
                            "amount": 30.18,
                            "quantityType": "GROSS",
                            "units": "Kg"
                          }
                        },
                        "quantity": {
                          "amount": 42.72,
                          "quantityType": "GROSS",
                          "units": "L"
                        }
                      }
                    ],
                    "qvalue": 0.14
                  }
                ],
                "labelType": "WHITE_I",
                "radioactiveTransportIndex": 2.93,
                "referenceId": "298895",
                "regulation": "DOT"
              },
              "operationalDetail": {
                "astraHandlingText": "Fragile",
                "barcodes": {
                  "binaryBarcodes": [
                    {
                      "type": "COMMON-2D",
                      "value": [
                        "value",
                        "value"
                      ]
                    },
                    {
                      "type": "POSTAL-1D",
                      "value": [
                        "value",
                        "value"
                      ]
                    }
                  ],
                  "stringBarcodes": [
                    {
                      "type": "ADDRESS",
                      "value": "9421113629237069306622036337680436"
                    },
                    {
                      "type": "GROUND",
                      "value": "0187166302481880741164858711330671"
                    }
                  ]
                },
                "operationalInstructions": [
                  {
                    "content": "FRAGILE",
                    "number": 1
                  },
                  {
                    "content": "THIS SIDE UP",
                    "number": 4
                  },
                  {
                    "content": "DO NOT STACK",
                    "number": 16
                  },
                  {
                    "content": "SECURED",
                    "number": 19
                  }
                ]
              },
              "oversizeClass": "OVERSIZE_3",
              "packageRating": {
                "actualRateType": "PAYOR_RETAIL_PACKAGE",
                "effectiveNetDiscount": 14.95,
                "packageRateDetails": [
                  {
                    "baseCharge": 84.59,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "GBP",
                    "minimumChargeType": "MINIMUM_CHARGE",
                    "netCharge": 195.92,
                    "netFedExCharge": 166.54,
                    "netFreight": 140.47,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 3531.39,
                          "currency": "MMK"
                        },
                        "description": "Overweight package",
                        "level": "SHIPMENT",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 183.14,
                          "currency": "SGD"
                        },
                        "description": "Fuel Surcharge",
                        "level": "PACKAGE",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 411.05,
                          "currency": "GNF"
                        },
                        "description": "Fuel Surcharge",
                        "level": "PACKAGE",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 3.68,
                    "totalRebates": 4.71,
                    "totalSurcharges": 9.58,
                    "totalTaxes": 1.86
                  },
                  {
                    "baseCharge": 135.26,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "ACTUAL",
                    "netCharge": 109.83,
                    "netFedExCharge": 144.42,
                    "netFreight": 116.28,
                    "ratedWeightMethod": "ACTUAL",
                    "rateType": "PAYOR_ACCOUNT_PACKAGE",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 11.96,
                          "currency": "DJF"
                        },
                        "description": "Residential Delivery",
                        "level": "PACKAGE",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 2660.62,
                          "currency": "LSL"
                        },
                        "description": "Residential Delivery",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 3512.81,
                          "currency": "AOA"
                        },
                        "description": "Residential Delivery",
                        "level": "PACKAGE",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 315.5,
                          "currency": "RUB"
                        },
                        "description": "Residential Delivery",
                        "level": "SHIPMENT",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 41.77,
                    "totalRebates": 0.06,
                    "totalSurcharges": 18.99,
                    "totalTaxes": 3.1
                  }
                ]
              },
              "sequenceNumber": 10,
              "signatureOption": "ADULT",
              "trackingIds": [
                {
                  "formId": "0303",
                  "trackingIdType": "FREIGHT",
                  "trackingNumber": "44072031395773551994",
                  "uspsApplicationId": "05"
                }
              ]
            }
          ],
          "documentRequirements": {
            "generationDetails": [
              {
                "electronicSignature": "OPTIONAL",
                "letterhead": "OPTIONAL",
                "minimumCopiesRequired": 3,
                "type": "COMMERCIAL_INVOICE"
              },
              {
                "electronicSignature": "OPTIONAL",
                "letterhead": "OPTIONAL",
                "minimumCopiesRequired": 3,
                "type": "COMMERCIAL_INVOICE"
              },
              {
                "electronicSignature": "OPTIONAL",
                "letterhead": "OPTIONAL",
                "minimumCopiesRequired": 3,
                "type": "COMMERCIAL_INVOICE"
              },
              {
                "electronicSignature": "OPTIONAL",
                "letterhead": "OPTIONAL",
                "minimumCopiesRequired": 3,
                "type": "COMMERCIAL_INVOICE"
              },
              {
                "electronicSignature": "OPTIONAL",
                "letterhead": "OPTIONAL",
                "minimumCopiesRequired": 3,
                "type": "COMMERCIAL_INVOICE"
              }
            ],
            "prohibitedDocuments": [
              "USMCA_CERTIFICATION_OF_ORIGIN"
            ],
            "requiredDocuments": [
              "COMMERCIAL_OR_PRO_FORMA_INVOICE",
              "AIR_WAYBILL"
            ]
          },
          "exportComplianceStatement": "uaef8JOAKa",
          "hazardousShipmentDetail": {
            "adrLicense": {
              "licenseOrPermitDetail": {
                "effectiveDate": "2026-02-25T00:00:00.0Z",
                "expirationDate": "2027-01-28T00:00:00.0Z",
                "number": "34623"
              }
            },
            "dryIceDetail": {
              "packageCount": 4,
              "processingOptions": {
                "options": [
                  "options"
                ]
              },
              "totalWeight": {
                "units": "KG",
                "value": 68
              }
            },
            "hazardousSummaryDetail": {
              "smallQuantityExceptionPackageCount": 4
            }
          },
          "masterTrackingId": {
            "formId": "6655",
            "trackingIdType": "GROUND",
            "trackingNumber": "47853578092177337186",
            "uspsApplicationId": "42"
          },
          "operationalDetail": {
            "airportId": "TQC",
            "astraDescription": "GROUND",
            "astraPlannedServiceLevel": "vAlPRv7EMkHTVii",
            "commitDate": "2026-08-26T00:00:00.0Z",
            "commitDay": "Sat",
            "countryCode": "BS",
            "customTransitTime": "ONE_DAY",
            "deliveryDate": "2026-08-27T00:00:00.0Z",
            "deliveryDay": "Sat",
            "deliveryEligibilities": [
              "deliveryEligibilities"
            ],
            "destinationLocationId": "qAOX",
            "destinationLocationNumber": 853,
            "destinationLocationStateOrProvinceCode": "TN",
            "destinationServiceArea": "A1",
            "ineligibleForMoneyBackGuarantee": false,
            "maximumTransitTime": "TWO_DAYS",
            "originLocationId": "839",
            "originLocationNumber": 772,
            "originServiceArea": "B2",
            "packagingCode": "25",
            "postalCode": "49342",
            "publishedDeliveryTime": "05:00P",
            "scac": "FDXE",
            "serviceCode": "201",
            "stateOrProvinceCode": "WI",
            "transitTime": "TWO_DAYS",
            "ursaPrefixCode": "Og",
            "ursaSuffixCode": "cF"
          },
          "packagingDescription": "box",
          "serviceDescription": {
            "astraDescription": "2 DAY FRT",
            "code": "95",
            "description": "Reduced reciprocal benchmark",
            "names": [
              {
                "encoding": "UTF-8",
                "type": "short",
                "value": "qbZ"
              },
              {
                "encoding": "UTF-8",
                "type": "long",
                "value": "9qi"
              }
            ],
            "operatingOrgCodes": [
              "FXE"
            ],
            "serviceCategory": "parcel",
            "serviceId": "5N0fINgWHidF",
            "serviceType": "FEDEX_1_DAY_FREIGHT"
          },
          "shipmentConsolidationDetail": {
            "associatedTrackingIds": [
              {
                "trackingIds": [
                  {
                    "formId": "9723",
                    "trackingIdType": "EXPRESS",
                    "trackingNumber": "49115228425649031289"
                  },
                  {
                    "formId": "7854",
                    "trackingIdType": "GROUND",
                    "trackingNumber": "33211945255345178477"
                  },
                  {
                    "formId": "7673",
                    "trackingIdType": "FREIGHT",
                    "trackingNumber": "69960574467194877207"
                  }
                ],
                "type": "CONSOLIDATION_MASTER"
              }
            ],
            "role": "CRN_SHIPMENT",
            "type": "INTERNATIONAL_PRIORITY_DISTRIBUTION"
          },
          "shipmentRating": {
            "actualRateType": "PAYOR_LIST_SHIPMENT",
            "pickupRateDetail": {
              "ancillaryFeesAndTaxes": [
                {
                  "amount": {
                    "currency": "SEK",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "3MiFTimch1",
                  "type": "CLEARANCE_ENTRY_FEE"
                },
                {
                  "amount": {
                    "currency": "UYU",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "efoubLRWYO",
                  "type": "CLEARANCE_ENTRY_FEE"
                },
                {
                  "amount": {
                    "currency": "GBP",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "8ZuErCNCA0",
                  "type": "CLEARANCE_ENTRY_FEE"
                },
                {
                  "amount": {
                    "currency": "MRU",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "ptH1F2c3rq",
                  "type": "CLEARANCE_ENTRY_FEE"
                },
                {
                  "amount": {
                    "currency": "KWD",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "pA9aDUV0uL",
                  "type": "CLEARANCE_ENTRY_FEE"
                }
              ],
              "currencyExchangeRate": {
                "fromCurrency": "EUR",
                "intoCurrency": "DOP",
                "rate": 13.48
              },
              "dutiesAndTaxes": [
                {
                  "harmonizedCode": "528779",
                  "taxes": {
                    "amount": {
                      "currency": "DJF",
                      "value": "CUSTOMS_VALUE"
                    },
                    "appliedPreferentialTradeAgreement": {
                      "description": "kC4VIBqH9E",
                      "id": "KR2odh",
                      "name": "Sales Tax"
                    },
                    "description": "74q7vlBsBD",
                    "effectiveDate": "2026-03-16T00:00:00.0Z",
                    "formula": "rJaKGfF0oN4aJXx",
                    "name": "GST",
                    "taxableValue": {
                      "currency": "ZWL",
                      "value": "CUSTOMS_VALUE"
                    },
                    "taxcode": "E3BKQ",
                    "taxRates": [
                      {
                        "currency": "EUR",
                        "quantity": 30,
                        "unitOfMeasure": "KG",
                        "value": "15"
                      },
                      {
                        "currency": "EUR",
                        "quantity": 20,
                        "unitOfMeasure": "L",
                        "value": "20"
                      },
                      {
                        "currency": "EUR",
                        "quantity": 20,
                        "unitOfMeasure": "L",
                        "value": "10"
                      }
                    ],
                    "taxType": "INCENTIVE"
                  },
                  "total": {
                    "currency": "CZK",
                    "value": "CUSTOMS_VALUE"
                  }
                }
              ],
              "freightDiscounts": [
                {
                  "amount": {
                    "currency": "BOB",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "RwzSmKBJxx",
                  "percent": 16.12,
                  "rateDiscountType": "INCENTIVE"
                },
                {
                  "amount": {
                    "currency": "NPR",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "3pAWvzmVmH",
                  "percent": 17.03,
                  "rateDiscountType": "INCENTIVE"
                },
                {
                  "amount": {
                    "currency": "TRY",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "bNVMh96CuC",
                  "percent": 7.35,
                  "rateDiscountType": "INCENTIVE"
                },
                {
                  "amount": {
                    "currency": "JMD",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "aBhumJksqp",
                  "percent": 12.85,
                  "rateDiscountType": "INCENTIVE"
                }
              ],
              "fuelSurchargePercent": 3.54,
              "minimumChargeType": "EARNED_DISCOUNT",
              "pickupBaseChargeDescription": "Pickup Area Surcharge",
              "pricingCode": "ACTUAL",
              "rateScale": "pSm1FQihx0",
              "rateType": "PAYOR_ACCOUNT_PACKAGE",
              "rateZone": "fVQc5w",
              "ratingBasis": "SHIPMENT_WEIGHT_BASED",
              "rebates": [
                {
                  "amount": {
                    "currency": "QAR",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "GoujutUvWh",
                  "percent": 1.88,
                  "rebateType": "EARNED"
                },
                {
                  "amount": {
                    "currency": "AWG",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "nhEDSkMMFl",
                  "percent": 1.54,
                  "rebateType": "EARNED"
                }
              ],
              "specialRatingApplied": "FEDEX_ONE_RATE",
              "surcharges": [
                {
                  "amount": {
                    "currency": "TJS",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "JgJ5geJSV2",
                  "level": "PACKAGE",
                  "surchargeType": "COD"
                },
                {
                  "amount": {
                    "currency": "PEN",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "qjB4Ly4Uli",
                  "level": "PACKAGE",
                  "surchargeType": "COD"
                }
              ],
              "taxes": [
                {
                  "amount": {
                    "currency": "NGN",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "JRCrLDithZ",
                  "taxType": "VAT"
                }
              ],
              "totalAncillaryFeesAndTaxes": {
                "currency": "THB",
                "value": "CUSTOMS_VALUE"
              },
              "totalBaseCharge": {
                "currency": "MDL",
                "value": "CUSTOMS_VALUE"
              },
              "totalDutiesAndTaxes": {
                "currency": "SAR",
                "value": "CUSTOMS_VALUE"
              },
              "totalDutiesTaxesAndFees": {
                "currency": "GNF",
                "value": "CUSTOMS_VALUE"
              },
              "totalFreightDiscounts": {
                "currency": "KRW",
                "value": "CUSTOMS_VALUE"
              },
              "totalNetCharge": {
                "currency": "TJS",
                "value": "CUSTOMS_VALUE"
              },
              "totalNetChargeWithDutiesAndTaxes": {
                "currency": "NZD",
                "value": "CUSTOMS_VALUE"
              },
              "totalNetFedExCharge": {
                "currency": "FKP",
                "value": "CUSTOMS_VALUE"
              },
              "totalNetFreight": {
                "currency": "CNY",
                "value": "CUSTOMS_VALUE"
              },
              "totalRebates": {
                "currency": "XAF",
                "value": "CUSTOMS_VALUE"
              },
              "totalSurcharges": {
                "currency": "BBD",
                "value": "CUSTOMS_VALUE"
              },
              "totalTaxes": {
                "currency": "ZWL",
                "value": "CUSTOMS_VALUE"
              },
              "totalVariableHandlingCharges": {
                "fixedVariableHandlingCharge": {
                  "currency": "AMD",
                  "value": "CUSTOMS_VALUE"
                },
                "percentVariableHandlingCharge": {
                  "currency": "BTN",
                  "value": "CUSTOMS_VALUE"
                },
                "totalCustomerCharge": {
                  "currency": "ILS",
                  "value": "CUSTOMS_VALUE"
                },
                "variableHandlingCharge": {
                  "currency": "GBP",
                  "value": "CUSTOMS_VALUE"
                }
              },
              "variableHandlingCharges": {
                "fixedVariableHandlingCharge": {
                  "currency": "GBP",
                  "value": "CUSTOMS_VALUE"
                },
                "percentVariableHandlingCharge": {
                  "currency": "HTG",
                  "value": "CUSTOMS_VALUE"
                },
                "totalCustomerCharge": {
                  "currency": "GMD",
                  "value": "CUSTOMS_VALUE"
                },
                "variableHandlingCharge": {
                  "currency": "KYD",
                  "value": "CUSTOMS_VALUE"
                }
              }
            },
            "shipmentRateDetails": [
              {
                "currency": "USD",
                "currencyExchangeRate": {
                  "fromCurrency": "GBP",
                  "intoCurrency": "JPY",
                  "rate": 18.97
                },
                "dimDivisor": 123,
                "freightDiscounts": [
                  {
                    "amount": 2.15,
                    "description": "MwVj4aK4Ke",
                    "percent": 18.49,
                    "rateDiscountType": "VOLUME"
                  },
                  {
                    "amount": 6.12,
                    "description": "7tgiFuPmYR",
                    "percent": 12.27,
                    "rateDiscountType": "VOLUME"
                  },
                  {
                    "amount": 1.87,
                    "description": "Txz1X4QYt4",
                    "percent": 16.48,
                    "rateDiscountType": "BONUS"
                  }
                ],
                "fuelSurchargePercent": 2.02,
                "pricingCode": "LTL_FREIGHT",
                "ratedWeightMethod": "DIM",
                "rateScale": "91015",
                "rateType": "RATED_ACCOUNT_SHIPMENT",
                "rateZone": "1Y71DU",
                "shipmentLegRateDetails": [
                  {
                    "currency": "USD",
                    "currencyExchangeRate": {
                      "fromCurrency": "INR",
                      "intoCurrency": "BZD",
                      "rate": 16.11
                    },
                    "dimDivisor": 234,
                    "dimDivisorType": "VOLUME",
                    "freightDiscounts": [
                      {
                        "amount": 2.04,
                        "description": "ZxHuOpHPGk",
                        "percent": 14.34,
                        "rateDiscountType": "BONUS"
                      }
                    ],
                    "fuelSurchargePercent": 1.33,
                    "legDestinationLocationId": "OXXy",
                    "minimumChargeType": "MINIMUM_CHARGE",
                    "pricingCode": "EImZF",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "0689",
                    "rateType": "PAYOR_ACCOUNT_PACKAGE",
                    "rateZone": "JPrGrt",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 653.29,
                          "currency": "SZL"
                        },
                        "description": "Overweight package",
                        "level": "PACKAGE",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 3744.42,
                          "currency": "MRU"
                        },
                        "description": "Residential Delivery",
                        "level": "SHIPMENT",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 15.88,
                        "description": "Sales Tax",
                        "level": "PACKAGE",
                        "type": "FEDERAL"
                      },
                      {
                        "amount": 19.18,
                        "description": "GST",
                        "level": "SHIPMENT",
                        "type": "STATE"
                      }
                    ],
                    "totalBaseCharge": 95.17,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 38.15,
                    "totalFreightDiscounts": 4.33,
                    "totalNetCharge": 176.03,
                    "totalNetChargeWithDutiesAndTaxes": 233.86,
                    "totalNetFedExCharge": 217.46,
                    "totalNetFreight": 127.52,
                    "totalRebates": 3.7,
                    "totalSurcharges": 16.01,
                    "totalTaxes": 7.64
                  },
                  {
                    "currency": "EUR",
                    "currencyExchangeRate": {
                      "fromCurrency": "GBP",
                      "intoCurrency": "ALL",
                      "rate": 5.65
                    },
                    "dimDivisor": 153,
                    "dimDivisorType": "VOLUME",
                    "freightDiscounts": [
                      {
                        "amount": 4.92,
                        "description": "yyKzpxF1bQ",
                        "percent": 9.64,
                        "rateDiscountType": "VOLUME"
                      }
                    ],
                    "fuelSurchargePercent": 8.68,
                    "legDestinationLocationId": "cPxb",
                    "minimumChargeType": "ACTUAL",
                    "pricingCode": "g8LPT",
                    "ratedWeightMethod": "DIM",
                    "rateScale": "9055",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "IsVyo1",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 3062.15,
                          "currency": "GMD"
                        },
                        "description": "Residential Delivery",
                        "level": "PACKAGE",
                        "surchargeType": "FUEL_SURCHARGE"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 11.96,
                        "description": "GST",
                        "level": "PACKAGE",
                        "type": "STATE"
                      }
                    ],
                    "totalBaseCharge": 167.54,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 23.06,
                    "totalFreightDiscounts": 33.48,
                    "totalNetCharge": 158.13,
                    "totalNetChargeWithDutiesAndTaxes": 121.63,
                    "totalNetFedExCharge": 91.47,
                    "totalNetFreight": 156.14,
                    "totalRebates": 1.48,
                    "totalSurcharges": 13.92,
                    "totalTaxes": 0.72
                  }
                ],
                "surcharges": [
                  {
                    "amount": {
                      "amount": 837.79,
                      "currency": "CHF"
                    },
                    "description": "Fuel Surcharge",
                    "level": "SHIPMENT",
                    "surchargeType": "FUEL_SURCHARGE"
                  },
                  {
                    "amount": {
                      "amount": 137.66,
                      "currency": "XPF"
                    },
                    "description": "Fuel Surcharge",
                    "level": "PACKAGE",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  }
                ],
                "taxes": [
                  {
                    "amount": 16.24,
                    "description": "Sales Tax",
                    "level": "PACKAGE",
                    "type": "FEDERAL"
                  },
                  {
                    "amount": 5.42,
                    "description": "Sales Tax",
                    "level": "SHIPMENT",
                    "type": "FEDERAL"
                  },
                  {
                    "amount": 18.76,
                    "description": "GST",
                    "level": "PACKAGE",
                    "type": "STATE"
                  }
                ],
                "totalAncillaryFeesAndTaxes": 19.34,
                "totalBaseCharge": 154.06,
                "totalBillingWeight": {
                  "units": "KG",
                  "value": 68
                },
                "totalDutiesAndTaxes": 47.94,
                "totalDutiesTaxesAndFees": 15.39,
                "totalFreightDiscounts": 28.17,
                "totalNetCharge": 193.34,
                "totalNetChargeWithDutiesAndTaxes": 74.42,
                "totalNetFedExCharge": 188.82,
                "totalNetFreight": 74.86,
                "totalRebates": 2.66,
                "totalSurcharges": 2.65,
                "totalTaxes": 5.5
              },
              {
                "currency": "EUR",
                "currencyExchangeRate": {
                  "fromCurrency": "EUR",
                  "intoCurrency": "TMT",
                  "rate": 17.6
                },
                "dimDivisor": 178,
                "freightDiscounts": [
                  {
                    "amount": 9.44,
                    "description": "FSKGSyBJ2w",
                    "percent": 11.88,
                    "rateDiscountType": "BONUS"
                  },
                  {
                    "amount": 4.22,
                    "description": "rKK0830MRI",
                    "percent": 17.45,
                    "rateDiscountType": "COUPON"
                  },
                  {
                    "amount": 9.25,
                    "description": "OSDhCJuaAH",
                    "percent": 5.59,
                    "rateDiscountType": "COUPON"
                  },
                  {
                    "amount": 7.93,
                    "description": "jnGdBRLhpe",
                    "percent": 5.06,
                    "rateDiscountType": "EARNED"
                  }
                ],
                "fuelSurchargePercent": 9.33,
                "pricingCode": "LTL_FREIGHT",
                "ratedWeightMethod": "ACTUAL",
                "rateScale": "23118",
                "rateType": "RATED_ACCOUNT_SHIPMENT",
                "rateZone": "Opp3k7",
                "shipmentLegRateDetails": [
                  {
                    "currency": "USD",
                    "currencyExchangeRate": {
                      "fromCurrency": "GBP",
                      "intoCurrency": "KPW",
                      "rate": 6.59
                    },
                    "dimDivisor": 225,
                    "dimDivisorType": "VOLUME",
                    "freightDiscounts": [
                      {
                        "amount": 8,
                        "description": "nN9udjwKDG",
                        "percent": 19.07,
                        "rateDiscountType": "EARNED"
                      }
                    ],
                    "fuelSurchargePercent": 11.47,
                    "legDestinationLocationId": "Ybma",
                    "minimumChargeType": "MINIMUM_CHARGE",
                    "pricingCode": "MLLYl",
                    "ratedWeightMethod": "DIM",
                    "rateScale": "4493",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "PWzkDR",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 307.96,
                          "currency": "SAR"
                        },
                        "description": "Residential Delivery",
                        "level": "PACKAGE",
                        "surchargeType": "FUEL_SURCHARGE"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 15.72,
                        "description": "GST",
                        "level": "SHIPMENT",
                        "type": "FEDERAL"
                      },
                      {
                        "amount": 18,
                        "description": "GST",
                        "level": "SHIPMENT",
                        "type": "STATE"
                      },
                      {
                        "amount": 10.34,
                        "description": "Sales Tax",
                        "level": "SHIPMENT",
                        "type": "STATE"
                      }
                    ],
                    "totalBaseCharge": 194.33,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 34.07,
                    "totalFreightDiscounts": 0.07,
                    "totalNetCharge": 77.54,
                    "totalNetChargeWithDutiesAndTaxes": 176.89,
                    "totalNetFedExCharge": 181.59,
                    "totalNetFreight": 63.94,
                    "totalRebates": 4.14,
                    "totalSurcharges": 7.94,
                    "totalTaxes": 9.86
                  },
                  {
                    "currency": "EUR",
                    "currencyExchangeRate": {
                      "fromCurrency": "EUR",
                      "intoCurrency": "UZS",
                      "rate": 23.93
                    },
                    "dimDivisor": 232,
                    "dimDivisorType": "VOLUME",
                    "freightDiscounts": [
                      {
                        "amount": 6.71,
                        "description": "ta7GAbbRTv",
                        "percent": 14.94,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 2.73,
                        "description": "8QEu5Bk2DH",
                        "percent": 8.91,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 8.78,
                        "description": "nEzRZTq3pM",
                        "percent": 17.14,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 6.57,
                        "description": "F4dKwoer9Z",
                        "percent": 15.72,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 4.66,
                        "description": "S9OoaKejd3",
                        "percent": 12.85,
                        "rateDiscountType": "BONUS"
                      }
                    ],
                    "fuelSurchargePercent": 8.41,
                    "legDestinationLocationId": "VDio",
                    "minimumChargeType": "ACTUAL",
                    "pricingCode": "XrwMJ",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "6864",
                    "rateType": "PAYOR_ACCOUNT_PACKAGE",
                    "rateZone": "ReENvF",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 4983.42,
                          "currency": "MYR"
                        },
                        "description": "Overweight package",
                        "level": "SHIPMENT",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 284.77,
                          "currency": "USD"
                        },
                        "description": "Fuel Surcharge",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 4961.85,
                          "currency": "ILS"
                        },
                        "description": "Fuel Surcharge",
                        "level": "PACKAGE",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 2385.04,
                          "currency": "NAD"
                        },
                        "description": "Residential Delivery",
                        "level": "PACKAGE",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 4361.15,
                          "currency": "DOP"
                        },
                        "description": "Fuel Surcharge",
                        "level": "PACKAGE",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 2.65,
                        "description": "VAT",
                        "level": "SHIPMENT",
                        "type": "STATE"
                      },
                      {
                        "amount": 12.18,
                        "description": "VAT",
                        "level": "PACKAGE",
                        "type": "STATE"
                      },
                      {
                        "amount": 1.21,
                        "description": "GST",
                        "level": "SHIPMENT",
                        "type": "STATE"
                      }
                    ],
                    "totalBaseCharge": 142.83,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 11.11,
                    "totalFreightDiscounts": 2.19,
                    "totalNetCharge": 61.1,
                    "totalNetChargeWithDutiesAndTaxes": 179.64,
                    "totalNetFedExCharge": 116.84,
                    "totalNetFreight": 132.74,
                    "totalRebates": 2.76,
                    "totalSurcharges": 2.96,
                    "totalTaxes": 5.21
                  },
                  {
                    "currency": "GBP",
                    "currencyExchangeRate": {
                      "fromCurrency": "INR",
                      "intoCurrency": "NAD",
                      "rate": 15.98
                    },
                    "dimDivisor": 256,
                    "dimDivisorType": "WEIGHT",
                    "freightDiscounts": [
                      {
                        "amount": 4.72,
                        "description": "5txIdtIWGC",
                        "percent": 9.93,
                        "rateDiscountType": "VOLUME"
                      }
                    ],
                    "fuelSurchargePercent": 12.18,
                    "legDestinationLocationId": "dDqo",
                    "minimumChargeType": "MINIMUM_CHARGE",
                    "pricingCode": "nxUt3",
                    "ratedWeightMethod": "DIM",
                    "rateScale": "2749",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "I26qJf",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 2520.56,
                          "currency": "NOK"
                        },
                        "description": "Overweight package",
                        "level": "SHIPMENT",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 3.93,
                        "description": "Sales Tax",
                        "level": "SHIPMENT",
                        "type": "STATE"
                      }
                    ],
                    "totalBaseCharge": 83.22,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 49.73,
                    "totalFreightDiscounts": 39.23,
                    "totalNetCharge": 54.81,
                    "totalNetChargeWithDutiesAndTaxes": 242.24,
                    "totalNetFedExCharge": 224.44,
                    "totalNetFreight": 107.4,
                    "totalRebates": 3.2,
                    "totalSurcharges": 12.56,
                    "totalTaxes": 5.9
                  },
                  {
                    "currency": "USD",
                    "currencyExchangeRate": {
                      "fromCurrency": "INR",
                      "intoCurrency": "CNY",
                      "rate": 20.15
                    },
                    "dimDivisor": 135,
                    "dimDivisorType": "VOLUME",
                    "freightDiscounts": [
                      {
                        "amount": 3.16,
                        "description": "tqrzoXTmh3",
                        "percent": 17.91,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 1.77,
                        "description": "itLmcpoZPW",
                        "percent": 19.86,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 8.03,
                        "description": "0oWWj5nVII",
                        "percent": 18.48,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 9.82,
                        "description": "jPgNg4lXYb",
                        "percent": 18.33,
                        "rateDiscountType": "EARNED"
                      }
                    ],
                    "fuelSurchargePercent": 2.07,
                    "legDestinationLocationId": "Ynrc",
                    "minimumChargeType": "MINIMUM_CHARGE",
                    "pricingCode": "byj6a",
                    "ratedWeightMethod": "DIM",
                    "rateScale": "7007",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "WcjL7O",
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 769.24,
                          "currency": "RUB"
                        },
                        "description": "Overweight package",
                        "level": "PACKAGE",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 2675.03,
                          "currency": "GBP"
                        },
                        "description": "Overweight package",
                        "level": "SHIPMENT",
                        "surchargeType": "FUEL_SURCHARGE"
                      },
                      {
                        "amount": {
                          "amount": 510.22,
                          "currency": "SHP"
                        },
                        "description": "Overweight package",
                        "level": "PACKAGE",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": {
                          "amount": 4971.35,
                          "currency": "BZD"
                        },
                        "description": "Overweight package",
                        "level": "PACKAGE",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 7.7,
                        "description": "VAT",
                        "level": "PACKAGE",
                        "type": "FEDERAL"
                      },
                      {
                        "amount": 15.77,
                        "description": "GST",
                        "level": "SHIPMENT",
                        "type": "FEDERAL"
                      },
                      {
                        "amount": 10.12,
                        "description": "VAT",
                        "level": "SHIPMENT",
                        "type": "FEDERAL"
                      },
                      {
                        "amount": 6.11,
                        "description": "VAT",
                        "level": "SHIPMENT",
                        "type": "FEDERAL"
                      }
                    ],
                    "totalBaseCharge": 194.93,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 36.38,
                    "totalFreightDiscounts": 10.72,
                    "totalNetCharge": 52.69,
                    "totalNetChargeWithDutiesAndTaxes": 135.89,
                    "totalNetFedExCharge": 90.59,
                    "totalNetFreight": 59.86,
                    "totalRebates": 1.66,
                    "totalSurcharges": 5.36,
                    "totalTaxes": 7.31
                  }
                ],
                "surcharges": [
                  {
                    "amount": {
                      "amount": 1063.82,
                      "currency": "MRU"
                    },
                    "description": "Fuel Surcharge",
                    "level": "SHIPMENT",
                    "surchargeType": "FUEL_SURCHARGE"
                  },
                  {
                    "amount": {
                      "amount": 3726.8,
                      "currency": "BRL"
                    },
                    "description": "Residential Delivery",
                    "level": "SHIPMENT",
                    "surchargeType": "FUEL_SURCHARGE"
                  },
                  {
                    "amount": {
                      "amount": 3424.91,
                      "currency": "AOA"
                    },
                    "description": "Fuel Surcharge",
                    "level": "SHIPMENT",
                    "surchargeType": "RESIDENTIAL_DELIVERY"
                  },
                  {
                    "amount": {
                      "amount": 3150.58,
                      "currency": "TWD"
                    },
                    "description": "Fuel Surcharge",
                    "level": "SHIPMENT",
                    "surchargeType": "FUEL_SURCHARGE"
                  }
                ],
                "taxes": [
                  {
                    "amount": 11.14,
                    "description": "Sales Tax",
                    "level": "PACKAGE",
                    "type": "FEDERAL"
                  },
                  {
                    "amount": 18.82,
                    "description": "GST",
                    "level": "PACKAGE",
                    "type": "STATE"
                  }
                ],
                "totalAncillaryFeesAndTaxes": 8.4,
                "totalBaseCharge": 73.43,
                "totalBillingWeight": {
                  "units": "KG",
                  "value": 68
                },
                "totalDutiesAndTaxes": 2.58,
                "totalDutiesTaxesAndFees": 92.05,
                "totalFreightDiscounts": 23.23,
                "totalNetCharge": 150.48,
                "totalNetChargeWithDutiesAndTaxes": 201.12,
                "totalNetFedExCharge": 156.69,
                "totalNetFreight": 132.16,
                "totalRebates": 1.39,
                "totalSurcharges": 10.11,
                "totalTaxes": 0.38
              }
            ],
            "totalNetFedExTransportationAndPickupCharge": {
              "currency": "FJD",
              "value": "CUSTOMS_VALUE"
            },
            "totalNetTransportationAndPickupCharge": {
              "currency": "SYP",
              "value": "CUSTOMS_VALUE"
            }
          },
          "usDomestic": true
        },
        "consolidationRequestedShipments": {
          "blockinsightVisibility": false,
          "completedShipmentDetail": {
            "carrierCode": "FDXC",
            "completedPackageDetail": {
              "groupNumber": 7,
              "label": {
                "copiesToPrint": 2,
                "imageType": "ZPLII",
                "parts": {
                  "documentPartSequenceNumber": 1,
                  "image": {
                    "description": "Specifies the one-origin position of this part within a document."
                  }
                },
                "resolution": 410,
                "shippingDocumentDisposition": "RETURNED",
                "type": "AUXILIARY_LABEL - CERTIFICATE_OF_ORIGIN - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - COD_RETURN_2_D_BARCODE - COD_RETURN_LABEL - COMMERCIAL_INVOICE - CUSTOM_PACKAGE_DOCUMENT - CUSTOM_SHIPMENT_DOCUMENT - DANGEROUS_GOODS_SHIPPERS_DECLARATION - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - ETD_LABEL - EXPORT_DECLARATION - FEDEX_FREIGHT_STRAIGHT_BILL_OF_LADING - FREIGHT_ADDRESS_LABEL - GENERAL_AGENCY_AGREEMENT - GROUND_BARCODE - OP_900 - OUTBOUND_2_D_BARCODE - OUTBOUND_LABEL - PENDING_SHIPMENT_EMAIL_NOTIFICATION - PRO_FORMA_INVOICE - RECIPIENT_ADDRESS_BARCODE - RECIPIENT_POSTAL_BARCODE - RETURN_INSTRUCTIONS - TERMS_AND_CONDITIONS - USMCA_CERTIFICATION_OF_ORIGIN - USMCA_COMMERCIAL_INVOICE_CERTIFICATION_OF_ORIGIN - USPS_BARCODE - VICS_BILL_OF_LADING"
              },
              "operationalDetail": {
                "barcodes": {
                  "binaryBarcodes": [
                    {
                      "type": "POSTAL-1D",
                      "value": [
                        "value",
                        "value"
                      ]
                    },
                    {
                      "type": "POSTAL-1D",
                      "value": [
                        "value",
                        "value"
                      ]
                    }
                  ],
                  "stringBarcodes": [
                    {
                      "type": "GROUND",
                      "value": "4660657787444265717450493899169012"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "9598295087986960261773677823016987"
                    },
                    {
                      "type": "GROUND",
                      "value": "0553051843261943043768802409955068"
                    }
                  ]
                },
                "operationalInstructions": {
                  "content": "THIS SIDE UP",
                  "number": 20
                }
              },
              "packageDocuments": [
                {
                  "copiesToPrint": 1,
                  "imageType": "GIF",
                  "parts": [
                    {
                      "documentPartSequenceNumber": 2,
                      "image": "X6ICwtQJQr4qyJdyO2PJ"
                    },
                    {
                      "documentPartSequenceNumber": 2,
                      "image": "uD1DM7EdYunYXB4G7xVU"
                    },
                    {
                      "documentPartSequenceNumber": 2,
                      "image": "OTTMxy9gtrmmnIFJBtYW"
                    }
                  ],
                  "resolution": 337,
                  "shippingDocumentDisposition": "RETURNED",
                  "type": "AUXILIARY_LABEL - CERTIFICATE_OF_ORIGIN - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - COD_RETURN_2_D_BARCODE - COD_RETURN_LABEL - COMMERCIAL_INVOICE - CUSTOM_PACKAGE_DOCUMENT - CUSTOM_SHIPMENT_DOCUMENT - DANGEROUS_GOODS_SHIPPERS_DECLARATION - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - ETD_LABEL - EXPORT_DECLARATION - FEDEX_FREIGHT_STRAIGHT_BILL_OF_LADING - FREIGHT_ADDRESS_LABEL - GENERAL_AGENCY_AGREEMENT - GROUND_BARCODE - OP_900 - OUTBOUND_2_D_BARCODE - OUTBOUND_LABEL - PENDING_SHIPMENT_EMAIL_NOTIFICATION - PRO_FORMA_INVOICE - RECIPIENT_ADDRESS_BARCODE - RECIPIENT_POSTAL_BARCODE - RETURN_INSTRUCTIONS - TERMS_AND_CONDITIONS - USMCA_CERTIFICATION_OF_ORIGIN - USMCA_COMMERCIAL_INVOICE_CERTIFICATION_OF_ORIGIN - USPS_BARCODE - VICS_BILL_OF_LADING"
                },
                {
                  "copiesToPrint": 2,
                  "imageType": "PDF",
                  "parts": [
                    {
                      "documentPartSequenceNumber": 1,
                      "image": "W2nAa0d1MxDiyl48YtTr"
                    },
                    {
                      "documentPartSequenceNumber": 1,
                      "image": "0WNcR7gZO59wLhF4CuIx"
                    },
                    {
                      "documentPartSequenceNumber": 2,
                      "image": "l4lhpGNhYSgPDCgwXY8B"
                    },
                    {
                      "documentPartSequenceNumber": 1,
                      "image": "w1xqYstpIbiwQnjPVRPN"
                    },
                    {
                      "documentPartSequenceNumber": 2,
                      "image": "5calAdiMtd9cGzE0Ethz"
                    }
                  ],
                  "resolution": 522,
                  "shippingDocumentDisposition": "RETURNED",
                  "type": "AUXILIARY_LABEL - CERTIFICATE_OF_ORIGIN - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - COD_RETURN_2_D_BARCODE - COD_RETURN_LABEL - COMMERCIAL_INVOICE - CUSTOM_PACKAGE_DOCUMENT - CUSTOM_SHIPMENT_DOCUMENT - DANGEROUS_GOODS_SHIPPERS_DECLARATION - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - ETD_LABEL - EXPORT_DECLARATION - FEDEX_FREIGHT_STRAIGHT_BILL_OF_LADING - FREIGHT_ADDRESS_LABEL - GENERAL_AGENCY_AGREEMENT - GROUND_BARCODE - OP_900 - OUTBOUND_2_D_BARCODE - OUTBOUND_LABEL - PENDING_SHIPMENT_EMAIL_NOTIFICATION - PRO_FORMA_INVOICE - RECIPIENT_ADDRESS_BARCODE - RECIPIENT_POSTAL_BARCODE - RETURN_INSTRUCTIONS - TERMS_AND_CONDITIONS - USMCA_CERTIFICATION_OF_ORIGIN - USMCA_COMMERCIAL_INVOICE_CERTIFICATION_OF_ORIGIN - USPS_BARCODE - VICS_BILL_OF_LADING"
                },
                {
                  "copiesToPrint": 3,
                  "imageType": "DIB",
                  "parts": [
                    {
                      "documentPartSequenceNumber": 1,
                      "image": "2wMbCZmaD9cO11QP6pui"
                    },
                    {
                      "documentPartSequenceNumber": 2,
                      "image": "zH8j1LFTBld7B4HYfBJl"
                    }
                  ],
                  "resolution": 459,
                  "shippingDocumentDisposition": "RETURNED",
                  "type": "AUXILIARY_LABEL - CERTIFICATE_OF_ORIGIN - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - COD_RETURN_2_D_BARCODE - COD_RETURN_LABEL - COMMERCIAL_INVOICE - CUSTOM_PACKAGE_DOCUMENT - CUSTOM_SHIPMENT_DOCUMENT - DANGEROUS_GOODS_SHIPPERS_DECLARATION - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - ETD_LABEL - EXPORT_DECLARATION - FEDEX_FREIGHT_STRAIGHT_BILL_OF_LADING - FREIGHT_ADDRESS_LABEL - GENERAL_AGENCY_AGREEMENT - GROUND_BARCODE - OP_900 - OUTBOUND_2_D_BARCODE - OUTBOUND_LABEL - PENDING_SHIPMENT_EMAIL_NOTIFICATION - PRO_FORMA_INVOICE - RECIPIENT_ADDRESS_BARCODE - RECIPIENT_POSTAL_BARCODE - RETURN_INSTRUCTIONS - TERMS_AND_CONDITIONS - USMCA_CERTIFICATION_OF_ORIGIN - USMCA_COMMERCIAL_INVOICE_CERTIFICATION_OF_ORIGIN - USPS_BARCODE - VICS_BILL_OF_LADING"
                },
                {
                  "copiesToPrint": 2,
                  "imageType": "GIF",
                  "parts": [
                    {
                      "documentPartSequenceNumber": 1,
                      "image": "oEGUWDCQ4eY5hG8XyuHa"
                    },
                    {
                      "documentPartSequenceNumber": 2,
                      "image": "CArQYfhf0gfDMzsy7D0p"
                    },
                    {
                      "documentPartSequenceNumber": 1,
                      "image": "48dppMxN3YCOmnjPLqlM"
                    },
                    {
                      "documentPartSequenceNumber": 2,
                      "image": "2XA8AnBNFZ4IjmWFo0jX"
                    }
                  ],
                  "resolution": 285,
                  "shippingDocumentDisposition": "RETURNED",
                  "type": "AUXILIARY_LABEL - CERTIFICATE_OF_ORIGIN - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - COD_RETURN_2_D_BARCODE - COD_RETURN_LABEL - COMMERCIAL_INVOICE - CUSTOM_PACKAGE_DOCUMENT - CUSTOM_SHIPMENT_DOCUMENT - DANGEROUS_GOODS_SHIPPERS_DECLARATION - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - ETD_LABEL - EXPORT_DECLARATION - FEDEX_FREIGHT_STRAIGHT_BILL_OF_LADING - FREIGHT_ADDRESS_LABEL - GENERAL_AGENCY_AGREEMENT - GROUND_BARCODE - OP_900 - OUTBOUND_2_D_BARCODE - OUTBOUND_LABEL - PENDING_SHIPMENT_EMAIL_NOTIFICATION - PRO_FORMA_INVOICE - RECIPIENT_ADDRESS_BARCODE - RECIPIENT_POSTAL_BARCODE - RETURN_INSTRUCTIONS - TERMS_AND_CONDITIONS - USMCA_CERTIFICATION_OF_ORIGIN - USMCA_COMMERCIAL_INVOICE_CERTIFICATION_OF_ORIGIN - USPS_BARCODE - VICS_BILL_OF_LADING"
                }
              ],
              "sequenceNumber": 1,
              "signatureOptions": "DIRECT",
              "trackingId": {
                "formId": "0356",
                "trackingIdType": "EXPRESS",
                "trackingNumber": "75754925377828475449"
              }
            },
            "consolidationDetail": {
              "role": "MASTER_AIRWAYBILL_SHIPMENT",
              "type": "INTERNATIONAL_DISTRIBUTION_FREIGHT"
            },
            "documentRequirements": {
              "generationDetails": {
                "minimumCopiesRequired": 3,
                "type": "CERTIFICATE_OF_ORIGIN"
              },
              "requiredDocuments": "AIR_WAYBILL"
            },
            "exportComplianceStatement": "2N3kNa",
            "masterTrackingId": {
              "formId": "2909",
              "trackingIdType": "EXPRESS",
              "trackingNumber": "84951861367731369605"
            },
            "operationalDetail": {
              "airportId": "LJZ",
              "astraDescription": "GROUND",
              "astraPlannedServiceLevel": "abWPEJhqWbBT5i9",
              "commitDate": "2026-08-24T00:00:00.0Z",
              "commitDay": "Tue",
              "countryCode": "MG",
              "customTransitTime": "TWO_DAYS",
              "deliveryDate": "2026-08-28T00:00:00.0Z",
              "deliveryDay": "Thu",
              "deliveryEligibilities": [
                "deliveryEligibilities"
              ],
              "destinationLocationId": "ieLy",
              "destinationLocationNumber": 360,
              "destinationLocationStateOrProvinceCode": "PA",
              "destinationServiceArea": "B2",
              "ineligibleForMoneyBackGuarantee": false,
              "maximumTransitTime": "TWO_DAYS",
              "originLocationId": "424",
              "originLocationNumber": 559,
              "originServiceArea": "C3",
              "packagingCode": "31",
              "postalCode": "23884",
              "publishedDeliveryTime": "12:00P",
              "scac": "FDXG",
              "serviceCode": "866",
              "stateOrProvinceCode": "IL",
              "transitTime": "ONE_DAY",
              "ursaPrefixCode": "xz",
              "ursaSuffixCode": "Be"
            },
            "packageDescription": {
              "astraDescription": "SMART POST",
              "code": "17",
              "description": "EHEHtiZo9o",
              "names": [
                {
                  "encoding": "UTF-8",
                  "type": "short",
                  "value": "KVl"
                },
                {
                  "encoding": "UTF-8",
                  "type": "short",
                  "value": "xv1"
                },
                {
                  "encoding": "UTF-8",
                  "type": "long",
                  "value": "QyI"
                }
              ],
              "packagingType": "YOUR_PACKAGING"
            },
            "serviceDescription": {
              "astraDescription": "1 DAY FRT",
              "code": "83",
              "description": "Operative systematic projection",
              "names": [
                {
                  "encoding": "UTF-8",
                  "type": "short",
                  "value": "rpz"
                },
                {
                  "encoding": "UTF-8",
                  "type": "long",
                  "value": "eth"
                },
                {
                  "encoding": "UTF-8",
                  "type": "short",
                  "value": "DYS"
                },
                {
                  "encoding": "UTF-8",
                  "type": "short",
                  "value": "mRf"
                },
                {
                  "encoding": "UTF-8",
                  "type": "long",
                  "value": "iwq"
                }
              ],
              "operatingOrgCodes": [
                "FXE"
              ],
              "serviceCategory": "freight",
              "serviceId": "VikfjNaOnujC",
              "serviceType": "FEDEX_2_DAY_FREIGHT"
            },
            "specialServiceDescription": {
              "identifier": {
                "code": "4ScZS",
                "id": "84739",
                "type": "ODA5S"
              },
              "names": {
                "encoding": "utf-8",
                "type": "medium",
                "value": "DlmqNPZG6l"
              }
            },
            "usDomestic": false
          },
          "consolidationDetail": {
            "internationalDistribtuionDetail": {
              "summaryDetail": {
                "totalCustomsValue": {
                  "amount": "4098",
                  "currency": "EUR"
                },
                "totalPackageCount": 12,
                "totalUniqueAddressCount": 3,
                "totalWeight": {
                  "units": "KG",
                  "value": "126"
                }
              }
            },
            "relationshipTimeStamp": "2026-04-17T00:00:00.0Z",
            "role": "CRN_SHIPMENT",
            "transborderDistributionDetail": {
              "routing": "CUSTOMER_SPECIFIED",
              "specialServicesRequested": {
                "specialServiceTypes": "FEDEX_LTL",
                "transborderDistributionLtlDetail": {
                  "ltlScacCode": "YRCW",
                  "payment": {
                    "amount": {
                      "amount": 382.92,
                      "currency": "QAR"
                    },
                    "creditCard": {
                      "creditCardHolder": {
                        "address": {
                          "city": "Lake Luciusboro",
                          "classification": "BUSINESS",
                          "countryCode": "EG",
                          "countryName": "Lesotho",
                          "geographicCoordinates": "+40.75-074.00",
                          "postalCode": "73900-4249",
                          "residential": true,
                          "stateOrProvinceCode": "CA",
                          "streetLines": "[10 FedEx Parkway, Suite 302]",
                          "urbanizationCode": "Iz"
                        },
                        "contact": {
                          "companyName": "Lockman - Keebler",
                          "emailAddress": "Nelson_Stark95@hotmail.com",
                          "faxNumber": "9835949748",
                          "pagerNumber": "4317632",
                          "personName": {
                            "firstName": "Trent",
                            "lastName": "Bernier",
                            "middleName": "Bailey",
                            "prefix": "Miss",
                            "suffix": "II",
                            "title": "Mayor"
                          },
                          "phoneExtension": "92",
                          "phoneNumber": "8456047577",
                          "phoneNumberAreaCode": "868",
                          "phoneNumberCountryCode": "92",
                          "title": "Dr"
                        }
                      },
                      "creditCardType": "DISCOVER",
                      "expirationDate": "2027-09-12T00:00:00.0Z",
                      "lastAuthenticationByFedexDate": "2025-10-12T00:00:00.0Z",
                      "number": "3603-620148-8436",
                      "verificationCode": "837"
                    },
                    "creditCardTransactionDetail": {
                      "attributesDetail": {
                        "types": "ORIGINATED_BY_AUTHORIZED_PERSONNEL"
                      },
                      "authorizationId": "Lrjkohvwly",
                      "authorizationType": "VERIFY_WITH_ACCOUNT",
                      "fraudDetectionDetail": {
                        "clientCookiesEnabled": true,
                        "devicePrint": "UxwlER5OXE4gbVhTQ8fy",
                        "ipAddress": "62.47.189.80"
                      },
                      "payorAuthenticationCode": "7fbTeZ5LR",
                      "payorAuthenticationSessionId": "7904632",
                      "settlementScheduleType": "SETTLE_IMMEDIATELY"
                    },
                    "ePaymentDetail": {
                      "amount": {
                        "amount": 343.82,
                        "currency": "MRU"
                      },
                      "creditCardExpirationDate": "2027-05-14T00:00:00.0Z",
                      "creditCardType": "DISCOVER",
                      "ePaymentMode": "GOOGLE_PAY",
                      "epaymentProcessor": "RETAIL_SINGLE_POINT_OF_SALE"
                    },
                    "paymentType": "CREDIT_CARD",
                    "payor": {
                      "associatedAccounts": [
                        {
                          "accountNumber": "12345678",
                          "type": "FEDEX_EXPRESS"
                        },
                        {
                          "accountNumber": "12345678",
                          "type": "FEDEX_EXPRESS"
                        },
                        {
                          "accountNumber": "12345678",
                          "type": "FEDEX_EXPRESS"
                        }
                      ],
                      "responsibleParty": {
                        "accountNumber": "951357381",
                        "address": {
                          "city": "South Reaganland",
                          "classification": "BUSINESS",
                          "countryCode": "GD",
                          "countryName": "Dominican Republic",
                          "geographicCoordinates": "+40.75-074.00",
                          "postalCode": "71364",
                          "residential": true,
                          "stateOrProvinceCode": "CA",
                          "streetLines": "[10 FedEx Parkway, Suite 302]",
                          "urbanizationCode": "ER"
                        },
                        "contact": {
                          "companyName": "Hermann, Ondricka and Witting",
                          "contactId": "096",
                          "emailAddress": "Randi_Bauch62@hotmail.com",
                          "faxNumber": "4177000658",
                          "pagerNumber": "3361332",
                          "personName": "Kelley Schroeder",
                          "phoneExtension": "22",
                          "phoneNumber": "4723390572",
                          "title": "Ms",
                          "tollFreePhoneNumber": "0295452"
                        },
                        "tins": [
                          {
                            "effectiveDate": "2025-07-10T00:00:00.0Z",
                            "expirationDate": "2026-09-24T00:00:00.0Z",
                            "number": "872202",
                            "tinType": "BUSINESS_STATE",
                            "usage": "usage"
                          },
                          {
                            "effectiveDate": "2026-04-17T00:00:00.0Z",
                            "expirationDate": "2027-01-31T00:00:00.0Z",
                            "number": "199596",
                            "tinType": "BUSINESS_STATE",
                            "usage": "customs"
                          },
                          {
                            "effectiveDate": "2024-09-10T00:00:00.0Z",
                            "expirationDate": "2027-07-22T00:00:00.0Z",
                            "number": "497204",
                            "tinType": "BUSINESS_STATE",
                            "usage": "usage"
                          }
                        ]
                      }
                    }
                  }
                }
              },
              "summaryDetail": {
                "expressFreightPackageCount": 2,
                "expressPacakgeCount": 7,
                "expressTotalFreightAdjustedWeight": {
                  "units": "LB",
                  "value": 432
                },
                "expressTotalFreightWeight": {
                  "units": "LB",
                  "value": 1810
                },
                "expressTotalPackageAdjustedWeight": {
                  "units": "LB",
                  "value": 340
                },
                "expressTotalPackageWeight": {
                  "units": "LB",
                  "value": 77
                },
                "groundPackageCount": 46,
                "groundTotalPackageAdjustedWeight": {
                  "units": "LB",
                  "value": 922
                },
                "groundTotalPackageWeight": {
                  "units": "LB",
                  "value": 84
                },
                "numberOfUnconsolidatedCommodities": 8
              }
            },
            "type": "INTERNATIONAL_DISTRIBUTION_FREIGHT"
          },
          "customsClearanceDetail": {
            "brokers": [
              {
                "broker": {
                  "accountNumber": {
                    "value": "801472842"
                  },
                  "address": {
                    "city": "Beverly Hills",
                    "countryCode": "US",
                    "postalCode": "90210",
                    "residential": false,
                    "stateOrProvinceCode": "CA",
                    "streetLines": [
                      "10 FedEx Parkway",
                      "Suite 302"
                    ]
                  },
                  "contact": {
                    "companyName": "Fedex",
                    "emailAddress": "sample@company.com",
                    "personName": "John Taylor",
                    "phoneExtension": "000",
                    "phoneNumber": "9612345671"
                  },
                  "tins": {
                    "description": "This is the tax identification number details.",
                    "items": {
                      "properties": {
                        "effectiveDate": {
                          "description": "Specify the tax ID effective date.<br>Example: 2000-01-23T04:56:07.000+00:00",
                          "format": "date-time",
                          "type": "string",
                          "x-faker": {
                            "date.past": {
                              "years": 5
                            }
                          }
                        },
                        "expirationDate": {
                          "description": "Specify the tax ID expiration date.<br>Example: 2000-01-23T04:56:07.000+00:00",
                          "format": "date-time",
                          "type": "string",
                          "x-faker": {
                            "date.future": {
                              "years": 5
                            }
                          }
                        },
                        "number": {
                          "description": "Specify tax ID number. Maximum length is 18.<br>Example: 123567",
                          "type": "string",
                          "x-faker": {
                            "string.numeric": 6
                          }
                        },
                        "tinType": {
                          "description": "Indicate the type of tax identification number.",
                          "enum": [
                            "PERSONAL_NATIONAL",
                            "PERSONAL_STATE",
                            "FEDERAL",
                            "BUSINESS_NATIONAL",
                            "BUSINESS_STATE",
                            "BUSINESS_UNION"
                          ],
                          "example": "FEDERAL",
                          "type": "string"
                        },
                        "usage": {
                          "description": "Specify the reason for using the tax identification number in shipment processing.<br>Example: usage",
                          "type": "string",
                          "x-faker": {
                            "helpers.arrayElement": [
                              [
                                "usage",
                                "tax_filing",
                                "customs"
                              ]
                            ]
                          }
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  }
                },
                "type": "TYPE2"
              },
              {
                "broker": {
                  "accountNumber": {
                    "value": "801472842"
                  },
                  "address": {
                    "city": "Beverly Hills",
                    "countryCode": "US",
                    "postalCode": "90210",
                    "residential": false,
                    "stateOrProvinceCode": "CA",
                    "streetLines": [
                      "10 FedEx Parkway",
                      "Suite 302"
                    ]
                  },
                  "contact": {
                    "companyName": "Fedex",
                    "emailAddress": "sample@company.com",
                    "personName": "John Taylor",
                    "phoneExtension": "000",
                    "phoneNumber": "9612345671"
                  },
                  "tins": {
                    "description": "This is the tax identification number details.",
                    "items": {
                      "properties": {
                        "effectiveDate": {
                          "description": "Specify the tax ID effective date.<br>Example: 2000-01-23T04:56:07.000+00:00",
                          "format": "date-time",
                          "type": "string",
                          "x-faker": {
                            "date.past": {
                              "years": 5
                            }
                          }
                        },
                        "expirationDate": {
                          "description": "Specify the tax ID expiration date.<br>Example: 2000-01-23T04:56:07.000+00:00",
                          "format": "date-time",
                          "type": "string",
                          "x-faker": {
                            "date.future": {
                              "years": 5
                            }
                          }
                        },
                        "number": {
                          "description": "Specify tax ID number. Maximum length is 18.<br>Example: 123567",
                          "type": "string",
                          "x-faker": {
                            "string.numeric": 6
                          }
                        },
                        "tinType": {
                          "description": "Indicate the type of tax identification number.",
                          "enum": [
                            "PERSONAL_NATIONAL",
                            "PERSONAL_STATE",
                            "FEDERAL",
                            "BUSINESS_NATIONAL",
                            "BUSINESS_STATE",
                            "BUSINESS_UNION"
                          ],
                          "example": "FEDERAL",
                          "type": "string"
                        },
                        "usage": {
                          "description": "Specify the reason for using the tax identification number in shipment processing.<br>Example: usage",
                          "type": "string",
                          "x-faker": {
                            "helpers.arrayElement": [
                              [
                                "usage",
                                "tax_filing",
                                "customs"
                              ]
                            ]
                          }
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  }
                },
                "type": "TYPE2"
              },
              {
                "broker": {
                  "accountNumber": {
                    "value": "801472842"
                  },
                  "address": {
                    "city": "Beverly Hills",
                    "countryCode": "US",
                    "postalCode": "90210",
                    "residential": false,
                    "stateOrProvinceCode": "CA",
                    "streetLines": [
                      "10 FedEx Parkway",
                      "Suite 302"
                    ]
                  },
                  "contact": {
                    "companyName": "Fedex",
                    "emailAddress": "sample@company.com",
                    "personName": "John Taylor",
                    "phoneExtension": "000",
                    "phoneNumber": "9612345671"
                  },
                  "tins": {
                    "description": "This is the tax identification number details.",
                    "items": {
                      "properties": {
                        "effectiveDate": {
                          "description": "Specify the tax ID effective date.<br>Example: 2000-01-23T04:56:07.000+00:00",
                          "format": "date-time",
                          "type": "string",
                          "x-faker": {
                            "date.past": {
                              "years": 5
                            }
                          }
                        },
                        "expirationDate": {
                          "description": "Specify the tax ID expiration date.<br>Example: 2000-01-23T04:56:07.000+00:00",
                          "format": "date-time",
                          "type": "string",
                          "x-faker": {
                            "date.future": {
                              "years": 5
                            }
                          }
                        },
                        "number": {
                          "description": "Specify tax ID number. Maximum length is 18.<br>Example: 123567",
                          "type": "string",
                          "x-faker": {
                            "string.numeric": 6
                          }
                        },
                        "tinType": {
                          "description": "Indicate the type of tax identification number.",
                          "enum": [
                            "PERSONAL_NATIONAL",
                            "PERSONAL_STATE",
                            "FEDERAL",
                            "BUSINESS_NATIONAL",
                            "BUSINESS_STATE",
                            "BUSINESS_UNION"
                          ],
                          "example": "FEDERAL",
                          "type": "string"
                        },
                        "usage": {
                          "description": "Specify the reason for using the tax identification number in shipment processing.<br>Example: usage",
                          "type": "string",
                          "x-faker": {
                            "helpers.arrayElement": [
                              [
                                "usage",
                                "tax_filing",
                                "customs"
                              ]
                            ]
                          }
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  }
                },
                "type": "TYPE2"
              }
            ],
            "clearanceBrokerage": "BROKER_SELECT",
            "commercialInvoice": {
              "comments": [
                "optional comments for the commercial invoice"
              ],
              "customerReferences": {
                "customerReferenceType": "CUSTOMER_REFERENCE",
                "value": "2359"
              },
              "declarationStatement": "IiyiHqSN3MQxynnVSpko",
              "freightCharge": {
                "amount": 40.53,
                "currency": "MOP"
              },
              "handlingCosts": {
                "amount": 6.31,
                "currency": "CRC"
              },
              "originatorName": "Mr. Taylor Waters-Wintheiser",
              "packingCosts": {
                "amount": 1.23,
                "currency": "KHR"
              },
              "paymentTerms": "Net 60",
              "purpose": "CONSUMER",
              "purposeOfShipmentDescription": "REPAIR_AND_RETURN",
              "specialInstructions": "Y6oUgCdH8i8GCUs",
              "taxesOrMiscellaneousCharge": {
                "amount": 27.95,
                "currency": "NAD"
              },
              "taxesOrMiscellaneousChargeType": "COMMISSIONS",
              "termsOfSale": "FOB"
            },
            "commodities": [
              {
                "cIMarksAndNumbers": "yT7w4U0hH7",
                "clearanceItemDetail": [
                  {
                    "address": {
                      "city": "Fort Vitafort",
                      "countryCode": "TV",
                      "postalCode": "67997-0479",
                      "residential": true,
                      "stateOrProvinceCode": "CA",
                      "streetLines": [
                        "Suite 10",
                        "98 Royal Crescent"
                      ]
                    },
                    "contact": {
                      "companyName": "Boyer and Sons"
                    },
                    "id": "hNOcG9lTik",
                    "role": "MANUFACTURER"
                  },
                  {
                    "address": {
                      "city": "Howellstad",
                      "countryCode": "CD",
                      "postalCode": "46035",
                      "residential": false,
                      "stateOrProvinceCode": "TX",
                      "streetLines": [
                        "Suite 10",
                        "98 Royal Crescent"
                      ]
                    },
                    "contact": {
                      "companyName": "Romaguera - Buckridge"
                    },
                    "id": "HMgEKPT4Ar",
                    "role": "MANUFACTURER"
                  },
                  {
                    "address": {
                      "city": "Chesapeake",
                      "countryCode": "KP",
                      "postalCode": "98641",
                      "residential": false,
                      "stateOrProvinceCode": "TX",
                      "streetLines": [
                        "98 Royal Crescent",
                        "Suite 10"
                      ]
                    },
                    "contact": {
                      "companyName": "Langosh and Sons"
                    },
                    "id": "WoWI0aT0LC",
                    "role": "MANUFACTURER"
                  }
                ],
                "commodityId": "JVUNCu",
                "countryOfManufacture": "VG",
                "customsValue": {
                  "amount": 227.86,
                  "currency": "MVR"
                },
                "description": "Ergonomic Bike made with Cotton for all-day meaty support",
                "name": "Soft Granite Table",
                "numberOfPieces": 25,
                "quantity": 15,
                "quantityUnits": "BOX",
                "unitPrice": {
                  "amount": 933.06,
                  "currency": "CRC"
                },
                "weight": {
                  "units": "KG",
                  "value": 68
                }
              },
              {
                "cIMarksAndNumbers": "j0H96YEwFZ",
                "clearanceItemDetail": [
                  {
                    "address": {
                      "city": "Gregton",
                      "countryCode": "BL",
                      "postalCode": "68758",
                      "residential": false,
                      "stateOrProvinceCode": "CA",
                      "streetLines": [
                        "Suite 10",
                        "98 Royal Crescent"
                      ]
                    },
                    "contact": {
                      "companyName": "Stark - Thompson"
                    },
                    "id": "oT5K0b8I0S",
                    "role": "MANUFACTURER"
                  },
                  {
                    "address": {
                      "city": "East Julio",
                      "countryCode": "KE",
                      "postalCode": "71504",
                      "residential": true,
                      "stateOrProvinceCode": "TX",
                      "streetLines": [
                        "Suite 10",
                        "98 Royal Crescent"
                      ]
                    },
                    "contact": {
                      "companyName": "Wyman, Lemke and Blick"
                    },
                    "id": "dp3caCBN4s",
                    "role": "MANUFACTURER"
                  },
                  {
                    "address": {
                      "city": "North Janis",
                      "countryCode": "BQ",
                      "postalCode": "78357-8081",
                      "residential": false,
                      "stateOrProvinceCode": "NY",
                      "streetLines": [
                        "Suite 10",
                        "98 Royal Crescent"
                      ]
                    },
                    "contact": {
                      "companyName": "Johnston, McLaughlin and Hane"
                    },
                    "id": "QD1Vv8CiRe",
                    "role": "MANUFACTURER"
                  },
                  {
                    "address": {
                      "city": "Fishers",
                      "countryCode": "MF",
                      "postalCode": "02886-3239",
                      "residential": true,
                      "stateOrProvinceCode": "NY",
                      "streetLines": [
                        "98 Royal Crescent",
                        "Suite 10"
                      ]
                    },
                    "contact": {
                      "companyName": "Schmeler - Baumbach"
                    },
                    "id": "JFhyj9tfzX",
                    "role": "MANUFACTURER"
                  },
                  {
                    "address": {
                      "city": "Flint",
                      "countryCode": "LV",
                      "postalCode": "32884",
                      "residential": true,
                      "stateOrProvinceCode": "NY",
                      "streetLines": [
                        "Suite 10",
                        "98 Royal Crescent"
                      ]
                    },
                    "contact": {
                      "companyName": "Casper, Schinner and Will"
                    },
                    "id": "IsZwA3TlSd",
                    "role": "MANUFACTURER"
                  }
                ],
                "commodityId": "4KNZ2i",
                "countryOfManufacture": "MV",
                "customsValue": {
                  "amount": 2789.53,
                  "currency": "GBP"
                },
                "description": "New silver Tuna with ergonomic design for fortunate comfort",
                "name": "Elegant Aluminum Shoes",
                "numberOfPieces": 34,
                "quantity": 38,
                "quantityUnits": "PCS",
                "unitPrice": {
                  "amount": 4876.2,
                  "currency": "HUF"
                },
                "weight": {
                  "units": "KG",
                  "value": 68
                }
              },
              {
                "cIMarksAndNumbers": "iKkl5R7hlG",
                "clearanceItemDetail": [
                  {
                    "address": {
                      "city": "Port Dayna",
                      "countryCode": "GN",
                      "postalCode": "12951-2042",
                      "residential": true,
                      "stateOrProvinceCode": "NY",
                      "streetLines": [
                        "Suite 10",
                        "98 Royal Crescent"
                      ]
                    },
                    "contact": {
                      "companyName": "Gleichner Inc"
                    },
                    "id": "mDxl6wj8DK",
                    "role": "MANUFACTURER"
                  }
                ],
                "commodityId": "ZlM7nJ",
                "countryOfManufacture": "TN",
                "customsValue": {
                  "amount": 776.14,
                  "currency": "SBD"
                },
                "description": "Experience the orchid brilliance of our Sausages, perfect for svelte environments",
                "name": "Ergonomic Gold Ball",
                "numberOfPieces": 88,
                "quantity": 49,
                "quantityUnits": "PCS",
                "unitPrice": {
                  "amount": 2726.3,
                  "currency": "SBD"
                },
                "weight": {
                  "units": "KG",
                  "value": 68
                }
              },
              {
                "cIMarksAndNumbers": "I3bOkOlQoy",
                "clearanceItemDetail": [
                  {
                    "address": {
                      "city": "North Emely",
                      "countryCode": "GQ",
                      "postalCode": "22890-1157",
                      "residential": true,
                      "stateOrProvinceCode": "CA",
                      "streetLines": [
                        "Suite 10",
                        "98 Royal Crescent"
                      ]
                    },
                    "contact": {
                      "companyName": "Braun, Bernhard and Luettgen"
                    },
                    "id": "px7CACLUvd",
                    "role": "MANUFACTURER"
                  },
                  {
                    "address": {
                      "city": "Daly City",
                      "countryCode": "ML",
                      "postalCode": "76498",
                      "residential": true,
                      "stateOrProvinceCode": "CA",
                      "streetLines": [
                        "98 Royal Crescent",
                        "Suite 10"
                      ]
                    },
                    "contact": {
                      "companyName": "Bednar, Franecki and Morissette"
                    },
                    "id": "z5Hor30CFt",
                    "role": "MANUFACTURER"
                  },
                  {
                    "address": {
                      "city": "South Mervinworth",
                      "countryCode": "LB",
                      "postalCode": "00614-9254",
                      "residential": false,
                      "stateOrProvinceCode": "NY",
                      "streetLines": [
                        "98 Royal Crescent",
                        "Suite 10"
                      ]
                    },
                    "contact": {
                      "companyName": "Towne, Weissnat and Schamberger"
                    },
                    "id": "Ah9RhFPFgR",
                    "role": "MANUFACTURER"
                  }
                ],
                "commodityId": "75tZhR",
                "countryOfManufacture": "MR",
                "customsValue": {
                  "amount": 200.37,
                  "currency": "ZAR"
                },
                "description": "Recycled Soap designed with Wooden for wonderful performance",
                "name": "Rustic Metal Mouse",
                "numberOfPieces": 19,
                "quantity": 42,
                "quantityUnits": "BOX",
                "unitPrice": {
                  "amount": 4506.47,
                  "currency": "AFN"
                },
                "weight": {
                  "units": "KG",
                  "value": 68
                }
              },
              {
                "cIMarksAndNumbers": "gi8VkXoj4k",
                "clearanceItemDetail": [
                  {
                    "address": {
                      "city": "North Miami",
                      "countryCode": "CN",
                      "postalCode": "13283-3334",
                      "residential": true,
                      "stateOrProvinceCode": "NY",
                      "streetLines": [
                        "Suite 10",
                        "98 Royal Crescent"
                      ]
                    },
                    "contact": {
                      "companyName": "Tremblay and Sons"
                    },
                    "id": "JDxrQGK4Et",
                    "role": "MANUFACTURER"
                  },
                  {
                    "address": {
                      "city": "Asachester",
                      "countryCode": "LK",
                      "postalCode": "98206",
                      "residential": false,
                      "stateOrProvinceCode": "NY",
                      "streetLines": [
                        "Suite 10",
                        "98 Royal Crescent"
                      ]
                    },
                    "contact": {
                      "companyName": "Toy, Rogahn and Schiller"
                    },
                    "id": "ES3FfDaAO5",
                    "role": "MANUFACTURER"
                  }
                ],
                "commodityId": "IyHHiF",
                "countryOfManufacture": "EH",
                "customsValue": {
                  "amount": 4986.93,
                  "currency": "ALL"
                },
                "description": "The maroon Bike combines Cook Islands aesthetics with Gold-based durability",
                "name": "Incredible Cotton Chair",
                "numberOfPieces": 50,
                "quantity": 28,
                "quantityUnits": "BOX",
                "unitPrice": {
                  "amount": 4313.15,
                  "currency": "XAF"
                },
                "weight": {
                  "units": "KG",
                  "value": 68
                }
              }
            ],
            "customsOption": {
              "description": "Description",
              "type": "COURTESY_RETURN_LABEL"
            },
            "declarationStatementDetail": {
              "types": [
                "Statement2",
                "Statement1"
              ]
            },
            "documentContent": "DOCUMENTS_ONLY",
            "dutiesPayment": {
              "paymentType": "THIRD_PARTY",
              "payor": {
                "responsibleParty": {
                  "accountNumber": {
                    "value": "123456789"
                  },
                  "address": {
                    "city": "South Eldorabury",
                    "countryCode": "BI",
                    "postalCode": "08599",
                    "residential": false,
                    "stateOrProvinceCode": "CA",
                    "streetLines": [
                      "Bldg. 10",
                      "10 FedEx Parkway"
                    ]
                  },
                  "contact": {
                    "companyName": "FedEx",
                    "emailAddress": "sample@company.com",
                    "faxNumber": "1234567890",
                    "fedralTaxId": "11-N-1745",
                    "personName": "John Taylor",
                    "phoneExtension": 1234,
                    "phoneNumber": "1234567890",
                    "stateTaxId": "11-N-1745"
                  }
                }
              }
            },
            "exportDetail": {
              "b13AFilingOption": "NOT_REQUIRED",
              "destinationControlDetail": {
                "destinationCountries": [
                  "USA",
                  "India"
                ],
                "endUser": "Rhonda Hartmann",
                "statementTypes": "DEPARTMENT_OF_COMMERCE"
              },
              "exportComplianceStatement": "2dftWqRzHaGuCGX7",
              "permitNumber": "67301"
            },
            "freightOnValue": "OWN_RISK",
            "importerOfRecord": {
              "accountNumber": {
                "value": "801472842"
              },
              "address": {
                "city": "Beverly Hills",
                "countryCode": "US",
                "postalCode": "90210",
                "residential": false,
                "stateOrProvinceCode": "CA",
                "streetLines": [
                  "10 FedEx Parkway",
                  "Suite 302"
                ]
              },
              "contact": {
                "companyName": "Fedex",
                "emailAddress": "sample@company.com",
                "personName": "John Taylor",
                "phoneExtension": "000",
                "phoneNumber": "9612345671"
              },
              "tins": {
                "description": "This is the tax identification number details.",
                "items": {
                  "properties": {
                    "effectiveDate": {
                      "description": "Specify the tax ID effective date.<br>Example: 2000-01-23T04:56:07.000+00:00",
                      "format": "date-time",
                      "type": "string",
                      "x-faker": {
                        "date.past": {
                          "years": 5
                        }
                      }
                    },
                    "expirationDate": {
                      "description": "Specify the tax ID expiration date.<br>Example: 2000-01-23T04:56:07.000+00:00",
                      "format": "date-time",
                      "type": "string",
                      "x-faker": {
                        "date.future": {
                          "years": 5
                        }
                      }
                    },
                    "number": {
                      "description": "Specify tax ID number. Maximum length is 18.<br>Example: 123567",
                      "type": "string",
                      "x-faker": {
                        "string.numeric": 6
                      }
                    },
                    "tinType": {
                      "description": "Indicate the type of tax identification number.",
                      "enum": [
                        "PERSONAL_NATIONAL",
                        "PERSONAL_STATE",
                        "FEDERAL",
                        "BUSINESS_NATIONAL",
                        "BUSINESS_STATE",
                        "BUSINESS_UNION"
                      ],
                      "example": "FEDERAL",
                      "type": "string"
                    },
                    "usage": {
                      "description": "Specify the reason for using the tax identification number in shipment processing.<br>Example: usage",
                      "type": "string",
                      "x-faker": {
                        "helpers.arrayElement": [
                          [
                            "usage",
                            "tax_filing",
                            "customs"
                          ]
                        ]
                      }
                    }
                  },
                  "type": "object"
                },
                "type": "array"
              }
            },
            "insuranceCharges": {
              "amount": 1444.36,
              "currency": "PLN"
            },
            "recipientCustomsId": {
              "type": "PASSPORT",
              "value": "864"
            },
            "regulatoryControls": "NOT_IN_FREE_CIRCULATION",
            "totalCustomsValue": {
              "amount": 836.53,
              "currency": "BAM"
            }
          },
          "dropOffType": "DROP_BOX",
          "edtRequestTypes": "ALL",
          "labelSpecification": {
            "imageType": "PDF",
            "labelFormatType": "COMMON2D",
            "labelPrintingOrientation": "BOTTOM_EDGE_OF_TEXT_FIRST",
            "labelStockType": "PAPER_7X475"
          },
          "origin": {
            "address": {
              "city": "Beverly Hills",
              "countryCode": "US",
              "postalCode": "90210",
              "residential": false,
              "stateOrProvinceCode": "CA",
              "streetLines": [
                "10 FedEx Parkway",
                "Suite 302"
              ]
            },
            "contact": {
              "companyName": "Stehr, Smith and Kunze",
              "emailAddress": "Emmie_Williamson@hotmail.com",
              "personName": "Roger Kertzmann",
              "phoneExtension": "92",
              "phoneNumber": "(998) 585-8594"
            }
          },
          "packagingType": "YOUR_PACKAGING",
          "processingOptionsRequested": {
            "options": "BYPASS_REGULATORY_VALIDATION"
          },
          "rateRequestTypes": "NONE",
          "recipient": {
            "accountNumber": {
              "value": "123456789"
            },
            "address": {
              "city": "Beverly Hills",
              "countryCode": "US",
              "postalCode": "90210",
              "residential": false,
              "stateOrProvinceCode": "CA",
              "streetLines": [
                "10 FedEx Parkway",
                "Suite 302"
              ]
            },
            "contact": {
              "companyName": "Fedex",
              "emailAddress": "sample@company.com",
              "personName": "John Taylor",
              "phoneExtension": "91",
              "phoneNumber": "1234567890"
            },
            "tins": [
              {
                "effectiveDate": "2022-06-25T00:00:00.0Z",
                "expirationDate": "2027-05-17T00:00:00.0Z",
                "number": "860526",
                "tinType": "FEDERAL",
                "usage": "usage"
              },
              {
                "effectiveDate": "2024-06-30T00:00:00.0Z",
                "expirationDate": "2030-01-20T00:00:00.0Z",
                "number": "492720",
                "tinType": "FEDERAL",
                "usage": "tax_filing"
              }
            ]
          },
          "recipientLocationNumber": "aute magna",
          "requestedPackageLineItems": {
            "customerReferences": {
              "customerReferenceType": "CUSTOMER_REFERENCE",
              "value": "XGao8JbqtE"
            },
            "dimensions": {
              "height": 30,
              "length": 100,
              "units": "CM",
              "width": 50
            },
            "groupNumber": "30",
            "groupPackageCount": "7",
            "sequenceNumber": "63",
            "trackingId": {
              "formId": "9875",
              "trackindIdType": "FEDEX",
              "trackingNumber": "105348408626281"
            },
            "weights": {
              "units": "KG",
              "value": 68
            }
          },
          "serviceType": "STANDARD_OVERNIGHT",
          "shipDatestamp": "2026-08-26T00:00:00.0Z",
          "shipper": {
            "accountNumber": {
              "value": "123456789"
            },
            "address": {
              "city": "Beverly Hills",
              "countryCode": "US",
              "postalCode": "90210",
              "residential": false,
              "stateOrProvinceCode": "CA",
              "streetLines": [
                "10 FedEx Parkway",
                "Suite 302"
              ]
            },
            "contact": {
              "companyName": "Rau, Bogisich and Howell",
              "emailAddress": "Meagan_Pagac@gmail.com",
              "personName": "Sue Beahan",
              "phoneExtension": "75",
              "phoneNumber": "(214) 821-3621"
            },
            "tins": [
              {
                "effectiveDate": "2026-02-01T00:00:00.0Z",
                "expirationDate": "2029-12-12T00:00:00.0Z",
                "number": "685880",
                "tinType": "FEDERAL",
                "usage": "usage"
              }
            ]
          },
          "totalDimensions": {
            "height": 30,
            "length": 100,
            "units": "CM",
            "width": 50
          },
          "totalWeight": {
            "units": "KG",
            "value": 68
          }
        },
        "shipmentRoleType": "CRN_SHIPMENT"
      }
    },
    "jobId": "rjdwQLUD",
    "processingOptionType": "ASYNCHRONOUSLY_PROCESSED"
  }
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "customerTransactionId": "AnyCo_order123456789",
  "errors": [
    {
      "code": "TRACKINGID.FORMID.REQUIRED",
      "message": "Tracking Number is required. Please update and try again."
    }
  ]
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "errors": [
    {
      "code": "NOT.AUTHORIZED.ERROR",
      "message": "No access token provided. Please modify your request and try again."
    }
  ]
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "errors": [
    {
      "code": "FORBIDDEN.ERROR",
      "message": "We could not authorize your credentials. Please check your permissions and try again."
    }
  ]
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "errors": [
    {
      "code": "NOT.FOUND.ERROR",
      "message": "The resource you requested is no longer available. Please modify your request and try again."
    }
  ]
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "customerTransactionId": "AnyCo_order123456789",
  "errors": [
    {
      "code": "INTERNAL.SERVER.ERROR",
      "message": "We encountered an unexpected error and are working to resolve the issue. We apologize for any inconvenience. Please check back at a later time."
    }
  ]
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "customerTransactionId": "AnyCo_order123456789",
  "errors": [
    {
      "code": "SERVICE.UNAVAILABLE.ERROR",
      "message": "The service is currently unavailable and we are working to resolve the issue. We apologize for any inconvenience. Please check back at a later time."
    }
  ]
}
Header NameExample
X-locale"en_US"
X-customer-transaction-id"AnyCo_order123456789"
content-type*"application/json"
authorization*"Bearer XXX"
{
  "accountNumber": {
    "value": "123456789"
  },
  "jobId": "dyzMKhU3jgibcGRKVSkP",
  "version": {
    "major": 4,
    "minor": 8,
    "patch": 3
  }
}
{
  "customerTransactionId": "nrO3O0Hr7ekCjI3",
  "output": {
    "alerts": [
      {
        "alertType": "NOTE",
        "code": "tZ5LQTqwZM",
        "message": "YcNcD32HjWi5ijdN7tgT"
      },
      {
        "alertType": "NOTE",
        "code": "kvb6HYHrRG",
        "message": "JQRxbzqUStZfe35l09qL"
      },
      {
        "alertType": "NOTE",
        "code": "mVSZiClSEk",
        "message": "Gl4l8dpNAnR9I72pZCsq"
      }
    ],
    "jobId": "etcuweKW",
    "processingOptionType": "ASYNCHRONOUSLY_PROCESSED",
    "transactionConsolidations": [
      {
        "completedConsolidationDetail": {
          "consolidationDocumentTypes": {
            "commoditiesByTrackingNumberDetail": {
              "format": {
                "docType": "PDF",
                "stockType": "PAPER_LETTER"
              }
            },
            "condensedCrnReportDetail": {
              "format": {
                "docType": "PDF",
                "stockType": "PAPER_LETTER"
              }
            },
            "consolidatedCommercialInvoiceDetail": {
              "format": {
                "docType": "PDF",
                "stockType": "PAPER_LETTER"
              }
            },
            "consolidatedCustomsLinehaulReportDetail": {
              "format": {
                "docType": "PDF",
                "stockType": "PAPER_LETTER"
              }
            },
            "consolidatedPartyReportDetail": {
              "format": {
                "docType": "PDF",
                "stockType": "PAPER_LETTER"
              }
            },
            "consolidatedSoldToSummaryReportDetail": {
              "format": {
                "docType": "PDF",
                "stockType": "PAPER_LETTER"
              }
            },
            "consolidationDocumentTypes": [
              "CONSOLIDATED_COMMERCIAL_INVOICE",
              "CUSTOMS_PACKING_LIST",
              "CRN_REPORT",
              "COMMODITIES_BY_TRACKING_NUMBER_REPORT",
              "CONDENSED_CRN_REPORT",
              "CONSOLIDATED_CUSTOMS_LINEHAUL_REPORT",
              "CONSOLIDATED_PARTY_REPORT",
              "CONSOLIDATED_SOLD_TO_SUMMARY_REPORT",
              "CUSTOM_CONSOLIDATION_DOCUMENT",
              "CERTIFICATE_OF_ORIGIN",
              "COMMERCIAL_INVOICE",
              "CUSTOM_PACKAGE_DOCUMENT",
              "CUSTOM_SHIPMENT_DOCUMENT",
              "CUSTOMER_SPECIFIED_LABELS",
              "DANGEROUS_GOODS_SHIPPERS_DECLARATION",
              "EXPORT_DECLARATION",
              "FEDEX_FREIGHT_STRAIGHT_BILL_OF_LADING",
              "GENERAL_AGENCY_AGREEMENT",
              "LABEL",
              "USMCA_COMMERCIAL_INVOICE_CERTIFICATION_OF_ORIGIN",
              "USMCA_CERTIFICATION_OF_ORIGIN",
              "OP_900",
              "PENDING_SHIPMENT_EMAIL_NOTIFICATION",
              "PRO_FORMA_INVOICE",
              "RETURN_INSTRUCTIONS",
              "VICS_BILL_OF_LADING"
            ],
            "crnReportDetail": {
              "format": {
                "docType": "PDF",
                "stockType": "PAPER_LETTER"
              }
            },
            "customDocumentDetails": [
              {
                "docType": "PDF",
                "stockType": "PAPER_LETTER"
              },
              {
                "docType": "PDF",
                "stockType": "PAPER_LETTER"
              }
            ],
            "customsPackingListDetail": {
              "format": {
                "docType": "PDF",
                "stockType": "PAPER_LETTER"
              }
            }
          },
          "consolidationShipments": {
            "completedShipmentDetail": {
              "accessDetail": {
                "accessorDetails": [
                  {
                    "emailLabelUrl": "https://lustrous-octave.com",
                    "password": "Ay6gDEO1",
                    "role": "National Response Planner",
                    "userId": "4a6ef09a-b25e-4ff8-9b1a-b19912d70ba7"
                  },
                  {
                    "emailLabelUrl": "https://clueless-retrospectivity.net/",
                    "password": "na_4eBny",
                    "role": "Senior Tactics Executive",
                    "userId": "498a61ed-c7a9-4c25-abe0-0a1f728c5be6"
                  },
                  {
                    "emailLabelUrl": "https://minor-eyebrow.com",
                    "password": "hR1aANTb",
                    "role": "Human Functionality Technician",
                    "userId": "87fe7a8d-72e2-4b8f-bb36-42aedfbcb0a6"
                  }
                ]
              },
              "carrierCode": "FDXE",
              "completedCodDetail": {
                "codCollectionAmount": {
                  "amount": 2412.89,
                  "currency": "SAR"
                }
              },
              "completedEtdDetail": {
                "folderId": "ZS7G8zFktrbAoprQ",
                "type": "COMMERCIAL_INVOICE",
                "uploadDocumentReferenceDetails": [
                  {
                    "documentId": "ciYfnsUv2j419JwF"
                  }
                ]
              },
              "completedHoldAtLocationDetail": {
                "holdingLocation": {
                  "address": {
                    "city": "Beverly Hills",
                    "countryCode": "US",
                    "postalCode": "38127",
                    "residential": false,
                    "stateOrProvinceCode": "CA",
                    "streetLines": [
                      "10 FedEx Parkway",
                      "Suite 302"
                    ]
                  },
                  "contact": {
                    "companyName": "Fedex",
                    "emailAddress": "sample@company.com",
                    "faxNumber": "1234567890",
                    "pagerNumber": "6127812",
                    "personName": "John Taylor",
                    "phoneExtension": "91",
                    "phoneNumber": "1234567890",
                    "title": "title",
                    "tollFreePhoneNumber": "6127812"
                  }
                },
                "holdingLocationType": "FEDEX_STAFFED"
              },
              "completedPackageDetails": [
                {
                  "dryIceWeight": {
                    "units": "KG",
                    "value": 68
                  },
                  "groupNumber": 3,
                  "hazardousPackageDetail": {
                    "accessibility": "INACCESSIBLE",
                    "cargoAircraftOnly": true,
                    "containers": [
                      {
                        "hazardousCommodities": [
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "uNfO2ZzgQY",
                              "hazardClass": "3",
                              "id": "UN0966",
                              "labelText": "Flammable",
                              "packingGroup": "I",
                              "packingInstructions": "None",
                              "properShippingName": "Battery",
                              "properShippingNameAndDescription": "Paint, flammable",
                              "sequenceNumber": 4,
                              "specialProvisions": "A88",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "A",
                              "technicalName": "Benzene",
                              "tunnelRestrictionCode": "A"
                            },
                            "massPoints": 56.14,
                            "netExplosiveDetail": {
                              "amount": 8.72,
                              "type": "NET_EXPLOSIVE_WEIGHT",
                              "units": "Kg"
                            },
                            "options": {
                              "description": {
                                "authorization": "nMcWTTVeth",
                                "hazardClass": "8",
                                "id": "UN7969",
                                "labelText": "Toxic",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "Bulk"
                                },
                                "packingGroup": "I",
                                "percentage": 29.4,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Acetal",
                                "reportableQuantity": true,
                                "sequenceNumber": 5,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "gLyXCtguAs"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 47.64,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 31.19,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "iQfNmgs0zGd2Rmv",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 9.07,
                                "quantityType": "GROSS",
                                "units": "ml"
                              }
                            },
                            "quantity": {
                              "amount": 43.8,
                              "quantityType": "GROSS",
                              "units": "L"
                            }
                          },
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "rexHuNni4N",
                              "hazardClass": "3",
                              "id": "UN8776",
                              "labelText": "Toxic",
                              "packingGroup": "III",
                              "packingInstructions": "PI-965",
                              "properShippingName": "Battery",
                              "properShippingNameAndDescription": "Paint, flammable",
                              "sequenceNumber": 2,
                              "specialProvisions": "A14",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "D",
                              "technicalName": "Benzene",
                              "tunnelRestrictionCode": "A"
                            },
                            "massPoints": 82.63,
                            "netExplosiveDetail": {
                              "amount": 1.71,
                              "type": "TOTAL_WEIGHT",
                              "units": "g"
                            },
                            "options": {
                              "description": {
                                "authorization": "vCP7SCLeAN",
                                "hazardClass": "2.3",
                                "id": "UN6818",
                                "labelText": "Flammable Liquid",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "NonBulk"
                                },
                                "packingGroup": "I",
                                "percentage": 35.26,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Ethanol",
                                "reportableQuantity": true,
                                "sequenceNumber": 5,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "cVVzPgfpQJ"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 21.11,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 21.15,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 19.77,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 30.62,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 29.43,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "iH5G3YZZsO4Oxnx",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 17.93,
                                "quantityType": "GROSS",
                                "units": "L"
                              }
                            },
                            "quantity": {
                              "amount": 43.59,
                              "quantityType": "GROSS",
                              "units": "ml"
                            }
                          },
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "nRjl2zRaPJ",
                              "hazardClass": "3",
                              "id": "UN0225",
                              "labelText": "Toxic",
                              "packingGroup": "III",
                              "packingInstructions": "PI-966",
                              "properShippingName": "Battery",
                              "properShippingNameAndDescription": "Paint, flammable",
                              "sequenceNumber": 3,
                              "specialProvisions": "A41",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "A",
                              "technicalName": "Benzene",
                              "tunnelRestrictionCode": "E"
                            },
                            "massPoints": 96.81,
                            "netExplosiveDetail": {
                              "amount": 3.14,
                              "type": "TOTAL_WEIGHT",
                              "units": "g"
                            },
                            "options": {
                              "description": {
                                "authorization": "fswXsh1ImQ",
                                "hazardClass": "8",
                                "id": "UN0462",
                                "labelText": "Toxic",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "Bulk"
                                },
                                "packingGroup": "I",
                                "percentage": 69.17,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Paint",
                                "reportableQuantity": true,
                                "sequenceNumber": 3,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "IfroNCHliS"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 36.39,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 39.7,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 42.02,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "fFCmN8QgbN5CuKB",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 5.67,
                                "quantityType": "GROSS",
                                "units": "ml"
                              }
                            },
                            "quantity": {
                              "amount": 21.12,
                              "quantityType": "GROSS",
                              "units": "Kg"
                            }
                          },
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "Q86Snt4Am8",
                              "hazardClass": "8",
                              "id": "UN9855",
                              "labelText": "Toxic",
                              "packingGroup": "II",
                              "packingInstructions": "PI-966",
                              "properShippingName": "Paint",
                              "properShippingNameAndDescription": "Accumulators, pressurized",
                              "sequenceNumber": 5,
                              "specialProvisions": "A43",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "D",
                              "technicalName": "Acetal",
                              "tunnelRestrictionCode": "C"
                            },
                            "massPoints": 59.44,
                            "netExplosiveDetail": {
                              "amount": 3.63,
                              "type": "NET_EXPLOSIVE_WEIGHT",
                              "units": "g"
                            },
                            "options": {
                              "description": {
                                "authorization": "JZks7fTpT5",
                                "hazardClass": "8",
                                "id": "UN9233",
                                "labelText": "Corrosive",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "Bulk"
                                },
                                "packingGroup": "I",
                                "percentage": 4.23,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Paint",
                                "reportableQuantity": true,
                                "sequenceNumber": 1,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "UCFtazjryD"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 27.99,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "JyL2QzpJoaFYAfe",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 43.89,
                                "quantityType": "GROSS",
                                "units": "Kg"
                              }
                            },
                            "quantity": {
                              "amount": 37.69,
                              "quantityType": "GROSS",
                              "units": "Kg"
                            }
                          },
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "J8NEwZrr6u",
                              "hazardClass": "3",
                              "id": "UN5937",
                              "labelText": "Flammable",
                              "packingGroup": "III",
                              "packingInstructions": "PI-966",
                              "properShippingName": "Paint",
                              "properShippingNameAndDescription": "Paint, flammable",
                              "sequenceNumber": 3,
                              "specialProvisions": "A91",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "A",
                              "technicalName": "Acetal",
                              "tunnelRestrictionCode": "A"
                            },
                            "massPoints": 82.76,
                            "netExplosiveDetail": {
                              "amount": 4.02,
                              "type": "TOTAL_WEIGHT",
                              "units": "Kg"
                            },
                            "options": {
                              "description": {
                                "authorization": "Zw5RrM9y7A",
                                "hazardClass": "2.3",
                                "id": "UN7117",
                                "labelText": "Flammable Liquid",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "NonBulk"
                                },
                                "packingGroup": "I",
                                "percentage": 74.4,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Paint",
                                "reportableQuantity": true,
                                "sequenceNumber": 3,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "GidgzaGOjK"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 23.45,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 6.78,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 43.09,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "upQo0y56hE0uudP",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 28.8,
                                "quantityType": "GROSS",
                                "units": "ml"
                              }
                            },
                            "quantity": {
                              "amount": 36.89,
                              "quantityType": "GROSS",
                              "units": "ml"
                            }
                          }
                        ],
                        "qvalue": 0.52
                      },
                      {
                        "hazardousCommodities": [
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "7FYX4aQdWR",
                              "hazardClass": "3",
                              "id": "UN3693",
                              "labelText": "Flammable",
                              "packingGroup": "II",
                              "packingInstructions": "None",
                              "properShippingName": "Paint",
                              "properShippingNameAndDescription": "Paint, flammable",
                              "sequenceNumber": 1,
                              "specialProvisions": "A17",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "D",
                              "technicalName": "Benzene",
                              "tunnelRestrictionCode": "E"
                            },
                            "massPoints": 29.35,
                            "netExplosiveDetail": {
                              "amount": 7.15,
                              "type": "TOTAL_WEIGHT",
                              "units": "Kg"
                            },
                            "options": {
                              "description": {
                                "authorization": "HphIAwLJfG",
                                "hazardClass": "3",
                                "id": "UN8871",
                                "labelText": "Corrosive",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "NonBulk"
                                },
                                "packingGroup": "I",
                                "percentage": 29.21,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Paint",
                                "reportableQuantity": true,
                                "sequenceNumber": 1,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "QkaYVFGyhq"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 44.82,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 26.11,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 30.78,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 4.63,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "4CAkKxdf8OYq7cz",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 31.78,
                                "quantityType": "GROSS",
                                "units": "Kg"
                              }
                            },
                            "quantity": {
                              "amount": 8.06,
                              "quantityType": "GROSS",
                              "units": "ml"
                            }
                          }
                        ],
                        "qvalue": 0.84
                      },
                      {
                        "hazardousCommodities": [
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "PGW9MwyeG1",
                              "hazardClass": "3",
                              "id": "UN2453",
                              "labelText": "Toxic",
                              "packingGroup": "I",
                              "packingInstructions": "None",
                              "properShippingName": "Battery",
                              "properShippingNameAndDescription": "Paint, flammable",
                              "sequenceNumber": 5,
                              "specialProvisions": "A52",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "A",
                              "technicalName": "Acetal",
                              "tunnelRestrictionCode": "C"
                            },
                            "massPoints": 68.99,
                            "netExplosiveDetail": {
                              "amount": 2.1,
                              "type": "NET_EXPLOSIVE_WEIGHT",
                              "units": "g"
                            },
                            "options": {
                              "description": {
                                "authorization": "8ghkJftu9d",
                                "hazardClass": "8",
                                "id": "UN4128",
                                "labelText": "Toxic",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "Bulk"
                                },
                                "packingGroup": "I",
                                "percentage": 11.8,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Ethanol",
                                "reportableQuantity": true,
                                "sequenceNumber": 1,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "gfpxgGYyzI"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 29.67,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "kAubeI3q91kZdTY",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 47.39,
                                "quantityType": "GROSS",
                                "units": "Kg"
                              }
                            },
                            "quantity": {
                              "amount": 34.93,
                              "quantityType": "GROSS",
                              "units": "L"
                            }
                          },
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "XaC4KAmpa8",
                              "hazardClass": "8",
                              "id": "UN4924",
                              "labelText": "Toxic",
                              "packingGroup": "I",
                              "packingInstructions": "None",
                              "properShippingName": "Paint",
                              "properShippingNameAndDescription": "Accumulators, pressurized",
                              "sequenceNumber": 5,
                              "specialProvisions": "A26",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "D",
                              "technicalName": "Acetal",
                              "tunnelRestrictionCode": "A"
                            },
                            "massPoints": 25.11,
                            "netExplosiveDetail": {
                              "amount": 3.69,
                              "type": "TOTAL_WEIGHT",
                              "units": "Kg"
                            },
                            "options": {
                              "description": {
                                "authorization": "qk4RbbLxow",
                                "hazardClass": "3",
                                "id": "UN3305",
                                "labelText": "Corrosive",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "NonBulk"
                                },
                                "packingGroup": "I",
                                "percentage": 99.72,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Acetal",
                                "reportableQuantity": true,
                                "sequenceNumber": 1,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "WVhZIafLNa"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 42.16,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 1.46,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 47.79,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "WHh6U9WdnierV5Q",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 40.69,
                                "quantityType": "GROSS",
                                "units": "L"
                              }
                            },
                            "quantity": {
                              "amount": 21.02,
                              "quantityType": "GROSS",
                              "units": "ml"
                            }
                          }
                        ],
                        "qvalue": 0.02
                      },
                      {
                        "hazardousCommodities": [
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "kxQUqXoC6W",
                              "hazardClass": "3",
                              "id": "UN9533",
                              "labelText": "Toxic",
                              "packingGroup": "II",
                              "packingInstructions": "PI-965",
                              "properShippingName": "Paint",
                              "properShippingNameAndDescription": "Paint, flammable",
                              "sequenceNumber": 4,
                              "specialProvisions": "A38",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "A",
                              "technicalName": "Benzene",
                              "tunnelRestrictionCode": "A"
                            },
                            "massPoints": 89.13,
                            "netExplosiveDetail": {
                              "amount": 7.76,
                              "type": "TOTAL_WEIGHT",
                              "units": "g"
                            },
                            "options": {
                              "description": {
                                "authorization": "x11ntCwSmk",
                                "hazardClass": "8",
                                "id": "UN8454",
                                "labelText": "Toxic",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "NonBulk"
                                },
                                "packingGroup": "I",
                                "percentage": 86.5,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Ethanol",
                                "reportableQuantity": true,
                                "sequenceNumber": 1,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "qBnxMMXWHD"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 7.51,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 12.67,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 16.36,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 26.18,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "gAaulU9qzJGZUri",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 13.02,
                                "quantityType": "GROSS",
                                "units": "ml"
                              }
                            },
                            "quantity": {
                              "amount": 18.92,
                              "quantityType": "GROSS",
                              "units": "Kg"
                            }
                          },
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "8sJXow7VJe",
                              "hazardClass": "3",
                              "id": "UN9382",
                              "labelText": "Toxic",
                              "packingGroup": "III",
                              "packingInstructions": "PI-965",
                              "properShippingName": "Battery",
                              "properShippingNameAndDescription": "Accumulators, pressurized",
                              "sequenceNumber": 4,
                              "specialProvisions": "A52",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "D",
                              "technicalName": "Benzene",
                              "tunnelRestrictionCode": "E"
                            },
                            "massPoints": 20.69,
                            "netExplosiveDetail": {
                              "amount": 3.61,
                              "type": "TOTAL_WEIGHT",
                              "units": "g"
                            },
                            "options": {
                              "description": {
                                "authorization": "K4IR5yc4Wm",
                                "hazardClass": "3",
                                "id": "UN1313",
                                "labelText": "Corrosive",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "Bulk"
                                },
                                "packingGroup": "I",
                                "percentage": 61.82,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Paint",
                                "reportableQuantity": true,
                                "sequenceNumber": 2,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "PpbiYRPhbb"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 43.49,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 33.43,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 24.99,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "Tu0xtWeSpO4If1T",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 37.3,
                                "quantityType": "GROSS",
                                "units": "L"
                              }
                            },
                            "quantity": {
                              "amount": 17.29,
                              "quantityType": "GROSS",
                              "units": "Kg"
                            }
                          },
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "RZmkdKt1gO",
                              "hazardClass": "3",
                              "id": "UN2189",
                              "labelText": "Toxic",
                              "packingGroup": "I",
                              "packingInstructions": "PI-965",
                              "properShippingName": "Paint",
                              "properShippingNameAndDescription": "Paint, flammable",
                              "sequenceNumber": 2,
                              "specialProvisions": "A00",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "A",
                              "technicalName": "Benzene",
                              "tunnelRestrictionCode": "B"
                            },
                            "massPoints": 81.64,
                            "netExplosiveDetail": {
                              "amount": 3.99,
                              "type": "TOTAL_WEIGHT",
                              "units": "Kg"
                            },
                            "options": {
                              "description": {
                                "authorization": "WtU8hWjKgf",
                                "hazardClass": "2.3",
                                "id": "UN0143",
                                "labelText": "Toxic",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "Bulk"
                                },
                                "packingGroup": "I",
                                "percentage": 11.05,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Acetal",
                                "reportableQuantity": true,
                                "sequenceNumber": 4,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "HwaDhpNtWn"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 2.27,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 24.71,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 40.08,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "oW4wMLthERqFabz",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 43.65,
                                "quantityType": "GROSS",
                                "units": "L"
                              }
                            },
                            "quantity": {
                              "amount": 28.59,
                              "quantityType": "GROSS",
                              "units": "L"
                            }
                          }
                        ],
                        "qvalue": 0.47
                      },
                      {
                        "hazardousCommodities": [
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "Z3qZ3G0Zqy",
                              "hazardClass": "8",
                              "id": "UN3893",
                              "labelText": "Flammable",
                              "packingGroup": "I",
                              "packingInstructions": "PI-966",
                              "properShippingName": "Battery",
                              "properShippingNameAndDescription": "Accumulators, pressurized",
                              "sequenceNumber": 2,
                              "specialProvisions": "A47",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "D",
                              "technicalName": "Benzene",
                              "tunnelRestrictionCode": "D"
                            },
                            "massPoints": 70.45,
                            "netExplosiveDetail": {
                              "amount": 9.72,
                              "type": "TOTAL_WEIGHT",
                              "units": "g"
                            },
                            "options": {
                              "description": {
                                "authorization": "rTyH4HIsdz",
                                "hazardClass": "2.3",
                                "id": "UN6291",
                                "labelText": "Toxic",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "NonBulk"
                                },
                                "packingGroup": "I",
                                "percentage": 22.93,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Paint",
                                "reportableQuantity": true,
                                "sequenceNumber": 1,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "mWPKjzwcYj"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 14.14,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 22.82,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 26.85,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "3I7210UsSiBwWWD",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 31.42,
                                "quantityType": "GROSS",
                                "units": "Kg"
                              }
                            },
                            "quantity": {
                              "amount": 39.04,
                              "quantityType": "GROSS",
                              "units": "ml"
                            }
                          }
                        ],
                        "qvalue": 0.54
                      }
                    ],
                    "labelType": "II_YELLOW",
                    "radioactiveTransportIndex": 1.41,
                    "referenceId": "065651",
                    "regulation": "IATA"
                  },
                  "operationalDetail": {
                    "astraHandlingText": "Handle with Care",
                    "barcodes": {
                      "binaryBarcodes": [
                        {
                          "type": "POSTAL-1D",
                          "value": [
                            "value",
                            "value"
                          ]
                        },
                        {
                          "type": "POSTAL-1D",
                          "value": [
                            "value",
                            "value"
                          ]
                        },
                        {
                          "type": "POSTAL-1D",
                          "value": [
                            "value",
                            "value"
                          ]
                        },
                        {
                          "type": "POSTAL-1D",
                          "value": [
                            "value",
                            "value"
                          ]
                        }
                      ],
                      "stringBarcodes": [
                        {
                          "type": "ADDRESS",
                          "value": "3939948185716133997422152231343457"
                        },
                        {
                          "type": "ADDRESS",
                          "value": "9148026408623519867304208857881987"
                        }
                      ]
                    },
                    "operationalInstructions": [
                      {
                        "content": "SECURED",
                        "number": 6
                      },
                      {
                        "content": "FRAGILE",
                        "number": 11
                      },
                      {
                        "content": "SECURED",
                        "number": 10
                      },
                      {
                        "content": "FRAGILE",
                        "number": 16
                      },
                      {
                        "content": "SECURED",
                        "number": 2
                      }
                    ]
                  },
                  "oversizeClass": "OVERSIZE_1",
                  "packageRating": {
                    "actualRateType": "PAYOR_ACCOUNT_PACKAGE",
                    "effectiveNetDiscount": 44.94,
                    "packageRateDetails": [
                      {
                        "baseCharge": 160.74,
                        "billingWeight": {
                          "units": "KG",
                          "value": 68
                        },
                        "currency": "USD",
                        "minimumChargeType": "ACTUAL",
                        "netCharge": 113.03,
                        "netFedExCharge": 177.75,
                        "netFreight": 93.63,
                        "ratedWeightMethod": "DIM",
                        "rateType": "PAYOR_RETAIL_PACKAGE",
                        "surcharges": [
                          {
                            "amount": {
                              "amount": 3144.79,
                              "currency": "UAH"
                            },
                            "description": "Residential Delivery",
                            "level": "PACKAGE",
                            "surchargeType": "FUEL_SURCHARGE"
                          },
                          {
                            "amount": {
                              "amount": 4951.69,
                              "currency": "DZD"
                            },
                            "description": "Fuel Surcharge",
                            "level": "SHIPMENT",
                            "surchargeType": "APPOINTMENT_DELIVERY"
                          },
                          {
                            "amount": {
                              "amount": 1396.96,
                              "currency": "INR"
                            },
                            "description": "Overweight package",
                            "level": "SHIPMENT",
                            "surchargeType": "FUEL_SURCHARGE"
                          },
                          {
                            "amount": {
                              "amount": 4870.78,
                              "currency": "GNF"
                            },
                            "description": "Fuel Surcharge",
                            "level": "SHIPMENT",
                            "surchargeType": "APPOINTMENT_DELIVERY"
                          }
                        ],
                        "totalFreightDiscounts": 41.82,
                        "totalRebates": 1.97,
                        "totalSurcharges": 18.22,
                        "totalTaxes": 1.86
                      }
                    ]
                  },
                  "sequenceNumber": 3,
                  "signatureOption": "NO_SIGNATURE",
                  "trackingIds": [
                    {
                      "formId": "1361",
                      "trackingIdType": "FREIGHT",
                      "trackingNumber": "90685478754347686378",
                      "uspsApplicationId": "13"
                    },
                    {
                      "formId": "7441",
                      "trackingIdType": "FREIGHT",
                      "trackingNumber": "47537659117267226978",
                      "uspsApplicationId": "61"
                    },
                    {
                      "formId": "0911",
                      "trackingIdType": "EXPRESS",
                      "trackingNumber": "20891519839315079186",
                      "uspsApplicationId": "72"
                    }
                  ]
                },
                {
                  "dryIceWeight": {
                    "units": "KG",
                    "value": 68
                  },
                  "groupNumber": 4,
                  "hazardousPackageDetail": {
                    "accessibility": "INACCESSIBLE",
                    "cargoAircraftOnly": true,
                    "containers": [
                      {
                        "hazardousCommodities": [
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "zAvOyEFCns",
                              "hazardClass": "8",
                              "id": "UN9936",
                              "labelText": "Flammable",
                              "packingGroup": "III",
                              "packingInstructions": "PI-966",
                              "properShippingName": "Paint",
                              "properShippingNameAndDescription": "Paint, flammable",
                              "sequenceNumber": 2,
                              "specialProvisions": "A95",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "A",
                              "technicalName": "Acetal",
                              "tunnelRestrictionCode": "D"
                            },
                            "massPoints": 67.68,
                            "netExplosiveDetail": {
                              "amount": 8.2,
                              "type": "TOTAL_WEIGHT",
                              "units": "Kg"
                            },
                            "options": {
                              "description": {
                                "authorization": "ezLfVOf1rS",
                                "hazardClass": "8",
                                "id": "UN5633",
                                "labelText": "Flammable Liquid",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "NonBulk"
                                },
                                "packingGroup": "I",
                                "percentage": 76.57,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Ethanol",
                                "reportableQuantity": true,
                                "sequenceNumber": 2,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "WsAfUzvGby"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 35.68,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "NirX6SGWy1qpj9H",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 21.72,
                                "quantityType": "GROSS",
                                "units": "L"
                              }
                            },
                            "quantity": {
                              "amount": 31.19,
                              "quantityType": "GROSS",
                              "units": "ml"
                            }
                          },
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "UjX3zPTB4k",
                              "hazardClass": "8",
                              "id": "UN2529",
                              "labelText": "Flammable",
                              "packingGroup": "III",
                              "packingInstructions": "None",
                              "properShippingName": "Paint",
                              "properShippingNameAndDescription": "Paint, flammable",
                              "sequenceNumber": 1,
                              "specialProvisions": "A98",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "A",
                              "technicalName": "Acetal",
                              "tunnelRestrictionCode": "E"
                            },
                            "massPoints": 53.02,
                            "netExplosiveDetail": {
                              "amount": 6.86,
                              "type": "NET_EXPLOSIVE_WEIGHT",
                              "units": "g"
                            },
                            "options": {
                              "description": {
                                "authorization": "yaEkL1Ge0H",
                                "hazardClass": "3",
                                "id": "UN6152",
                                "labelText": "Flammable Liquid",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "Bulk"
                                },
                                "packingGroup": "I",
                                "percentage": 91.89,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Fuel",
                                "reportableQuantity": true,
                                "sequenceNumber": 1,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "BnihJFQdXU"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 48.16,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 1.75,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 29.26,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "VYbqH6Lngz9UFXr",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 20.75,
                                "quantityType": "GROSS",
                                "units": "L"
                              }
                            },
                            "quantity": {
                              "amount": 9.68,
                              "quantityType": "GROSS",
                              "units": "Kg"
                            }
                          },
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "cfjoG5l42Q",
                              "hazardClass": "3",
                              "id": "UN4884",
                              "labelText": "Toxic",
                              "packingGroup": "II",
                              "packingInstructions": "None",
                              "properShippingName": "Battery",
                              "properShippingNameAndDescription": "Accumulators, pressurized",
                              "sequenceNumber": 3,
                              "specialProvisions": "A12",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "A",
                              "technicalName": "Acetal",
                              "tunnelRestrictionCode": "C"
                            },
                            "massPoints": 65.28,
                            "netExplosiveDetail": {
                              "amount": 3.43,
                              "type": "TOTAL_WEIGHT",
                              "units": "g"
                            },
                            "options": {
                              "description": {
                                "authorization": "AwkMECciBy",
                                "hazardClass": "8",
                                "id": "UN0468",
                                "labelText": "Flammable Liquid",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "Bulk"
                                },
                                "packingGroup": "I",
                                "percentage": 55.73,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Fuel",
                                "reportableQuantity": true,
                                "sequenceNumber": 3,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "DFLeUPVcwZ"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 33.5,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 44.82,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 17.69,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 39.33,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "all5MHNsm0cRTwl",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 19.39,
                                "quantityType": "GROSS",
                                "units": "ml"
                              }
                            },
                            "quantity": {
                              "amount": 30.83,
                              "quantityType": "GROSS",
                              "units": "L"
                            }
                          }
                        ],
                        "qvalue": 0.68
                      },
                      {
                        "hazardousCommodities": [
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "4h6hW15qv5",
                              "hazardClass": "3",
                              "id": "UN6221",
                              "labelText": "Flammable",
                              "packingGroup": "II",
                              "packingInstructions": "PI-965",
                              "properShippingName": "Paint",
                              "properShippingNameAndDescription": "Paint, flammable",
                              "sequenceNumber": 4,
                              "specialProvisions": "A77",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "A",
                              "technicalName": "Acetal",
                              "tunnelRestrictionCode": "A"
                            },
                            "massPoints": 27.42,
                            "netExplosiveDetail": {
                              "amount": 7.96,
                              "type": "TOTAL_WEIGHT",
                              "units": "g"
                            },
                            "options": {
                              "description": {
                                "authorization": "1fwLqsRrrw",
                                "hazardClass": "2.3",
                                "id": "UN2628",
                                "labelText": "Corrosive",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "NonBulk"
                                },
                                "packingGroup": "I",
                                "percentage": 9.44,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Paint",
                                "reportableQuantity": true,
                                "sequenceNumber": 3,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "jYDBBhdQmj"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 43.15,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "Oj1Et2sFHcj0Bvd",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 14.78,
                                "quantityType": "GROSS",
                                "units": "ml"
                              }
                            },
                            "quantity": {
                              "amount": 44.48,
                              "quantityType": "GROSS",
                              "units": "ml"
                            }
                          },
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "YPHbsr8Aqq",
                              "hazardClass": "8",
                              "id": "UN4011",
                              "labelText": "Flammable",
                              "packingGroup": "III",
                              "packingInstructions": "None",
                              "properShippingName": "Battery",
                              "properShippingNameAndDescription": "Accumulators, pressurized",
                              "sequenceNumber": 2,
                              "specialProvisions": "A52",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "D",
                              "technicalName": "Acetal",
                              "tunnelRestrictionCode": "B"
                            },
                            "massPoints": 96.51,
                            "netExplosiveDetail": {
                              "amount": 5.08,
                              "type": "NET_EXPLOSIVE_WEIGHT",
                              "units": "Kg"
                            },
                            "options": {
                              "description": {
                                "authorization": "39I3kp7K09",
                                "hazardClass": "8",
                                "id": "UN0039",
                                "labelText": "Corrosive",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "NonBulk"
                                },
                                "packingGroup": "I",
                                "percentage": 8.75,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Fuel",
                                "reportableQuantity": true,
                                "sequenceNumber": 4,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "zrGGxnRoOr"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 27.49,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 27.63,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 25.34,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 8.16,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "YtTf5YyB2yxDlbJ",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 41.31,
                                "quantityType": "GROSS",
                                "units": "ml"
                              }
                            },
                            "quantity": {
                              "amount": 30.96,
                              "quantityType": "GROSS",
                              "units": "L"
                            }
                          }
                        ],
                        "qvalue": 0.46
                      }
                    ],
                    "labelType": "WHITE_I",
                    "radioactiveTransportIndex": 6.79,
                    "referenceId": "061072",
                    "regulation": "DOT"
                  },
                  "operationalDetail": {
                    "astraHandlingText": "Standard",
                    "barcodes": {
                      "binaryBarcodes": [
                        {
                          "type": "COMMON-2D",
                          "value": [
                            "value",
                            "value"
                          ]
                        },
                        {
                          "type": "COMMON-2D",
                          "value": [
                            "value",
                            "value"
                          ]
                        },
                        {
                          "type": "COMMON-2D",
                          "value": [
                            "value",
                            "value"
                          ]
                        }
                      ],
                      "stringBarcodes": [
                        {
                          "type": "GROUND",
                          "value": "8673843576280127391751615250792031"
                        },
                        {
                          "type": "GROUND",
                          "value": "4912571170025571303442671717173594"
                        },
                        {
                          "type": "ADDRESS",
                          "value": "3139553420570202288531337250594145"
                        },
                        {
                          "type": "GROUND",
                          "value": "5534498485995986065656943691175503"
                        }
                      ]
                    },
                    "operationalInstructions": [
                      {
                        "content": "FRAGILE",
                        "number": 3
                      },
                      {
                        "content": "SECURED",
                        "number": 14
                      }
                    ]
                  },
                  "oversizeClass": "OVERSIZE_3",
                  "packageRating": {
                    "actualRateType": "PAYOR_ACCOUNT_PACKAGE",
                    "effectiveNetDiscount": 42.72,
                    "packageRateDetails": [
                      {
                        "baseCharge": 171.96,
                        "billingWeight": {
                          "units": "KG",
                          "value": 68
                        },
                        "currency": "GBP",
                        "minimumChargeType": "MINIMUM_CHARGE",
                        "netCharge": 115.24,
                        "netFedExCharge": 164.76,
                        "netFreight": 121.79,
                        "ratedWeightMethod": "ACTUAL",
                        "rateType": "PAYOR_ACCOUNT_PACKAGE",
                        "surcharges": [
                          {
                            "amount": {
                              "amount": 3423.18,
                              "currency": "KZT"
                            },
                            "description": "Overweight package",
                            "level": "PACKAGE",
                            "surchargeType": "APPOINTMENT_DELIVERY"
                          },
                          {
                            "amount": {
                              "amount": 2074.59,
                              "currency": "VND"
                            },
                            "description": "Residential Delivery",
                            "level": "SHIPMENT",
                            "surchargeType": "APPOINTMENT_DELIVERY"
                          },
                          {
                            "amount": {
                              "amount": 2473.42,
                              "currency": "ZAR"
                            },
                            "description": "Residential Delivery",
                            "level": "SHIPMENT",
                            "surchargeType": "APPOINTMENT_DELIVERY"
                          },
                          {
                            "amount": {
                              "amount": 3977.48,
                              "currency": "WST"
                            },
                            "description": "Residential Delivery",
                            "level": "SHIPMENT",
                            "surchargeType": "FUEL_SURCHARGE"
                          }
                        ],
                        "totalFreightDiscounts": 2.03,
                        "totalRebates": 0.91,
                        "totalSurcharges": 1.25,
                        "totalTaxes": 0.18
                      }
                    ]
                  },
                  "sequenceNumber": 1,
                  "signatureOption": "INDIRECT",
                  "trackingIds": [
                    {
                      "formId": "3865",
                      "trackingIdType": "EXPRESS",
                      "trackingNumber": "28675643704425767729",
                      "uspsApplicationId": "10"
                    },
                    {
                      "formId": "8743",
                      "trackingIdType": "EXPRESS",
                      "trackingNumber": "51733423484777349158",
                      "uspsApplicationId": "58"
                    }
                  ]
                },
                {
                  "dryIceWeight": {
                    "units": "KG",
                    "value": 68
                  },
                  "groupNumber": 4,
                  "hazardousPackageDetail": {
                    "accessibility": "ACCESSIBLE",
                    "cargoAircraftOnly": false,
                    "containers": [
                      {
                        "hazardousCommodities": [
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "qIAv2KMMVr",
                              "hazardClass": "3",
                              "id": "UN1665",
                              "labelText": "Toxic",
                              "packingGroup": "III",
                              "packingInstructions": "None",
                              "properShippingName": "Paint",
                              "properShippingNameAndDescription": "Accumulators, pressurized",
                              "sequenceNumber": 2,
                              "specialProvisions": "A48",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "D",
                              "technicalName": "Benzene",
                              "tunnelRestrictionCode": "A"
                            },
                            "massPoints": 17.58,
                            "netExplosiveDetail": {
                              "amount": 9.1,
                              "type": "TOTAL_WEIGHT",
                              "units": "g"
                            },
                            "options": {
                              "description": {
                                "authorization": "gekgV8tigN",
                                "hazardClass": "2.3",
                                "id": "UN2296",
                                "labelText": "Toxic",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "NonBulk"
                                },
                                "packingGroup": "I",
                                "percentage": 46.62,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Paint",
                                "reportableQuantity": true,
                                "sequenceNumber": 2,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "DkYMATILCq"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 8.33,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "GE93BHHiORHkz7Z",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 12.38,
                                "quantityType": "GROSS",
                                "units": "ml"
                              }
                            },
                            "quantity": {
                              "amount": 12.99,
                              "quantityType": "GROSS",
                              "units": "Kg"
                            }
                          },
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "9Bexbl1t0z",
                              "hazardClass": "3",
                              "id": "UN9306",
                              "labelText": "Flammable",
                              "packingGroup": "I",
                              "packingInstructions": "None",
                              "properShippingName": "Battery",
                              "properShippingNameAndDescription": "Accumulators, pressurized",
                              "sequenceNumber": 3,
                              "specialProvisions": "A44",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "A",
                              "technicalName": "Benzene",
                              "tunnelRestrictionCode": "A"
                            },
                            "massPoints": 37.03,
                            "netExplosiveDetail": {
                              "amount": 5.76,
                              "type": "NET_EXPLOSIVE_WEIGHT",
                              "units": "g"
                            },
                            "options": {
                              "description": {
                                "authorization": "yt7qSIBo5f",
                                "hazardClass": "2.3",
                                "id": "UN9430",
                                "labelText": "Corrosive",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "NonBulk"
                                },
                                "packingGroup": "I",
                                "percentage": 95.57,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Paint",
                                "reportableQuantity": true,
                                "sequenceNumber": 4,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "BdeYXYKWRe"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 34.6,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 16.07,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 42.93,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "3mL2zCs1SdhcpK9",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 8.05,
                                "quantityType": "GROSS",
                                "units": "ml"
                              }
                            },
                            "quantity": {
                              "amount": 29.27,
                              "quantityType": "GROSS",
                              "units": "ml"
                            }
                          },
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "vXMYADgW7O",
                              "hazardClass": "3",
                              "id": "UN8518",
                              "labelText": "Flammable",
                              "packingGroup": "I",
                              "packingInstructions": "PI-966",
                              "properShippingName": "Battery",
                              "properShippingNameAndDescription": "Paint, flammable",
                              "sequenceNumber": 5,
                              "specialProvisions": "A13",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "D",
                              "technicalName": "Benzene",
                              "tunnelRestrictionCode": "D"
                            },
                            "massPoints": 34.43,
                            "netExplosiveDetail": {
                              "amount": 2.8,
                              "type": "TOTAL_WEIGHT",
                              "units": "g"
                            },
                            "options": {
                              "description": {
                                "authorization": "TgEpJdhn58",
                                "hazardClass": "3",
                                "id": "UN0410",
                                "labelText": "Corrosive",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "NonBulk"
                                },
                                "packingGroup": "I",
                                "percentage": 21.36,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Fuel",
                                "reportableQuantity": true,
                                "sequenceNumber": 4,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "biGDXwNIWp"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 6.26,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 30.81,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 24.47,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 43.06,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 36.6,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "ojF9dob1vGPD6xq",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 26.1,
                                "quantityType": "GROSS",
                                "units": "L"
                              }
                            },
                            "quantity": {
                              "amount": 46.27,
                              "quantityType": "GROSS",
                              "units": "Kg"
                            }
                          },
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "1JtkPHQudX",
                              "hazardClass": "3",
                              "id": "UN1769",
                              "labelText": "Flammable",
                              "packingGroup": "I",
                              "packingInstructions": "PI-965",
                              "properShippingName": "Paint",
                              "properShippingNameAndDescription": "Accumulators, pressurized",
                              "sequenceNumber": 2,
                              "specialProvisions": "A26",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "D",
                              "technicalName": "Acetal",
                              "tunnelRestrictionCode": "A"
                            },
                            "massPoints": 8.85,
                            "netExplosiveDetail": {
                              "amount": 8.82,
                              "type": "TOTAL_WEIGHT",
                              "units": "Kg"
                            },
                            "options": {
                              "description": {
                                "authorization": "KMD8G4v28a",
                                "hazardClass": "2.3",
                                "id": "UN7584",
                                "labelText": "Corrosive",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "NonBulk"
                                },
                                "packingGroup": "I",
                                "percentage": 86.24,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Ethanol",
                                "reportableQuantity": true,
                                "sequenceNumber": 1,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "sFGIhRUuEB"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 37.98,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 25.53,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "rUoerwis2JwYfLY",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 48.02,
                                "quantityType": "GROSS",
                                "units": "L"
                              }
                            },
                            "quantity": {
                              "amount": 5.48,
                              "quantityType": "GROSS",
                              "units": "Kg"
                            }
                          }
                        ],
                        "qvalue": 0.37
                      },
                      {
                        "hazardousCommodities": [
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "RVbGqSe9gF",
                              "hazardClass": "8",
                              "id": "UN1546",
                              "labelText": "Flammable",
                              "packingGroup": "III",
                              "packingInstructions": "PI-966",
                              "properShippingName": "Paint",
                              "properShippingNameAndDescription": "Paint, flammable",
                              "sequenceNumber": 2,
                              "specialProvisions": "A88",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "A",
                              "technicalName": "Benzene",
                              "tunnelRestrictionCode": "C"
                            },
                            "massPoints": 75.51,
                            "netExplosiveDetail": {
                              "amount": 9.09,
                              "type": "NET_EXPLOSIVE_WEIGHT",
                              "units": "g"
                            },
                            "options": {
                              "description": {
                                "authorization": "tPMDwvwd00",
                                "hazardClass": "3",
                                "id": "UN0598",
                                "labelText": "Toxic",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "NonBulk"
                                },
                                "packingGroup": "I",
                                "percentage": 35.48,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Fuel",
                                "reportableQuantity": true,
                                "sequenceNumber": 2,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "xfOnycRKfS"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 18.92,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 1.07,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 16.41,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 12.39,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 12.21,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "CWISFItPbSAe7Ii",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 28.24,
                                "quantityType": "GROSS",
                                "units": "ml"
                              }
                            },
                            "quantity": {
                              "amount": 15.13,
                              "quantityType": "GROSS",
                              "units": "Kg"
                            }
                          }
                        ],
                        "qvalue": 0.52
                      },
                      {
                        "hazardousCommodities": [
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "MKRiX1Dr5H",
                              "hazardClass": "8",
                              "id": "UN3383",
                              "labelText": "Toxic",
                              "packingGroup": "I",
                              "packingInstructions": "None",
                              "properShippingName": "Paint",
                              "properShippingNameAndDescription": "Paint, flammable",
                              "sequenceNumber": 3,
                              "specialProvisions": "A17",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "A",
                              "technicalName": "Benzene",
                              "tunnelRestrictionCode": "C"
                            },
                            "massPoints": 46.84,
                            "netExplosiveDetail": {
                              "amount": 9.53,
                              "type": "TOTAL_WEIGHT",
                              "units": "g"
                            },
                            "options": {
                              "description": {
                                "authorization": "tVgMIJmQa5",
                                "hazardClass": "8",
                                "id": "UN2501",
                                "labelText": "Toxic",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "NonBulk"
                                },
                                "packingGroup": "I",
                                "percentage": 92.29,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Acetal",
                                "reportableQuantity": true,
                                "sequenceNumber": 5,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "wcEUKKiCFb"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 21.31,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 46.81,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 21.46,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 6.85,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 19.97,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "KNbcxsWpv7kQ3OH",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 33.12,
                                "quantityType": "GROSS",
                                "units": "Kg"
                              }
                            },
                            "quantity": {
                              "amount": 5.75,
                              "quantityType": "GROSS",
                              "units": "L"
                            }
                          },
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "c2FTizIqgQ",
                              "hazardClass": "3",
                              "id": "UN4287",
                              "labelText": "Flammable",
                              "packingGroup": "II",
                              "packingInstructions": "PI-965",
                              "properShippingName": "Battery",
                              "properShippingNameAndDescription": "Accumulators, pressurized",
                              "sequenceNumber": 1,
                              "specialProvisions": "A67",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "D",
                              "technicalName": "Benzene",
                              "tunnelRestrictionCode": "A"
                            },
                            "massPoints": 55.02,
                            "netExplosiveDetail": {
                              "amount": 2.42,
                              "type": "TOTAL_WEIGHT",
                              "units": "g"
                            },
                            "options": {
                              "description": {
                                "authorization": "vggQZMNgjl",
                                "hazardClass": "2.3",
                                "id": "UN1979",
                                "labelText": "Toxic",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "Bulk"
                                },
                                "packingGroup": "I",
                                "percentage": 68.02,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Acetal",
                                "reportableQuantity": true,
                                "sequenceNumber": 5,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "pbRRhWIBzR"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 14.97,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 20.55,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 28.62,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 38.7,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 34.01,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "kDiKcmj2rpgWbaG",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 25.31,
                                "quantityType": "GROSS",
                                "units": "L"
                              }
                            },
                            "quantity": {
                              "amount": 25.31,
                              "quantityType": "GROSS",
                              "units": "ml"
                            }
                          },
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "uzUvjbjykY",
                              "hazardClass": "3",
                              "id": "UN0061",
                              "labelText": "Toxic",
                              "packingGroup": "II",
                              "packingInstructions": "PI-965",
                              "properShippingName": "Paint",
                              "properShippingNameAndDescription": "Accumulators, pressurized",
                              "sequenceNumber": 5,
                              "specialProvisions": "A29",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "A",
                              "technicalName": "Acetal",
                              "tunnelRestrictionCode": "C"
                            },
                            "massPoints": 40.27,
                            "netExplosiveDetail": {
                              "amount": 4.7,
                              "type": "TOTAL_WEIGHT",
                              "units": "Kg"
                            },
                            "options": {
                              "description": {
                                "authorization": "tILuT2aAID",
                                "hazardClass": "8",
                                "id": "UN0419",
                                "labelText": "Corrosive",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "Bulk"
                                },
                                "packingGroup": "I",
                                "percentage": 82.23,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Paint",
                                "reportableQuantity": true,
                                "sequenceNumber": 2,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "POjySgZNKe"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 36.13,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 32.91,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 15.86,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "9nDK3k5GERIijgl",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 45.57,
                                "quantityType": "GROSS",
                                "units": "ml"
                              }
                            },
                            "quantity": {
                              "amount": 23.74,
                              "quantityType": "GROSS",
                              "units": "Kg"
                            }
                          },
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "U5f9mjdzBc",
                              "hazardClass": "8",
                              "id": "UN0213",
                              "labelText": "Flammable",
                              "packingGroup": "I",
                              "packingInstructions": "PI-966",
                              "properShippingName": "Battery",
                              "properShippingNameAndDescription": "Accumulators, pressurized",
                              "sequenceNumber": 4,
                              "specialProvisions": "A15",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "A",
                              "technicalName": "Acetal",
                              "tunnelRestrictionCode": "B"
                            },
                            "massPoints": 54.68,
                            "netExplosiveDetail": {
                              "amount": 7.51,
                              "type": "TOTAL_WEIGHT",
                              "units": "g"
                            },
                            "options": {
                              "description": {
                                "authorization": "u5EmbhslUC",
                                "hazardClass": "3",
                                "id": "UN3873",
                                "labelText": "Corrosive",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "Bulk"
                                },
                                "packingGroup": "I",
                                "percentage": 24.36,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Acetal",
                                "reportableQuantity": true,
                                "sequenceNumber": 3,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "UdtcewYcSl"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 26.74,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "hqQXOfr40u6JRVO",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 38.36,
                                "quantityType": "GROSS",
                                "units": "Kg"
                              }
                            },
                            "quantity": {
                              "amount": 24.46,
                              "quantityType": "GROSS",
                              "units": "Kg"
                            }
                          },
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "ZLzw2lqh03",
                              "hazardClass": "8",
                              "id": "UN5144",
                              "labelText": "Flammable",
                              "packingGroup": "I",
                              "packingInstructions": "None",
                              "properShippingName": "Paint",
                              "properShippingNameAndDescription": "Accumulators, pressurized",
                              "sequenceNumber": 3,
                              "specialProvisions": "A68",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "A",
                              "technicalName": "Acetal",
                              "tunnelRestrictionCode": "A"
                            },
                            "massPoints": 51.4,
                            "netExplosiveDetail": {
                              "amount": 9.68,
                              "type": "NET_EXPLOSIVE_WEIGHT",
                              "units": "g"
                            },
                            "options": {
                              "description": {
                                "authorization": "oZJ3NVM1ut",
                                "hazardClass": "2.3",
                                "id": "UN2764",
                                "labelText": "Toxic",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "Bulk"
                                },
                                "packingGroup": "I",
                                "percentage": 89.71,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Paint",
                                "reportableQuantity": true,
                                "sequenceNumber": 3,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "dFUgUHyeTy"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 16.3,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 23.63,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "CwhB2obGS3zV4zK",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 27.66,
                                "quantityType": "GROSS",
                                "units": "ml"
                              }
                            },
                            "quantity": {
                              "amount": 45.23,
                              "quantityType": "GROSS",
                              "units": "ml"
                            }
                          }
                        ],
                        "qvalue": 0.58
                      },
                      {
                        "hazardousCommodities": [
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "Rc97axh4wJ",
                              "hazardClass": "3",
                              "id": "UN9088",
                              "labelText": "Toxic",
                              "packingGroup": "III",
                              "packingInstructions": "None",
                              "properShippingName": "Paint",
                              "properShippingNameAndDescription": "Accumulators, pressurized",
                              "sequenceNumber": 4,
                              "specialProvisions": "A07",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "A",
                              "technicalName": "Acetal",
                              "tunnelRestrictionCode": "C"
                            },
                            "massPoints": 74.86,
                            "netExplosiveDetail": {
                              "amount": 2.69,
                              "type": "TOTAL_WEIGHT",
                              "units": "g"
                            },
                            "options": {
                              "description": {
                                "authorization": "SoqfEMZnoQ",
                                "hazardClass": "2.3",
                                "id": "UN8078",
                                "labelText": "Toxic",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "Bulk"
                                },
                                "packingGroup": "I",
                                "percentage": 39.67,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Fuel",
                                "reportableQuantity": true,
                                "sequenceNumber": 3,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "tfUpYAvUjL"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 34.77,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 15.99,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 24.1,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 12.34,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 39.78,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "lb6gYGkfJmPsvLb",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 36.02,
                                "quantityType": "GROSS",
                                "units": "Kg"
                              }
                            },
                            "quantity": {
                              "amount": 15.51,
                              "quantityType": "GROSS",
                              "units": "ml"
                            }
                          },
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "1VdnuMaPWF",
                              "hazardClass": "8",
                              "id": "UN4750",
                              "labelText": "Toxic",
                              "packingGroup": "I",
                              "packingInstructions": "PI-966",
                              "properShippingName": "Paint",
                              "properShippingNameAndDescription": "Accumulators, pressurized",
                              "sequenceNumber": 3,
                              "specialProvisions": "A40",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "A",
                              "technicalName": "Acetal",
                              "tunnelRestrictionCode": "C"
                            },
                            "massPoints": 4.25,
                            "netExplosiveDetail": {
                              "amount": 5.6,
                              "type": "TOTAL_WEIGHT",
                              "units": "Kg"
                            },
                            "options": {
                              "description": {
                                "authorization": "E0O4q7EAbl",
                                "hazardClass": "8",
                                "id": "UN0617",
                                "labelText": "Flammable Liquid",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "Bulk"
                                },
                                "packingGroup": "I",
                                "percentage": 87.53,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Ethanol",
                                "reportableQuantity": true,
                                "sequenceNumber": 1,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "nLZiUKbnGR"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 1.7,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 36.42,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 19.38,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "oDMgHEf7HRntn4B",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 5.05,
                                "quantityType": "GROSS",
                                "units": "Kg"
                              }
                            },
                            "quantity": {
                              "amount": 34.81,
                              "quantityType": "GROSS",
                              "units": "Kg"
                            }
                          },
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "QpYn4fMfnb",
                              "hazardClass": "8",
                              "id": "UN8403",
                              "labelText": "Toxic",
                              "packingGroup": "I",
                              "packingInstructions": "None",
                              "properShippingName": "Battery",
                              "properShippingNameAndDescription": "Accumulators, pressurized",
                              "sequenceNumber": 3,
                              "specialProvisions": "A16",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "D",
                              "technicalName": "Benzene",
                              "tunnelRestrictionCode": "A"
                            },
                            "massPoints": 16.02,
                            "netExplosiveDetail": {
                              "amount": 2.47,
                              "type": "NET_EXPLOSIVE_WEIGHT",
                              "units": "g"
                            },
                            "options": {
                              "description": {
                                "authorization": "ITW50ETJvY",
                                "hazardClass": "8",
                                "id": "UN5206",
                                "labelText": "Toxic",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "NonBulk"
                                },
                                "packingGroup": "I",
                                "percentage": 3.89,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Acetal",
                                "reportableQuantity": true,
                                "sequenceNumber": 5,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "fCWtEXCkDD"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 28.92,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 3.58,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 4.2,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 5.49,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "QrzTgP98hSG7I6f",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 46.14,
                                "quantityType": "GROSS",
                                "units": "L"
                              }
                            },
                            "quantity": {
                              "amount": 7.35,
                              "quantityType": "GROSS",
                              "units": "ml"
                            }
                          }
                        ],
                        "qvalue": 0.06
                      }
                    ],
                    "labelType": "II_YELLOW",
                    "radioactiveTransportIndex": 6.41,
                    "referenceId": "582963",
                    "regulation": "DOT"
                  },
                  "operationalDetail": {
                    "astraHandlingText": "Handle with Care",
                    "barcodes": {
                      "binaryBarcodes": [
                        {
                          "type": "POSTAL-1D",
                          "value": [
                            "value",
                            "value"
                          ]
                        },
                        {
                          "type": "POSTAL-1D",
                          "value": [
                            "value",
                            "value"
                          ]
                        },
                        {
                          "type": "POSTAL-1D",
                          "value": [
                            "value",
                            "value"
                          ]
                        },
                        {
                          "type": "POSTAL-1D",
                          "value": [
                            "value",
                            "value"
                          ]
                        }
                      ],
                      "stringBarcodes": [
                        {
                          "type": "ADDRESS",
                          "value": "8532886965631268312834356045170500"
                        }
                      ]
                    },
                    "operationalInstructions": [
                      {
                        "content": "SECURED",
                        "number": 9
                      },
                      {
                        "content": "DO NOT STACK",
                        "number": 20
                      },
                      {
                        "content": "THIS SIDE UP",
                        "number": 2
                      },
                      {
                        "content": "DO NOT STACK",
                        "number": 12
                      },
                      {
                        "content": "FRAGILE",
                        "number": 4
                      }
                    ]
                  },
                  "oversizeClass": "OVERSIZE_3",
                  "packageRating": {
                    "actualRateType": "PAYOR_ACCOUNT_PACKAGE",
                    "effectiveNetDiscount": 25.42,
                    "packageRateDetails": [
                      {
                        "baseCharge": 183.45,
                        "billingWeight": {
                          "units": "KG",
                          "value": 68
                        },
                        "currency": "GBP",
                        "minimumChargeType": "MINIMUM_CHARGE",
                        "netCharge": 179.72,
                        "netFedExCharge": 92.03,
                        "netFreight": 116.39,
                        "ratedWeightMethod": "ACTUAL",
                        "rateType": "PAYOR_ACCOUNT_PACKAGE",
                        "surcharges": [
                          {
                            "amount": {
                              "amount": 2634.6,
                              "currency": "BYN"
                            },
                            "description": "Fuel Surcharge",
                            "level": "PACKAGE",
                            "surchargeType": "RESIDENTIAL_DELIVERY"
                          },
                          {
                            "amount": {
                              "amount": 542.81,
                              "currency": "SRD"
                            },
                            "description": "Fuel Surcharge",
                            "level": "SHIPMENT",
                            "surchargeType": "RESIDENTIAL_DELIVERY"
                          },
                          {
                            "amount": {
                              "amount": 675.37,
                              "currency": "DKK"
                            },
                            "description": "Residential Delivery",
                            "level": "PACKAGE",
                            "surchargeType": "RESIDENTIAL_DELIVERY"
                          },
                          {
                            "amount": {
                              "amount": 222.73,
                              "currency": "KES"
                            },
                            "description": "Fuel Surcharge",
                            "level": "PACKAGE",
                            "surchargeType": "FUEL_SURCHARGE"
                          }
                        ],
                        "totalFreightDiscounts": 6.72,
                        "totalRebates": 0.13,
                        "totalSurcharges": 2.19,
                        "totalTaxes": 2.39
                      },
                      {
                        "baseCharge": 124.04,
                        "billingWeight": {
                          "units": "KG",
                          "value": 68
                        },
                        "currency": "USD",
                        "minimumChargeType": "MINIMUM_CHARGE",
                        "netCharge": 207.72,
                        "netFedExCharge": 143.05,
                        "netFreight": 98.16,
                        "ratedWeightMethod": "ACTUAL",
                        "rateType": "PAYOR_ACCOUNT_PACKAGE",
                        "surcharges": [
                          {
                            "amount": {
                              "amount": 2993.64,
                              "currency": "UGX"
                            },
                            "description": "Overweight package",
                            "level": "PACKAGE",
                            "surchargeType": "RESIDENTIAL_DELIVERY"
                          },
                          {
                            "amount": {
                              "amount": 3795.85,
                              "currency": "LAK"
                            },
                            "description": "Overweight package",
                            "level": "PACKAGE",
                            "surchargeType": "APPOINTMENT_DELIVERY"
                          },
                          {
                            "amount": {
                              "amount": 1982.47,
                              "currency": "USD"
                            },
                            "description": "Overweight package",
                            "level": "PACKAGE",
                            "surchargeType": "RESIDENTIAL_DELIVERY"
                          },
                          {
                            "amount": {
                              "amount": 4260.44,
                              "currency": "CVE"
                            },
                            "description": "Residential Delivery",
                            "level": "PACKAGE",
                            "surchargeType": "RESIDENTIAL_DELIVERY"
                          },
                          {
                            "amount": {
                              "amount": 174.45,
                              "currency": "MZN"
                            },
                            "description": "Residential Delivery",
                            "level": "SHIPMENT",
                            "surchargeType": "FUEL_SURCHARGE"
                          }
                        ],
                        "totalFreightDiscounts": 37.32,
                        "totalRebates": 2.02,
                        "totalSurcharges": 7.03,
                        "totalTaxes": 8.96
                      }
                    ]
                  },
                  "sequenceNumber": 5,
                  "signatureOption": "ADULT",
                  "trackingIds": [
                    {
                      "formId": "3470",
                      "trackingIdType": "EXPRESS",
                      "trackingNumber": "07472277659055234170",
                      "uspsApplicationId": "58"
                    },
                    {
                      "formId": "8152",
                      "trackingIdType": "GROUND",
                      "trackingNumber": "89186888533090077853",
                      "uspsApplicationId": "60"
                    },
                    {
                      "formId": "3350",
                      "trackingIdType": "FREIGHT",
                      "trackingNumber": "27287122354510928846",
                      "uspsApplicationId": "60"
                    }
                  ]
                },
                {
                  "dryIceWeight": {
                    "units": "KG",
                    "value": 68
                  },
                  "groupNumber": 4,
                  "hazardousPackageDetail": {
                    "accessibility": "INACCESSIBLE",
                    "cargoAircraftOnly": true,
                    "containers": [
                      {
                        "hazardousCommodities": [
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "Nn4OcMpiya",
                              "hazardClass": "3",
                              "id": "UN1065",
                              "labelText": "Toxic",
                              "packingGroup": "II",
                              "packingInstructions": "PI-966",
                              "properShippingName": "Paint",
                              "properShippingNameAndDescription": "Accumulators, pressurized",
                              "sequenceNumber": 2,
                              "specialProvisions": "A65",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "A",
                              "technicalName": "Acetal",
                              "tunnelRestrictionCode": "E"
                            },
                            "massPoints": 85,
                            "netExplosiveDetail": {
                              "amount": 8.97,
                              "type": "NET_EXPLOSIVE_WEIGHT",
                              "units": "Kg"
                            },
                            "options": {
                              "description": {
                                "authorization": "1NgX3aOkUD",
                                "hazardClass": "2.3",
                                "id": "UN5311",
                                "labelText": "Toxic",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "Bulk"
                                },
                                "packingGroup": "I",
                                "percentage": 45.33,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Ethanol",
                                "reportableQuantity": true,
                                "sequenceNumber": 4,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "DxbLvKNGFR"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 41.11,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 11.02,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 21.92,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 8.69,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 45.78,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "0CG9eOqaY1bJIYW",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 47.96,
                                "quantityType": "GROSS",
                                "units": "Kg"
                              }
                            },
                            "quantity": {
                              "amount": 32.2,
                              "quantityType": "GROSS",
                              "units": "L"
                            }
                          },
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "wBP8T0oILM",
                              "hazardClass": "8",
                              "id": "UN2100",
                              "labelText": "Toxic",
                              "packingGroup": "II",
                              "packingInstructions": "None",
                              "properShippingName": "Battery",
                              "properShippingNameAndDescription": "Accumulators, pressurized",
                              "sequenceNumber": 4,
                              "specialProvisions": "A74",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "A",
                              "technicalName": "Acetal",
                              "tunnelRestrictionCode": "A"
                            },
                            "massPoints": 87.76,
                            "netExplosiveDetail": {
                              "amount": 8.66,
                              "type": "TOTAL_WEIGHT",
                              "units": "g"
                            },
                            "options": {
                              "description": {
                                "authorization": "JqMjA71xoz",
                                "hazardClass": "3",
                                "id": "UN7954",
                                "labelText": "Toxic",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "NonBulk"
                                },
                                "packingGroup": "I",
                                "percentage": 21.76,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Fuel",
                                "reportableQuantity": true,
                                "sequenceNumber": 2,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "CvoBiIgWhE"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 7.32,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "O1lWKYDLsJksxU9",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 29.35,
                                "quantityType": "GROSS",
                                "units": "ml"
                              }
                            },
                            "quantity": {
                              "amount": 5.19,
                              "quantityType": "GROSS",
                              "units": "Kg"
                            }
                          },
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "X1s1weNnWV",
                              "hazardClass": "3",
                              "id": "UN8011",
                              "labelText": "Flammable",
                              "packingGroup": "I",
                              "packingInstructions": "PI-966",
                              "properShippingName": "Battery",
                              "properShippingNameAndDescription": "Accumulators, pressurized",
                              "sequenceNumber": 4,
                              "specialProvisions": "A71",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "A",
                              "technicalName": "Acetal",
                              "tunnelRestrictionCode": "A"
                            },
                            "massPoints": 69.41,
                            "netExplosiveDetail": {
                              "amount": 7.82,
                              "type": "TOTAL_WEIGHT",
                              "units": "Kg"
                            },
                            "options": {
                              "description": {
                                "authorization": "lCl2T485Mb",
                                "hazardClass": "2.3",
                                "id": "UN8728",
                                "labelText": "Toxic",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "Bulk"
                                },
                                "packingGroup": "I",
                                "percentage": 76.21,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Ethanol",
                                "reportableQuantity": true,
                                "sequenceNumber": 3,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "MIXoMWisTk"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 18.5,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "uiVueMg1QjR5u36",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 3.49,
                                "quantityType": "GROSS",
                                "units": "L"
                              }
                            },
                            "quantity": {
                              "amount": 11.29,
                              "quantityType": "GROSS",
                              "units": "Kg"
                            }
                          },
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "F2mvlWa8Mf",
                              "hazardClass": "3",
                              "id": "UN2943",
                              "labelText": "Flammable",
                              "packingGroup": "II",
                              "packingInstructions": "PI-966",
                              "properShippingName": "Battery",
                              "properShippingNameAndDescription": "Paint, flammable",
                              "sequenceNumber": 2,
                              "specialProvisions": "A06",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "D",
                              "technicalName": "Acetal",
                              "tunnelRestrictionCode": "A"
                            },
                            "massPoints": 45.92,
                            "netExplosiveDetail": {
                              "amount": 5.7,
                              "type": "NET_EXPLOSIVE_WEIGHT",
                              "units": "g"
                            },
                            "options": {
                              "description": {
                                "authorization": "Pwkc6fylaB",
                                "hazardClass": "8",
                                "id": "UN9932",
                                "labelText": "Corrosive",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "NonBulk"
                                },
                                "packingGroup": "I",
                                "percentage": 37.8,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Ethanol",
                                "reportableQuantity": true,
                                "sequenceNumber": 4,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "qdtfXbSJBe"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 17.67,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 40.49,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 29.56,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 47.78,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 18.29,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "P6Y7hyDc3WedpyO",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 27.77,
                                "quantityType": "GROSS",
                                "units": "ml"
                              }
                            },
                            "quantity": {
                              "amount": 2.01,
                              "quantityType": "GROSS",
                              "units": "L"
                            }
                          },
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "wjT0P31SQO",
                              "hazardClass": "8",
                              "id": "UN0179",
                              "labelText": "Flammable",
                              "packingGroup": "II",
                              "packingInstructions": "None",
                              "properShippingName": "Paint",
                              "properShippingNameAndDescription": "Accumulators, pressurized",
                              "sequenceNumber": 3,
                              "specialProvisions": "A84",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "A",
                              "technicalName": "Benzene",
                              "tunnelRestrictionCode": "C"
                            },
                            "massPoints": 80.51,
                            "netExplosiveDetail": {
                              "amount": 1.63,
                              "type": "TOTAL_WEIGHT",
                              "units": "Kg"
                            },
                            "options": {
                              "description": {
                                "authorization": "Mu6Eq77ulT",
                                "hazardClass": "3",
                                "id": "UN2313",
                                "labelText": "Flammable Liquid",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "Bulk"
                                },
                                "packingGroup": "I",
                                "percentage": 27.36,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Paint",
                                "reportableQuantity": true,
                                "sequenceNumber": 4,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "eqhBlzYjPe"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 5.07,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 31.02,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 48.04,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 21.84,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 7.26,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "fAMoF0GTpOerxsY",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 49.45,
                                "quantityType": "GROSS",
                                "units": "Kg"
                              }
                            },
                            "quantity": {
                              "amount": 28.63,
                              "quantityType": "GROSS",
                              "units": "Kg"
                            }
                          }
                        ],
                        "qvalue": 0.28
                      }
                    ],
                    "labelType": "WHITE_I",
                    "radioactiveTransportIndex": 0,
                    "referenceId": "872419",
                    "regulation": "DOT"
                  },
                  "operationalDetail": {
                    "astraHandlingText": "Standard",
                    "barcodes": {
                      "binaryBarcodes": [
                        {
                          "type": "POSTAL-1D",
                          "value": [
                            "value",
                            "value"
                          ]
                        },
                        {
                          "type": "COMMON-2D",
                          "value": [
                            "value",
                            "value"
                          ]
                        },
                        {
                          "type": "POSTAL-1D",
                          "value": [
                            "value",
                            "value"
                          ]
                        },
                        {
                          "type": "COMMON-2D",
                          "value": [
                            "value",
                            "value"
                          ]
                        },
                        {
                          "type": "COMMON-2D",
                          "value": [
                            "value",
                            "value"
                          ]
                        }
                      ],
                      "stringBarcodes": [
                        {
                          "type": "ADDRESS",
                          "value": "0095941613018251532131940762131964"
                        },
                        {
                          "type": "ADDRESS",
                          "value": "7934623443505553279531790234726102"
                        },
                        {
                          "type": "GROUND",
                          "value": "9795115158333078832358473623967335"
                        },
                        {
                          "type": "ADDRESS",
                          "value": "5917600307186819596876226787227733"
                        },
                        {
                          "type": "GROUND",
                          "value": "0634071348604677199611489257667604"
                        }
                      ]
                    },
                    "operationalInstructions": [
                      {
                        "content": "FRAGILE",
                        "number": 3
                      },
                      {
                        "content": "DO NOT STACK",
                        "number": 14
                      },
                      {
                        "content": "THIS SIDE UP",
                        "number": 13
                      },
                      {
                        "content": "THIS SIDE UP",
                        "number": 12
                      },
                      {
                        "content": "FRAGILE",
                        "number": 17
                      }
                    ]
                  },
                  "oversizeClass": "OVERSIZE_3",
                  "packageRating": {
                    "actualRateType": "PAYOR_RETAIL_PACKAGE",
                    "effectiveNetDiscount": 2.12,
                    "packageRateDetails": [
                      {
                        "baseCharge": 79.84,
                        "billingWeight": {
                          "units": "KG",
                          "value": 68
                        },
                        "currency": "USD",
                        "minimumChargeType": "ACTUAL",
                        "netCharge": 108.76,
                        "netFedExCharge": 179.96,
                        "netFreight": 93.66,
                        "ratedWeightMethod": "ACTUAL",
                        "rateType": "PAYOR_RETAIL_PACKAGE",
                        "surcharges": [
                          {
                            "amount": {
                              "amount": 3676.65,
                              "currency": "SOS"
                            },
                            "description": "Fuel Surcharge",
                            "level": "PACKAGE",
                            "surchargeType": "RESIDENTIAL_DELIVERY"
                          }
                        ],
                        "totalFreightDiscounts": 13.87,
                        "totalRebates": 4.28,
                        "totalSurcharges": 6.92,
                        "totalTaxes": 9.69
                      },
                      {
                        "baseCharge": 150.18,
                        "billingWeight": {
                          "units": "KG",
                          "value": 68
                        },
                        "currency": "GBP",
                        "minimumChargeType": "ACTUAL",
                        "netCharge": 198.64,
                        "netFedExCharge": 160.61,
                        "netFreight": 71.59,
                        "ratedWeightMethod": "DIM",
                        "rateType": "PAYOR_ACCOUNT_PACKAGE",
                        "surcharges": [
                          {
                            "amount": {
                              "amount": 4716.01,
                              "currency": "BOB"
                            },
                            "description": "Overweight package",
                            "level": "PACKAGE",
                            "surchargeType": "RESIDENTIAL_DELIVERY"
                          },
                          {
                            "amount": {
                              "amount": 2783.51,
                              "currency": "KYD"
                            },
                            "description": "Overweight package",
                            "level": "PACKAGE",
                            "surchargeType": "RESIDENTIAL_DELIVERY"
                          }
                        ],
                        "totalFreightDiscounts": 7.26,
                        "totalRebates": 0.6,
                        "totalSurcharges": 3.71,
                        "totalTaxes": 1.47
                      },
                      {
                        "baseCharge": 187.77,
                        "billingWeight": {
                          "units": "KG",
                          "value": 68
                        },
                        "currency": "CAD",
                        "minimumChargeType": "MINIMUM_CHARGE",
                        "netCharge": 107.61,
                        "netFedExCharge": 102.22,
                        "netFreight": 109.15,
                        "ratedWeightMethod": "ACTUAL",
                        "rateType": "PAYOR_ACCOUNT_PACKAGE",
                        "surcharges": [
                          {
                            "amount": {
                              "amount": 2538.21,
                              "currency": "SBD"
                            },
                            "description": "Residential Delivery",
                            "level": "SHIPMENT",
                            "surchargeType": "RESIDENTIAL_DELIVERY"
                          }
                        ],
                        "totalFreightDiscounts": 40.97,
                        "totalRebates": 3.85,
                        "totalSurcharges": 8.31,
                        "totalTaxes": 9.91
                      },
                      {
                        "baseCharge": 173.63,
                        "billingWeight": {
                          "units": "KG",
                          "value": 68
                        },
                        "currency": "USD",
                        "minimumChargeType": "ACTUAL",
                        "netCharge": 74.68,
                        "netFedExCharge": 70.66,
                        "netFreight": 78.45,
                        "ratedWeightMethod": "DIM",
                        "rateType": "PAYOR_ACCOUNT_PACKAGE",
                        "surcharges": [
                          {
                            "amount": {
                              "amount": 4415.47,
                              "currency": "UYU"
                            },
                            "description": "Fuel Surcharge",
                            "level": "PACKAGE",
                            "surchargeType": "APPOINTMENT_DELIVERY"
                          },
                          {
                            "amount": {
                              "amount": 1506.28,
                              "currency": "VES"
                            },
                            "description": "Fuel Surcharge",
                            "level": "SHIPMENT",
                            "surchargeType": "APPOINTMENT_DELIVERY"
                          },
                          {
                            "amount": {
                              "amount": 2726.55,
                              "currency": "CVE"
                            },
                            "description": "Fuel Surcharge",
                            "level": "SHIPMENT",
                            "surchargeType": "APPOINTMENT_DELIVERY"
                          },
                          {
                            "amount": {
                              "amount": 398.98,
                              "currency": "ISK"
                            },
                            "description": "Fuel Surcharge",
                            "level": "SHIPMENT",
                            "surchargeType": "APPOINTMENT_DELIVERY"
                          },
                          {
                            "amount": {
                              "amount": 3113.42,
                              "currency": "SHP"
                            },
                            "description": "Residential Delivery",
                            "level": "SHIPMENT",
                            "surchargeType": "RESIDENTIAL_DELIVERY"
                          }
                        ],
                        "totalFreightDiscounts": 45.26,
                        "totalRebates": 0.11,
                        "totalSurcharges": 7.77,
                        "totalTaxes": 8.26
                      },
                      {
                        "baseCharge": 90.97,
                        "billingWeight": {
                          "units": "KG",
                          "value": 68
                        },
                        "currency": "GBP",
                        "minimumChargeType": "ACTUAL",
                        "netCharge": 180.2,
                        "netFedExCharge": 142.17,
                        "netFreight": 79.59,
                        "ratedWeightMethod": "ACTUAL",
                        "rateType": "PAYOR_RETAIL_PACKAGE",
                        "surcharges": [
                          {
                            "amount": {
                              "amount": 2609.86,
                              "currency": "GMD"
                            },
                            "description": "Residential Delivery",
                            "level": "PACKAGE",
                            "surchargeType": "FUEL_SURCHARGE"
                          },
                          {
                            "amount": {
                              "amount": 2343.13,
                              "currency": "HNL"
                            },
                            "description": "Overweight package",
                            "level": "SHIPMENT",
                            "surchargeType": "APPOINTMENT_DELIVERY"
                          },
                          {
                            "amount": {
                              "amount": 1274.9,
                              "currency": "BOB"
                            },
                            "description": "Overweight package",
                            "level": "PACKAGE",
                            "surchargeType": "FUEL_SURCHARGE"
                          }
                        ],
                        "totalFreightDiscounts": 16.38,
                        "totalRebates": 0.83,
                        "totalSurcharges": 9.01,
                        "totalTaxes": 4.79
                      }
                    ]
                  },
                  "sequenceNumber": 1,
                  "signatureOption": "NO_SIGNATURE",
                  "trackingIds": [
                    {
                      "formId": "5584",
                      "trackingIdType": "EXPRESS",
                      "trackingNumber": "29813302717474329425",
                      "uspsApplicationId": "71"
                    },
                    {
                      "formId": "0155",
                      "trackingIdType": "GROUND",
                      "trackingNumber": "00987413769494995205",
                      "uspsApplicationId": "02"
                    },
                    {
                      "formId": "4892",
                      "trackingIdType": "GROUND",
                      "trackingNumber": "35851952750774848968",
                      "uspsApplicationId": "49"
                    }
                  ]
                },
                {
                  "dryIceWeight": {
                    "units": "KG",
                    "value": 68
                  },
                  "groupNumber": 5,
                  "hazardousPackageDetail": {
                    "accessibility": "INACCESSIBLE",
                    "cargoAircraftOnly": true,
                    "containers": [
                      {
                        "hazardousCommodities": [
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "IoBtiQ3O54",
                              "hazardClass": "3",
                              "id": "UN0638",
                              "labelText": "Flammable",
                              "packingGroup": "I",
                              "packingInstructions": "None",
                              "properShippingName": "Paint",
                              "properShippingNameAndDescription": "Accumulators, pressurized",
                              "sequenceNumber": 2,
                              "specialProvisions": "A53",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "A",
                              "technicalName": "Benzene",
                              "tunnelRestrictionCode": "B"
                            },
                            "massPoints": 68.1,
                            "netExplosiveDetail": {
                              "amount": 8.99,
                              "type": "TOTAL_WEIGHT",
                              "units": "Kg"
                            },
                            "options": {
                              "description": {
                                "authorization": "2Om6KdNAnU",
                                "hazardClass": "3",
                                "id": "UN3569",
                                "labelText": "Toxic",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "NonBulk"
                                },
                                "packingGroup": "I",
                                "percentage": 43.62,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Fuel",
                                "reportableQuantity": true,
                                "sequenceNumber": 4,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "YhdeVXZYBm"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 9.68,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 7.82,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "BH7Zr8GVjrCWssq",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 32.82,
                                "quantityType": "GROSS",
                                "units": "ml"
                              }
                            },
                            "quantity": {
                              "amount": 40.82,
                              "quantityType": "GROSS",
                              "units": "Kg"
                            }
                          },
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "rqABkpjq1S",
                              "hazardClass": "3",
                              "id": "UN4211",
                              "labelText": "Flammable",
                              "packingGroup": "I",
                              "packingInstructions": "PI-966",
                              "properShippingName": "Paint",
                              "properShippingNameAndDescription": "Paint, flammable",
                              "sequenceNumber": 1,
                              "specialProvisions": "A54",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "D",
                              "technicalName": "Benzene",
                              "tunnelRestrictionCode": "A"
                            },
                            "massPoints": 26.18,
                            "netExplosiveDetail": {
                              "amount": 3.81,
                              "type": "TOTAL_WEIGHT",
                              "units": "Kg"
                            },
                            "options": {
                              "description": {
                                "authorization": "cbYr3vFKQc",
                                "hazardClass": "8",
                                "id": "UN5668",
                                "labelText": "Toxic",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "Bulk"
                                },
                                "packingGroup": "I",
                                "percentage": 45.18,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Ethanol",
                                "reportableQuantity": true,
                                "sequenceNumber": 1,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "vmtOrCKojr"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 38.35,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 20.57,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 26.55,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 15.53,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "egoEaeAVeE0q5DX",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 23.12,
                                "quantityType": "GROSS",
                                "units": "ml"
                              }
                            },
                            "quantity": {
                              "amount": 41.81,
                              "quantityType": "GROSS",
                              "units": "Kg"
                            }
                          },
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "Bx2eqIt8gt",
                              "hazardClass": "8",
                              "id": "UN3645",
                              "labelText": "Toxic",
                              "packingGroup": "II",
                              "packingInstructions": "None",
                              "properShippingName": "Battery",
                              "properShippingNameAndDescription": "Paint, flammable",
                              "sequenceNumber": 5,
                              "specialProvisions": "A74",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "D",
                              "technicalName": "Benzene",
                              "tunnelRestrictionCode": "E"
                            },
                            "massPoints": 16.65,
                            "netExplosiveDetail": {
                              "amount": 8.33,
                              "type": "TOTAL_WEIGHT",
                              "units": "Kg"
                            },
                            "options": {
                              "description": {
                                "authorization": "iWtL2XgXmi",
                                "hazardClass": "3",
                                "id": "UN4491",
                                "labelText": "Corrosive",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "Bulk"
                                },
                                "packingGroup": "I",
                                "percentage": 18.18,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Acetal",
                                "reportableQuantity": true,
                                "sequenceNumber": 1,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "NzDQEPBNIh"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 16.61,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 2.58,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 42.48,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 8.82,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "tGESwCuLHY8UEkf",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 13.74,
                                "quantityType": "GROSS",
                                "units": "Kg"
                              }
                            },
                            "quantity": {
                              "amount": 24.92,
                              "quantityType": "GROSS",
                              "units": "L"
                            }
                          },
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "IwsAwnTHVG",
                              "hazardClass": "3",
                              "id": "UN8234",
                              "labelText": "Flammable",
                              "packingGroup": "II",
                              "packingInstructions": "None",
                              "properShippingName": "Paint",
                              "properShippingNameAndDescription": "Paint, flammable",
                              "sequenceNumber": 1,
                              "specialProvisions": "A14",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "A",
                              "technicalName": "Benzene",
                              "tunnelRestrictionCode": "C"
                            },
                            "massPoints": 73.71,
                            "netExplosiveDetail": {
                              "amount": 8.69,
                              "type": "TOTAL_WEIGHT",
                              "units": "Kg"
                            },
                            "options": {
                              "description": {
                                "authorization": "x2XES5ROaH",
                                "hazardClass": "2.3",
                                "id": "UN7061",
                                "labelText": "Flammable Liquid",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "Bulk"
                                },
                                "packingGroup": "I",
                                "percentage": 57.81,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Ethanol",
                                "reportableQuantity": true,
                                "sequenceNumber": 2,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "wCREvRLxrA"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 12.66,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 39.64,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 37.98,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 1.66,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "UFlUBjSZ3ZB67Gi",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 1.57,
                                "quantityType": "GROSS",
                                "units": "ml"
                              }
                            },
                            "quantity": {
                              "amount": 21.9,
                              "quantityType": "GROSS",
                              "units": "Kg"
                            }
                          },
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "qfXo9eBHDI",
                              "hazardClass": "3",
                              "id": "UN3520",
                              "labelText": "Flammable",
                              "packingGroup": "II",
                              "packingInstructions": "None",
                              "properShippingName": "Battery",
                              "properShippingNameAndDescription": "Accumulators, pressurized",
                              "sequenceNumber": 4,
                              "specialProvisions": "A10",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "A",
                              "technicalName": "Benzene",
                              "tunnelRestrictionCode": "A"
                            },
                            "massPoints": 59.26,
                            "netExplosiveDetail": {
                              "amount": 3.82,
                              "type": "NET_EXPLOSIVE_WEIGHT",
                              "units": "g"
                            },
                            "options": {
                              "description": {
                                "authorization": "YiPIbXEMDZ",
                                "hazardClass": "2.3",
                                "id": "UN8356",
                                "labelText": "Corrosive",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "NonBulk"
                                },
                                "packingGroup": "I",
                                "percentage": 76.48,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Ethanol",
                                "reportableQuantity": true,
                                "sequenceNumber": 1,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "HJuWUgzSGf"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 18.91,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 43.42,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 48.89,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "styvpNDgYmU3cyM",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 33.48,
                                "quantityType": "GROSS",
                                "units": "Kg"
                              }
                            },
                            "quantity": {
                              "amount": 19.46,
                              "quantityType": "GROSS",
                              "units": "L"
                            }
                          }
                        ],
                        "qvalue": 0.5
                      },
                      {
                        "hazardousCommodities": [
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "G49LxxC3Ye",
                              "hazardClass": "3",
                              "id": "UN6964",
                              "labelText": "Toxic",
                              "packingGroup": "II",
                              "packingInstructions": "PI-966",
                              "properShippingName": "Paint",
                              "properShippingNameAndDescription": "Paint, flammable",
                              "sequenceNumber": 4,
                              "specialProvisions": "A28",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "A",
                              "technicalName": "Benzene",
                              "tunnelRestrictionCode": "C"
                            },
                            "massPoints": 64.97,
                            "netExplosiveDetail": {
                              "amount": 4.47,
                              "type": "NET_EXPLOSIVE_WEIGHT",
                              "units": "g"
                            },
                            "options": {
                              "description": {
                                "authorization": "BtZ8tNcZjl",
                                "hazardClass": "3",
                                "id": "UN3468",
                                "labelText": "Flammable Liquid",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "NonBulk"
                                },
                                "packingGroup": "I",
                                "percentage": 98.46,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Acetal",
                                "reportableQuantity": true,
                                "sequenceNumber": 4,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "euCStuhhxy"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 10.05,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 17.13,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 22.32,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 27.4,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 23.03,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "ktVZk7nnNJK2mwG",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 41.21,
                                "quantityType": "GROSS",
                                "units": "L"
                              }
                            },
                            "quantity": {
                              "amount": 43.98,
                              "quantityType": "GROSS",
                              "units": "Kg"
                            }
                          },
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "z8e9bAAzKz",
                              "hazardClass": "8",
                              "id": "UN6543",
                              "labelText": "Toxic",
                              "packingGroup": "II",
                              "packingInstructions": "PI-966",
                              "properShippingName": "Battery",
                              "properShippingNameAndDescription": "Paint, flammable",
                              "sequenceNumber": 5,
                              "specialProvisions": "A81",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "A",
                              "technicalName": "Acetal",
                              "tunnelRestrictionCode": "D"
                            },
                            "massPoints": 4.6,
                            "netExplosiveDetail": {
                              "amount": 8.5,
                              "type": "TOTAL_WEIGHT",
                              "units": "g"
                            },
                            "options": {
                              "description": {
                                "authorization": "wy3Tk0h3Bk",
                                "hazardClass": "8",
                                "id": "UN9817",
                                "labelText": "Flammable Liquid",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "Bulk"
                                },
                                "packingGroup": "I",
                                "percentage": 12.07,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Ethanol",
                                "reportableQuantity": true,
                                "sequenceNumber": 4,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "RXRQrZkpmN"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 11.89,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 41.59,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 28.76,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 28.51,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 39.25,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "5xPMnq198UtE7Tn",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 12.82,
                                "quantityType": "GROSS",
                                "units": "Kg"
                              }
                            },
                            "quantity": {
                              "amount": 42.28,
                              "quantityType": "GROSS",
                              "units": "ml"
                            }
                          },
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "vvguhu4XnV",
                              "hazardClass": "3",
                              "id": "UN7097",
                              "labelText": "Flammable",
                              "packingGroup": "III",
                              "packingInstructions": "PI-966",
                              "properShippingName": "Battery",
                              "properShippingNameAndDescription": "Paint, flammable",
                              "sequenceNumber": 3,
                              "specialProvisions": "A15",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "D",
                              "technicalName": "Benzene",
                              "tunnelRestrictionCode": "C"
                            },
                            "massPoints": 25.79,
                            "netExplosiveDetail": {
                              "amount": 7.28,
                              "type": "NET_EXPLOSIVE_WEIGHT",
                              "units": "g"
                            },
                            "options": {
                              "description": {
                                "authorization": "tcYpOJ3JUj",
                                "hazardClass": "3",
                                "id": "UN6494",
                                "labelText": "Toxic",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "Bulk"
                                },
                                "packingGroup": "I",
                                "percentage": 66.99,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Ethanol",
                                "reportableQuantity": true,
                                "sequenceNumber": 2,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "yvyguroeYi"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 31.11,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 31.39,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 22.33,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "znQH4AxqB9xIYtz",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 2.72,
                                "quantityType": "GROSS",
                                "units": "ml"
                              }
                            },
                            "quantity": {
                              "amount": 38.49,
                              "quantityType": "GROSS",
                              "units": "ml"
                            }
                          }
                        ],
                        "qvalue": 0.4
                      },
                      {
                        "hazardousCommodities": [
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "Ubb3XmowSf",
                              "hazardClass": "8",
                              "id": "UN4531",
                              "labelText": "Toxic",
                              "packingGroup": "II",
                              "packingInstructions": "PI-965",
                              "properShippingName": "Battery",
                              "properShippingNameAndDescription": "Accumulators, pressurized",
                              "sequenceNumber": 3,
                              "specialProvisions": "A80",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "D",
                              "technicalName": "Acetal",
                              "tunnelRestrictionCode": "B"
                            },
                            "massPoints": 45.85,
                            "netExplosiveDetail": {
                              "amount": 3.95,
                              "type": "NET_EXPLOSIVE_WEIGHT",
                              "units": "Kg"
                            },
                            "options": {
                              "description": {
                                "authorization": "k0qy3sPdsd",
                                "hazardClass": "2.3",
                                "id": "UN0748",
                                "labelText": "Flammable Liquid",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "NonBulk"
                                },
                                "packingGroup": "I",
                                "percentage": 95.3,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Ethanol",
                                "reportableQuantity": true,
                                "sequenceNumber": 2,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "MhESIqcRcC"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 29.34,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 35.51,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "ZI0saix86CKv9Jt",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 10.89,
                                "quantityType": "GROSS",
                                "units": "ml"
                              }
                            },
                            "quantity": {
                              "amount": 45.66,
                              "quantityType": "GROSS",
                              "units": "ml"
                            }
                          },
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "3budbWceCl",
                              "hazardClass": "3",
                              "id": "UN1489",
                              "labelText": "Toxic",
                              "packingGroup": "III",
                              "packingInstructions": "PI-965",
                              "properShippingName": "Battery",
                              "properShippingNameAndDescription": "Accumulators, pressurized",
                              "sequenceNumber": 5,
                              "specialProvisions": "A03",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "D",
                              "technicalName": "Acetal",
                              "tunnelRestrictionCode": "E"
                            },
                            "massPoints": 93.91,
                            "netExplosiveDetail": {
                              "amount": 6.43,
                              "type": "NET_EXPLOSIVE_WEIGHT",
                              "units": "g"
                            },
                            "options": {
                              "description": {
                                "authorization": "cokZvRW2Iz",
                                "hazardClass": "3",
                                "id": "UN8010",
                                "labelText": "Corrosive",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "Bulk"
                                },
                                "packingGroup": "I",
                                "percentage": 32.61,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Ethanol",
                                "reportableQuantity": true,
                                "sequenceNumber": 1,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "wMFBmLSUjo"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 28.43,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 16.66,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 30.05,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "QO36MJ7nfAF2LDm",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 47.24,
                                "quantityType": "GROSS",
                                "units": "Kg"
                              }
                            },
                            "quantity": {
                              "amount": 3.25,
                              "quantityType": "GROSS",
                              "units": "ml"
                            }
                          },
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "OQhxzoltKI",
                              "hazardClass": "3",
                              "id": "UN8242",
                              "labelText": "Toxic",
                              "packingGroup": "I",
                              "packingInstructions": "None",
                              "properShippingName": "Battery",
                              "properShippingNameAndDescription": "Accumulators, pressurized",
                              "sequenceNumber": 3,
                              "specialProvisions": "A98",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "A",
                              "technicalName": "Benzene",
                              "tunnelRestrictionCode": "B"
                            },
                            "massPoints": 36.15,
                            "netExplosiveDetail": {
                              "amount": 8.42,
                              "type": "NET_EXPLOSIVE_WEIGHT",
                              "units": "Kg"
                            },
                            "options": {
                              "description": {
                                "authorization": "YP2bV8c4iZ",
                                "hazardClass": "3",
                                "id": "UN6216",
                                "labelText": "Flammable Liquid",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "Bulk"
                                },
                                "packingGroup": "I",
                                "percentage": 27.51,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Ethanol",
                                "reportableQuantity": true,
                                "sequenceNumber": 3,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "xJnpKKplAp"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 37.16,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "jPk2yFJSD3ols11",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 26.89,
                                "quantityType": "GROSS",
                                "units": "L"
                              }
                            },
                            "quantity": {
                              "amount": 12.5,
                              "quantityType": "GROSS",
                              "units": "L"
                            }
                          }
                        ],
                        "qvalue": 0.41
                      },
                      {
                        "hazardousCommodities": [
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "iTgTQdtH0J",
                              "hazardClass": "3",
                              "id": "UN8703",
                              "labelText": "Flammable",
                              "packingGroup": "III",
                              "packingInstructions": "PI-965",
                              "properShippingName": "Paint",
                              "properShippingNameAndDescription": "Accumulators, pressurized",
                              "sequenceNumber": 3,
                              "specialProvisions": "A71",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "D",
                              "technicalName": "Benzene",
                              "tunnelRestrictionCode": "C"
                            },
                            "massPoints": 97.12,
                            "netExplosiveDetail": {
                              "amount": 7.82,
                              "type": "TOTAL_WEIGHT",
                              "units": "g"
                            },
                            "options": {
                              "description": {
                                "authorization": "pQ3xvlx3V9",
                                "hazardClass": "2.3",
                                "id": "UN8545",
                                "labelText": "Corrosive",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "Bulk"
                                },
                                "packingGroup": "I",
                                "percentage": 51.36,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Fuel",
                                "reportableQuantity": true,
                                "sequenceNumber": 5,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "TxMkSExiQD"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 4.17,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 2.47,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 48.63,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "r8x61VGkDkM9uQU",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 26.79,
                                "quantityType": "GROSS",
                                "units": "ml"
                              }
                            },
                            "quantity": {
                              "amount": 28.81,
                              "quantityType": "GROSS",
                              "units": "L"
                            }
                          },
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "yApMfZvyq1",
                              "hazardClass": "8",
                              "id": "UN4429",
                              "labelText": "Toxic",
                              "packingGroup": "I",
                              "packingInstructions": "PI-966",
                              "properShippingName": "Paint",
                              "properShippingNameAndDescription": "Paint, flammable",
                              "sequenceNumber": 2,
                              "specialProvisions": "A06",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "A",
                              "technicalName": "Benzene",
                              "tunnelRestrictionCode": "C"
                            },
                            "massPoints": 76.98,
                            "netExplosiveDetail": {
                              "amount": 6.88,
                              "type": "NET_EXPLOSIVE_WEIGHT",
                              "units": "g"
                            },
                            "options": {
                              "description": {
                                "authorization": "McYut9GeGd",
                                "hazardClass": "8",
                                "id": "UN5500",
                                "labelText": "Corrosive",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "NonBulk"
                                },
                                "packingGroup": "I",
                                "percentage": 3.58,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Acetal",
                                "reportableQuantity": true,
                                "sequenceNumber": 2,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "sedKrxVEvv"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 39.74,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "z8Wloeoh8snAur8",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 43.06,
                                "quantityType": "GROSS",
                                "units": "Kg"
                              }
                            },
                            "quantity": {
                              "amount": 24.95,
                              "quantityType": "GROSS",
                              "units": "Kg"
                            }
                          },
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "tebZOp8Sq8",
                              "hazardClass": "8",
                              "id": "UN6781",
                              "labelText": "Toxic",
                              "packingGroup": "III",
                              "packingInstructions": "None",
                              "properShippingName": "Paint",
                              "properShippingNameAndDescription": "Paint, flammable",
                              "sequenceNumber": 1,
                              "specialProvisions": "A21",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "A",
                              "technicalName": "Acetal",
                              "tunnelRestrictionCode": "C"
                            },
                            "massPoints": 90.43,
                            "netExplosiveDetail": {
                              "amount": 1.38,
                              "type": "NET_EXPLOSIVE_WEIGHT",
                              "units": "g"
                            },
                            "options": {
                              "description": {
                                "authorization": "FsndaXFTgJ",
                                "hazardClass": "8",
                                "id": "UN5409",
                                "labelText": "Corrosive",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "Bulk"
                                },
                                "packingGroup": "I",
                                "percentage": 69.38,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Fuel",
                                "reportableQuantity": true,
                                "sequenceNumber": 2,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "xjoBqVDfUz"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 18.25,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 12.48,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 29.09,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "bMb6K8cxUyQCxW1",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 9.52,
                                "quantityType": "GROSS",
                                "units": "Kg"
                              }
                            },
                            "quantity": {
                              "amount": 36.21,
                              "quantityType": "GROSS",
                              "units": "ml"
                            }
                          },
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "HiXBvaksMc",
                              "hazardClass": "8",
                              "id": "UN2580",
                              "labelText": "Toxic",
                              "packingGroup": "II",
                              "packingInstructions": "None",
                              "properShippingName": "Battery",
                              "properShippingNameAndDescription": "Paint, flammable",
                              "sequenceNumber": 2,
                              "specialProvisions": "A82",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "A",
                              "technicalName": "Acetal",
                              "tunnelRestrictionCode": "D"
                            },
                            "massPoints": 51.35,
                            "netExplosiveDetail": {
                              "amount": 4.39,
                              "type": "TOTAL_WEIGHT",
                              "units": "g"
                            },
                            "options": {
                              "description": {
                                "authorization": "IRnucnJgc8",
                                "hazardClass": "3",
                                "id": "UN6873",
                                "labelText": "Flammable Liquid",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "Bulk"
                                },
                                "packingGroup": "I",
                                "percentage": 3.63,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Ethanol",
                                "reportableQuantity": true,
                                "sequenceNumber": 3,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "FTQcJInPbJ"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 44.42,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 8.08,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 35.36,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "bKHrpZnRPFIZoSC",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 29.35,
                                "quantityType": "GROSS",
                                "units": "ml"
                              }
                            },
                            "quantity": {
                              "amount": 29.48,
                              "quantityType": "GROSS",
                              "units": "L"
                            }
                          },
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "yfz05uyHAn",
                              "hazardClass": "3",
                              "id": "UN8651",
                              "labelText": "Flammable",
                              "packingGroup": "II",
                              "packingInstructions": "PI-965",
                              "properShippingName": "Paint",
                              "properShippingNameAndDescription": "Accumulators, pressurized",
                              "sequenceNumber": 2,
                              "specialProvisions": "A22",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "A",
                              "technicalName": "Benzene",
                              "tunnelRestrictionCode": "A"
                            },
                            "massPoints": 72.64,
                            "netExplosiveDetail": {
                              "amount": 8.38,
                              "type": "TOTAL_WEIGHT",
                              "units": "Kg"
                            },
                            "options": {
                              "description": {
                                "authorization": "dmxrR4mVaD",
                                "hazardClass": "2.3",
                                "id": "UN4832",
                                "labelText": "Flammable Liquid",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "Bulk"
                                },
                                "packingGroup": "I",
                                "percentage": 69.66,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Ethanol",
                                "reportableQuantity": true,
                                "sequenceNumber": 4,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "EewLdnyhYS"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 12.75,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 44.65,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 45.51,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "LsWLZ5mBljKTPKe",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 9.85,
                                "quantityType": "GROSS",
                                "units": "ml"
                              }
                            },
                            "quantity": {
                              "amount": 16.67,
                              "quantityType": "GROSS",
                              "units": "Kg"
                            }
                          }
                        ],
                        "qvalue": 0.29
                      },
                      {
                        "hazardousCommodities": [
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "sKZhgTUAsn",
                              "hazardClass": "8",
                              "id": "UN2586",
                              "labelText": "Flammable",
                              "packingGroup": "III",
                              "packingInstructions": "None",
                              "properShippingName": "Paint",
                              "properShippingNameAndDescription": "Paint, flammable",
                              "sequenceNumber": 2,
                              "specialProvisions": "A72",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "D",
                              "technicalName": "Benzene",
                              "tunnelRestrictionCode": "D"
                            },
                            "massPoints": 69.73,
                            "netExplosiveDetail": {
                              "amount": 3.68,
                              "type": "TOTAL_WEIGHT",
                              "units": "g"
                            },
                            "options": {
                              "description": {
                                "authorization": "q43CZ5iEJ9",
                                "hazardClass": "2.3",
                                "id": "UN6114",
                                "labelText": "Flammable Liquid",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "Bulk"
                                },
                                "packingGroup": "I",
                                "percentage": 4,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Acetal",
                                "reportableQuantity": true,
                                "sequenceNumber": 2,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "XPwzYUPRkK"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 22.57,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 5.91,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 8.53,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 47.84,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "SAPtMPfpORSG8IZ",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 44.2,
                                "quantityType": "GROSS",
                                "units": "ml"
                              }
                            },
                            "quantity": {
                              "amount": 42.69,
                              "quantityType": "GROSS",
                              "units": "ml"
                            }
                          },
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "tJ8FTAOLSi",
                              "hazardClass": "8",
                              "id": "UN9890",
                              "labelText": "Toxic",
                              "packingGroup": "I",
                              "packingInstructions": "PI-965",
                              "properShippingName": "Paint",
                              "properShippingNameAndDescription": "Paint, flammable",
                              "sequenceNumber": 4,
                              "specialProvisions": "A42",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "A",
                              "technicalName": "Benzene",
                              "tunnelRestrictionCode": "E"
                            },
                            "massPoints": 57.97,
                            "netExplosiveDetail": {
                              "amount": 1.63,
                              "type": "NET_EXPLOSIVE_WEIGHT",
                              "units": "Kg"
                            },
                            "options": {
                              "description": {
                                "authorization": "rfUWUpxyVb",
                                "hazardClass": "2.3",
                                "id": "UN7878",
                                "labelText": "Flammable Liquid",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "NonBulk"
                                },
                                "packingGroup": "I",
                                "percentage": 94.61,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Paint",
                                "reportableQuantity": true,
                                "sequenceNumber": 5,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "eQiryCIVNC"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 15.7,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 2.43,
                                    "quantityType": "NET",
                                    "units": "Kg"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "sqhkB8mQ25c16xZ",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 14.1,
                                "quantityType": "GROSS",
                                "units": "Kg"
                              }
                            },
                            "quantity": {
                              "amount": 7.88,
                              "quantityType": "GROSS",
                              "units": "Kg"
                            }
                          },
                          {
                            "description": {
                              "attributes": [
                                "attributes"
                              ],
                              "authorization": "AyYf36NuNw",
                              "hazardClass": "3",
                              "id": "UN4196",
                              "labelText": "Toxic",
                              "packingGroup": "I",
                              "packingInstructions": "None",
                              "properShippingName": "Battery",
                              "properShippingNameAndDescription": "Accumulators, pressurized",
                              "sequenceNumber": 5,
                              "specialProvisions": "A30",
                              "subsidiaryClasses": [
                                "Subsidiary Classes"
                              ],
                              "symbols": "A",
                              "technicalName": "Benzene",
                              "tunnelRestrictionCode": "E"
                            },
                            "massPoints": 97.37,
                            "netExplosiveDetail": {
                              "amount": 8.92,
                              "type": "NET_EXPLOSIVE_WEIGHT",
                              "units": "Kg"
                            },
                            "options": {
                              "description": {
                                "authorization": "KIUXKFaa8k",
                                "hazardClass": "3",
                                "id": "UN9370",
                                "labelText": "Corrosive",
                                "packingDetails": {
                                  "cargoAircraftOnly": true,
                                  "packingInstructions": "NonBulk"
                                },
                                "packingGroup": "I",
                                "percentage": 40.4,
                                "processingOptions": [
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS",
                                  "INCLUDE_SPECIAL_PROVISIONS"
                                ],
                                "properShippingName": "Acetal",
                                "reportableQuantity": true,
                                "sequenceNumber": 1,
                                "subsidiaryClasses": [
                                  "Subsidiary Classes"
                                ],
                                "technicalName": "mjxOEKDDyx"
                              },
                              "innerReceptacles": [
                                {
                                  "quantity": {
                                    "amount": 6.34,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 11.79,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 21.88,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 14.05,
                                    "quantityType": "NET",
                                    "units": "ml"
                                  }
                                },
                                {
                                  "quantity": {
                                    "amount": 14,
                                    "quantityType": "NET",
                                    "units": "L"
                                  }
                                }
                              ],
                              "options": {
                                "customerSuppliedLabelText": "1NtcCNmpTurF4S2",
                                "labelTextOption": "OVERRIDE"
                              },
                              "quantity": {
                                "amount": 25.58,
                                "quantityType": "GROSS",
                                "units": "ml"
                              }
                            },
                            "quantity": {
                              "amount": 2.32,
                              "quantityType": "GROSS",
                              "units": "Kg"
                            }
                          }
                        ],
                        "qvalue": 0.32
                      }
                    ],
                    "labelType": "II_YELLOW",
                    "radioactiveTransportIndex": 9.4,
                    "referenceId": "843009",
                    "regulation": "IATA"
                  },
                  "operationalDetail": {
                    "astraHandlingText": "Fragile",
                    "barcodes": {
                      "binaryBarcodes": [
                        {
                          "type": "COMMON-2D",
                          "value": [
                            "value",
                            "value"
                          ]
                        },
                        {
                          "type": "COMMON-2D",
                          "value": [
                            "value",
                            "value"
                          ]
                        },
                        {
                          "type": "COMMON-2D",
                          "value": [
                            "value",
                            "value"
                          ]
                        }
                      ],
                      "stringBarcodes": [
                        {
                          "type": "ADDRESS",
                          "value": "1364738407401475852594183047015407"
                        },
                        {
                          "type": "GROUND",
                          "value": "4159652608755190387103688828983939"
                        },
                        {
                          "type": "GROUND",
                          "value": "3253739682650711960424866780311531"
                        },
                        {
                          "type": "ADDRESS",
                          "value": "4335171955864179740325051566345746"
                        },
                        {
                          "type": "ADDRESS",
                          "value": "5021262230476369094106065156352691"
                        }
                      ]
                    },
                    "operationalInstructions": [
                      {
                        "content": "DO NOT STACK",
                        "number": 8
                      },
                      {
                        "content": "DO NOT STACK",
                        "number": 17
                      },
                      {
                        "content": "SECURED",
                        "number": 11
                      },
                      {
                        "content": "SECURED",
                        "number": 5
                      },
                      {
                        "content": "FRAGILE",
                        "number": 18
                      }
                    ]
                  },
                  "oversizeClass": "OVERSIZE_3",
                  "packageRating": {
                    "actualRateType": "PAYOR_RETAIL_PACKAGE",
                    "effectiveNetDiscount": 6.97,
                    "packageRateDetails": [
                      {
                        "baseCharge": 199,
                        "billingWeight": {
                          "units": "KG",
                          "value": 68
                        },
                        "currency": "USD",
                        "minimumChargeType": "MINIMUM_CHARGE",
                        "netCharge": 187.79,
                        "netFedExCharge": 131.99,
                        "netFreight": 70.18,
                        "ratedWeightMethod": "ACTUAL",
                        "rateType": "PAYOR_ACCOUNT_PACKAGE",
                        "surcharges": [
                          {
                            "amount": {
                              "amount": 896.91,
                              "currency": "MZN"
                            },
                            "description": "Fuel Surcharge",
                            "level": "PACKAGE",
                            "surchargeType": "FUEL_SURCHARGE"
                          },
                          {
                            "amount": {
                              "amount": 198.43,
                              "currency": "KHR"
                            },
                            "description": "Overweight package",
                            "level": "SHIPMENT",
                            "surchargeType": "APPOINTMENT_DELIVERY"
                          },
                          {
                            "amount": {
                              "amount": 26.42,
                              "currency": "JMD"
                            },
                            "description": "Residential Delivery",
                            "level": "SHIPMENT",
                            "surchargeType": "APPOINTMENT_DELIVERY"
                          },
                          {
                            "amount": {
                              "amount": 4304.77,
                              "currency": "SOS"
                            },
                            "description": "Residential Delivery",
                            "level": "PACKAGE",
                            "surchargeType": "FUEL_SURCHARGE"
                          }
                        ],
                        "totalFreightDiscounts": 45.12,
                        "totalRebates": 0.22,
                        "totalSurcharges": 5.27,
                        "totalTaxes": 4.38
                      },
                      {
                        "baseCharge": 129.96,
                        "billingWeight": {
                          "units": "KG",
                          "value": 68
                        },
                        "currency": "GBP",
                        "minimumChargeType": "ACTUAL",
                        "netCharge": 161.95,
                        "netFedExCharge": 108.35,
                        "netFreight": 106.85,
                        "ratedWeightMethod": "DIM",
                        "rateType": "PAYOR_ACCOUNT_PACKAGE",
                        "surcharges": [
                          {
                            "amount": {
                              "amount": 1194.94,
                              "currency": "KHR"
                            },
                            "description": "Fuel Surcharge",
                            "level": "PACKAGE",
                            "surchargeType": "FUEL_SURCHARGE"
                          },
                          {
                            "amount": {
                              "amount": 458.61,
                              "currency": "WST"
                            },
                            "description": "Fuel Surcharge",
                            "level": "SHIPMENT",
                            "surchargeType": "APPOINTMENT_DELIVERY"
                          },
                          {
                            "amount": {
                              "amount": 4076.49,
                              "currency": "CAD"
                            },
                            "description": "Residential Delivery",
                            "level": "SHIPMENT",
                            "surchargeType": "APPOINTMENT_DELIVERY"
                          }
                        ],
                        "totalFreightDiscounts": 16.7,
                        "totalRebates": 1.9,
                        "totalSurcharges": 14.26,
                        "totalTaxes": 7.06
                      }
                    ]
                  },
                  "sequenceNumber": 1,
                  "signatureOption": "INDIRECT",
                  "trackingIds": [
                    {
                      "formId": "2822",
                      "trackingIdType": "EXPRESS",
                      "trackingNumber": "68345803609597190094",
                      "uspsApplicationId": "40"
                    },
                    {
                      "formId": "4912",
                      "trackingIdType": "FREIGHT",
                      "trackingNumber": "76594743920739552532",
                      "uspsApplicationId": "90"
                    },
                    {
                      "formId": "3757",
                      "trackingIdType": "GROUND",
                      "trackingNumber": "01412418536171946756",
                      "uspsApplicationId": "62"
                    },
                    {
                      "formId": "3774",
                      "trackingIdType": "EXPRESS",
                      "trackingNumber": "96304260021318630202",
                      "uspsApplicationId": "40"
                    }
                  ]
                }
              ],
              "documentRequirements": {
                "generationDetails": [
                  {
                    "electronicSignature": "OPTIONAL",
                    "letterhead": "OPTIONAL",
                    "minimumCopiesRequired": 3,
                    "type": "COMMERCIAL_INVOICE"
                  }
                ],
                "prohibitedDocuments": [
                  "USMCA_CERTIFICATION_OF_ORIGIN"
                ],
                "requiredDocuments": [
                  "COMMERCIAL_OR_PRO_FORMA_INVOICE",
                  "AIR_WAYBILL"
                ]
              },
              "exportComplianceStatement": "L5EviBpw4T",
              "hazardousShipmentDetail": {
                "adrLicense": {
                  "licenseOrPermitDetail": {
                    "effectiveDate": "2026-01-21T00:00:00.0Z",
                    "expirationDate": "2026-09-26T00:00:00.0Z",
                    "number": "81237"
                  }
                },
                "dryIceDetail": {
                  "packageCount": 4,
                  "processingOptions": {
                    "options": [
                      "options"
                    ]
                  },
                  "totalWeight": {
                    "units": "KG",
                    "value": 68
                  }
                },
                "hazardousSummaryDetail": {
                  "smallQuantityExceptionPackageCount": 0
                }
              },
              "masterTrackingId": {
                "formId": "7538",
                "trackingIdType": "FREIGHT",
                "trackingNumber": "06908330989658508805",
                "uspsApplicationId": "88"
              },
              "operationalDetail": {
                "airportId": "KJE",
                "astraDescription": "GROUND",
                "astraPlannedServiceLevel": "nFmsfwJ5xFNEdAd",
                "commitDate": "2026-08-26T00:00:00.0Z",
                "commitDay": "Sun",
                "countryCode": "BN",
                "customTransitTime": "ONE_DAY",
                "deliveryDate": "2026-08-28T00:00:00.0Z",
                "deliveryDay": "Sat",
                "deliveryEligibilities": [
                  "deliveryEligibilities"
                ],
                "destinationLocationId": "uQtr",
                "destinationLocationNumber": 845,
                "destinationLocationStateOrProvinceCode": "CA",
                "destinationServiceArea": "A1",
                "ineligibleForMoneyBackGuarantee": false,
                "maximumTransitTime": "SEVEN_DAYS",
                "originLocationId": "504",
                "originLocationNumber": 808,
                "originServiceArea": "C3",
                "packagingCode": "55",
                "postalCode": "31955-2515",
                "publishedDeliveryTime": "10:30A",
                "scac": "FDXE",
                "serviceCode": "449",
                "stateOrProvinceCode": "NV",
                "transitTime": "ONE_DAY",
                "ursaPrefixCode": "pq",
                "ursaSuffixCode": "db"
              },
              "packagingDescription": "barrel",
              "serviceDescription": {
                "astraDescription": "2 DAY FRT",
                "code": "54",
                "description": "Universal clear-thinking productivity",
                "names": [
                  {
                    "encoding": "UTF-8",
                    "type": "long",
                    "value": "77b"
                  },
                  {
                    "encoding": "UTF-8",
                    "type": "short",
                    "value": "huU"
                  },
                  {
                    "encoding": "UTF-8",
                    "type": "short",
                    "value": "Wv1"
                  }
                ],
                "operatingOrgCodes": [
                  "FXE"
                ],
                "serviceCategory": "freight",
                "serviceId": "WzUL04uciaiE",
                "serviceType": "FEDEX_1_DAY_FREIGHT"
              },
              "shipmentConsolidationDetail": {
                "associatedTrackingIds": [
                  {
                    "trackingIds": [
                      {
                        "formId": "1891",
                        "trackingIdType": "EXPRESS",
                        "trackingNumber": "37801298339484625047"
                      },
                      {
                        "formId": "8253",
                        "trackingIdType": "EXPRESS",
                        "trackingNumber": "97146835910248455736"
                      },
                      {
                        "formId": "0818",
                        "trackingIdType": "FREIGHT",
                        "trackingNumber": "29358862030469390506"
                      }
                    ],
                    "type": "CONSOLIDATION_MASTER"
                  },
                  {
                    "trackingIds": [
                      {
                        "formId": "6961",
                        "trackingIdType": "GROUND",
                        "trackingNumber": "96141942450495452154"
                      },
                      {
                        "formId": "3397",
                        "trackingIdType": "GROUND",
                        "trackingNumber": "51403927960451433779"
                      }
                    ],
                    "type": "CONSOLIDATION_MASTER"
                  },
                  {
                    "trackingIds": [
                      {
                        "formId": "8149",
                        "trackingIdType": "GROUND",
                        "trackingNumber": "35697810213462831119"
                      },
                      {
                        "formId": "6543",
                        "trackingIdType": "EXPRESS",
                        "trackingNumber": "49086232222544752805"
                      },
                      {
                        "formId": "7572",
                        "trackingIdType": "FREIGHT",
                        "trackingNumber": "92919838446735176337"
                      }
                    ],
                    "type": "CONSOLIDATION_MASTER"
                  },
                  {
                    "trackingIds": [
                      {
                        "formId": "5076",
                        "trackingIdType": "FREIGHT",
                        "trackingNumber": "76202841457065939595"
                      },
                      {
                        "formId": "6224",
                        "trackingIdType": "EXPRESS",
                        "trackingNumber": "45654351927093624712"
                      },
                      {
                        "formId": "2991",
                        "trackingIdType": "EXPRESS",
                        "trackingNumber": "87529670790181305423"
                      }
                    ],
                    "type": "CONSOLIDATION_MASTER"
                  }
                ],
                "role": "CRN_SHIPMENT",
                "type": "INTERNATIONAL_PRIORITY_DISTRIBUTION"
              },
              "shipmentRating": {
                "actualRateType": "PAYOR_LIST_SHIPMENT",
                "pickupRateDetail": {
                  "ancillaryFeesAndTaxes": [
                    {
                      "amount": {
                        "currency": "TJS",
                        "value": "CUSTOMS_VALUE"
                      },
                      "description": "wa7lioG8BE",
                      "type": "CLEARANCE_ENTRY_FEE"
                    },
                    {
                      "amount": {
                        "currency": "LSL",
                        "value": "CUSTOMS_VALUE"
                      },
                      "description": "wOX92gUAqU",
                      "type": "CLEARANCE_ENTRY_FEE"
                    },
                    {
                      "amount": {
                        "currency": "KRW",
                        "value": "CUSTOMS_VALUE"
                      },
                      "description": "eINjOm498U",
                      "type": "CLEARANCE_ENTRY_FEE"
                    }
                  ],
                  "currencyExchangeRate": {
                    "fromCurrency": "GBP",
                    "intoCurrency": "LKR",
                    "rate": 4.41
                  },
                  "dutiesAndTaxes": [
                    {
                      "harmonizedCode": "612289",
                      "taxes": {
                        "amount": {
                          "currency": "MRU",
                          "value": "CUSTOMS_VALUE"
                        },
                        "appliedPreferentialTradeAgreement": {
                          "description": "I8ziHLDqQB",
                          "id": "M2xX0m",
                          "name": "Sales Tax"
                        },
                        "description": "hEsxFtULtF",
                        "effectiveDate": "2025-09-16T00:00:00.0Z",
                        "formula": "RqD5eU9Pw9r1fpF",
                        "name": "Sales Tax",
                        "taxableValue": {
                          "currency": "CAD",
                          "value": "CUSTOMS_VALUE"
                        },
                        "taxcode": "XDQyA",
                        "taxRates": [
                          {
                            "currency": "EUR",
                            "quantity": 10,
                            "unitOfMeasure": "KG",
                            "value": "20"
                          },
                          {
                            "currency": "EUR",
                            "quantity": 20,
                            "unitOfMeasure": "L",
                            "value": "15"
                          },
                          {
                            "currency": "EUR",
                            "quantity": 30,
                            "unitOfMeasure": "L",
                            "value": "15"
                          },
                          {
                            "currency": "USD",
                            "quantity": 30,
                            "unitOfMeasure": "KG",
                            "value": "10"
                          },
                          {
                            "currency": "EUR",
                            "quantity": 30,
                            "unitOfMeasure": "L",
                            "value": "10"
                          }
                        ],
                        "taxType": "INCENTIVE"
                      },
                      "total": {
                        "currency": "SRD",
                        "value": "CUSTOMS_VALUE"
                      }
                    },
                    {
                      "harmonizedCode": "942015",
                      "taxes": {
                        "amount": {
                          "currency": "SHP",
                          "value": "CUSTOMS_VALUE"
                        },
                        "appliedPreferentialTradeAgreement": {
                          "description": "eZyZkJ9DN4",
                          "id": "GIvY32",
                          "name": "Sales Tax"
                        },
                        "description": "mvAh6OQbwu",
                        "effectiveDate": "2026-07-11T00:00:00.0Z",
                        "formula": "cgFbbqUht5EOYce",
                        "name": "VAT",
                        "taxableValue": {
                          "currency": "CNY",
                          "value": "CUSTOMS_VALUE"
                        },
                        "taxcode": "a9LW4",
                        "taxRates": [
                          {
                            "currency": "USD",
                            "quantity": 10,
                            "unitOfMeasure": "L",
                            "value": "20"
                          },
                          {
                            "currency": "USD",
                            "quantity": 10,
                            "unitOfMeasure": "L",
                            "value": "20"
                          }
                        ],
                        "taxType": "INCENTIVE"
                      },
                      "total": {
                        "currency": "VND",
                        "value": "CUSTOMS_VALUE"
                      }
                    },
                    {
                      "harmonizedCode": "695584",
                      "taxes": {
                        "amount": {
                          "currency": "AFN",
                          "value": "CUSTOMS_VALUE"
                        },
                        "appliedPreferentialTradeAgreement": {
                          "description": "ZLTYeTlF7f",
                          "id": "9zXNcY",
                          "name": "VAT"
                        },
                        "description": "aHyboG4uFa",
                        "effectiveDate": "2026-07-09T00:00:00.0Z",
                        "formula": "Jvtapc00boPcipc",
                        "name": "VAT",
                        "taxableValue": {
                          "currency": "PYG",
                          "value": "CUSTOMS_VALUE"
                        },
                        "taxcode": "dm0SF",
                        "taxRates": [
                          {
                            "currency": "USD",
                            "quantity": 10,
                            "unitOfMeasure": "L",
                            "value": "20"
                          },
                          {
                            "currency": "USD",
                            "quantity": 30,
                            "unitOfMeasure": "KG",
                            "value": "10"
                          }
                        ],
                        "taxType": "INCENTIVE"
                      },
                      "total": {
                        "currency": "BIF",
                        "value": "CUSTOMS_VALUE"
                      }
                    }
                  ],
                  "freightDiscounts": [
                    {
                      "amount": {
                        "currency": "ZMW",
                        "value": "CUSTOMS_VALUE"
                      },
                      "description": "CByjZWXa1H",
                      "percent": 6.71,
                      "rateDiscountType": "INCENTIVE"
                    }
                  ],
                  "fuelSurchargePercent": 3.07,
                  "minimumChargeType": "EARNED_DISCOUNT",
                  "pickupBaseChargeDescription": "Pickup Area Surcharge",
                  "pricingCode": "ACTUAL",
                  "rateScale": "nV3NfbaC68",
                  "rateType": "PAYOR_ACCOUNT_PACKAGE",
                  "rateZone": "ATxKkn",
                  "ratingBasis": "SHIPMENT_WEIGHT_BASED",
                  "rebates": [
                    {
                      "amount": {
                        "currency": "AOA",
                        "value": "CUSTOMS_VALUE"
                      },
                      "description": "ivjEwq2w7T",
                      "percent": 3.73,
                      "rebateType": "EARNED"
                    },
                    {
                      "amount": {
                        "currency": "OMR",
                        "value": "CUSTOMS_VALUE"
                      },
                      "description": "qtpCjVFAkc",
                      "percent": 2.07,
                      "rebateType": "EARNED"
                    },
                    {
                      "amount": {
                        "currency": "XPF",
                        "value": "CUSTOMS_VALUE"
                      },
                      "description": "owtqgQPcD3",
                      "percent": 2.91,
                      "rebateType": "EARNED"
                    },
                    {
                      "amount": {
                        "currency": "MZN",
                        "value": "CUSTOMS_VALUE"
                      },
                      "description": "tKmE78LsvD",
                      "percent": 1.74,
                      "rebateType": "EARNED"
                    }
                  ],
                  "specialRatingApplied": "FEDEX_ONE_RATE",
                  "surcharges": [
                    {
                      "amount": {
                        "currency": "THB",
                        "value": "CUSTOMS_VALUE"
                      },
                      "description": "VYInHPYa7H",
                      "level": "PACKAGE",
                      "surchargeType": "COD"
                    },
                    {
                      "amount": {
                        "currency": "TMT",
                        "value": "CUSTOMS_VALUE"
                      },
                      "description": "pPKn3EyZAR",
                      "level": "PACKAGE",
                      "surchargeType": "COD"
                    },
                    {
                      "amount": {
                        "currency": "RON",
                        "value": "CUSTOMS_VALUE"
                      },
                      "description": "6A03l4oP7j",
                      "level": "PACKAGE",
                      "surchargeType": "COD"
                    }
                  ],
                  "taxes": [
                    {
                      "amount": {
                        "currency": "GYD",
                        "value": "CUSTOMS_VALUE"
                      },
                      "description": "Uxzj3KYUrj",
                      "taxType": "VAT"
                    },
                    {
                      "amount": {
                        "currency": "BMD",
                        "value": "CUSTOMS_VALUE"
                      },
                      "description": "IEArnXfWYk",
                      "taxType": "VAT"
                    }
                  ],
                  "totalAncillaryFeesAndTaxes": {
                    "currency": "MGA",
                    "value": "CUSTOMS_VALUE"
                  },
                  "totalBaseCharge": {
                    "currency": "PHP",
                    "value": "CUSTOMS_VALUE"
                  },
                  "totalDutiesAndTaxes": {
                    "currency": "OMR",
                    "value": "CUSTOMS_VALUE"
                  },
                  "totalDutiesTaxesAndFees": {
                    "currency": "GHS",
                    "value": "CUSTOMS_VALUE"
                  },
                  "totalFreightDiscounts": {
                    "currency": "BBD",
                    "value": "CUSTOMS_VALUE"
                  },
                  "totalNetCharge": {
                    "currency": "CNY",
                    "value": "CUSTOMS_VALUE"
                  },
                  "totalNetChargeWithDutiesAndTaxes": {
                    "currency": "ARS",
                    "value": "CUSTOMS_VALUE"
                  },
                  "totalNetFedExCharge": {
                    "currency": "WST",
                    "value": "CUSTOMS_VALUE"
                  },
                  "totalNetFreight": {
                    "currency": "NIO",
                    "value": "CUSTOMS_VALUE"
                  },
                  "totalRebates": {
                    "currency": "GTQ",
                    "value": "CUSTOMS_VALUE"
                  },
                  "totalSurcharges": {
                    "currency": "KWD",
                    "value": "CUSTOMS_VALUE"
                  },
                  "totalTaxes": {
                    "currency": "PLN",
                    "value": "CUSTOMS_VALUE"
                  },
                  "totalVariableHandlingCharges": {
                    "fixedVariableHandlingCharge": {
                      "currency": "PLN",
                      "value": "CUSTOMS_VALUE"
                    },
                    "percentVariableHandlingCharge": {
                      "currency": "KGS",
                      "value": "CUSTOMS_VALUE"
                    },
                    "totalCustomerCharge": {
                      "currency": "XAF",
                      "value": "CUSTOMS_VALUE"
                    },
                    "variableHandlingCharge": {
                      "currency": "TWD",
                      "value": "CUSTOMS_VALUE"
                    }
                  },
                  "variableHandlingCharges": {
                    "fixedVariableHandlingCharge": {
                      "currency": "MVR",
                      "value": "CUSTOMS_VALUE"
                    },
                    "percentVariableHandlingCharge": {
                      "currency": "IRR",
                      "value": "CUSTOMS_VALUE"
                    },
                    "totalCustomerCharge": {
                      "currency": "RUB",
                      "value": "CUSTOMS_VALUE"
                    },
                    "variableHandlingCharge": {
                      "currency": "BYN",
                      "value": "CUSTOMS_VALUE"
                    }
                  }
                },
                "shipmentRateDetails": [
                  {
                    "currency": "EUR",
                    "currencyExchangeRate": {
                      "fromCurrency": "EUR",
                      "intoCurrency": "KWD",
                      "rate": 8.32
                    },
                    "dimDivisor": 189,
                    "freightDiscounts": [
                      {
                        "amount": 5.06,
                        "description": "IzgwYFrr0j",
                        "percent": 17.56,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 2.33,
                        "description": "tM2x9D6L5T",
                        "percent": 15.19,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 4.84,
                        "description": "SyZ9g2YaJi",
                        "percent": 17.72,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 1.31,
                        "description": "HfSmZIwFoO",
                        "percent": 13.5,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 8.65,
                        "description": "Z5eh6TbUcB",
                        "percent": 11.28,
                        "rateDiscountType": "VOLUME"
                      }
                    ],
                    "fuelSurchargePercent": 11.06,
                    "pricingCode": "STANDARD",
                    "ratedWeightMethod": "DIM",
                    "rateScale": "72692",
                    "rateType": "RATED_ACCOUNT_SHIPMENT",
                    "rateZone": "xTQ3EQ",
                    "shipmentLegRateDetails": [
                      {
                        "currency": "GBP",
                        "currencyExchangeRate": {
                          "fromCurrency": "GBP",
                          "intoCurrency": "AZN",
                          "rate": 17.01
                        },
                        "dimDivisor": 131,
                        "dimDivisorType": "VOLUME",
                        "freightDiscounts": [
                          {
                            "amount": 9.38,
                            "description": "l9Kqwz64Qz",
                            "percent": 5.4,
                            "rateDiscountType": "EARNED"
                          },
                          {
                            "amount": 6.77,
                            "description": "b2XYdRKNEq",
                            "percent": 14.02,
                            "rateDiscountType": "VOLUME"
                          }
                        ],
                        "fuelSurchargePercent": 14.74,
                        "legDestinationLocationId": "MEHP",
                        "minimumChargeType": "MINIMUM_CHARGE",
                        "pricingCode": "yL1Ar",
                        "ratedWeightMethod": "DIM",
                        "rateScale": "2927",
                        "rateType": "PAYOR_ACCOUNT_PACKAGE",
                        "rateZone": "xrIfSn",
                        "surcharges": [
                          {
                            "amount": {
                              "amount": 4045.71,
                              "currency": "CLP"
                            },
                            "description": "Residential Delivery",
                            "level": "PACKAGE",
                            "surchargeType": "APPOINTMENT_DELIVERY"
                          }
                        ],
                        "taxes": [
                          {
                            "amount": 8.04,
                            "description": "GST",
                            "level": "PACKAGE",
                            "type": "STATE"
                          },
                          {
                            "amount": 3.69,
                            "description": "VAT",
                            "level": "SHIPMENT",
                            "type": "STATE"
                          },
                          {
                            "amount": 13.29,
                            "description": "Sales Tax",
                            "level": "PACKAGE",
                            "type": "STATE"
                          },
                          {
                            "amount": 19.25,
                            "description": "Sales Tax",
                            "level": "SHIPMENT",
                            "type": "FEDERAL"
                          }
                        ],
                        "totalBaseCharge": 130.92,
                        "totalBillingWeight": {
                          "units": "KG",
                          "value": 68
                        },
                        "totalDimWeight": {
                          "units": "KG",
                          "value": 68
                        },
                        "totalDutiesAndTaxes": 9.19,
                        "totalFreightDiscounts": 40.68,
                        "totalNetCharge": 104.83,
                        "totalNetChargeWithDutiesAndTaxes": 113.03,
                        "totalNetFedExCharge": 249.39,
                        "totalNetFreight": 68.75,
                        "totalRebates": 1.16,
                        "totalSurcharges": 0.39,
                        "totalTaxes": 1.06
                      },
                      {
                        "currency": "EUR",
                        "currencyExchangeRate": {
                          "fromCurrency": "EUR",
                          "intoCurrency": "GNF",
                          "rate": 20.77
                        },
                        "dimDivisor": 230,
                        "dimDivisorType": "VOLUME",
                        "freightDiscounts": [
                          {
                            "amount": 3.19,
                            "description": "QRK0dRcAIj",
                            "percent": 7.54,
                            "rateDiscountType": "EARNED"
                          },
                          {
                            "amount": 3.18,
                            "description": "8XJ01aBlZV",
                            "percent": 5.39,
                            "rateDiscountType": "COUPON"
                          },
                          {
                            "amount": 5.01,
                            "description": "OCsCJqOb6k",
                            "percent": 19.99,
                            "rateDiscountType": "COUPON"
                          },
                          {
                            "amount": 3.54,
                            "description": "krPhleNNN8",
                            "percent": 14.62,
                            "rateDiscountType": "BONUS"
                          }
                        ],
                        "fuelSurchargePercent": 12.23,
                        "legDestinationLocationId": "WOxp",
                        "minimumChargeType": "ACTUAL",
                        "pricingCode": "2ZmON",
                        "ratedWeightMethod": "ACTUAL",
                        "rateScale": "4388",
                        "rateType": "PAYOR_RETAIL_PACKAGE",
                        "rateZone": "u8BPsN",
                        "surcharges": [
                          {
                            "amount": {
                              "amount": 2562.59,
                              "currency": "AWG"
                            },
                            "description": "Overweight package",
                            "level": "PACKAGE",
                            "surchargeType": "FUEL_SURCHARGE"
                          },
                          {
                            "amount": {
                              "amount": 1971.54,
                              "currency": "RUB"
                            },
                            "description": "Fuel Surcharge",
                            "level": "PACKAGE",
                            "surchargeType": "APPOINTMENT_DELIVERY"
                          },
                          {
                            "amount": {
                              "amount": 2582.39,
                              "currency": "ZAR"
                            },
                            "description": "Overweight package",
                            "level": "PACKAGE",
                            "surchargeType": "RESIDENTIAL_DELIVERY"
                          },
                          {
                            "amount": {
                              "amount": 237.8,
                              "currency": "TOP"
                            },
                            "description": "Fuel Surcharge",
                            "level": "PACKAGE",
                            "surchargeType": "FUEL_SURCHARGE"
                          },
                          {
                            "amount": {
                              "amount": 4515.68,
                              "currency": "NZD"
                            },
                            "description": "Residential Delivery",
                            "level": "PACKAGE",
                            "surchargeType": "APPOINTMENT_DELIVERY"
                          }
                        ],
                        "taxes": [
                          {
                            "amount": 6.73,
                            "description": "Sales Tax",
                            "level": "PACKAGE",
                            "type": "FEDERAL"
                          }
                        ],
                        "totalBaseCharge": 127.12,
                        "totalBillingWeight": {
                          "units": "KG",
                          "value": 68
                        },
                        "totalDimWeight": {
                          "units": "KG",
                          "value": 68
                        },
                        "totalDutiesAndTaxes": 36.33,
                        "totalFreightDiscounts": 2.14,
                        "totalNetCharge": 147.6,
                        "totalNetChargeWithDutiesAndTaxes": 210.7,
                        "totalNetFedExCharge": 115.19,
                        "totalNetFreight": 136.98,
                        "totalRebates": 0.97,
                        "totalSurcharges": 5.37,
                        "totalTaxes": 7.35
                      },
                      {
                        "currency": "EUR",
                        "currencyExchangeRate": {
                          "fromCurrency": "GBP",
                          "intoCurrency": "LKR",
                          "rate": 27.82
                        },
                        "dimDivisor": 145,
                        "dimDivisorType": "WEIGHT",
                        "freightDiscounts": [
                          {
                            "amount": 5.9,
                            "description": "eEX4eOikfN",
                            "percent": 19.55,
                            "rateDiscountType": "VOLUME"
                          },
                          {
                            "amount": 3.8,
                            "description": "MRyJyWau62",
                            "percent": 14,
                            "rateDiscountType": "BONUS"
                          }
                        ],
                        "fuelSurchargePercent": 3.56,
                        "legDestinationLocationId": "WaZC",
                        "minimumChargeType": "ACTUAL",
                        "pricingCode": "zAOPw",
                        "ratedWeightMethod": "DIM",
                        "rateScale": "6156",
                        "rateType": "PAYOR_RETAIL_PACKAGE",
                        "rateZone": "JSClRp",
                        "surcharges": [
                          {
                            "amount": {
                              "amount": 3604.59,
                              "currency": "KPW"
                            },
                            "description": "Overweight package",
                            "level": "PACKAGE",
                            "surchargeType": "FUEL_SURCHARGE"
                          },
                          {
                            "amount": {
                              "amount": 2862.3,
                              "currency": "VND"
                            },
                            "description": "Residential Delivery",
                            "level": "PACKAGE",
                            "surchargeType": "RESIDENTIAL_DELIVERY"
                          },
                          {
                            "amount": {
                              "amount": 1784.23,
                              "currency": "BSD"
                            },
                            "description": "Residential Delivery",
                            "level": "SHIPMENT",
                            "surchargeType": "RESIDENTIAL_DELIVERY"
                          }
                        ],
                        "taxes": [
                          {
                            "amount": 1.21,
                            "description": "GST",
                            "level": "PACKAGE",
                            "type": "FEDERAL"
                          },
                          {
                            "amount": 10.32,
                            "description": "GST",
                            "level": "PACKAGE",
                            "type": "STATE"
                          }
                        ],
                        "totalBaseCharge": 162.08,
                        "totalBillingWeight": {
                          "units": "KG",
                          "value": 68
                        },
                        "totalDimWeight": {
                          "units": "KG",
                          "value": 68
                        },
                        "totalDutiesAndTaxes": 17.27,
                        "totalFreightDiscounts": 3.77,
                        "totalNetCharge": 161.47,
                        "totalNetChargeWithDutiesAndTaxes": 51.62,
                        "totalNetFedExCharge": 249.96,
                        "totalNetFreight": 80.75,
                        "totalRebates": 3.48,
                        "totalSurcharges": 7.55,
                        "totalTaxes": 6.85
                      },
                      {
                        "currency": "USD",
                        "currencyExchangeRate": {
                          "fromCurrency": "INR",
                          "intoCurrency": "RUB",
                          "rate": 27.08
                        },
                        "dimDivisor": 180,
                        "dimDivisorType": "WEIGHT",
                        "freightDiscounts": [
                          {
                            "amount": 4.27,
                            "description": "FBUVHeMP3Y",
                            "percent": 10.05,
                            "rateDiscountType": "BONUS"
                          },
                          {
                            "amount": 2.02,
                            "description": "P4TPNNY9h6",
                            "percent": 7.53,
                            "rateDiscountType": "BONUS"
                          }
                        ],
                        "fuelSurchargePercent": 8.25,
                        "legDestinationLocationId": "NFsy",
                        "minimumChargeType": "ACTUAL",
                        "pricingCode": "eEdoy",
                        "ratedWeightMethod": "DIM",
                        "rateScale": "1933",
                        "rateType": "PAYOR_RETAIL_PACKAGE",
                        "rateZone": "gjWmKw",
                        "surcharges": [
                          {
                            "amount": {
                              "amount": 3144.1,
                              "currency": "XCD"
                            },
                            "description": "Overweight package",
                            "level": "PACKAGE",
                            "surchargeType": "APPOINTMENT_DELIVERY"
                          },
                          {
                            "amount": {
                              "amount": 4778.17,
                              "currency": "FJD"
                            },
                            "description": "Residential Delivery",
                            "level": "SHIPMENT",
                            "surchargeType": "RESIDENTIAL_DELIVERY"
                          },
                          {
                            "amount": {
                              "amount": 4798.92,
                              "currency": "MZN"
                            },
                            "description": "Fuel Surcharge",
                            "level": "SHIPMENT",
                            "surchargeType": "RESIDENTIAL_DELIVERY"
                          },
                          {
                            "amount": {
                              "amount": 1056.25,
                              "currency": "CHF"
                            },
                            "description": "Overweight package",
                            "level": "SHIPMENT",
                            "surchargeType": "FUEL_SURCHARGE"
                          },
                          {
                            "amount": {
                              "amount": 4270.15,
                              "currency": "COP"
                            },
                            "description": "Fuel Surcharge",
                            "level": "SHIPMENT",
                            "surchargeType": "APPOINTMENT_DELIVERY"
                          }
                        ],
                        "taxes": [
                          {
                            "amount": 10.79,
                            "description": "GST",
                            "level": "SHIPMENT",
                            "type": "FEDERAL"
                          },
                          {
                            "amount": 19.66,
                            "description": "Sales Tax",
                            "level": "SHIPMENT",
                            "type": "STATE"
                          }
                        ],
                        "totalBaseCharge": 144.44,
                        "totalBillingWeight": {
                          "units": "KG",
                          "value": 68
                        },
                        "totalDimWeight": {
                          "units": "KG",
                          "value": 68
                        },
                        "totalDutiesAndTaxes": 2.93,
                        "totalFreightDiscounts": 5.3,
                        "totalNetCharge": 54.63,
                        "totalNetChargeWithDutiesAndTaxes": 171.25,
                        "totalNetFedExCharge": 160.63,
                        "totalNetFreight": 123.07,
                        "totalRebates": 3.17,
                        "totalSurcharges": 17.29,
                        "totalTaxes": 9.22
                      },
                      {
                        "currency": "USD",
                        "currencyExchangeRate": {
                          "fromCurrency": "INR",
                          "intoCurrency": "NPR",
                          "rate": 10.95
                        },
                        "dimDivisor": 267,
                        "dimDivisorType": "VOLUME",
                        "freightDiscounts": [
                          {
                            "amount": 8.22,
                            "description": "unAgueOrpK",
                            "percent": 17.02,
                            "rateDiscountType": "BONUS"
                          },
                          {
                            "amount": 7.96,
                            "description": "Hg5Lfue7jw",
                            "percent": 8.32,
                            "rateDiscountType": "EARNED"
                          }
                        ],
                        "fuelSurchargePercent": 11.1,
                        "legDestinationLocationId": "uHUn",
                        "minimumChargeType": "MINIMUM_CHARGE",
                        "pricingCode": "O64jC",
                        "ratedWeightMethod": "DIM",
                        "rateScale": "1813",
                        "rateType": "PAYOR_ACCOUNT_PACKAGE",
                        "rateZone": "NDgfFA",
                        "surcharges": [
                          {
                            "amount": {
                              "amount": 1058.65,
                              "currency": "AOA"
                            },
                            "description": "Fuel Surcharge",
                            "level": "SHIPMENT",
                            "surchargeType": "RESIDENTIAL_DELIVERY"
                          },
                          {
                            "amount": {
                              "amount": 1329.38,
                              "currency": "QAR"
                            },
                            "description": "Fuel Surcharge",
                            "level": "PACKAGE",
                            "surchargeType": "APPOINTMENT_DELIVERY"
                          },
                          {
                            "amount": {
                              "amount": 879.85,
                              "currency": "NAD"
                            },
                            "description": "Overweight package",
                            "level": "PACKAGE",
                            "surchargeType": "FUEL_SURCHARGE"
                          }
                        ],
                        "taxes": [
                          {
                            "amount": 9.48,
                            "description": "VAT",
                            "level": "PACKAGE",
                            "type": "STATE"
                          },
                          {
                            "amount": 15.29,
                            "description": "GST",
                            "level": "SHIPMENT",
                            "type": "FEDERAL"
                          },
                          {
                            "amount": 17.48,
                            "description": "GST",
                            "level": "SHIPMENT",
                            "type": "FEDERAL"
                          },
                          {
                            "amount": 14.18,
                            "description": "VAT",
                            "level": "SHIPMENT",
                            "type": "FEDERAL"
                          }
                        ],
                        "totalBaseCharge": 68.67,
                        "totalBillingWeight": {
                          "units": "KG",
                          "value": 68
                        },
                        "totalDimWeight": {
                          "units": "KG",
                          "value": 68
                        },
                        "totalDutiesAndTaxes": 9.7,
                        "totalFreightDiscounts": 5.34,
                        "totalNetCharge": 126.23,
                        "totalNetChargeWithDutiesAndTaxes": 78.84,
                        "totalNetFedExCharge": 68.89,
                        "totalNetFreight": 54.79,
                        "totalRebates": 1.8,
                        "totalSurcharges": 9.88,
                        "totalTaxes": 8.14
                      }
                    ],
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 2095.62,
                          "currency": "FJD"
                        },
                        "description": "Fuel Surcharge",
                        "level": "SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 11.49,
                        "description": "GST",
                        "level": "PACKAGE",
                        "type": "STATE"
                      }
                    ],
                    "totalAncillaryFeesAndTaxes": 5.86,
                    "totalBaseCharge": 192.22,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 34.97,
                    "totalDutiesTaxesAndFees": 50.36,
                    "totalFreightDiscounts": 10.05,
                    "totalNetCharge": 185.33,
                    "totalNetChargeWithDutiesAndTaxes": 189.31,
                    "totalNetFedExCharge": 69.11,
                    "totalNetFreight": 188.15,
                    "totalRebates": 3.69,
                    "totalSurcharges": 10.16,
                    "totalTaxes": 2.7
                  },
                  {
                    "currency": "EUR",
                    "currencyExchangeRate": {
                      "fromCurrency": "GBP",
                      "intoCurrency": "ZAR",
                      "rate": 6.71
                    },
                    "dimDivisor": 238,
                    "freightDiscounts": [
                      {
                        "amount": 4.69,
                        "description": "OALvnvBGsh",
                        "percent": 15.14,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 2.27,
                        "description": "Z7VMZIYLG9",
                        "percent": 12.5,
                        "rateDiscountType": "COUPON"
                      }
                    ],
                    "fuelSurchargePercent": 12.24,
                    "pricingCode": "LTL_FREIGHT",
                    "ratedWeightMethod": "DIM",
                    "rateScale": "30921",
                    "rateType": "RATED_ACCOUNT_SHIPMENT",
                    "rateZone": "i8SF3z",
                    "shipmentLegRateDetails": [
                      {
                        "currency": "GBP",
                        "currencyExchangeRate": {
                          "fromCurrency": "INR",
                          "intoCurrency": "BZD",
                          "rate": 12.31
                        },
                        "dimDivisor": 213,
                        "dimDivisorType": "WEIGHT",
                        "freightDiscounts": [
                          {
                            "amount": 4.41,
                            "description": "jKB8XhzqQ7",
                            "percent": 14.46,
                            "rateDiscountType": "BONUS"
                          },
                          {
                            "amount": 2.49,
                            "description": "iG4R2WiEpo",
                            "percent": 6.83,
                            "rateDiscountType": "EARNED"
                          },
                          {
                            "amount": 1.45,
                            "description": "B9ALOdlhWf",
                            "percent": 9.28,
                            "rateDiscountType": "EARNED"
                          },
                          {
                            "amount": 2.96,
                            "description": "iyO0R4mQuu",
                            "percent": 14.15,
                            "rateDiscountType": "BONUS"
                          },
                          {
                            "amount": 4.82,
                            "description": "dViwwkp2pB",
                            "percent": 14.11,
                            "rateDiscountType": "COUPON"
                          }
                        ],
                        "fuelSurchargePercent": 10.23,
                        "legDestinationLocationId": "xwrC",
                        "minimumChargeType": "ACTUAL",
                        "pricingCode": "VtSHX",
                        "ratedWeightMethod": "DIM",
                        "rateScale": "0955",
                        "rateType": "PAYOR_ACCOUNT_PACKAGE",
                        "rateZone": "ume0fT",
                        "surcharges": [
                          {
                            "amount": {
                              "amount": 1118.02,
                              "currency": "JOD"
                            },
                            "description": "Overweight package",
                            "level": "SHIPMENT",
                            "surchargeType": "FUEL_SURCHARGE"
                          },
                          {
                            "amount": {
                              "amount": 4228.58,
                              "currency": "BTN"
                            },
                            "description": "Residential Delivery",
                            "level": "PACKAGE",
                            "surchargeType": "APPOINTMENT_DELIVERY"
                          }
                        ],
                        "taxes": [
                          {
                            "amount": 4.99,
                            "description": "VAT",
                            "level": "PACKAGE",
                            "type": "FEDERAL"
                          },
                          {
                            "amount": 6.24,
                            "description": "Sales Tax",
                            "level": "SHIPMENT",
                            "type": "STATE"
                          }
                        ],
                        "totalBaseCharge": 112.63,
                        "totalBillingWeight": {
                          "units": "KG",
                          "value": 68
                        },
                        "totalDimWeight": {
                          "units": "KG",
                          "value": 68
                        },
                        "totalDutiesAndTaxes": 9.06,
                        "totalFreightDiscounts": 20.03,
                        "totalNetCharge": 104.03,
                        "totalNetChargeWithDutiesAndTaxes": 171.11,
                        "totalNetFedExCharge": 149.26,
                        "totalNetFreight": 53.97,
                        "totalRebates": 2.74,
                        "totalSurcharges": 8.45,
                        "totalTaxes": 3.47
                      },
                      {
                        "currency": "EUR",
                        "currencyExchangeRate": {
                          "fromCurrency": "INR",
                          "intoCurrency": "SOS",
                          "rate": 29.1
                        },
                        "dimDivisor": 212,
                        "dimDivisorType": "WEIGHT",
                        "freightDiscounts": [
                          {
                            "amount": 5.13,
                            "description": "tMPMxlSJg1",
                            "percent": 19.14,
                            "rateDiscountType": "COUPON"
                          },
                          {
                            "amount": 2.31,
                            "description": "u56JEh2tKl",
                            "percent": 19.21,
                            "rateDiscountType": "EARNED"
                          },
                          {
                            "amount": 8.18,
                            "description": "CrQqv3671O",
                            "percent": 8.17,
                            "rateDiscountType": "VOLUME"
                          },
                          {
                            "amount": 6.46,
                            "description": "o8ZjSDCM5w",
                            "percent": 14.52,
                            "rateDiscountType": "VOLUME"
                          }
                        ],
                        "fuelSurchargePercent": 13.63,
                        "legDestinationLocationId": "broS",
                        "minimumChargeType": "ACTUAL",
                        "pricingCode": "ofF8s",
                        "ratedWeightMethod": "DIM",
                        "rateScale": "4162",
                        "rateType": "PAYOR_RETAIL_PACKAGE",
                        "rateZone": "RM3lUL",
                        "surcharges": [
                          {
                            "amount": {
                              "amount": 4089.02,
                              "currency": "SYP"
                            },
                            "description": "Fuel Surcharge",
                            "level": "SHIPMENT",
                            "surchargeType": "RESIDENTIAL_DELIVERY"
                          },
                          {
                            "amount": {
                              "amount": 815.45,
                              "currency": "GMD"
                            },
                            "description": "Residential Delivery",
                            "level": "PACKAGE",
                            "surchargeType": "FUEL_SURCHARGE"
                          },
                          {
                            "amount": {
                              "amount": 2124.07,
                              "currency": "MUR"
                            },
                            "description": "Residential Delivery",
                            "level": "SHIPMENT",
                            "surchargeType": "APPOINTMENT_DELIVERY"
                          },
                          {
                            "amount": {
                              "amount": 2588.45,
                              "currency": "MYR"
                            },
                            "description": "Residential Delivery",
                            "level": "PACKAGE",
                            "surchargeType": "APPOINTMENT_DELIVERY"
                          }
                        ],
                        "taxes": [
                          {
                            "amount": 14.97,
                            "description": "GST",
                            "level": "PACKAGE",
                            "type": "FEDERAL"
                          },
                          {
                            "amount": 5.74,
                            "description": "VAT",
                            "level": "PACKAGE",
                            "type": "FEDERAL"
                          }
                        ],
                        "totalBaseCharge": 77.38,
                        "totalBillingWeight": {
                          "units": "KG",
                          "value": 68
                        },
                        "totalDimWeight": {
                          "units": "KG",
                          "value": 68
                        },
                        "totalDutiesAndTaxes": 35.78,
                        "totalFreightDiscounts": 4.21,
                        "totalNetCharge": 76.02,
                        "totalNetChargeWithDutiesAndTaxes": 71.84,
                        "totalNetFedExCharge": 173.81,
                        "totalNetFreight": 72.18,
                        "totalRebates": 0.27,
                        "totalSurcharges": 11.6,
                        "totalTaxes": 9.2
                      },
                      {
                        "currency": "USD",
                        "currencyExchangeRate": {
                          "fromCurrency": "INR",
                          "intoCurrency": "AFN",
                          "rate": 17.04
                        },
                        "dimDivisor": 122,
                        "dimDivisorType": "WEIGHT",
                        "freightDiscounts": [
                          {
                            "amount": 5.52,
                            "description": "S9Zq48lGhx",
                            "percent": 6.49,
                            "rateDiscountType": "COUPON"
                          },
                          {
                            "amount": 6.13,
                            "description": "dTKaLzfosT",
                            "percent": 17.5,
                            "rateDiscountType": "BONUS"
                          }
                        ],
                        "fuelSurchargePercent": 3.45,
                        "legDestinationLocationId": "CiYR",
                        "minimumChargeType": "MINIMUM_CHARGE",
                        "pricingCode": "pu5x1",
                        "ratedWeightMethod": "ACTUAL",
                        "rateScale": "8263",
                        "rateType": "PAYOR_RETAIL_PACKAGE",
                        "rateZone": "13fyOF",
                        "surcharges": [
                          {
                            "amount": {
                              "amount": 3331.92,
                              "currency": "PGK"
                            },
                            "description": "Fuel Surcharge",
                            "level": "PACKAGE",
                            "surchargeType": "APPOINTMENT_DELIVERY"
                          },
                          {
                            "amount": {
                              "amount": 1934.12,
                              "currency": "VUV"
                            },
                            "description": "Residential Delivery",
                            "level": "PACKAGE",
                            "surchargeType": "RESIDENTIAL_DELIVERY"
                          },
                          {
                            "amount": {
                              "amount": 4776.32,
                              "currency": "BND"
                            },
                            "description": "Fuel Surcharge",
                            "level": "PACKAGE",
                            "surchargeType": "RESIDENTIAL_DELIVERY"
                          },
                          {
                            "amount": {
                              "amount": 997.43,
                              "currency": "PGK"
                            },
                            "description": "Fuel Surcharge",
                            "level": "SHIPMENT",
                            "surchargeType": "APPOINTMENT_DELIVERY"
                          },
                          {
                            "amount": {
                              "amount": 571.45,
                              "currency": "MNT"
                            },
                            "description": "Overweight package",
                            "level": "PACKAGE",
                            "surchargeType": "RESIDENTIAL_DELIVERY"
                          }
                        ],
                        "taxes": [
                          {
                            "amount": 1.68,
                            "description": "GST",
                            "level": "PACKAGE",
                            "type": "FEDERAL"
                          },
                          {
                            "amount": 15.41,
                            "description": "VAT",
                            "level": "PACKAGE",
                            "type": "STATE"
                          }
                        ],
                        "totalBaseCharge": 185.37,
                        "totalBillingWeight": {
                          "units": "KG",
                          "value": 68
                        },
                        "totalDimWeight": {
                          "units": "KG",
                          "value": 68
                        },
                        "totalDutiesAndTaxes": 29.47,
                        "totalFreightDiscounts": 21.04,
                        "totalNetCharge": 143.54,
                        "totalNetChargeWithDutiesAndTaxes": 73.96,
                        "totalNetFedExCharge": 154.76,
                        "totalNetFreight": 197.95,
                        "totalRebates": 3.74,
                        "totalSurcharges": 8.19,
                        "totalTaxes": 7.52
                      },
                      {
                        "currency": "EUR",
                        "currencyExchangeRate": {
                          "fromCurrency": "INR",
                          "intoCurrency": "MNT",
                          "rate": 19.32
                        },
                        "dimDivisor": 292,
                        "dimDivisorType": "VOLUME",
                        "freightDiscounts": [
                          {
                            "amount": 4.45,
                            "description": "MnLH2Venv7",
                            "percent": 9.62,
                            "rateDiscountType": "VOLUME"
                          },
                          {
                            "amount": 5.95,
                            "description": "oCaAo1MQNF",
                            "percent": 17.45,
                            "rateDiscountType": "BONUS"
                          },
                          {
                            "amount": 2.07,
                            "description": "0VH4mwLPxx",
                            "percent": 13.45,
                            "rateDiscountType": "EARNED"
                          },
                          {
                            "amount": 4.62,
                            "description": "L150KxQTrg",
                            "percent": 6.1,
                            "rateDiscountType": "EARNED"
                          }
                        ],
                        "fuelSurchargePercent": 12.37,
                        "legDestinationLocationId": "iLlh",
                        "minimumChargeType": "MINIMUM_CHARGE",
                        "pricingCode": "9zErx",
                        "ratedWeightMethod": "ACTUAL",
                        "rateScale": "5579",
                        "rateType": "PAYOR_ACCOUNT_PACKAGE",
                        "rateZone": "DgeMNW",
                        "surcharges": [
                          {
                            "amount": {
                              "amount": 3197.39,
                              "currency": "SYP"
                            },
                            "description": "Residential Delivery",
                            "level": "SHIPMENT",
                            "surchargeType": "RESIDENTIAL_DELIVERY"
                          },
                          {
                            "amount": {
                              "amount": 3083.2,
                              "currency": "SRD"
                            },
                            "description": "Residential Delivery",
                            "level": "PACKAGE",
                            "surchargeType": "FUEL_SURCHARGE"
                          }
                        ],
                        "taxes": [
                          {
                            "amount": 10.78,
                            "description": "VAT",
                            "level": "SHIPMENT",
                            "type": "FEDERAL"
                          },
                          {
                            "amount": 12.07,
                            "description": "GST",
                            "level": "PACKAGE",
                            "type": "FEDERAL"
                          },
                          {
                            "amount": 18.62,
                            "description": "VAT",
                            "level": "SHIPMENT",
                            "type": "STATE"
                          },
                          {
                            "amount": 16.23,
                            "description": "VAT",
                            "level": "PACKAGE",
                            "type": "FEDERAL"
                          }
                        ],
                        "totalBaseCharge": 122.09,
                        "totalBillingWeight": {
                          "units": "KG",
                          "value": 68
                        },
                        "totalDimWeight": {
                          "units": "KG",
                          "value": 68
                        },
                        "totalDutiesAndTaxes": 13.6,
                        "totalFreightDiscounts": 47.33,
                        "totalNetCharge": 145.46,
                        "totalNetChargeWithDutiesAndTaxes": 60.3,
                        "totalNetFedExCharge": 64.51,
                        "totalNetFreight": 151.22,
                        "totalRebates": 0.94,
                        "totalSurcharges": 14.82,
                        "totalTaxes": 9.28
                      },
                      {
                        "currency": "EUR",
                        "currencyExchangeRate": {
                          "fromCurrency": "INR",
                          "intoCurrency": "RSD",
                          "rate": 26.26
                        },
                        "dimDivisor": 102,
                        "dimDivisorType": "VOLUME",
                        "freightDiscounts": [
                          {
                            "amount": 7,
                            "description": "r7SVJM3w6z",
                            "percent": 13.86,
                            "rateDiscountType": "EARNED"
                          },
                          {
                            "amount": 4.7,
                            "description": "V7LXmXyvS0",
                            "percent": 6.6,
                            "rateDiscountType": "VOLUME"
                          },
                          {
                            "amount": 1.71,
                            "description": "eKzVHskAxQ",
                            "percent": 15.65,
                            "rateDiscountType": "BONUS"
                          }
                        ],
                        "fuelSurchargePercent": 14.75,
                        "legDestinationLocationId": "XGqV",
                        "minimumChargeType": "ACTUAL",
                        "pricingCode": "zbToF",
                        "ratedWeightMethod": "ACTUAL",
                        "rateScale": "4627",
                        "rateType": "PAYOR_RETAIL_PACKAGE",
                        "rateZone": "tnraaf",
                        "surcharges": [
                          {
                            "amount": {
                              "amount": 724.63,
                              "currency": "NOK"
                            },
                            "description": "Overweight package",
                            "level": "PACKAGE",
                            "surchargeType": "APPOINTMENT_DELIVERY"
                          }
                        ],
                        "taxes": [
                          {
                            "amount": 14.37,
                            "description": "VAT",
                            "level": "PACKAGE",
                            "type": "STATE"
                          },
                          {
                            "amount": 1.4,
                            "description": "Sales Tax",
                            "level": "SHIPMENT",
                            "type": "STATE"
                          }
                        ],
                        "totalBaseCharge": 102.09,
                        "totalBillingWeight": {
                          "units": "KG",
                          "value": 68
                        },
                        "totalDimWeight": {
                          "units": "KG",
                          "value": 68
                        },
                        "totalDutiesAndTaxes": 21.88,
                        "totalFreightDiscounts": 5.58,
                        "totalNetCharge": 157.23,
                        "totalNetChargeWithDutiesAndTaxes": 192.96,
                        "totalNetFedExCharge": 201.82,
                        "totalNetFreight": 96.24,
                        "totalRebates": 3.78,
                        "totalSurcharges": 6.79,
                        "totalTaxes": 6.88
                      }
                    ],
                    "surcharges": [
                      {
                        "amount": {
                          "amount": 826.02,
                          "currency": "ZAR"
                        },
                        "description": "Fuel Surcharge",
                        "level": "SHIPMENT",
                        "surchargeType": "RESIDENTIAL_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 10.89,
                        "description": "Sales Tax",
                        "level": "SHIPMENT",
                        "type": "STATE"
                      },
                      {
                        "amount": 4.77,
                        "description": "GST",
                        "level": "SHIPMENT",
                        "type": "STATE"
                      },
                      {
                        "amount": 4.67,
                        "description": "GST",
                        "level": "SHIPMENT",
                        "type": "STATE"
                      },
                      {
                        "amount": 2.35,
                        "description": "Sales Tax",
                        "level": "PACKAGE",
                        "type": "STATE"
                      }
                    ],
                    "totalAncillaryFeesAndTaxes": 16.02,
                    "totalBaseCharge": 137.74,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 16.36,
                    "totalDutiesTaxesAndFees": 5.97,
                    "totalFreightDiscounts": 6.16,
                    "totalNetCharge": 118.82,
                    "totalNetChargeWithDutiesAndTaxes": 144.43,
                    "totalNetFedExCharge": 102.8,
                    "totalNetFreight": 56.68,
                    "totalRebates": 2.43,
                    "totalSurcharges": 9.09,
                    "totalTaxes": 6.28
                  }
                ],
                "totalNetFedExTransportationAndPickupCharge": {
                  "currency": "RUB",
                  "value": "CUSTOMS_VALUE"
                },
                "totalNetTransportationAndPickupCharge": {
                  "currency": "ERN",
                  "value": "CUSTOMS_VALUE"
                }
              },
              "usDomestic": true
            },
            "consolidationRequestedShipments": {
              "blockinsightVisibility": true,
              "completedShipmentDetail": {
                "carrierCode": "FDXO",
                "completedPackageDetail": {
                  "groupNumber": 4,
                  "label": {
                    "copiesToPrint": 2,
                    "imageType": "DOC",
                    "parts": {
                      "documentPartSequenceNumber": 2,
                      "image": {
                        "description": "Specifies the one-origin position of this part within a document."
                      }
                    },
                    "resolution": 453,
                    "shippingDocumentDisposition": "RETURNED",
                    "type": "AUXILIARY_LABEL - CERTIFICATE_OF_ORIGIN - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - COD_RETURN_2_D_BARCODE - COD_RETURN_LABEL - COMMERCIAL_INVOICE - CUSTOM_PACKAGE_DOCUMENT - CUSTOM_SHIPMENT_DOCUMENT - DANGEROUS_GOODS_SHIPPERS_DECLARATION - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - ETD_LABEL - EXPORT_DECLARATION - FEDEX_FREIGHT_STRAIGHT_BILL_OF_LADING - FREIGHT_ADDRESS_LABEL - GENERAL_AGENCY_AGREEMENT - GROUND_BARCODE - OP_900 - OUTBOUND_2_D_BARCODE - OUTBOUND_LABEL - PENDING_SHIPMENT_EMAIL_NOTIFICATION - PRO_FORMA_INVOICE - RECIPIENT_ADDRESS_BARCODE - RECIPIENT_POSTAL_BARCODE - RETURN_INSTRUCTIONS - TERMS_AND_CONDITIONS - USMCA_CERTIFICATION_OF_ORIGIN - USMCA_COMMERCIAL_INVOICE_CERTIFICATION_OF_ORIGIN - USPS_BARCODE - VICS_BILL_OF_LADING"
                  },
                  "operationalDetail": {
                    "barcodes": {
                      "binaryBarcodes": [
                        {
                          "type": "POSTAL-1D",
                          "value": [
                            "value",
                            "value"
                          ]
                        },
                        {
                          "type": "POSTAL-1D",
                          "value": [
                            "value",
                            "value"
                          ]
                        },
                        {
                          "type": "COMMON-2D",
                          "value": [
                            "value",
                            "value"
                          ]
                        },
                        {
                          "type": "POSTAL-1D",
                          "value": [
                            "value",
                            "value"
                          ]
                        },
                        {
                          "type": "POSTAL-1D",
                          "value": [
                            "value",
                            "value"
                          ]
                        }
                      ],
                      "stringBarcodes": [
                        {
                          "type": "GROUND",
                          "value": "7588530167281392301213754560481904"
                        },
                        {
                          "type": "ADDRESS",
                          "value": "1210169224654687648812397896886151"
                        }
                      ]
                    },
                    "operationalInstructions": {
                      "content": "FRAGILE",
                      "number": 19
                    }
                  },
                  "packageDocuments": [
                    {
                      "copiesToPrint": 2,
                      "imageType": "EPL2",
                      "parts": [
                        {
                          "documentPartSequenceNumber": 1,
                          "image": "vXD3vO27qhcfafvKi6o8"
                        },
                        {
                          "documentPartSequenceNumber": 1,
                          "image": "KUOZd0h00Q5X6t6teTio"
                        },
                        {
                          "documentPartSequenceNumber": 2,
                          "image": "7kvJTl66xCH9BBVGKtfi"
                        }
                      ],
                      "resolution": 466,
                      "shippingDocumentDisposition": "RETURNED",
                      "type": "AUXILIARY_LABEL - CERTIFICATE_OF_ORIGIN - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - COD_RETURN_2_D_BARCODE - COD_RETURN_LABEL - COMMERCIAL_INVOICE - CUSTOM_PACKAGE_DOCUMENT - CUSTOM_SHIPMENT_DOCUMENT - DANGEROUS_GOODS_SHIPPERS_DECLARATION - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - ETD_LABEL - EXPORT_DECLARATION - FEDEX_FREIGHT_STRAIGHT_BILL_OF_LADING - FREIGHT_ADDRESS_LABEL - GENERAL_AGENCY_AGREEMENT - GROUND_BARCODE - OP_900 - OUTBOUND_2_D_BARCODE - OUTBOUND_LABEL - PENDING_SHIPMENT_EMAIL_NOTIFICATION - PRO_FORMA_INVOICE - RECIPIENT_ADDRESS_BARCODE - RECIPIENT_POSTAL_BARCODE - RETURN_INSTRUCTIONS - TERMS_AND_CONDITIONS - USMCA_CERTIFICATION_OF_ORIGIN - USMCA_COMMERCIAL_INVOICE_CERTIFICATION_OF_ORIGIN - USPS_BARCODE - VICS_BILL_OF_LADING"
                    },
                    {
                      "copiesToPrint": 2,
                      "imageType": "RTF",
                      "parts": [
                        {
                          "documentPartSequenceNumber": 2,
                          "image": "S7hdFcPVJwtR8J8E1l8M"
                        }
                      ],
                      "resolution": 255,
                      "shippingDocumentDisposition": "RETURNED",
                      "type": "AUXILIARY_LABEL - CERTIFICATE_OF_ORIGIN - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - COD_RETURN_2_D_BARCODE - COD_RETURN_LABEL - COMMERCIAL_INVOICE - CUSTOM_PACKAGE_DOCUMENT - CUSTOM_SHIPMENT_DOCUMENT - DANGEROUS_GOODS_SHIPPERS_DECLARATION - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - ETD_LABEL - EXPORT_DECLARATION - FEDEX_FREIGHT_STRAIGHT_BILL_OF_LADING - FREIGHT_ADDRESS_LABEL - GENERAL_AGENCY_AGREEMENT - GROUND_BARCODE - OP_900 - OUTBOUND_2_D_BARCODE - OUTBOUND_LABEL - PENDING_SHIPMENT_EMAIL_NOTIFICATION - PRO_FORMA_INVOICE - RECIPIENT_ADDRESS_BARCODE - RECIPIENT_POSTAL_BARCODE - RETURN_INSTRUCTIONS - TERMS_AND_CONDITIONS - USMCA_CERTIFICATION_OF_ORIGIN - USMCA_COMMERCIAL_INVOICE_CERTIFICATION_OF_ORIGIN - USPS_BARCODE - VICS_BILL_OF_LADING"
                    },
                    {
                      "copiesToPrint": 2,
                      "imageType": "DIB",
                      "parts": [
                        {
                          "documentPartSequenceNumber": 2,
                          "image": "uof8GqkgldC51Aejl6mA"
                        },
                        {
                          "documentPartSequenceNumber": 1,
                          "image": "OBJKEIrpnFtCUpT2FJxm"
                        },
                        {
                          "documentPartSequenceNumber": 2,
                          "image": "yUFhHFNcGTb7hngbxlyG"
                        },
                        {
                          "documentPartSequenceNumber": 2,
                          "image": "BlT7vlaHkDSRJWlyzEjc"
                        }
                      ],
                      "resolution": 373,
                      "shippingDocumentDisposition": "RETURNED",
                      "type": "AUXILIARY_LABEL - CERTIFICATE_OF_ORIGIN - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - COD_AND_DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - COD_RETURN_2_D_BARCODE - COD_RETURN_LABEL - COMMERCIAL_INVOICE - CUSTOM_PACKAGE_DOCUMENT - CUSTOM_SHIPMENT_DOCUMENT - DANGEROUS_GOODS_SHIPPERS_DECLARATION - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_2_D_BARCODE - DELIVERY_ON_INVOICE_ACCEPTANCE_RETURN_LABEL - ETD_LABEL - EXPORT_DECLARATION - FEDEX_FREIGHT_STRAIGHT_BILL_OF_LADING - FREIGHT_ADDRESS_LABEL - GENERAL_AGENCY_AGREEMENT - GROUND_BARCODE - OP_900 - OUTBOUND_2_D_BARCODE - OUTBOUND_LABEL - PENDING_SHIPMENT_EMAIL_NOTIFICATION - PRO_FORMA_INVOICE - RECIPIENT_ADDRESS_BARCODE - RECIPIENT_POSTAL_BARCODE - RETURN_INSTRUCTIONS - TERMS_AND_CONDITIONS - USMCA_CERTIFICATION_OF_ORIGIN - USMCA_COMMERCIAL_INVOICE_CERTIFICATION_OF_ORIGIN - USPS_BARCODE - VICS_BILL_OF_LADING"
                    }
                  ],
                  "sequenceNumber": 58,
                  "signatureOptions": "NO_SIGNATURE_REQUIRED",
                  "trackingId": {
                    "formId": "6409",
                    "trackingIdType": "GROUND",
                    "trackingNumber": "53675185006290563102"
                  }
                },
                "consolidationDetail": {
                  "role": "MASTER_AIRWAYBILL_SHIPMENT",
                  "type": "INTERNATIONAL_DISTRIBUTION_FREIGHT"
                },
                "documentRequirements": {
                  "generationDetails": {
                    "minimumCopiesRequired": 2,
                    "type": "USMCA_CERTIFICATION_OF_ORIGIN"
                  },
                  "requiredDocuments": "AIR_WAYBILL"
                },
                "exportComplianceStatement": "SttQYj",
                "masterTrackingId": {
                  "formId": "6845",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "31200708612195317384"
                },
                "operationalDetail": {
                  "airportId": "YFN",
                  "astraDescription": "SMART POST",
                  "astraPlannedServiceLevel": "NY61NAqUSXcZKL5",
                  "commitDate": "2026-08-24T00:00:00.0Z",
                  "commitDay": "Tue",
                  "countryCode": "SI",
                  "customTransitTime": "ONE_DAY",
                  "deliveryDate": "2026-08-27T00:00:00.0Z",
                  "deliveryDay": "Fri",
                  "deliveryEligibilities": [
                    "deliveryEligibilities"
                  ],
                  "destinationLocationId": "nPXh",
                  "destinationLocationNumber": 976,
                  "destinationLocationStateOrProvinceCode": "AR",
                  "destinationServiceArea": "B2",
                  "ineligibleForMoneyBackGuarantee": false,
                  "maximumTransitTime": "TWO_DAYS",
                  "originLocationId": "315",
                  "originLocationNumber": 434,
                  "originServiceArea": "A1",
                  "packagingCode": "83",
                  "postalCode": "35719",
                  "publishedDeliveryTime": "12:00P",
                  "scac": "FDXG",
                  "serviceCode": "609",
                  "stateOrProvinceCode": "WA",
                  "transitTime": "TWO_DAYS",
                  "ursaPrefixCode": "yp",
                  "ursaSuffixCode": "Is"
                },
                "packageDescription": {
                  "astraDescription": "SMART POST",
                  "code": "99",
                  "description": "uduILkJ0xs",
                  "names": [
                    {
                      "encoding": "UTF-8",
                      "type": "long",
                      "value": "otz"
                    }
                  ],
                  "packagingType": "YOUR_PACKAGING"
                },
                "serviceDescription": {
                  "astraDescription": "2 DAY FRT",
                  "code": "71",
                  "description": "Synchronised homogeneous leverage",
                  "names": [
                    {
                      "encoding": "UTF-8",
                      "type": "short",
                      "value": "reL"
                    },
                    {
                      "encoding": "UTF-8",
                      "type": "long",
                      "value": "WkH"
                    },
                    {
                      "encoding": "UTF-8",
                      "type": "long",
                      "value": "UTk"
                    },
                    {
                      "encoding": "UTF-8",
                      "type": "short",
                      "value": "XDY"
                    }
                  ],
                  "operatingOrgCodes": [
                    "FXE"
                  ],
                  "serviceCategory": "parcel",
                  "serviceId": "3PJMrNuAQ1tg",
                  "serviceType": "FEDEX_2_DAY_FREIGHT"
                },
                "specialServiceDescription": {
                  "identifier": {
                    "code": "9TEVG",
                    "id": "17779",
                    "type": "Xg7vB"
                  },
                  "names": {
                    "encoding": "utf-8",
                    "type": "medium",
                    "value": "rZYRRfSqNR"
                  }
                },
                "usDomestic": true
              },
              "consolidationDetail": {
                "internationalDistribtuionDetail": {
                  "summaryDetail": {
                    "totalCustomsValue": {
                      "amount": "6284",
                      "currency": "EUR"
                    },
                    "totalPackageCount": 15,
                    "totalUniqueAddressCount": 4,
                    "totalWeight": {
                      "units": "KG",
                      "value": "086"
                    }
                  }
                },
                "relationshipTimeStamp": "2026-04-23T00:00:00.0Z",
                "role": "CONSOLIDATION_DOCUMENTS_SHIPMENT",
                "transborderDistributionDetail": {
                  "routing": "CUSTOMER_SPECIFIED",
                  "specialServicesRequested": {
                    "specialServiceTypes": "FEDEX_LTL",
                    "transborderDistributionLtlDetail": {
                      "ltlScacCode": "FEDX",
                      "payment": {
                        "amount": {
                          "amount": 470.43,
                          "currency": "AMD"
                        },
                        "creditCard": {
                          "creditCardHolder": {
                            "address": {
                              "city": "Kossbury",
                              "classification": "BUSINESS",
                              "countryCode": "UZ",
                              "countryName": "Iceland",
                              "geographicCoordinates": "+40.75-074.00",
                              "postalCode": "75008-9391",
                              "residential": true,
                              "stateOrProvinceCode": "NY",
                              "streetLines": "[10 FedEx Parkway, Suite 302]",
                              "urbanizationCode": "ms"
                            },
                            "contact": {
                              "companyName": "Goodwin Inc",
                              "emailAddress": "Chester_Nitzsche@gmail.com",
                              "faxNumber": "1859314816",
                              "pagerNumber": "3102174",
                              "personName": {
                                "firstName": "Marian",
                                "lastName": "Gleichner-Casper",
                                "middleName": "Avery",
                                "prefix": "Mr.",
                                "suffix": "IV",
                                "title": "Owner"
                              },
                              "phoneExtension": "85",
                              "phoneNumber": "9045878592",
                              "phoneNumberAreaCode": "517",
                              "phoneNumberCountryCode": "04",
                              "title": "Dr"
                            }
                          },
                          "creditCardType": "DISCOVER",
                          "expirationDate": "2028-06-27T00:00:00.0Z",
                          "lastAuthenticationByFedexDate": "2026-03-10T00:00:00.0Z",
                          "number": "6011-0014-1446-7417",
                          "verificationCode": "935"
                        },
                        "creditCardTransactionDetail": {
                          "attributesDetail": {
                            "types": "ORIGINATED_BY_AUTHORIZED_PERSONNEL"
                          },
                          "authorizationId": "GwtArJKUMj",
                          "authorizationType": "VERIFY_WITH_ACCOUNT",
                          "fraudDetectionDetail": {
                            "clientCookiesEnabled": true,
                            "devicePrint": "GomYcynIM8q6p4ZDNTTm",
                            "ipAddress": "163.97.137.144"
                          },
                          "payorAuthenticationCode": "9cfG8ad59",
                          "payorAuthenticationSessionId": "6892125",
                          "settlementScheduleType": "SETTLE_IMMEDIATELY"
                        },
                        "ePaymentDetail": {
                          "amount": {
                            "amount": 282.65,
                            "currency": "VES"
                          },
                          "creditCardExpirationDate": "2026-10-07T00:00:00.0Z",
                          "creditCardType": "DISCOVER",
                          "ePaymentMode": "GOOGLE_PAY",
                          "epaymentProcessor": "RETAIL_SINGLE_POINT_OF_SALE"
                        },
                        "paymentType": "CREDIT_CARD",
                        "payor": {
                          "associatedAccounts": [
                            {
                              "accountNumber": "12345678",
                              "type": "FEDEX_EXPRESS"
                            },
                            {
                              "accountNumber": "12345678",
                              "type": "FEDEX_EXPRESS"
                            },
                            {
                              "accountNumber": "12345678",
                              "type": "FEDEX_EXPRESS"
                            },
                            {
                              "accountNumber": "12345678",
                              "type": "FEDEX_EXPRESS"
                            },
                            {
                              "accountNumber": "12345678",
                              "type": "FEDEX_EXPRESS"
                            }
                          ],
                          "responsibleParty": {
                            "accountNumber": "466046495",
                            "address": {
                              "city": "Dubuque",
                              "classification": "BUSINESS",
                              "countryCode": "HN",
                              "countryName": "Mauritius",
                              "geographicCoordinates": "+34.05-118.24",
                              "postalCode": "32270",
                              "residential": true,
                              "stateOrProvinceCode": "TX",
                              "streetLines": "[10 FedEx Parkway, Suite 302]",
                              "urbanizationCode": "ua"
                            },
                            "contact": {
                              "companyName": "Von, Graham and Mueller",
                              "contactId": "785",
                              "emailAddress": "Verdie_Wehner@gmail.com",
                              "faxNumber": "2248114449",
                              "pagerNumber": "5795890",
                              "personName": "Wilma Monahan",
                              "phoneExtension": "00",
                              "phoneNumber": "3445082188",
                              "title": "Ms",
                              "tollFreePhoneNumber": "9828880"
                            },
                            "tins": [
                              {
                                "effectiveDate": "2025-08-06T00:00:00.0Z",
                                "expirationDate": "2027-05-30T00:00:00.0Z",
                                "number": "493475",
                                "tinType": "BUSINESS_STATE",
                                "usage": "usage"
                              }
                            ]
                          }
                        }
                      }
                    }
                  },
                  "summaryDetail": {
                    "expressFreightPackageCount": 4,
                    "expressPacakgeCount": 3,
                    "expressTotalFreightAdjustedWeight": {
                      "units": "LB",
                      "value": 643
                    },
                    "expressTotalFreightWeight": {
                      "units": "LB",
                      "value": 263
                    },
                    "expressTotalPackageAdjustedWeight": {
                      "units": "LB",
                      "value": 389
                    },
                    "expressTotalPackageWeight": {
                      "units": "LB",
                      "value": 315
                    },
                    "groundPackageCount": 10,
                    "groundTotalPackageAdjustedWeight": {
                      "units": "LB",
                      "value": 609
                    },
                    "groundTotalPackageWeight": {
                      "units": "LB",
                      "value": 639
                    },
                    "numberOfUnconsolidatedCommodities": 12
                  }
                },
                "type": "INTERNATIONAL_PRIORITY_DISTRIBUTION"
              },
              "customsClearanceDetail": {
                "brokers": [
                  {
                    "broker": {
                      "accountNumber": {
                        "value": "801472842"
                      },
                      "address": {
                        "city": "Beverly Hills",
                        "countryCode": "US",
                        "postalCode": "90210",
                        "residential": false,
                        "stateOrProvinceCode": "CA",
                        "streetLines": [
                          "10 FedEx Parkway",
                          "Suite 302"
                        ]
                      },
                      "contact": {
                        "companyName": "Fedex",
                        "emailAddress": "sample@company.com",
                        "personName": "John Taylor",
                        "phoneExtension": "000",
                        "phoneNumber": "9612345671"
                      },
                      "tins": {
                        "description": "This is the tax identification number details.",
                        "items": {
                          "properties": {
                            "effectiveDate": {
                              "description": "Specify the tax ID effective date.<br>Example: 2000-01-23T04:56:07.000+00:00",
                              "format": "date-time",
                              "type": "string",
                              "x-faker": {
                                "date.past": {
                                  "years": 5
                                }
                              }
                            },
                            "expirationDate": {
                              "description": "Specify the tax ID expiration date.<br>Example: 2000-01-23T04:56:07.000+00:00",
                              "format": "date-time",
                              "type": "string",
                              "x-faker": {
                                "date.future": {
                                  "years": 5
                                }
                              }
                            },
                            "number": {
                              "description": "Specify tax ID number. Maximum length is 18.<br>Example: 123567",
                              "type": "string",
                              "x-faker": {
                                "string.numeric": 6
                              }
                            },
                            "tinType": {
                              "description": "Indicate the type of tax identification number.",
                              "enum": [
                                "PERSONAL_NATIONAL",
                                "PERSONAL_STATE",
                                "FEDERAL",
                                "BUSINESS_NATIONAL",
                                "BUSINESS_STATE",
                                "BUSINESS_UNION"
                              ],
                              "example": "FEDERAL",
                              "type": "string"
                            },
                            "usage": {
                              "description": "Specify the reason for using the tax identification number in shipment processing.<br>Example: usage",
                              "type": "string",
                              "x-faker": {
                                "helpers.arrayElement": [
                                  [
                                    "usage",
                                    "tax_filing",
                                    "customs"
                                  ]
                                ]
                              }
                            }
                          },
                          "type": "object"
                        },
                        "type": "array"
                      }
                    },
                    "type": "TYPE1"
                  },
                  {
                    "broker": {
                      "accountNumber": {
                        "value": "801472842"
                      },
                      "address": {
                        "city": "Beverly Hills",
                        "countryCode": "US",
                        "postalCode": "90210",
                        "residential": false,
                        "stateOrProvinceCode": "CA",
                        "streetLines": [
                          "10 FedEx Parkway",
                          "Suite 302"
                        ]
                      },
                      "contact": {
                        "companyName": "Fedex",
                        "emailAddress": "sample@company.com",
                        "personName": "John Taylor",
                        "phoneExtension": "000",
                        "phoneNumber": "9612345671"
                      },
                      "tins": {
                        "description": "This is the tax identification number details.",
                        "items": {
                          "properties": {
                            "effectiveDate": {
                              "description": "Specify the tax ID effective date.<br>Example: 2000-01-23T04:56:07.000+00:00",
                              "format": "date-time",
                              "type": "string",
                              "x-faker": {
                                "date.past": {
                                  "years": 5
                                }
                              }
                            },
                            "expirationDate": {
                              "description": "Specify the tax ID expiration date.<br>Example: 2000-01-23T04:56:07.000+00:00",
                              "format": "date-time",
                              "type": "string",
                              "x-faker": {
                                "date.future": {
                                  "years": 5
                                }
                              }
                            },
                            "number": {
                              "description": "Specify tax ID number. Maximum length is 18.<br>Example: 123567",
                              "type": "string",
                              "x-faker": {
                                "string.numeric": 6
                              }
                            },
                            "tinType": {
                              "description": "Indicate the type of tax identification number.",
                              "enum": [
                                "PERSONAL_NATIONAL",
                                "PERSONAL_STATE",
                                "FEDERAL",
                                "BUSINESS_NATIONAL",
                                "BUSINESS_STATE",
                                "BUSINESS_UNION"
                              ],
                              "example": "FEDERAL",
                              "type": "string"
                            },
                            "usage": {
                              "description": "Specify the reason for using the tax identification number in shipment processing.<br>Example: usage",
                              "type": "string",
                              "x-faker": {
                                "helpers.arrayElement": [
                                  [
                                    "usage",
                                    "tax_filing",
                                    "customs"
                                  ]
                                ]
                              }
                            }
                          },
                          "type": "object"
                        },
                        "type": "array"
                      }
                    },
                    "type": "TYPE2"
                  },
                  {
                    "broker": {
                      "accountNumber": {
                        "value": "801472842"
                      },
                      "address": {
                        "city": "Beverly Hills",
                        "countryCode": "US",
                        "postalCode": "90210",
                        "residential": false,
                        "stateOrProvinceCode": "CA",
                        "streetLines": [
                          "10 FedEx Parkway",
                          "Suite 302"
                        ]
                      },
                      "contact": {
                        "companyName": "Fedex",
                        "emailAddress": "sample@company.com",
                        "personName": "John Taylor",
                        "phoneExtension": "000",
                        "phoneNumber": "9612345671"
                      },
                      "tins": {
                        "description": "This is the tax identification number details.",
                        "items": {
                          "properties": {
                            "effectiveDate": {
                              "description": "Specify the tax ID effective date.<br>Example: 2000-01-23T04:56:07.000+00:00",
                              "format": "date-time",
                              "type": "string",
                              "x-faker": {
                                "date.past": {
                                  "years": 5
                                }
                              }
                            },
                            "expirationDate": {
                              "description": "Specify the tax ID expiration date.<br>Example: 2000-01-23T04:56:07.000+00:00",
                              "format": "date-time",
                              "type": "string",
                              "x-faker": {
                                "date.future": {
                                  "years": 5
                                }
                              }
                            },
                            "number": {
                              "description": "Specify tax ID number. Maximum length is 18.<br>Example: 123567",
                              "type": "string",
                              "x-faker": {
                                "string.numeric": 6
                              }
                            },
                            "tinType": {
                              "description": "Indicate the type of tax identification number.",
                              "enum": [
                                "PERSONAL_NATIONAL",
                                "PERSONAL_STATE",
                                "FEDERAL",
                                "BUSINESS_NATIONAL",
                                "BUSINESS_STATE",
                                "BUSINESS_UNION"
                              ],
                              "example": "FEDERAL",
                              "type": "string"
                            },
                            "usage": {
                              "description": "Specify the reason for using the tax identification number in shipment processing.<br>Example: usage",
                              "type": "string",
                              "x-faker": {
                                "helpers.arrayElement": [
                                  [
                                    "usage",
                                    "tax_filing",
                                    "customs"
                                  ]
                                ]
                              }
                            }
                          },
                          "type": "object"
                        },
                        "type": "array"
                      }
                    },
                    "type": "TYPE1"
                  },
                  {
                    "broker": {
                      "accountNumber": {
                        "value": "801472842"
                      },
                      "address": {
                        "city": "Beverly Hills",
                        "countryCode": "US",
                        "postalCode": "90210",
                        "residential": false,
                        "stateOrProvinceCode": "CA",
                        "streetLines": [
                          "10 FedEx Parkway",
                          "Suite 302"
                        ]
                      },
                      "contact": {
                        "companyName": "Fedex",
                        "emailAddress": "sample@company.com",
                        "personName": "John Taylor",
                        "phoneExtension": "000",
                        "phoneNumber": "9612345671"
                      },
                      "tins": {
                        "description": "This is the tax identification number details.",
                        "items": {
                          "properties": {
                            "effectiveDate": {
                              "description": "Specify the tax ID effective date.<br>Example: 2000-01-23T04:56:07.000+00:00",
                              "format": "date-time",
                              "type": "string",
                              "x-faker": {
                                "date.past": {
                                  "years": 5
                                }
                              }
                            },
                            "expirationDate": {
                              "description": "Specify the tax ID expiration date.<br>Example: 2000-01-23T04:56:07.000+00:00",
                              "format": "date-time",
                              "type": "string",
                              "x-faker": {
                                "date.future": {
                                  "years": 5
                                }
                              }
                            },
                            "number": {
                              "description": "Specify tax ID number. Maximum length is 18.<br>Example: 123567",
                              "type": "string",
                              "x-faker": {
                                "string.numeric": 6
                              }
                            },
                            "tinType": {
                              "description": "Indicate the type of tax identification number.",
                              "enum": [
                                "PERSONAL_NATIONAL",
                                "PERSONAL_STATE",
                                "FEDERAL",
                                "BUSINESS_NATIONAL",
                                "BUSINESS_STATE",
                                "BUSINESS_UNION"
                              ],
                              "example": "FEDERAL",
                              "type": "string"
                            },
                            "usage": {
                              "description": "Specify the reason for using the tax identification number in shipment processing.<br>Example: usage",
                              "type": "string",
                              "x-faker": {
                                "helpers.arrayElement": [
                                  [
                                    "usage",
                                    "tax_filing",
                                    "customs"
                                  ]
                                ]
                              }
                            }
                          },
                          "type": "object"
                        },
                        "type": "array"
                      }
                    },
                    "type": "TYPE1"
                  },
                  {
                    "broker": {
                      "accountNumber": {
                        "value": "801472842"
                      },
                      "address": {
                        "city": "Beverly Hills",
                        "countryCode": "US",
                        "postalCode": "90210",
                        "residential": false,
                        "stateOrProvinceCode": "CA",
                        "streetLines": [
                          "10 FedEx Parkway",
                          "Suite 302"
                        ]
                      },
                      "contact": {
                        "companyName": "Fedex",
                        "emailAddress": "sample@company.com",
                        "personName": "John Taylor",
                        "phoneExtension": "000",
                        "phoneNumber": "9612345671"
                      },
                      "tins": {
                        "description": "This is the tax identification number details.",
                        "items": {
                          "properties": {
                            "effectiveDate": {
                              "description": "Specify the tax ID effective date.<br>Example: 2000-01-23T04:56:07.000+00:00",
                              "format": "date-time",
                              "type": "string",
                              "x-faker": {
                                "date.past": {
                                  "years": 5
                                }
                              }
                            },
                            "expirationDate": {
                              "description": "Specify the tax ID expiration date.<br>Example: 2000-01-23T04:56:07.000+00:00",
                              "format": "date-time",
                              "type": "string",
                              "x-faker": {
                                "date.future": {
                                  "years": 5
                                }
                              }
                            },
                            "number": {
                              "description": "Specify tax ID number. Maximum length is 18.<br>Example: 123567",
                              "type": "string",
                              "x-faker": {
                                "string.numeric": 6
                              }
                            },
                            "tinType": {
                              "description": "Indicate the type of tax identification number.",
                              "enum": [
                                "PERSONAL_NATIONAL",
                                "PERSONAL_STATE",
                                "FEDERAL",
                                "BUSINESS_NATIONAL",
                                "BUSINESS_STATE",
                                "BUSINESS_UNION"
                              ],
                              "example": "FEDERAL",
                              "type": "string"
                            },
                            "usage": {
                              "description": "Specify the reason for using the tax identification number in shipment processing.<br>Example: usage",
                              "type": "string",
                              "x-faker": {
                                "helpers.arrayElement": [
                                  [
                                    "usage",
                                    "tax_filing",
                                    "customs"
                                  ]
                                ]
                              }
                            }
                          },
                          "type": "object"
                        },
                        "type": "array"
                      }
                    },
                    "type": "TYPE2"
                  }
                ],
                "clearanceBrokerage": "BROKER_SELECT",
                "commercialInvoice": {
                  "comments": [
                    "optional comments for the commercial invoice"
                  ],
                  "customerReferences": {
                    "customerReferenceType": "CUSTOMER_REFERENCE",
                    "value": "8147"
                  },
                  "declarationStatement": "jOybc91bP2KfUdFd1b0r",
                  "freightCharge": {
                    "amount": 168.66,
                    "currency": "SZL"
                  },
                  "handlingCosts": {
                    "amount": 4.07,
                    "currency": "ERN"
                  },
                  "originatorName": "Sheri Greenfelder-Wunsch",
                  "packingCosts": {
                    "amount": 17.22,
                    "currency": "SLE"
                  },
                  "paymentTerms": "Net 60",
                  "purpose": "CONSUMER",
                  "purposeOfShipmentDescription": "REPAIR_AND_RETURN",
                  "specialInstructions": "MgEv4iVBm0tJZNV",
                  "taxesOrMiscellaneousCharge": {
                    "amount": 0.96,
                    "currency": "AED"
                  },
                  "taxesOrMiscellaneousChargeType": "COMMISSIONS",
                  "termsOfSale": "DDP"
                },
                "commodities": [
                  {
                    "cIMarksAndNumbers": "sUxS8QiS0W",
                    "clearanceItemDetail": [
                      {
                        "address": {
                          "city": "Folsom",
                          "countryCode": "AF",
                          "postalCode": "67976-2849",
                          "residential": true,
                          "stateOrProvinceCode": "NY",
                          "streetLines": [
                            "98 Royal Crescent",
                            "Suite 10"
                          ]
                        },
                        "contact": {
                          "companyName": "Kessler Inc"
                        },
                        "id": "Wu6zxCT2zS",
                        "role": "MANUFACTURER"
                      },
                      {
                        "address": {
                          "city": "East Camronstead",
                          "countryCode": "IL",
                          "postalCode": "38064-0244",
                          "residential": true,
                          "stateOrProvinceCode": "CA",
                          "streetLines": [
                            "Suite 10",
                            "98 Royal Crescent"
                          ]
                        },
                        "contact": {
                          "companyName": "Hoppe, Auer and Upton"
                        },
                        "id": "XpBaEyHlGD",
                        "role": "MANUFACTURER"
                      },
                      {
                        "address": {
                          "city": "North Duaneview",
                          "countryCode": "BZ",
                          "postalCode": "25906-9728",
                          "residential": true,
                          "stateOrProvinceCode": "NY",
                          "streetLines": [
                            "Suite 10",
                            "98 Royal Crescent"
                          ]
                        },
                        "contact": {
                          "companyName": "Conroy - Kris"
                        },
                        "id": "B0wQVNx5N2",
                        "role": "MANUFACTURER"
                      }
                    ],
                    "commodityId": "eYvoxg",
                    "countryOfManufacture": "LR",
                    "customsValue": {
                      "amount": 3247.53,
                      "currency": "GYD"
                    },
                    "description": "New olive Table with ergonomic design for mammoth comfort",
                    "name": "Handcrafted Metal Chair",
                    "numberOfPieces": 13,
                    "quantity": 19,
                    "quantityUnits": "PCS",
                    "unitPrice": {
                      "amount": 3116.48,
                      "currency": "OMR"
                    },
                    "weight": {
                      "units": "KG",
                      "value": 68
                    }
                  },
                  {
                    "cIMarksAndNumbers": "MtJKnkMOLI",
                    "clearanceItemDetail": [
                      {
                        "address": {
                          "city": "West Mable",
                          "countryCode": "FM",
                          "postalCode": "40282",
                          "residential": false,
                          "stateOrProvinceCode": "NY",
                          "streetLines": [
                            "Suite 10",
                            "98 Royal Crescent"
                          ]
                        },
                        "contact": {
                          "companyName": "Koch - Wisoky"
                        },
                        "id": "EVWU0qONOH",
                        "role": "MANUFACTURER"
                      }
                    ],
                    "commodityId": "tdbh70",
                    "countryOfManufacture": "MZ",
                    "customsValue": {
                      "amount": 3864.35,
                      "currency": "GEL"
                    },
                    "description": "New Computer model with 62 GB RAM, 341 GB storage, and stale features",
                    "name": "Fantastic Plastic Tuna",
                    "numberOfPieces": 41,
                    "quantity": 4,
                    "quantityUnits": "BOX",
                    "unitPrice": {
                      "amount": 3150.26,
                      "currency": "PEN"
                    },
                    "weight": {
                      "units": "KG",
                      "value": 68
                    }
                  },
                  {
                    "cIMarksAndNumbers": "BjQVcGZbLP",
                    "clearanceItemDetail": [
                      {
                        "address": {
                          "city": "O'Keefeside",
                          "countryCode": "MN",
                          "postalCode": "73866-9170",
                          "residential": false,
                          "stateOrProvinceCode": "CA",
                          "streetLines": [
                            "98 Royal Crescent",
                            "Suite 10"
                          ]
                        },
                        "contact": {
                          "companyName": "Dach - Quigley"
                        },
                        "id": "ushxWfyqK8",
                        "role": "MANUFACTURER"
                      },
                      {
                        "address": {
                          "city": "South Mauriciofort",
                          "countryCode": "BT",
                          "postalCode": "47946-9270",
                          "residential": false,
                          "stateOrProvinceCode": "NY",
                          "streetLines": [
                            "Suite 10",
                            "98 Royal Crescent"
                          ]
                        },
                        "contact": {
                          "companyName": "Skiles - Hahn"
                        },
                        "id": "a8Nbi4lW6C",
                        "role": "MANUFACTURER"
                      },
                      {
                        "address": {
                          "city": "Lake Graciela",
                          "countryCode": "MV",
                          "postalCode": "57529",
                          "residential": false,
                          "stateOrProvinceCode": "TX",
                          "streetLines": [
                            "Suite 10",
                            "98 Royal Crescent"
                          ]
                        },
                        "contact": {
                          "companyName": "Dicki, Kris and Bruen"
                        },
                        "id": "PVCOnfOCWh",
                        "role": "MANUFACTURER"
                      },
                      {
                        "address": {
                          "city": "Lindworth",
                          "countryCode": "WS",
                          "postalCode": "13277",
                          "residential": false,
                          "stateOrProvinceCode": "NY",
                          "streetLines": [
                            "Suite 10",
                            "98 Royal Crescent"
                          ]
                        },
                        "contact": {
                          "companyName": "Gerhold - Goyette"
                        },
                        "id": "TjZwhQgokl",
                        "role": "MANUFACTURER"
                      }
                    ],
                    "commodityId": "ohsxL8",
                    "countryOfManufacture": "TJ",
                    "customsValue": {
                      "amount": 2385.31,
                      "currency": "HUF"
                    },
                    "description": "Our spicy-inspired Sausages brings a taste of luxury to your timely lifestyle",
                    "name": "Sleek Granite Ball",
                    "numberOfPieces": 50,
                    "quantity": 49,
                    "quantityUnits": "EA",
                    "unitPrice": {
                      "amount": 3657.66,
                      "currency": "GEL"
                    },
                    "weight": {
                      "units": "KG",
                      "value": 68
                    }
                  },
                  {
                    "cIMarksAndNumbers": "KnzYjWX6hq",
                    "clearanceItemDetail": [
                      {
                        "address": {
                          "city": "Flatleymouth",
                          "countryCode": "AS",
                          "postalCode": "93517-4248",
                          "residential": false,
                          "stateOrProvinceCode": "CA",
                          "streetLines": [
                            "Suite 10",
                            "98 Royal Crescent"
                          ]
                        },
                        "contact": {
                          "companyName": "Gusikowski - Thompson"
                        },
                        "id": "wmYMMwhVCo",
                        "role": "MANUFACTURER"
                      },
                      {
                        "address": {
                          "city": "Bountiful",
                          "countryCode": "SY",
                          "postalCode": "86958",
                          "residential": true,
                          "stateOrProvinceCode": "NY",
                          "streetLines": [
                            "98 Royal Crescent",
                            "Suite 10"
                          ]
                        },
                        "contact": {
                          "companyName": "Conn - Pollich"
                        },
                        "id": "LvwgY5xylA",
                        "role": "MANUFACTURER"
                      }
                    ],
                    "commodityId": "OenSRT",
                    "countryOfManufacture": "YE",
                    "customsValue": {
                      "amount": 4620.23,
                      "currency": "CUP"
                    },
                    "description": "New plum Chips with ergonomic design for livid comfort",
                    "name": "Licensed Cotton Table",
                    "numberOfPieces": 43,
                    "quantity": 36,
                    "quantityUnits": "PCS",
                    "unitPrice": {
                      "amount": 3989.35,
                      "currency": "MWK"
                    },
                    "weight": {
                      "units": "KG",
                      "value": 68
                    }
                  },
                  {
                    "cIMarksAndNumbers": "WNrTovtMTa",
                    "clearanceItemDetail": [
                      {
                        "address": {
                          "city": "Johnsonland",
                          "countryCode": "UM",
                          "postalCode": "60975-1143",
                          "residential": true,
                          "stateOrProvinceCode": "TX",
                          "streetLines": [
                            "98 Royal Crescent",
                            "Suite 10"
                          ]
                        },
                        "contact": {
                          "companyName": "Howe LLC"
                        },
                        "id": "CnLlvIY7zq",
                        "role": "MANUFACTURER"
                      },
                      {
                        "address": {
                          "city": "Port Margaretteside",
                          "countryCode": "EH",
                          "postalCode": "54968-8607",
                          "residential": false,
                          "stateOrProvinceCode": "CA",
                          "streetLines": [
                            "Suite 10",
                            "98 Royal Crescent"
                          ]
                        },
                        "contact": {
                          "companyName": "Bogisich Inc"
                        },
                        "id": "XauCiHVnH8",
                        "role": "MANUFACTURER"
                      },
                      {
                        "address": {
                          "city": "West Pearline",
                          "countryCode": "MA",
                          "postalCode": "89405-4519",
                          "residential": false,
                          "stateOrProvinceCode": "TX",
                          "streetLines": [
                            "Suite 10",
                            "98 Royal Crescent"
                          ]
                        },
                        "contact": {
                          "companyName": "Lockman Inc"
                        },
                        "id": "8b5b5UwqbH",
                        "role": "MANUFACTURER"
                      },
                      {
                        "address": {
                          "city": "Brownsville",
                          "countryCode": "UY",
                          "postalCode": "18366-5363",
                          "residential": false,
                          "stateOrProvinceCode": "CA",
                          "streetLines": [
                            "Suite 10",
                            "98 Royal Crescent"
                          ]
                        },
                        "contact": {
                          "companyName": "Stark, Fisher and Pouros"
                        },
                        "id": "cStbjIfK5s",
                        "role": "MANUFACTURER"
                      },
                      {
                        "address": {
                          "city": "Sigmundborough",
                          "countryCode": "SC",
                          "postalCode": "75486",
                          "residential": false,
                          "stateOrProvinceCode": "TX",
                          "streetLines": [
                            "Suite 10",
                            "98 Royal Crescent"
                          ]
                        },
                        "contact": {
                          "companyName": "Howe - Kerluke"
                        },
                        "id": "KqmlOpFt1Q",
                        "role": "MANUFACTURER"
                      }
                    ],
                    "commodityId": "99M4DK",
                    "countryOfManufacture": "GT",
                    "customsValue": {
                      "amount": 1973.88,
                      "currency": "PYG"
                    },
                    "description": "New olive Tuna with ergonomic design for spiteful comfort",
                    "name": "Awesome Silk Keyboard",
                    "numberOfPieces": 69,
                    "quantity": 8,
                    "quantityUnits": "EA",
                    "unitPrice": {
                      "amount": 3307.42,
                      "currency": "SYP"
                    },
                    "weight": {
                      "units": "KG",
                      "value": 68
                    }
                  }
                ],
                "customsOption": {
                  "description": "Description",
                  "type": "COURTESY_RETURN_LABEL"
                },
                "declarationStatementDetail": {
                  "types": [
                    "Statement1",
                    "Statement2"
                  ]
                },
                "documentContent": "DOCUMENTS_ONLY",
                "dutiesPayment": {
                  "paymentType": "THIRD_PARTY",
                  "payor": {
                    "responsibleParty": {
                      "accountNumber": {
                        "value": "123456789"
                      },
                      "address": {
                        "city": "Colleenboro",
                        "countryCode": "ME",
                        "postalCode": "48114-0051",
                        "residential": true,
                        "stateOrProvinceCode": "NY",
                        "streetLines": [
                          "Bldg. 10",
                          "10 FedEx Parkway"
                        ]
                      },
                      "contact": {
                        "companyName": "FedEx",
                        "emailAddress": "sample@company.com",
                        "faxNumber": "1234567890",
                        "fedralTaxId": "11-N-1745",
                        "personName": "John Taylor",
                        "phoneExtension": 1234,
                        "phoneNumber": "1234567890",
                        "stateTaxId": "11-N-1745"
                      }
                    }
                  }
                },
                "exportDetail": {
                  "b13AFilingOption": "NOT_REQUIRED",
                  "destinationControlDetail": {
                    "destinationCountries": [
                      "USA",
                      "India"
                    ],
                    "endUser": "Wilfred Runolfsdottir",
                    "statementTypes": "DEPARTMENT_OF_COMMERCE"
                  },
                  "exportComplianceStatement": "OBQN4w15MkhKVHVW",
                  "permitNumber": "64045"
                },
                "freightOnValue": "OWN_RISK",
                "importerOfRecord": {
                  "accountNumber": {
                    "value": "801472842"
                  },
                  "address": {
                    "city": "Beverly Hills",
                    "countryCode": "US",
                    "postalCode": "90210",
                    "residential": false,
                    "stateOrProvinceCode": "CA",
                    "streetLines": [
                      "10 FedEx Parkway",
                      "Suite 302"
                    ]
                  },
                  "contact": {
                    "companyName": "Fedex",
                    "emailAddress": "sample@company.com",
                    "personName": "John Taylor",
                    "phoneExtension": "000",
                    "phoneNumber": "9612345671"
                  },
                  "tins": {
                    "description": "This is the tax identification number details.",
                    "items": {
                      "properties": {
                        "effectiveDate": {
                          "description": "Specify the tax ID effective date.<br>Example: 2000-01-23T04:56:07.000+00:00",
                          "format": "date-time",
                          "type": "string",
                          "x-faker": {
                            "date.past": {
                              "years": 5
                            }
                          }
                        },
                        "expirationDate": {
                          "description": "Specify the tax ID expiration date.<br>Example: 2000-01-23T04:56:07.000+00:00",
                          "format": "date-time",
                          "type": "string",
                          "x-faker": {
                            "date.future": {
                              "years": 5
                            }
                          }
                        },
                        "number": {
                          "description": "Specify tax ID number. Maximum length is 18.<br>Example: 123567",
                          "type": "string",
                          "x-faker": {
                            "string.numeric": 6
                          }
                        },
                        "tinType": {
                          "description": "Indicate the type of tax identification number.",
                          "enum": [
                            "PERSONAL_NATIONAL",
                            "PERSONAL_STATE",
                            "FEDERAL",
                            "BUSINESS_NATIONAL",
                            "BUSINESS_STATE",
                            "BUSINESS_UNION"
                          ],
                          "example": "FEDERAL",
                          "type": "string"
                        },
                        "usage": {
                          "description": "Specify the reason for using the tax identification number in shipment processing.<br>Example: usage",
                          "type": "string",
                          "x-faker": {
                            "helpers.arrayElement": [
                              [
                                "usage",
                                "tax_filing",
                                "customs"
                              ]
                            ]
                          }
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  }
                },
                "insuranceCharges": {
                  "amount": 176.87,
                  "currency": "AOA"
                },
                "recipientCustomsId": {
                  "type": "PASSPORT",
                  "value": "758"
                },
                "regulatoryControls": "NOT_IN_FREE_CIRCULATION",
                "totalCustomsValue": {
                  "amount": 269.89,
                  "currency": "BOB"
                }
              },
              "dropOffType": "REQUEST_COURIER",
              "edtRequestTypes": "ALL",
              "labelSpecification": {
                "imageType": "PDF",
                "labelFormatType": "COMMON2D",
                "labelPrintingOrientation": "TOP_EDGE_OF_TEXT_FIRST",
                "labelStockType": "PAPER_7X475"
              },
              "origin": {
                "address": {
                  "city": "Beverly Hills",
                  "countryCode": "US",
                  "postalCode": "90210",
                  "residential": false,
                  "stateOrProvinceCode": "CA",
                  "streetLines": [
                    "10 FedEx Parkway",
                    "Suite 302"
                  ]
                },
                "contact": {
                  "companyName": "Gutkowski Group",
                  "emailAddress": "Sabina_Kuhlman@yahoo.com",
                  "personName": "Mona Labadie",
                  "phoneExtension": "19",
                  "phoneNumber": "(680) 862-9743"
                }
              },
              "packagingType": "YOUR_PACKAGING",
              "processingOptionsRequested": {
                "options": "BYPASS_REGULATORY_VALIDATION"
              },
              "rateRequestTypes": "RETAIL",
              "recipient": {
                "accountNumber": {
                  "value": "123456789"
                },
                "address": {
                  "city": "Beverly Hills",
                  "countryCode": "US",
                  "postalCode": "90210",
                  "residential": false,
                  "stateOrProvinceCode": "CA",
                  "streetLines": [
                    "10 FedEx Parkway",
                    "Suite 302"
                  ]
                },
                "contact": {
                  "companyName": "Fedex",
                  "emailAddress": "sample@company.com",
                  "personName": "John Taylor",
                  "phoneExtension": "91",
                  "phoneNumber": "1234567890"
                },
                "tins": [
                  {
                    "effectiveDate": "2025-03-30T00:00:00.0Z",
                    "expirationDate": "2028-02-01T00:00:00.0Z",
                    "number": "441523",
                    "tinType": "FEDERAL",
                    "usage": "usage"
                  }
                ]
              },
              "recipientLocationNumber": "amet commodo nisi mollit incididunt",
              "requestedPackageLineItems": {
                "customerReferences": {
                  "customerReferenceType": "CUSTOMER_REFERENCE",
                  "value": "AKzkfr43VY"
                },
                "dimensions": {
                  "height": 30,
                  "length": 100,
                  "units": "CM",
                  "width": 50
                },
                "groupNumber": "91",
                "groupPackageCount": "7",
                "sequenceNumber": "66",
                "trackingId": {
                  "formId": "1978",
                  "trackindIdType": "EXPRESS",
                  "trackingNumber": "260195194833559"
                },
                "weights": {
                  "units": "KG",
                  "value": 68
                }
              },
              "serviceType": "STANDARD_OVERNIGHT",
              "shipDatestamp": "2026-08-25T00:00:00.0Z",
              "shipper": {
                "accountNumber": {
                  "value": "123456789"
                },
                "address": {
                  "city": "Beverly Hills",
                  "countryCode": "US",
                  "postalCode": "90210",
                  "residential": false,
                  "stateOrProvinceCode": "CA",
                  "streetLines": [
                    "10 FedEx Parkway",
                    "Suite 302"
                  ]
                },
                "contact": {
                  "companyName": "Runolfsson and Sons",
                  "emailAddress": "Nathen46@gmail.com",
                  "personName": "Lana Lang",
                  "phoneExtension": "09",
                  "phoneNumber": "(378) 864-4420"
                },
                "tins": [
                  {
                    "effectiveDate": "2022-03-28T00:00:00.0Z",
                    "expirationDate": "2029-08-16T00:00:00.0Z",
                    "number": "487315",
                    "tinType": "FEDERAL",
                    "usage": "usage"
                  },
                  {
                    "effectiveDate": "2025-06-28T00:00:00.0Z",
                    "expirationDate": "2030-08-11T00:00:00.0Z",
                    "number": "766805",
                    "tinType": "FEDERAL",
                    "usage": "customs"
                  }
                ]
              },
              "totalDimensions": {
                "height": 30,
                "length": 100,
                "units": "CM",
                "width": 50
              },
              "totalWeight": {
                "units": "KG",
                "value": 68
              }
            },
            "shipmentRoleType": "CONSOLIDATION_DOCUMENTS_SHIPMENT"
          }
        },
        "pieceResponses": [
          {
            "packageDocuments": [
              {
                "additionalChargesDiscount": 307.71,
                "baseRateAmount": 149.22,
                "codcollectionAmount": 823.08,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "296423"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "390223"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "238999"
                  }
                ],
                "masterTrackingNumber": "329925517781",
                "netChargeAmount": 135.4,
                "netDiscountAmount": 65.87,
                "netRateAmount": 56.65,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 2,
                    "docType": "PNG",
                    "encodedLabel": "JUWGzv26BNDeHG72O7oS",
                    "trackingNumber": "333960358687",
                    "url": "https://valuable-premeditation.biz"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 4,
                    "docType": "PDF",
                    "encodedLabel": "sYmcaJeNTZto8AoTwcn8",
                    "trackingNumber": "242136623598",
                    "url": "https://uniform-sock.org"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 3,
                    "docType": "PNG",
                    "encodedLabel": "Ef2nlaLkn5dOZRP2hJqv",
                    "trackingNumber": "243615741611",
                    "url": "https://yellowish-retention.name/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 4,
                    "docType": "EPL",
                    "encodedLabel": "x2UT9S3W24dZ0Jwhzkpk",
                    "trackingNumber": "194747925088",
                    "url": "https://likely-hammock.info"
                  }
                ],
                "trackingNumber": "475499696580"
              },
              {
                "additionalChargesDiscount": 187.81,
                "baseRateAmount": 373,
                "codcollectionAmount": 671.58,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "007781"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "433872"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "501950"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "651900"
                  }
                ],
                "masterTrackingNumber": "711631678418",
                "netChargeAmount": 137.06,
                "netDiscountAmount": 16.31,
                "netRateAmount": 39.81,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 5,
                    "docType": "ZPL",
                    "encodedLabel": "SbAX0WnCFBm7UjJTkgOR",
                    "trackingNumber": "668670281865",
                    "url": "https://both-ethyl.info"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 4,
                    "docType": "ZPL",
                    "encodedLabel": "c4eFvJH7biYGo5kn7vpg",
                    "trackingNumber": "681549712548",
                    "url": "https://candid-redesign.com/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 4,
                    "docType": "EPL",
                    "encodedLabel": "Fd9Vkxa7RdzBnzDBqlJp",
                    "trackingNumber": "536762616315",
                    "url": "https://queasy-mobility.info/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 2,
                    "docType": "PNG",
                    "encodedLabel": "AmsExJVEz9IsECqiZ5zb",
                    "trackingNumber": "122702065463",
                    "url": "https://secondary-exhaust.biz/"
                  }
                ],
                "trackingNumber": "719753440061"
              },
              {
                "additionalChargesDiscount": 261,
                "baseRateAmount": 492.22,
                "codcollectionAmount": 294.47,
                "customerReferences": [
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "733736"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "181124"
                  },
                  {
                    "customerReferenceType": "DEPARTMENT_NUMBER",
                    "value": "895431"
                  }
                ],
                "masterTrackingNumber": "368211136970",
                "netChargeAmount": 5.72,
                "netDiscountAmount": 58.68,
                "netRateAmount": 47.02,
                "packageDocuments": [
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 1,
                    "docType": "PNG",
                    "encodedLabel": "dxBXJGgJ38vQodvrdlcY",
                    "trackingNumber": "978182383094",
                    "url": "https://proud-deer.org/"
                  },
                  {
                    "contentType": "COMMERCIAL_INVOICE",
                    "copiesToPrint": 2,
                    "docType": "PDF",
                    "encodedLabel": "hVgMBZcWGEC7pXD8BWpN",
                    "trackingNumber": "643940827094",
                    "url": "https://multicolored-sushi.org/"
                  }
                ],
                "trackingNumber": "550288249396"
              }
            ]
          }
        ],
        "shipmentDocuments": [
          {
            "contentType": "COMMERCIAL_INVOICE",
            "copiesToPrint": 4,
            "docType": "PDF",
            "encodedLabel": "187HDdxcA6kkda2I0BSe",
            "trackingNumber": "344367461721",
            "url": "https://jumbo-blossom.biz/"
          },
          {
            "contentType": "COMMERCIAL_INVOICE",
            "copiesToPrint": 2,
            "docType": "PDF",
            "encodedLabel": "59Qea1p06Uz7yKGz2IJY",
            "trackingNumber": "565253080961",
            "url": "https://wordy-poppy.name"
          }
        ]
      }
    ]
  },
  "transactionId": "8d488210-65ff-4814-af18-134dd8ac36df"
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "customerTransactionId": "AnyCo_order123456789",
  "errors": [
    {
      "code": "TRACKINGID.FORMID.REQUIRED",
      "message": "Tracking Number is required. Please update and try again."
    }
  ]
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "errors": [
    {
      "code": "NOT.AUTHORIZED.ERROR",
      "message": "No access token provided. Please modify your request and try again."
    }
  ]
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "errors": [
    {
      "code": "FORBIDDEN.ERROR",
      "message": "We could not authorize your credentials. Please check your permissions and try again."
    }
  ]
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "errors": [
    {
      "code": "NOT.FOUND.ERROR",
      "message": "The resource you requested is no longer available. Please modify your request and try again."
    }
  ]
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "customerTransactionId": "AnyCo_order123456789",
  "errors": [
    {
      "code": "INTERNAL.SERVER.ERROR",
      "message": "We encountered an unexpected error and are working to resolve the issue. We apologize for any inconvenience. Please check back at a later time."
    }
  ]
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "customerTransactionId": "AnyCo_order123456789",
  "errors": [
    {
      "code": "SERVICE.UNAVAILABLE.ERROR",
      "message": "The service is currently unavailable and we are working to resolve the issue. We apologize for any inconvenience. Please check back at a later time."
    }
  ]
}
Header NameExample
X-locale"en_US"
X-customer-transaction-id"AnyCo_order123456789"
content-type*"application/json"
authorization*"Bearer XXX"
{
  "accountNumber": {
    "value": "123456789"
  },
  "consolidationKey": {
    "date": "2026-03-08T00:00:00.0Z",
    "index": "4287",
    "type": "INTERNATIONAL_PRIORITY_DISTRIBUTION"
  },
  "version": {
    "major": 3,
    "minor": 4,
    "patch": 5
  }
}
{
  "customerTransactionId": "F16fPXGi6XldSbQ",
  "output": {
    "alerts": [
      {
        "alertType": "NOTE",
        "code": "4FRCZ3rwz7",
        "message": "e7dJVNDLGeET5WBs0Po6"
      },
      {
        "alertType": "NOTE",
        "code": "eIGtSnN1I7",
        "message": "EZDSkGWXIXTLc1t4thHY"
      },
      {
        "alertType": "NOTE",
        "code": "3tYJPUOrLY",
        "message": "bIKYGDuDAh95wt39tve6"
      },
      {
        "alertType": "NOTE",
        "code": "aB11niiObY",
        "message": "1iaub91C0ZPn0L7pL8RY"
      }
    ],
    "retrievedConsolidation": {
      "bookingNumber": "795905138175",
      "consolidationDataSources": {
        "consolidationDataSourceType": "ACCUMULATED",
        "consolidationDataType": "TOTAL_INSURED_VALUE"
      },
      "consolidationDocumentSpecification": {
        "commoditiesByTrackingNumberDetail": {
          "format": {
            "docType": "PDF",
            "stockType": "PAPER_LETTER"
          }
        },
        "condensedCrnReportDetail": {
          "format": {
            "docType": "PDF",
            "stockType": "PAPER_LETTER"
          }
        },
        "consolidatedCommercialInvoiceDetail": {
          "format": {
            "docType": "PDF",
            "stockType": "PAPER_LETTER"
          }
        },
        "consolidatedCustomsLinehaulReportDetail": {
          "format": {
            "docType": "PDF",
            "stockType": "PAPER_LETTER"
          }
        },
        "consolidatedPartyReportDetail": {
          "format": {
            "docType": "PDF",
            "stockType": "PAPER_LETTER"
          }
        },
        "consolidatedSoldToSummaryReportDetail": {
          "format": {
            "docType": "PDF",
            "stockType": "PAPER_LETTER"
          }
        },
        "consolidationDocumentTypes": [
          "CONSOLIDATED_COMMERCIAL_INVOICE",
          "CUSTOMS_PACKING_LIST",
          "CRN_REPORT",
          "COMMODITIES_BY_TRACKING_NUMBER_REPORT",
          "CONDENSED_CRN_REPORT",
          "CONSOLIDATED_CUSTOMS_LINEHAUL_REPORT",
          "CONSOLIDATED_PARTY_REPORT",
          "CONSOLIDATED_SOLD_TO_SUMMARY_REPORT",
          "CUSTOM_CONSOLIDATION_DOCUMENT",
          "CERTIFICATE_OF_ORIGIN",
          "COMMERCIAL_INVOICE",
          "CUSTOM_PACKAGE_DOCUMENT",
          "CUSTOM_SHIPMENT_DOCUMENT",
          "CUSTOMER_SPECIFIED_LABELS",
          "DANGEROUS_GOODS_SHIPPERS_DECLARATION",
          "EXPORT_DECLARATION",
          "FEDEX_FREIGHT_STRAIGHT_BILL_OF_LADING",
          "GENERAL_AGENCY_AGREEMENT",
          "LABEL",
          "USMCA_COMMERCIAL_INVOICE_CERTIFICATION_OF_ORIGIN",
          "USMCA_CERTIFICATION_OF_ORIGIN",
          "OP_900",
          "PENDING_SHIPMENT_EMAIL_NOTIFICATION",
          "PRO_FORMA_INVOICE",
          "RETURN_INSTRUCTIONS",
          "VICS_BILL_OF_LADING"
        ],
        "crnReportDetail": {
          "format": {
            "docType": "PDF",
            "stockType": "PAPER_LETTER"
          }
        },
        "customDocumentDetails": [
          {
            "docType": "PDF",
            "stockType": "PAPER_LETTER"
          }
        ],
        "customsPackingListDetail": {
          "format": {
            "docType": "PDF",
            "stockType": "PAPER_LETTER"
          }
        }
      },
      "consolidationType": "INTERNATIONAL_ECONOMY_DISTRIBUTION",
      "customerReferences": [
        {
          "customerReferenceType": "CUSTOMER_REFERENCE",
          "value": "4068"
        },
        {
          "customerReferenceType": "CUSTOMER_REFERENCE",
          "value": "0190"
        }
      ],
      "customsClearanceDetail": {
        "brokers": [
          {
            "broker": {
              "accountNumber": {
                "value": "801472842"
              },
              "address": {
                "city": "Beverly Hills",
                "countryCode": "US",
                "postalCode": "90210",
                "residential": false,
                "stateOrProvinceCode": "CA",
                "streetLines": [
                  "10 FedEx Parkway",
                  "Suite 302"
                ]
              },
              "contact": {
                "companyName": "Fedex",
                "emailAddress": "sample@company.com",
                "personName": "John Taylor",
                "phoneExtension": "000",
                "phoneNumber": "9612345671"
              },
              "tins": {
                "description": "This is the tax identification number details.",
                "items": {
                  "properties": {
                    "effectiveDate": {
                      "description": "Specify the tax ID effective date.<br>Example: 2000-01-23T04:56:07.000+00:00",
                      "format": "date-time",
                      "type": "string",
                      "x-faker": {
                        "date.past": {
                          "years": 5
                        }
                      }
                    },
                    "expirationDate": {
                      "description": "Specify the tax ID expiration date.<br>Example: 2000-01-23T04:56:07.000+00:00",
                      "format": "date-time",
                      "type": "string",
                      "x-faker": {
                        "date.future": {
                          "years": 5
                        }
                      }
                    },
                    "number": {
                      "description": "Specify tax ID number. Maximum length is 18.<br>Example: 123567",
                      "type": "string",
                      "x-faker": {
                        "string.numeric": 6
                      }
                    },
                    "tinType": {
                      "description": "Indicate the type of tax identification number.",
                      "enum": [
                        "PERSONAL_NATIONAL",
                        "PERSONAL_STATE",
                        "FEDERAL",
                        "BUSINESS_NATIONAL",
                        "BUSINESS_STATE",
                        "BUSINESS_UNION"
                      ],
                      "example": "FEDERAL",
                      "type": "string"
                    },
                    "usage": {
                      "description": "Specify the reason for using the tax identification number in shipment processing.<br>Example: usage",
                      "type": "string",
                      "x-faker": {
                        "helpers.arrayElement": [
                          [
                            "usage",
                            "tax_filing",
                            "customs"
                          ]
                        ]
                      }
                    }
                  },
                  "type": "object"
                },
                "type": "array"
              }
            },
            "type": "TYPE1"
          }
        ],
        "clearanceBrokerage": "BROKER_SELECT",
        "commercialInvoice": {
          "comments": [
            "optional comments for the commercial invoice"
          ],
          "customerReferences": {
            "customerReferenceType": "CUSTOMER_REFERENCE",
            "value": "0175"
          },
          "declarationStatement": "9AjlarSwbDdQyUlmCpVs",
          "freightCharge": {
            "amount": 76.74,
            "currency": "NIO"
          },
          "handlingCosts": {
            "amount": 11.07,
            "currency": "ISK"
          },
          "originatorName": "Salvador Connelly",
          "packingCosts": {
            "amount": 4.82,
            "currency": "STN"
          },
          "paymentTerms": "Net 60",
          "purpose": "CONSUMER",
          "purposeOfShipmentDescription": "REPAIR_AND_RETURN",
          "specialInstructions": "eSAnsqNMSaap4x1",
          "taxesOrMiscellaneousCharge": {
            "amount": 46.58,
            "currency": "SRD"
          },
          "taxesOrMiscellaneousChargeType": "COMMISSIONS",
          "termsOfSale": "DAP"
        },
        "commodities": [
          {
            "cIMarksAndNumbers": "DT4316IFT4",
            "clearanceItemDetail": [
              {
                "address": {
                  "city": "Dawntown",
                  "countryCode": "VU",
                  "postalCode": "79119-0694",
                  "residential": false,
                  "stateOrProvinceCode": "CA",
                  "streetLines": [
                    "Suite 10",
                    "98 Royal Crescent"
                  ]
                },
                "contact": {
                  "companyName": "Nicolas LLC"
                },
                "id": "Unsyp3HRx6",
                "role": "MANUFACTURER"
              },
              {
                "address": {
                  "city": "West Durward",
                  "countryCode": "EG",
                  "postalCode": "08105",
                  "residential": false,
                  "stateOrProvinceCode": "TX",
                  "streetLines": [
                    "98 Royal Crescent",
                    "Suite 10"
                  ]
                },
                "contact": {
                  "companyName": "Reichert - McLaughlin"
                },
                "id": "v3kq1bMlTM",
                "role": "MANUFACTURER"
              },
              {
                "address": {
                  "city": "Sammyport",
                  "countryCode": "ES",
                  "postalCode": "47794-5602",
                  "residential": false,
                  "stateOrProvinceCode": "CA",
                  "streetLines": [
                    "Suite 10",
                    "98 Royal Crescent"
                  ]
                },
                "contact": {
                  "companyName": "Breitenberg - Kertzmann"
                },
                "id": "YSzczkWSVx",
                "role": "MANUFACTURER"
              },
              {
                "address": {
                  "city": "Port Natalia",
                  "countryCode": "AZ",
                  "postalCode": "96022-4093",
                  "residential": false,
                  "stateOrProvinceCode": "TX",
                  "streetLines": [
                    "98 Royal Crescent",
                    "Suite 10"
                  ]
                },
                "contact": {
                  "companyName": "Jaskolski Group"
                },
                "id": "dI9T9eP8r4",
                "role": "MANUFACTURER"
              },
              {
                "address": {
                  "city": "North Thalia",
                  "countryCode": "MC",
                  "postalCode": "62277-9943",
                  "residential": false,
                  "stateOrProvinceCode": "NY",
                  "streetLines": [
                    "98 Royal Crescent",
                    "Suite 10"
                  ]
                },
                "contact": {
                  "companyName": "Kohler, Reinger and Little"
                },
                "id": "k7AeWuo40N",
                "role": "MANUFACTURER"
              }
            ],
            "commodityId": "afCRZj",
            "countryOfManufacture": "RE",
            "customsValue": {
              "amount": 1766.89,
              "currency": "MYR"
            },
            "description": "Discover the rhinoceros-like agility of our Chicken, perfect for scratchy users",
            "name": "Rustic Ceramic Mouse",
            "numberOfPieces": 86,
            "quantity": 10,
            "quantityUnits": "BOX",
            "unitPrice": {
              "amount": 2844.15,
              "currency": "MRU"
            },
            "weight": {
              "units": "KG",
              "value": 68
            }
          },
          {
            "cIMarksAndNumbers": "n8GNGHnYZG",
            "clearanceItemDetail": [
              {
                "address": {
                  "city": "Lake Reneshire",
                  "countryCode": "BJ",
                  "postalCode": "57764-5832",
                  "residential": true,
                  "stateOrProvinceCode": "NY",
                  "streetLines": [
                    "98 Royal Crescent",
                    "Suite 10"
                  ]
                },
                "contact": {
                  "companyName": "Champlin - Moore"
                },
                "id": "1nQS74acGz",
                "role": "MANUFACTURER"
              }
            ],
            "commodityId": "GLN1dH",
            "countryOfManufacture": "AI",
            "customsValue": {
              "amount": 4653.71,
              "currency": "XOF"
            },
            "description": "New salmon Cheese with ergonomic design for untried comfort",
            "name": "Handcrafted Bronze Computer",
            "numberOfPieces": 66,
            "quantity": 4,
            "quantityUnits": "EA",
            "unitPrice": {
              "amount": 1173.49,
              "currency": "BTN"
            },
            "weight": {
              "units": "KG",
              "value": 68
            }
          }
        ],
        "customsOption": {
          "description": "Description",
          "type": "COURTESY_RETURN_LABEL"
        },
        "declarationStatementDetail": {
          "types": [
            "Statement2",
            "Statement1"
          ]
        },
        "documentContent": "DOCUMENTS_ONLY",
        "dutiesPayment": {
          "paymentType": "THIRD_PARTY",
          "payor": {
            "responsibleParty": {
              "accountNumber": {
                "value": "123456789"
              },
              "address": {
                "city": "Fort Osborneburgh",
                "countryCode": "EG",
                "postalCode": "74040-6837",
                "residential": true,
                "stateOrProvinceCode": "CA",
                "streetLines": [
                  "Bldg. 10",
                  "10 FedEx Parkway"
                ]
              },
              "contact": {
                "companyName": "FedEx",
                "emailAddress": "sample@company.com",
                "faxNumber": "1234567890",
                "fedralTaxId": "11-N-1745",
                "personName": "John Taylor",
                "phoneExtension": 1234,
                "phoneNumber": "1234567890",
                "stateTaxId": "11-N-1745"
              }
            }
          }
        },
        "exportDetail": {
          "b13AFilingOption": "NOT_REQUIRED",
          "destinationControlDetail": {
            "destinationCountries": [
              "USA",
              "India"
            ],
            "endUser": "Ms. Christine Schamberger",
            "statementTypes": "DEPARTMENT_OF_COMMERCE"
          },
          "exportComplianceStatement": "9peVFkvcUm96SrXV",
          "permitNumber": "18970"
        },
        "freightOnValue": "OWN_RISK",
        "importerOfRecord": {
          "accountNumber": {
            "value": "801472842"
          },
          "address": {
            "city": "Beverly Hills",
            "countryCode": "US",
            "postalCode": "90210",
            "residential": false,
            "stateOrProvinceCode": "CA",
            "streetLines": [
              "10 FedEx Parkway",
              "Suite 302"
            ]
          },
          "contact": {
            "companyName": "Fedex",
            "emailAddress": "sample@company.com",
            "personName": "John Taylor",
            "phoneExtension": "000",
            "phoneNumber": "9612345671"
          },
          "tins": {
            "description": "This is the tax identification number details.",
            "items": {
              "properties": {
                "effectiveDate": {
                  "description": "Specify the tax ID effective date.<br>Example: 2000-01-23T04:56:07.000+00:00",
                  "format": "date-time",
                  "type": "string",
                  "x-faker": {
                    "date.past": {
                      "years": 5
                    }
                  }
                },
                "expirationDate": {
                  "description": "Specify the tax ID expiration date.<br>Example: 2000-01-23T04:56:07.000+00:00",
                  "format": "date-time",
                  "type": "string",
                  "x-faker": {
                    "date.future": {
                      "years": 5
                    }
                  }
                },
                "number": {
                  "description": "Specify tax ID number. Maximum length is 18.<br>Example: 123567",
                  "type": "string",
                  "x-faker": {
                    "string.numeric": 6
                  }
                },
                "tinType": {
                  "description": "Indicate the type of tax identification number.",
                  "enum": [
                    "PERSONAL_NATIONAL",
                    "PERSONAL_STATE",
                    "FEDERAL",
                    "BUSINESS_NATIONAL",
                    "BUSINESS_STATE",
                    "BUSINESS_UNION"
                  ],
                  "example": "FEDERAL",
                  "type": "string"
                },
                "usage": {
                  "description": "Specify the reason for using the tax identification number in shipment processing.<br>Example: usage",
                  "type": "string",
                  "x-faker": {
                    "helpers.arrayElement": [
                      [
                        "usage",
                        "tax_filing",
                        "customs"
                      ]
                    ]
                  }
                }
              },
              "type": "object"
            },
            "type": "array"
          }
        },
        "insuranceCharges": {
          "amount": 1254.36,
          "currency": "NPR"
        },
        "recipientCustomsId": {
          "type": "PASSPORT",
          "value": "927"
        },
        "regulatoryControls": "NOT_IN_FREE_CIRCULATION",
        "totalCustomsValue": {
          "amount": 286.54,
          "currency": "LYD"
        }
      },
      "distributionLocations": {
        "clearanceNumber": "239",
        "id": "332",
        "inclusionSpecifications": [
          "jLpuz",
          "QByHr",
          "PtBVo",
          "EWf1G"
        ],
        "locationContactAndAddress": {
          "address": {
            "city": "Cristopherstad",
            "countryCode": "MM",
            "postalCode": "11954",
            "residential": false,
            "stateOrProvinceCode": "TN",
            "streetLines": [
              "Bldg. 10",
              "10 FedEx Parkway"
            ]
          },
          "addressAncillaryDetail": {
            "addressVerificationOverrideReason": "CUSTOMER_PROVIDED_PROOF",
            "addtionalDescriptions": "north door",
            "apartment": "Apartment 1503",
            "building": "Building 300",
            "crossStreet": "Union and Main",
            "department": "Claims department",
            "locationInCity": "Forester subdivision",
            "locationInProperty": "south west of main office entrance",
            "room": "Room B-23",
            "roomFloor": "5th floor",
            "suite": "suite 201"
          },
          "contact": {
            "companyName": "FedEx",
            "emailAddress": "sample@company.com",
            "faxNumber": "1234567890",
            "fedralTaxId": "11-N-1745",
            "personName": "John Taylor",
            "phoneExtension": 1234,
            "phoneNumber": "1234567890",
            "stateTaxId": "11-N-1745"
          },
          "contactAncillaryDetail": {
            "emailAddresses": [
              {
                "address": "address",
                "emailNotificationFormatType": "SMS_TEXT_MESSAGE",
                "permissions": {
                  "key": "GRANT"
                }
              },
              {
                "address": "address",
                "emailNotificationFormatType": "SMS_TEXT_MESSAGE",
                "permissions": {
                  "key": "GRANT"
                }
              }
            ]
          }
        },
        "locationId": "qKUN",
        "locationNumber": 32,
        "type": "CUSTOMER_SPECIFIED"
      },
      "internationalDistributionDetail": {
        "clearanceFacilityLocationId": "v4uC",
        "declarationCurrencies": [
          {
            "currency": "BRL",
            "value": "CUSTOMS_VALUE"
          },
          {
            "currency": "CZK",
            "value": "CUSTOMS_VALUE"
          },
          {
            "currency": "UYU",
            "value": "CUSTOMS_VALUE"
          }
        ],
        "dropOffType": "DROP_BOX",
        "totalDimensions": {
          "height": 30,
          "length": 100,
          "units": "CM",
          "width": 50
        },
        "totalInsuredValue": {
          "amount": 4098.33,
          "currency": "AED"
        },
        "unitSystem": "ENGLISH"
      },
      "labelSpecification": {
        "customerSpecifiedDetail": {
          "docTabContent": {
            "barcoded": {
              "specification": {
                "dataField": "TRANSACTION/CustomerTransactionId",
                "header": "WT",
                "justification": "RIGHT",
                "literalValue": "HRoS5c",
                "zoneNumber": 10
              },
              "symbology": "UCC128"
            },
            "docTabContentType": "BARCODED",
            "zone001": {
              "docTabZoneSpecifications": [
                {
                  "dataField": "REQUEST/PACKAGE/weight/Value",
                  "header": "WT",
                  "justification": "RIGHT",
                  "literalValue": "G1jvGF",
                  "zoneNumber": 6
                },
                {
                  "dataField": "REQUEST/PACKAGE/weight/Value",
                  "header": "WHT",
                  "justification": "RIGHT",
                  "literalValue": "Om4sDx",
                  "zoneNumber": 1
                },
                {
                  "dataField": "TRANSACTION/CustomerTransactionId",
                  "header": "WT",
                  "justification": "RIGHT",
                  "literalValue": "82gPPv",
                  "zoneNumber": 6
                },
                {
                  "dataField": "TRANSACTION/CustomerTransactionId",
                  "header": "WT",
                  "justification": "RIGHT",
                  "literalValue": "Jc57uo",
                  "zoneNumber": 1
                },
                {
                  "dataField": "TRANSACTION/CustomerTransactionId",
                  "header": "ID",
                  "justification": "RIGHT",
                  "literalValue": "9jfkes",
                  "zoneNumber": 5
                }
              ]
            }
          },
          "maskedData": [
            "[\"PACKAGE_SEQUENCE_AND_COUNT\",\"TOTAL_WEIGHT\"]",
            "[\"PACKAGE_SEQUENCE_AND_COUNT\",\"TOTAL_WEIGHT\"]"
          ],
          "regulatoryLabels": [
            {
              "generationOptions": "CONTENT_ON_SHIPPING_LABEL_ONLY",
              "type": "ALCOHOL_SHIPMENT_LABEL"
            },
            {
              "generationOptions": "CONTENT_ON_SHIPPING_LABEL_ONLY",
              "type": "ALCOHOL_SHIPMENT_LABEL"
            },
            {
              "generationOptions": "CONTENT_ON_SHIPPING_LABEL_ONLY",
              "type": "ALCOHOL_SHIPMENT_LABEL"
            },
            {
              "generationOptions": "CONTENT_ON_SHIPPING_LABEL_ONLY",
              "type": "ALCOHOL_SHIPMENT_LABEL"
            }
          ]
        },
        "dispositions": [
          {
            "dispositionType": "CONFIRMED",
            "eMailDetail": {
              "eMailRecipients": [
                {
                  "emailAddress": "Oceane30@hotmail.com",
                  "recipientType": "THRID_PARTY"
                },
                {
                  "emailAddress": "William.Olson44@hotmail.com",
                  "recipientType": "THRID_PARTY"
                }
              ],
              "grouping": "NONE",
              "locale": {
                "country": "SS",
                "language": "es"
              }
            },
            "grouping": "CONSOLIDATED_BY_DOCUMENT_TYPE",
            "printDetail": {
              "printerId": "Y971gqrK"
            },
            "storageDetail": {
              "fileNaming": "FAST",
              "filePath": "/var/log",
              "fileSuffix": ".pdf",
              "type": "ASYNC_SERVICE"
            }
          },
          {
            "dispositionType": "CONFIRMED",
            "eMailDetail": {
              "eMailRecipients": [
                {
                  "emailAddress": "Eryn_Kirlin@gmail.com",
                  "recipientType": "THRID_PARTY"
                }
              ],
              "grouping": "NONE",
              "locale": {
                "country": "QA",
                "language": "es"
              }
            },
            "grouping": "CONSOLIDATED_BY_IMAGE_TYPE",
            "printDetail": {
              "printerId": "NZotvWdH"
            },
            "storageDetail": {
              "fileNaming": "FAST",
              "filePath": "/Library",
              "fileSuffix": ".pdf",
              "type": "ASYNC_SERVICE"
            }
          },
          {
            "dispositionType": "CONFIRMED",
            "eMailDetail": {
              "eMailRecipients": [
                {
                  "emailAddress": "Reilly50@yahoo.com",
                  "recipientType": "THRID_PARTY"
                },
                {
                  "emailAddress": "Jonas_Lubowitz@yahoo.com",
                  "recipientType": "THRID_PARTY"
                }
              ],
              "grouping": "NONE",
              "locale": {
                "country": "CG",
                "language": "en"
              }
            },
            "grouping": "CONSOLIDATED_BY_IMAGE_TYPE",
            "printDetail": {
              "printerId": "k1SMFaga"
            },
            "storageDetail": {
              "fileNaming": "FAST",
              "filePath": "/System",
              "fileSuffix": ".png",
              "type": "ASYNC_SERVICE"
            }
          },
          {
            "dispositionType": "CONFIRMED",
            "eMailDetail": {
              "eMailRecipients": [
                {
                  "emailAddress": "Sidney_Boyer45@yahoo.com",
                  "recipientType": "THRID_PARTY"
                },
                {
                  "emailAddress": "Verda_Balistreri35@yahoo.com",
                  "recipientType": "THRID_PARTY"
                },
                {
                  "emailAddress": "Shanon.Christiansen@gmail.com",
                  "recipientType": "THRID_PARTY"
                },
                {
                  "emailAddress": "Linwood77@gmail.com",
                  "recipientType": "THRID_PARTY"
                }
              ],
              "grouping": "NONE",
              "locale": {
                "country": "KY",
                "language": "zh"
              }
            },
            "grouping": "CONSOLIDATED_BY_DOCUMENT_TYPE",
            "printDetail": {
              "printerId": "7FlQyDWo"
            },
            "storageDetail": {
              "fileNaming": "FAST",
              "filePath": "/var/mail",
              "fileSuffix": ".pdf",
              "type": "ASYNC_SERVICE"
            }
          }
        ],
        "imageType": "PDF",
        "labelFormatType": "COMMON2D",
        "labelOrder": "SHIPPING_LABEL_FIRST",
        "labelPrintingOrientation": "TOP_EDGE_OF_TEXT_FIRST",
        "labelRotation": "UPSIDE_DOWN",
        "labelStockType": "PAPER_7X475",
        "printedLabelOrigin": {
          "address": {
            "city": "Califort",
            "countryCode": "SI",
            "postalCode": "65776",
            "residential": false,
            "stateOrProvinceCode": "CA",
            "streetLines": [
              "Bldg. 10",
              "10 FedEx Parkway"
            ]
          },
          "addressAncillaryDetail": {
            "addressVerificationOverrideReason": "CUSTOMER_PROVIDED_PROOF",
            "addtionalDescriptions": "north door",
            "apartment": "Apartment 1503",
            "building": "Building 300",
            "crossStreet": "Union and Main",
            "department": "Claims department",
            "locationInCity": "Forester subdivision",
            "locationInProperty": "south west of main office entrance",
            "room": "Room B-23",
            "roomFloor": "5th floor",
            "suite": "suite 201"
          },
          "contact": {
            "companyName": "FedEx",
            "emailAddress": "sample@company.com",
            "faxNumber": "1234567890",
            "fedralTaxId": "11-N-1745",
            "personName": "John Taylor",
            "phoneExtension": 1234,
            "phoneNumber": "1234567890",
            "stateTaxId": "11-N-1745"
          },
          "contactAncillaryDetail": {
            "emailAddresses": [
              {
                "address": "address",
                "emailNotificationFormatType": "SMS_TEXT_MESSAGE",
                "permissions": {
                  "key": "GRANT"
                }
              },
              {
                "address": "address",
                "emailNotificationFormatType": "SMS_TEXT_MESSAGE",
                "permissions": {
                  "key": "GRANT"
                }
              },
              {
                "address": "address",
                "emailNotificationFormatType": "SMS_TEXT_MESSAGE",
                "permissions": {
                  "key": "GRANT"
                }
              }
            ]
          }
        },
        "processingOptionsRequested": {
          "options": "INCLUDE_DOC_TAB_ON_ALL_LABELS"
        },
        "resolution": 300
      },
      "origin": {
        "address": {
          "city": "Beverly Hills",
          "countryCode": "US",
          "postalCode": "90210",
          "residential": false,
          "stateOrProvinceCode": "CA",
          "streetLines": [
            "10 FedEx Parkway",
            "Suite 302"
          ]
        },
        "contact": {
          "companyName": "Will - Dibbert",
          "emailAddress": "Caroline.Veum@gmail.com",
          "personName": "Rosa Stanton",
          "phoneExtension": "45",
          "phoneNumber": "(999) 929-2624"
        }
      },
      "shipDatestamp": "2025-09-22T00:00:00.0Z",
      "shipper": {
        "accountNumber": {
          "value": "123456789"
        },
        "address": {
          "city": "Beverly Hills",
          "countryCode": "US",
          "postalCode": "90210",
          "residential": false,
          "stateOrProvinceCode": "CA",
          "streetLines": [
            "10 FedEx Parkway",
            "Suite 302"
          ]
        },
        "contact": {
          "companyName": "Cartwright Inc",
          "emailAddress": "Emmy0@yahoo.com",
          "personName": "Dana Spencer",
          "phoneExtension": "51",
          "phoneNumber": "(565) 758-1444"
        },
        "tins": [
          {
            "effectiveDate": "2022-03-07T00:00:00.0Z",
            "expirationDate": "2029-05-07T00:00:00.0Z",
            "number": "609025",
            "tinType": "FEDERAL",
            "usage": "tax_filing"
          },
          {
            "effectiveDate": "2024-12-26T00:00:00.0Z",
            "expirationDate": "2029-05-28T00:00:00.0Z",
            "number": "286764",
            "tinType": "FEDERAL",
            "usage": "tax_filing"
          }
        ]
      },
      "shippingChargesPayment": {
        "paymentType": "THIRD_PARTY",
        "payor": {
          "responsibleParty": {
            "accountNumber": {
              "value": "123456789"
            },
            "address": {
              "city": "Clemensboro",
              "countryCode": "NL",
              "postalCode": "52030-1479",
              "residential": true,
              "stateOrProvinceCode": "TX",
              "streetLines": [
                "Bldg. 10",
                "10 FedEx Parkway"
              ]
            },
            "contact": {
              "companyName": "FedEx",
              "emailAddress": "sample@company.com",
              "faxNumber": "1234567890",
              "fedralTaxId": "11-N-1745",
              "personName": "John Taylor",
              "phoneExtension": 1234,
              "phoneNumber": "1234567890",
              "stateTaxId": "11-N-1745"
            }
          }
        }
      },
      "soldTo": {
        "accountNumber": {
          "value": "123456789"
        },
        "address": {
          "city": "Beverly Hills",
          "countryCode": "US",
          "postalCode": "90210",
          "residential": false,
          "stateOrProvinceCode": "CA",
          "streetLines": [
            "10 FedEx Parkway",
            "Suite 302"
          ]
        },
        "contact": {
          "companyName": "Fedex",
          "emailAddress": "sample@company.com",
          "personName": "John Taylor",
          "phoneExtension": "91",
          "phoneNumber": "1234567890"
        },
        "tins": [
          {
            "effectiveDate": "2022-01-27T00:00:00.0Z",
            "expirationDate": "2030-04-02T00:00:00.0Z",
            "number": "771427",
            "tinType": "FEDERAL",
            "usage": "tax_filing"
          },
          {
            "effectiveDate": "2023-10-06T00:00:00.0Z",
            "expirationDate": "2027-12-18T00:00:00.0Z",
            "number": "177548",
            "tinType": "FEDERAL",
            "usage": "customs"
          }
        ]
      },
      "specialServicesRequested": {
        "internationalControlledExportDetail": {
          "entryNumber": "xmAAHhDCHTw",
          "foreignTradeZoneCode": "yJR",
          "licenseOrPermitExpirationDate": "Sat Sep 05 2026 17:07:57 GMT+0000 (Coordinated Universal Time)",
          "licenseOrPermitNumber": "b8fEWxuMFW",
          "type": "DEA_236"
        },
        "priorityAlertDetail": {
          "content": [
            "string"
          ],
          "enhancementTypes": [
            "PRIORITY_ALERT_PLUS"
          ]
        },
        "specialServiceTypes": "PRIORITY_ALERT"
      },
      "trackingIds": [
        {
          "formId": "4356",
          "trackingIdType": "GROUND",
          "trackingNumber": "41147948360178939091"
        },
        {
          "formId": "7872",
          "trackingIdType": "FREIGHT",
          "trackingNumber": "65031710668456696350"
        },
        {
          "formId": "6471",
          "trackingIdType": "FREIGHT",
          "trackingNumber": "48884192468518202830"
        },
        {
          "formId": "0680",
          "trackingIdType": "FREIGHT",
          "trackingNumber": "23166297654538287334"
        }
      ],
      "transborderDistributionDetail": {
        "routing": "CUSTOMER_SPECIFIED",
        "specialServicesRequested": {
          "specialServiceTypes": "FEDEX_LTL",
          "transborderDistributionLtlDetail": {
            "ltlScacCode": "FEDX",
            "payment": {
              "amount": {
                "amount": 280.13,
                "currency": "QAR"
              },
              "creditCard": {
                "creditCardHolder": {
                  "address": {
                    "city": "Deontestead",
                    "classification": "BUSINESS",
                    "countryCode": "AZ",
                    "countryName": "Montenegro",
                    "geographicCoordinates": "+34.05-118.24",
                    "postalCode": "98094-4660",
                    "residential": true,
                    "stateOrProvinceCode": "TX",
                    "streetLines": "[10 FedEx Parkway, Suite 302]",
                    "urbanizationCode": "9m"
                  },
                  "contact": {
                    "companyName": "Hayes - King",
                    "emailAddress": "Waldo82@yahoo.com",
                    "faxNumber": "2089266749",
                    "pagerNumber": "2821544",
                    "personName": {
                      "firstName": "Elnora",
                      "lastName": "Murphy",
                      "middleName": "Kennedy",
                      "prefix": "Mr.",
                      "suffix": "Sr.",
                      "title": "Owner"
                    },
                    "phoneExtension": "56",
                    "phoneNumber": "6713408803",
                    "phoneNumberAreaCode": "493",
                    "phoneNumberCountryCode": "53",
                    "title": "Dr"
                  }
                },
                "creditCardType": "DISCOVER",
                "expirationDate": "2027-12-29T00:00:00.0Z",
                "lastAuthenticationByFedexDate": "2026-08-15T00:00:00.0Z",
                "number": "3714-546800-70208",
                "verificationCode": "429"
              },
              "creditCardTransactionDetail": {
                "attributesDetail": {
                  "types": "ORIGINATED_BY_AUTHORIZED_PERSONNEL"
                },
                "authorizationId": "7GrAnXZ29r",
                "authorizationType": "VERIFY_WITH_ACCOUNT",
                "fraudDetectionDetail": {
                  "clientCookiesEnabled": true,
                  "devicePrint": "cWPiUZqDMhd07DGjeCRk",
                  "ipAddress": "206.242.172.223"
                },
                "payorAuthenticationCode": "SxxgGVAS8",
                "payorAuthenticationSessionId": "0156167",
                "settlementScheduleType": "SETTLE_IMMEDIATELY"
              },
              "ePaymentDetail": {
                "amount": {
                  "amount": 389.22,
                  "currency": "RSD"
                },
                "creditCardExpirationDate": "2027-07-05T00:00:00.0Z",
                "creditCardType": "DISCOVER",
                "ePaymentMode": "GOOGLE_PAY",
                "epaymentProcessor": "RETAIL_SINGLE_POINT_OF_SALE"
              },
              "paymentType": "CREDIT_CARD",
              "payor": {
                "associatedAccounts": [
                  {
                    "accountNumber": "12345678",
                    "type": "FEDEX_EXPRESS"
                  },
                  {
                    "accountNumber": "12345678",
                    "type": "FEDEX_EXPRESS"
                  },
                  {
                    "accountNumber": "12345678",
                    "type": "FEDEX_EXPRESS"
                  },
                  {
                    "accountNumber": "12345678",
                    "type": "FEDEX_EXPRESS"
                  },
                  {
                    "accountNumber": "12345678",
                    "type": "FEDEX_EXPRESS"
                  }
                ],
                "responsibleParty": {
                  "accountNumber": "005517316",
                  "address": {
                    "city": "Murrayport",
                    "classification": "BUSINESS",
                    "countryCode": "MW",
                    "countryName": "Bahamas",
                    "geographicCoordinates": "+40.75-074.00",
                    "postalCode": "49699-7785",
                    "residential": true,
                    "stateOrProvinceCode": "NY",
                    "streetLines": "[10 FedEx Parkway, Suite 302]",
                    "urbanizationCode": "9O"
                  },
                  "contact": {
                    "companyName": "Rempel - Hane",
                    "contactId": "323",
                    "emailAddress": "Jesus_Parker11@gmail.com",
                    "faxNumber": "7292146011",
                    "pagerNumber": "9173126",
                    "personName": "Amanda King MD",
                    "phoneExtension": "99",
                    "phoneNumber": "1629203644",
                    "title": "Ms",
                    "tollFreePhoneNumber": "3737272"
                  },
                  "tins": [
                    {
                      "effectiveDate": "2024-10-29T00:00:00.0Z",
                      "expirationDate": "2027-01-18T00:00:00.0Z",
                      "number": "338504",
                      "tinType": "BUSINESS_STATE",
                      "usage": "customs"
                    },
                    {
                      "effectiveDate": "2025-02-11T00:00:00.0Z",
                      "expirationDate": "2027-12-21T00:00:00.0Z",
                      "number": "011805",
                      "tinType": "BUSINESS_STATE",
                      "usage": "customs"
                    },
                    {
                      "effectiveDate": "2026-01-13T00:00:00.0Z",
                      "expirationDate": "2028-03-03T00:00:00.0Z",
                      "number": "713470",
                      "tinType": "BUSINESS_STATE",
                      "usage": "usage"
                    }
                  ]
                }
              }
            }
          }
        },
        "summaryDetail": {
          "expressFreightPackageCount": 2,
          "expressPacakgeCount": 8,
          "expressTotalFreightAdjustedWeight": {
            "units": "LB",
            "value": 1688
          },
          "expressTotalFreightWeight": {
            "units": "LB",
            "value": 495
          },
          "expressTotalPackageAdjustedWeight": {
            "units": "LB",
            "value": 24
          },
          "expressTotalPackageWeight": {
            "units": "LB",
            "value": 233
          },
          "groundPackageCount": 30,
          "groundTotalPackageAdjustedWeight": {
            "units": "LB",
            "value": 829
          },
          "groundTotalPackageWeight": {
            "units": "LB",
            "value": 333
          },
          "numberOfUnconsolidatedCommodities": 15
        }
      }
    }
  },
  "transactionId": "cfadadc5-60e3-44e6-ae07-ab7638bdbd0a"
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "customerTransactionId": "AnyCo_order123456789",
  "errors": [
    {
      "code": "TRACKINGID.FORMID.REQUIRED",
      "message": "Tracking Number is required. Please update and try again."
    }
  ]
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "errors": [
    {
      "code": "NOT.AUTHORIZED.ERROR",
      "message": "No access token provided. Please modify your request and try again."
    }
  ]
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "errors": [
    {
      "code": "FORBIDDEN.ERROR",
      "message": "We could not authorize your credentials. Please check your permissions and try again."
    }
  ]
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "errors": [
    {
      "code": "NOT.FOUND.ERROR",
      "message": "The resource you requested is no longer available. Please modify your request and try again."
    }
  ]
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "customerTransactionId": "AnyCo_order123456789",
  "errors": [
    {
      "code": "INTERNAL.SERVER.ERROR",
      "message": "We encountered an unexpected error and are working to resolve the issue. We apologize for any inconvenience. Please check back at a later time."
    }
  ]
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "customerTransactionId": "AnyCo_order123456789",
  "errors": [
    {
      "code": "SERVICE.UNAVAILABLE.ERROR",
      "message": "The service is currently unavailable and we are working to resolve the issue. We apologize for any inconvenience. Please check back at a later time."
    }
  ]
}
Header NameExample
X-locale"en_US"
X-customer-transaction-id"AnyCo_order123456789"
content-type*"application/json"
authorization*"Bearer XXX"
{
  "accountNumber": {
    "value": "XXXXX2842"
  },
  "trackingNumber": "794962024735"
}
{
  "customerTransactionId": "vzt6JdcNfhR7Nfj6",
  "output": {
    "alerts": [
      {
        "alertType": "NOTE",
        "code": "goBQGij10C",
        "message": "ZThx9oaEs8TKPgDAJEMr"
      }
    ],
    "cancelledShipment": true,
    "message": "Pending"
  },
  "transactionId": "645245a0-ffd4-435f-bb43-32e60510f659"
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "errors": [
    {
      "code": "ACCOUNT.VALIDATION.ERROR",
      "message": "Requested user is not authorized to perform the operation."
    }
  ]
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "errors": [
    {
      "code": "LOGIN.REAUTHENTICATE.ERROR",
      "message": "Re-Login authentication error"
    }
  ]
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "errors": [
    {
      "code": "UNAUTHORIZED.USAGE",
      "message": "UNAUTHORIZED.USAGE"
    }
  ]
}
{
  "error": "NOT.FOUND.ERROR",
  "error_detail": "The resource you requested is no longer available. Please modify your request and try again."
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "errors": [
    {
      "code": "INTERNAL.SERVER.ERROR",
      "message": "We encountered an unexpected error and are working to resolve the issue. We apologize for any inconvenience. Please check back at a later time."
    }
  ]
}
Header NameExample
X-locale"en_US"
X-customer-transaction-id"AnyCo_order123456789"
content-type*"application/json"
authorization*"Bearer XXX"
{
  "accountNumber": {
    "value": "123456789"
  },
  "consolidationKey": {
    "date": "2025-11-01T00:00:00.0Z",
    "index": "7407",
    "type": "INTERNATIONAL_PRIORITY_DISTRIBUTION"
  },
  "trackingId": {
    "formId": "8461",
    "trackingIdType": "EXPRESS",
    "trackingNumber": "81325239984602952925"
  },
  "version": {
    "major": 1,
    "minor": 4,
    "patch": 6
  }
}
{
  "customerTransactionId": "JT5UKFYsQF8PVw",
  "output": {
    "alerts": [
      {
        "alertType": "NOTE",
        "code": "NlRzykzjsH",
        "message": "2S5frKO2bMhkIfbpNUMb"
      },
      {
        "alertType": "NOTE",
        "code": "rkUrs75I9J",
        "message": "hjklhdluvZeAmABErCrJ"
      },
      {
        "alertType": "NOTE",
        "code": "tw9ouB5IKo",
        "message": "dW6yaU2sxzQQKMFOiaj5"
      },
      {
        "alertType": "NOTE",
        "code": "fJJoVaCMnQ",
        "message": "PSBKGLnfQBXVf4yG1rNR"
      },
      {
        "alertType": "NOTE",
        "code": "kAzVLwG9eR",
        "message": "GNR5l3nGqabcqcu78vIE"
      }
    ]
  },
  "transactionId": "756840d6-f988-41ad-b167-8f3e7527cb49"
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "customerTransactionId": "AnyCo_order123456789",
  "errors": [
    {
      "code": "TRACKINGID.FORMID.REQUIRED",
      "message": "Tracking Number is required. Please update and try again."
    }
  ]
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "errors": [
    {
      "code": "NOT.AUTHORIZED.ERROR",
      "message": "No access token provided. Please modify your request and try again."
    }
  ]
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "errors": [
    {
      "code": "FORBIDDEN.ERROR",
      "message": "We could not authorize your credentials. Please check your permissions and try again."
    }
  ]
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "errors": [
    {
      "code": "NOT.FOUND.ERROR",
      "message": "The resource you requested is no longer available. Please modify your request and try again."
    }
  ]
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "customerTransactionId": "AnyCo_order123456789",
  "errors": [
    {
      "code": "INTERNAL.SERVER.ERROR",
      "message": "We encountered an unexpected error and are working to resolve the issue. We apologize for any inconvenience. Please check back at a later time."
    }
  ]
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "customerTransactionId": "AnyCo_order123456789",
  "errors": [
    {
      "code": "SERVICE.UNAVAILABLE.ERROR",
      "message": "The service is currently unavailable and we are working to resolve the issue. We apologize for any inconvenience. Please check back at a later time."
    }
  ]
}
fedexshippinglogisticsconsolidation