FedEx Ship API Virtual Sandbox

Virtual endpoint for managing FedEx shipment creation, cancellation, and package validation workflows.

The FedEx Ship API allows developers to integrate shipping capabilities into their applications. This virtual endpoint provides a sandbox environment to prototype shipment creation, validate package details, manage shipment cancellations, and retrieve shipment results without interacting with live FedEx logistics systems.

Use this hosted sandbox to simulate FedEx Ship 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 shipment request payloads, label generation workflows, package dimension validation, shipment cancellation logic, and error handling for invalid shipping addresses or service availability before integrating with live FedEx production APIs.

FedEx Ship API virtual sandbox is up and running!

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

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



General(4 operations)

Header NameExample
x-customer-transaction-id"624deea6-b709-470c-8c39-4b5511281492"
content-type*"application/json"
x-locale"en_US"
authorization*"Bearer XXX"
{
  "accountNumber": {
    "value": "XXX561073"
  },
  "labelResponseOptions": "URL_ONLY",
  "requestedShipment": {
    "blockInsightVisibility": false,
    "packagingType": "FEDEX_ENVELOPE",
    "pickupType": "USE_SCHEDULED_PICKUP",
    "recipients": [
      {
        "address": {
          "city": "Collierville",
          "countryCode": "US",
          "postalCode": 38017,
          "stateOrProvinceCode": "TN",
          "streetLines": [
            "RECIPIENT STREET LINE 1",
            "RECIPIENT STREET LINE 2"
          ]
        },
        "contact": {
          "companyName": "Recipient Company Name",
          "personName": "RECIPIENT NAME",
          "phoneNumber": 1234567890
        }
      }
    ],
    "requestedPackageLineItems": [
      {
        "itemDescription": "Return item description",
        "weight": {
          "units": "LB",
          "value": 1
        }
      }
    ],
    "serviceType": "PRIORITY_OVERNIGHT",
    "shipDatestamp": "2020-07-03",
    "shipmentSpecialServices": {
      "pendingShipmentDetail": {
        "emailLabelDetail": {
          "recipients": [
            {
              "emailAddress": "testuser@email.com",
              "locale": "en_US",
              "role": "SHIPMENT_COMPLETOR"
            }
          ]
        },
        "expirationTimeStamp": "2021-05-30",
        "pendingShipmentType": "EMAIL"
      },
      "returnShipmentDetail": {
        "returnEmailDetail": {
          "merchantPhoneNumber": 1234567890
        },
        "returnType": "PENDING"
      },
      "specialServiceTypes": [
        "RETURN_SHIPMENT"
      ]
    },
    "shipper": {
      "address": {
        "city": "HARRISON",
        "countryCode": "US",
        "postalCode": 72601,
        "stateOrProvinceCode": "AR",
        "streetLines": [
          "SHIPPER STREET LINE 1"
        ]
      },
      "contact": {
        "companyName": "Shipper Company Name",
        "personName": "SHIPPER NAME",
        "phoneNumber": 1234567890
      }
    },
    "shippingChargesPayment": {
      "paymentType": "SENDER"
    }
  }
}
{
  "customerTransactionId": "AnyCo_order123456789",
  "output": {
    "alerts": [
      {
        "alertType": "NOTE",
        "code": "SHIPMENT.VALIDATION.SUCCESS",
        "message": "Shipment validated successfully. No errors found."
      }
    ],
    "jobId": "2a2c7033-aa59-4024-bea9-7dfd6676e736",
    "transactionShipments": [
      {
        "alerts": [
          {
            "code": "RECIPIENTCONTACT.PHONENUMBER.INVALID",
            "message": "Recipient’s phone number format is not matching with recipient's country code; hence, recipient will not receive Convenient Delivery Options. Moving forward, please provide valid mobile phone number."
          },
          {
            "code": "RECIPIENTCONTACT.PHONENUMBER.INVALID",
            "message": "Recipient’s phone number format is not matching with recipient's country code; hence, recipient will not receive Convenient Delivery Options. Moving forward, please provide valid mobile phone number."
          },
          {
            "code": "RECIPIENTCONTACT.PHONENUMBER.INVALID",
            "message": "Recipient’s phone number format is not matching with recipient's country code; hence, recipient will not receive Convenient Delivery Options. Moving forward, please provide valid mobile phone number."
          }
        ],
        "completedShipmentDetail": {
          "accessDetail": {
            "accessorDetails": [
              {
                "emailLabelUrl": "https://awful-platypus.net/",
                "password": "IMS5XK4iME",
                "role": "USER",
                "userId": "4400c6b0-2682-4a25-87ae-e6ccb6d53a39"
              },
              {
                "emailLabelUrl": "https://filthy-colonialism.org/",
                "password": "LjS71p5j_8",
                "role": "USER",
                "userId": "812461bf-712a-4271-b514-024c2dd519b1"
              },
              {
                "emailLabelUrl": "https://blank-embossing.com/",
                "password": "HtUeIMHDBA",
                "role": "ADMIN",
                "userId": "ec310884-6d72-4fdf-a7a9-00a50997b506"
              },
              {
                "emailLabelUrl": "https://musty-disconnection.name",
                "password": "N8Kx9Qsb1a",
                "role": "USER",
                "userId": "2c1e9256-0a32-4fef-9da5-3fa704e3a94b"
              },
              {
                "emailLabelUrl": "https://unlawful-larva.com",
                "password": "88XcMq5D3G",
                "role": "VIEWER",
                "userId": "7135cc88-9a41-456a-93be-5c2ff58ccb09"
              }
            ]
          },
          "carrierCode": "FDXG",
          "completedEtdDetail": {
            "folderId": "0x1",
            "type": "PACKING_LIST",
            "uploadDocumentReferenceDetails": [
              {
                "description": "PRO FORMA INVOICE",
                "documentId": "090927d680038c61",
                "documentReference": "DocumentReference",
                "documentType": "PRO_FORMA_INVOICE"
              },
              {
                "description": "PRO FORMA INVOICE",
                "documentId": "090927d680038c61",
                "documentReference": "DocumentReference",
                "documentType": "PRO_FORMA_INVOICE"
              },
              {
                "description": "PRO FORMA INVOICE",
                "documentId": "090927d680038c61",
                "documentReference": "DocumentReference",
                "documentType": "PRO_FORMA_INVOICE"
              }
            ]
          },
          "completedHoldAtLocationDetail": {
            "holdingLocation": {
              "address": {
                "city": "Beverly Hills",
                "countryCode": "US",
                "postalCode": "38127",
                "residential": false,
                "stateOrProvinceCode": "CA",
                "streetLines": [
                  "10 FedEx Parkway",
                  "Suite 302"
                ]
              },
              "contact": {
                "companyName": "Rodriguez, Harris and Lockman",
                "emailAddress": "Liza_Emard-Lebsack@gmail.com",
                "personName": "Jesus Lebsack PhD",
                "phoneExtension": "9",
                "phoneNumber": "(986) 477-8368"
              }
            },
            "holdingLocationType": "FEDEX_STAFFED"
          },
          "completedPackageDetails": [
            {
              "dryIceWeight": {
                "units": "KG",
                "value": 68
              },
              "groupNumber": 567,
              "hazardousPackageDetail": {
                "accessibility": "ACCESSIBLE",
                "cargoAircraftOnly": true,
                "containers": [
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  }
                ],
                "labelType": "II_YELLOW",
                "radioactiveTransportIndex": 2.45,
                "referenceId": "123456",
                "regulation": "IATA"
              },
              "operationalDetail": {
                "astraHandlingText": "astraHandlingText",
                "barcodes": {
                  "binaryBarcodes": [
                    {
                      "type": "COMMON-2D",
                      "value": "B7MafU"
                    }
                  ],
                  "stringBarcodes": [
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    }
                  ]
                },
                "operationalInstructions": [
                  {
                    "content": "content",
                    "number": 17
                  },
                  {
                    "content": "content",
                    "number": 17
                  },
                  {
                    "content": "content",
                    "number": 17
                  },
                  {
                    "content": "content",
                    "number": 17
                  }
                ]
              },
              "oversizeClass": "OVERSIZE_1, OVERSIZE_2, OVERSIZE_3",
              "packageRating": {
                "actualRateType": "PAYOR_ACCOUNT_PACKAGE",
                "effectiveNetDiscount": 0,
                "packageRateDetails": [
                  {
                    "baseCharge": 45.67,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "CUSTOMER",
                    "netCharge": 121.56,
                    "netFedExCharge": 12.56,
                    "netFreight": 4.89,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 44.55,
                    "totalRebates": 4.56,
                    "totalSurcharges": 22.56,
                    "totalTaxes": 3.45
                  },
                  {
                    "baseCharge": 45.67,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "CUSTOMER",
                    "netCharge": 121.56,
                    "netFedExCharge": 12.56,
                    "netFreight": 4.89,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 44.55,
                    "totalRebates": 4.56,
                    "totalSurcharges": 22.56,
                    "totalTaxes": 3.45
                  }
                ]
              },
              "sequenceNumber": 256,
              "signatureOption": "DIRECT",
              "trackingIds": [
                {
                  "formId": "0201",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "49092000070120032835",
                  "uspsApplicationId": "92"
                },
                {
                  "formId": "0201",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "49092000070120032835",
                  "uspsApplicationId": "92"
                },
                {
                  "formId": "0201",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "49092000070120032835",
                  "uspsApplicationId": "92"
                }
              ]
            },
            {
              "dryIceWeight": {
                "units": "KG",
                "value": 68
              },
              "groupNumber": 567,
              "hazardousPackageDetail": {
                "accessibility": "ACCESSIBLE",
                "cargoAircraftOnly": true,
                "containers": [
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  }
                ],
                "labelType": "II_YELLOW",
                "radioactiveTransportIndex": 2.45,
                "referenceId": "123456",
                "regulation": "IATA"
              },
              "operationalDetail": {
                "astraHandlingText": "astraHandlingText",
                "barcodes": {
                  "binaryBarcodes": [
                    {
                      "type": "COMMON-2D",
                      "value": "lD"
                    },
                    {
                      "type": "COMMON-2D",
                      "value": "8wPTXSrbVc"
                    }
                  ],
                  "stringBarcodes": [
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    }
                  ]
                },
                "operationalInstructions": [
                  {
                    "content": "content",
                    "number": 17
                  },
                  {
                    "content": "content",
                    "number": 17
                  },
                  {
                    "content": "content",
                    "number": 17
                  },
                  {
                    "content": "content",
                    "number": 17
                  },
                  {
                    "content": "content",
                    "number": 17
                  }
                ]
              },
              "oversizeClass": "OVERSIZE_1, OVERSIZE_2, OVERSIZE_3",
              "packageRating": {
                "actualRateType": "PAYOR_ACCOUNT_PACKAGE",
                "effectiveNetDiscount": 0,
                "packageRateDetails": [
                  {
                    "baseCharge": 45.67,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "CUSTOMER",
                    "netCharge": 121.56,
                    "netFedExCharge": 12.56,
                    "netFreight": 4.89,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 44.55,
                    "totalRebates": 4.56,
                    "totalSurcharges": 22.56,
                    "totalTaxes": 3.45
                  }
                ]
              },
              "sequenceNumber": 256,
              "signatureOption": "DIRECT",
              "trackingIds": [
                {
                  "formId": "0201",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "49092000070120032835",
                  "uspsApplicationId": "92"
                },
                {
                  "formId": "0201",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "49092000070120032835",
                  "uspsApplicationId": "92"
                }
              ]
            },
            {
              "dryIceWeight": {
                "units": "KG",
                "value": 68
              },
              "groupNumber": 567,
              "hazardousPackageDetail": {
                "accessibility": "ACCESSIBLE",
                "cargoAircraftOnly": true,
                "containers": [
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  }
                ],
                "labelType": "II_YELLOW",
                "radioactiveTransportIndex": 2.45,
                "referenceId": "123456",
                "regulation": "IATA"
              },
              "operationalDetail": {
                "astraHandlingText": "astraHandlingText",
                "barcodes": {
                  "binaryBarcodes": [
                    {
                      "type": "COMMON-2D",
                      "value": "ikGSm/aPsJ"
                    },
                    {
                      "type": "COMMON-2D",
                      "value": ""
                    },
                    {
                      "type": "COMMON-2D",
                      "value": "5mumP8J"
                    }
                  ],
                  "stringBarcodes": [
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    }
                  ]
                },
                "operationalInstructions": [
                  {
                    "content": "content",
                    "number": 17
                  },
                  {
                    "content": "content",
                    "number": 17
                  }
                ]
              },
              "oversizeClass": "OVERSIZE_1, OVERSIZE_2, OVERSIZE_3",
              "packageRating": {
                "actualRateType": "PAYOR_ACCOUNT_PACKAGE",
                "effectiveNetDiscount": 0,
                "packageRateDetails": [
                  {
                    "baseCharge": 45.67,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "CUSTOMER",
                    "netCharge": 121.56,
                    "netFedExCharge": 12.56,
                    "netFreight": 4.89,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 44.55,
                    "totalRebates": 4.56,
                    "totalSurcharges": 22.56,
                    "totalTaxes": 3.45
                  },
                  {
                    "baseCharge": 45.67,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "CUSTOMER",
                    "netCharge": 121.56,
                    "netFedExCharge": 12.56,
                    "netFreight": 4.89,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 44.55,
                    "totalRebates": 4.56,
                    "totalSurcharges": 22.56,
                    "totalTaxes": 3.45
                  }
                ]
              },
              "sequenceNumber": 256,
              "signatureOption": "DIRECT",
              "trackingIds": [
                {
                  "formId": "0201",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "49092000070120032835",
                  "uspsApplicationId": "92"
                },
                {
                  "formId": "0201",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "49092000070120032835",
                  "uspsApplicationId": "92"
                },
                {
                  "formId": "0201",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "49092000070120032835",
                  "uspsApplicationId": "92"
                },
                {
                  "formId": "0201",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "49092000070120032835",
                  "uspsApplicationId": "92"
                },
                {
                  "formId": "0201",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "49092000070120032835",
                  "uspsApplicationId": "92"
                }
              ]
            },
            {
              "dryIceWeight": {
                "units": "KG",
                "value": 68
              },
              "groupNumber": 567,
              "hazardousPackageDetail": {
                "accessibility": "ACCESSIBLE",
                "cargoAircraftOnly": true,
                "containers": [
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  }
                ],
                "labelType": "II_YELLOW",
                "radioactiveTransportIndex": 2.45,
                "referenceId": "123456",
                "regulation": "IATA"
              },
              "operationalDetail": {
                "astraHandlingText": "astraHandlingText",
                "barcodes": {
                  "binaryBarcodes": [
                    {
                      "type": "COMMON-2D",
                      "value": "Pq"
                    }
                  ],
                  "stringBarcodes": [
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    }
                  ]
                },
                "operationalInstructions": [
                  {
                    "content": "content",
                    "number": 17
                  },
                  {
                    "content": "content",
                    "number": 17
                  },
                  {
                    "content": "content",
                    "number": 17
                  }
                ]
              },
              "oversizeClass": "OVERSIZE_1, OVERSIZE_2, OVERSIZE_3",
              "packageRating": {
                "actualRateType": "PAYOR_ACCOUNT_PACKAGE",
                "effectiveNetDiscount": 0,
                "packageRateDetails": [
                  {
                    "baseCharge": 45.67,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "CUSTOMER",
                    "netCharge": 121.56,
                    "netFedExCharge": 12.56,
                    "netFreight": 4.89,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 44.55,
                    "totalRebates": 4.56,
                    "totalSurcharges": 22.56,
                    "totalTaxes": 3.45
                  }
                ]
              },
              "sequenceNumber": 256,
              "signatureOption": "DIRECT",
              "trackingIds": [
                {
                  "formId": "0201",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "49092000070120032835",
                  "uspsApplicationId": "92"
                },
                {
                  "formId": "0201",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "49092000070120032835",
                  "uspsApplicationId": "92"
                }
              ]
            }
          ],
          "documentRequirements": {
            "generationDetails": [
              {
                "electronicSignature": "OPTIONAL",
                "letterhead": "OPTIONAL",
                "minimumCopiesRequired": 3,
                "type": "COMMERCIAL_INVOICE"
              },
              {
                "electronicSignature": "OPTIONAL",
                "letterhead": "OPTIONAL",
                "minimumCopiesRequired": 3,
                "type": "COMMERCIAL_INVOICE"
              }
            ],
            "prohibitedDocuments": [
              "CERTIFICATE_OF_ORIGIN"
            ],
            "requiredDocuments": [
              "COMMERCIAL_OR_PRO_FORMA_INVOICE",
              "AIR_WAYBILL"
            ]
          },
          "exportComplianceStatement": "V0NGrCW3Hl3qK1zb",
          "hazardousShipmentDetail": {
            "adrLicense": {
              "licenseOrPermitDetail": {
                "effectiveDate": "2026-05-26T00:00:00.0Z",
                "expirationDate": "2027-02-14T00:00:00.0Z",
                "number": "4"
              }
            },
            "dryIceDetail": {
              "packageCount": 10,
              "processingOptions": {
                "options": [
                  "options"
                ]
              },
              "totalWeight": {
                "units": "KG",
                "value": 68
              }
            },
            "hazardousSummaryDetail": {
              "smallQuantityExceptionPackageCount": 13
            }
          },
          "masterTrackingId": {
            "formId": "0201",
            "trackingIdType": "EXPRESS",
            "trackingNumber": "49092000070120032835",
            "uspsApplicationId": "92"
          },
          "operationalDetail": {
            "airportId": "DFW",
            "astraDescription": "SMART POST",
            "astraPlannedServiceLevel": "TUE - 15 OCT 10:30A",
            "commitDate": "2026-09-08T00:00:00.0Z",
            "commitDay": "Sat",
            "countryCode": "US",
            "customTransitTime": "TWO_DAYS",
            "deliveryDate": "2001-04-05",
            "deliveryDay": "TUE",
            "deliveryEligibilities": [
              "deliveryEligibilities"
            ],
            "destinationLocationId": "DAsO",
            "destinationLocationNumber": 585,
            "destinationLocationStateOrProvinceCode": "CA",
            "destinationServiceArea": "XI",
            "ineligibleForMoneyBackGuarantee": false,
            "maximumTransitTime": "FOUR_DAYS",
            "originLocationId": "678",
            "originLocationNumber": 243,
            "originServiceArea": "A1",
            "packagingCode": "03",
            "postalCode": "38010",
            "publishedDeliveryTime": "12:00P",
            "scac": "scac",
            "serviceCode": "010",
            "stateOrProvinceCode": "RI",
            "transitTime": "THREE_DAYS",
            "ursaPrefixCode": "fs",
            "ursaSuffixCode": "sS"
          },
          "packagingDescription": "Customer Packaging",
          "serviceDescription": {
            "astraDescription": "2 DAY FRT",
            "code": "8",
            "description": "The Centralized tertiary project Ball offers reliable performance and tidy design",
            "names": [
              {
                "encoding": "UTF-8",
                "type": "long",
                "value": "F-1"
              },
              {
                "encoding": "UTF-8",
                "type": "short",
                "value": "G-1"
              }
            ],
            "operatingOrgCodes": [
              "FXE"
            ],
            "serviceCategory": "FREIGHT",
            "serviceId": "nwhmBuYtb4wD",
            "serviceType": "FEDEX_GROUND"
          },
          "shipmentRating": {
            "actualRateType": "PAYOR_LIST_SHIPMENT",
            "pickupRateDetail": {
              "ancillaryFeesAndTaxes": [
                {
                  "amount": {
                    "currency": "PGK",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Experience the salmon brilliance of our Fish, perfect for frugal environments",
                  "type": "CLEARANCE_ENTRY_FEE"
                },
                {
                  "amount": {
                    "currency": "BYN",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Experience the mint green brilliance of our Pants, perfect for every environments",
                  "type": "CLEARANCE_ENTRY_FEE"
                },
                {
                  "amount": {
                    "currency": "SZL",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Introducing the Oman-inspired Car, blending sudden style with local craftsmanship",
                  "type": "CLEARANCE_ENTRY_FEE"
                },
                {
                  "amount": {
                    "currency": "EGP",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Featuring Californium-enhanced technology, our Chips offers unparalleled extroverted performance",
                  "type": "CLEARANCE_ENTRY_FEE"
                },
                {
                  "amount": {
                    "currency": "IDR",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Beatty, Steuber and Wisozk's most advanced Computer technology increases gloomy capabilities",
                  "type": "CLEARANCE_ENTRY_FEE"
                }
              ],
              "currencyExchangeRate": {
                "fromCurrency": "IQD",
                "intoCurrency": "CVE",
                "rate": 0.809
              },
              "dutiesAndTaxes": [
                {
                  "harmonizedCode": "146687",
                  "taxes": {
                    "amount": {
                      "currency": "GNF",
                      "value": "CUSTOMS_VALUE"
                    },
                    "appliedPreferentialTradeAgreement": {
                      "description": "New tan Soap with ergonomic design for miserly comfort",
                      "id": "cdc61b64-e597-48d5-bf7d-04bda2d34185",
                      "name": "GST"
                    },
                    "description": "Discover the peacock-like agility of our Sausages, perfect for square users",
                    "effectiveDate": "2025-11-14T00:00:00.0Z",
                    "formula": "FIXED",
                    "name": "VAT",
                    "taxableValue": {
                      "currency": "KPW",
                      "value": "CUSTOMS_VALUE"
                    },
                    "taxcode": "8t2i",
                    "taxRates": [
                      {
                        "currency": "EUR",
                        "quantity": 300,
                        "unitOfMeasure": "LB",
                        "value": "10"
                      }
                    ],
                    "taxType": "INCENTIVE"
                  },
                  "total": {
                    "currency": "GEL",
                    "value": "CUSTOMS_VALUE"
                  }
                }
              ],
              "freightDiscounts": [
                {
                  "amount": {
                    "currency": "TND",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "White - Bergnaum's most advanced Towels technology increases partial capabilities",
                  "percent": 3.11,
                  "rateDiscountType": "INCENTIVE"
                },
                {
                  "amount": {
                    "currency": "CUP",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Savor the salty essence in our Pizza, designed for evil culinary adventures",
                  "percent": 16.02,
                  "rateDiscountType": "INCENTIVE"
                },
                {
                  "amount": {
                    "currency": "TJS",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Moen - Crooks's most advanced Hat technology increases candid capabilities",
                  "percent": 7.45,
                  "rateDiscountType": "INCENTIVE"
                },
                {
                  "amount": {
                    "currency": "TOP",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "New orchid Cheese with ergonomic design for incomplete comfort",
                  "percent": 29.46,
                  "rateDiscountType": "INCENTIVE"
                },
                {
                  "amount": {
                    "currency": "PLN",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Professional-grade Cheese perfect for avaricious training and recreational use",
                  "percent": 7.35,
                  "rateDiscountType": "INCENTIVE"
                }
              ],
              "fuelSurchargePercent": 8.06,
              "minimumChargeType": "EARNED_DISCOUNT",
              "pickupBaseChargeDescription": "Pickup Area Surcharge",
              "pricingCode": "ACTUAL",
              "rateScale": "OUYItWc9pI",
              "rateType": "PAYOR_ACCOUNT_PACKAGE",
              "rateZone": "xg9q4f",
              "ratingBasis": "SHIPMENT_WEIGHT_BASED",
              "rebates": [
                {
                  "amount": {
                    "currency": "AWG",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Innovative Chicken featuring deficient technology and Silk construction",
                  "percent": 4.9,
                  "rebateType": "EARNED"
                },
                {
                  "amount": {
                    "currency": "CRC",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Experience the indigo brilliance of our Chair, perfect for far environments",
                  "percent": 4.03,
                  "rebateType": "EARNED"
                },
                {
                  "amount": {
                    "currency": "UGX",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Incredible Pizza designed with Cotton for frizzy performance",
                  "percent": 3,
                  "rebateType": "EARNED"
                }
              ],
              "specialRatingApplied": "FEDEX_ONE_RATE",
              "surcharges": [
                {
                  "amount": {
                    "currency": "TOP",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Ergonomic Table made with Concrete for all-day smooth support",
                  "level": "PACKAGE",
                  "surchargeType": "COD"
                },
                {
                  "amount": {
                    "currency": "BSD",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Stylish Car designed to make you stand out with shameful looks",
                  "level": "PACKAGE",
                  "surchargeType": "COD"
                },
                {
                  "amount": {
                    "currency": "CLP",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Professional-grade Car perfect for different training and recreational use",
                  "level": "PACKAGE",
                  "surchargeType": "COD"
                }
              ],
              "taxes": [
                {
                  "amount": {
                    "currency": "SRD",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Our kangaroo-friendly Shirt ensures key comfort for your pets",
                  "taxType": "VAT"
                },
                {
                  "amount": {
                    "currency": "GEL",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Professional-grade Salad perfect for standard training and recreational use",
                  "taxType": "VAT"
                }
              ],
              "totalAncillaryFeesAndTaxes": {
                "currency": "SBD",
                "value": "CUSTOMS_VALUE"
              },
              "totalBaseCharge": {
                "currency": "HKD",
                "value": "CUSTOMS_VALUE"
              },
              "totalDutiesAndTaxes": {
                "currency": "AUD",
                "value": "CUSTOMS_VALUE"
              },
              "totalDutiesTaxesAndFees": {
                "currency": "BHD",
                "value": "CUSTOMS_VALUE"
              },
              "totalFreightDiscounts": {
                "currency": "MKD",
                "value": "CUSTOMS_VALUE"
              },
              "totalNetCharge": {
                "currency": "RUB",
                "value": "CUSTOMS_VALUE"
              },
              "totalNetChargeWithDutiesAndTaxes": {
                "currency": "TND",
                "value": "CUSTOMS_VALUE"
              },
              "totalNetFedExCharge": {
                "currency": "NPR",
                "value": "CUSTOMS_VALUE"
              },
              "totalNetFreight": {
                "currency": "KYD",
                "value": "CUSTOMS_VALUE"
              },
              "totalRebates": {
                "currency": "BDT",
                "value": "CUSTOMS_VALUE"
              },
              "totalSurcharges": {
                "currency": "MRU",
                "value": "CUSTOMS_VALUE"
              },
              "totalTaxes": {
                "currency": "YER",
                "value": "CUSTOMS_VALUE"
              },
              "totalVariableHandlingCharges": {
                "fixedVariableHandlingCharge": {
                  "currency": "LAK",
                  "value": "CUSTOMS_VALUE"
                },
                "percentVariableHandlingCharge": {
                  "currency": "KGS",
                  "value": "CUSTOMS_VALUE"
                },
                "totalCustomerCharge": {
                  "currency": "USD",
                  "value": "CUSTOMS_VALUE"
                },
                "variableHandlingCharge": {
                  "currency": "TWD",
                  "value": "CUSTOMS_VALUE"
                }
              },
              "variableHandlingCharges": {
                "fixedVariableHandlingCharge": {
                  "currency": "VUV",
                  "value": "CUSTOMS_VALUE"
                },
                "percentVariableHandlingCharge": {
                  "currency": "MDL",
                  "value": "CUSTOMS_VALUE"
                },
                "totalCustomerCharge": {
                  "currency": "GIP",
                  "value": "CUSTOMS_VALUE"
                },
                "variableHandlingCharge": {
                  "currency": "LRD",
                  "value": "CUSTOMS_VALUE"
                }
              }
            },
            "shipmentRateDetails": [
              {
                "currency": "UYU",
                "currencyExchangeRate": {
                  "fromCurrency": "BOB",
                  "intoCurrency": "KGS",
                  "rate": 1.109
                },
                "dimDivisor": 166,
                "freightDiscounts": [
                  {
                    "amount": 0.73,
                    "description": "New blue Tuna with ergonomic design for dazzling comfort",
                    "percent": 26.42,
                    "rateDiscountType": "BONUS"
                  },
                  {
                    "amount": 2.05,
                    "description": "New Towels model with 83 GB RAM, 77 GB storage, and peppery features",
                    "percent": 0.15,
                    "rateDiscountType": "VOLUME"
                  },
                  {
                    "amount": 5.49,
                    "description": "The sleek and lone Hat comes with lavender LED lighting for smart functionality",
                    "percent": 18.47,
                    "rateDiscountType": "BONUS"
                  },
                  {
                    "amount": 7.44,
                    "description": "Discover the concrete new Gloves with an exciting mix of Gold ingredients",
                    "percent": 22.2,
                    "rateDiscountType": "VOLUME"
                  }
                ],
                "fuelSurchargePercent": 4.39,
                "pricingCode": "LTL_FREIGHT",
                "ratedWeightMethod": "DIMENSIONAL",
                "rateScale": "7996",
                "rateType": "RATED_ACCOUNT_SHIPMENT",
                "rateZone": "fNDCLm",
                "shipmentLegRateDetails": [
                  {
                    "currency": "AED",
                    "currencyExchangeRate": {
                      "fromCurrency": "JPY",
                      "intoCurrency": "UYU",
                      "rate": 0.87
                    },
                    "dimDivisor": 125,
                    "dimDivisorType": "STANDARD",
                    "freightDiscounts": [
                      {
                        "amount": 8.65,
                        "description": "Discover the peacock-like agility of our Chicken, perfect for wasteful users",
                        "percent": 25.46,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 8.05,
                        "description": "Discover the oval new Gloves with an exciting mix of Plastic ingredients",
                        "percent": 0.25,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 9.73,
                        "description": "Featuring Beryllium-enhanced technology, our Mouse offers unparalleled lean performance",
                        "percent": 27.6,
                        "rateDiscountType": "VOLUME"
                      }
                    ],
                    "fuelSurchargePercent": 6.91,
                    "legDestinationLocationId": "hFpN",
                    "minimumChargeType": "NONE",
                    "pricingCode": "PACKAGE",
                    "ratedWeightMethod": "DIMENSIONAL",
                    "rateScale": "7301",
                    "rateType": "PAYOR_ACCOUNT",
                    "rateZone": "msYGOU",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 1.84,
                        "description": "New Computer model with 44 GB RAM, 220 GB storage, and overcooked features",
                        "level": "STATE",
                        "type": "SALES"
                      },
                      {
                        "amount": 5.69,
                        "description": "Our rabbit-friendly Bike ensures stiff comfort for your pets",
                        "level": "STATE",
                        "type": "GST"
                      },
                      {
                        "amount": 2.58,
                        "description": "Modern Ball designed with Granite for quixotic performance",
                        "level": "NATIONAL",
                        "type": "SALES"
                      },
                      {
                        "amount": 6,
                        "description": "Practical Keyboard designed with Bronze for minor performance",
                        "level": "STATE",
                        "type": "SALES"
                      }
                    ],
                    "totalBaseCharge": 144.89,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 8.83,
                    "totalFreightDiscounts": 0.45,
                    "totalNetCharge": 151.63,
                    "totalNetChargeWithDutiesAndTaxes": 188.65,
                    "totalNetFedExCharge": 120.65,
                    "totalNetFreight": 39.61,
                    "totalRebates": 4.13,
                    "totalSurcharges": 9.05,
                    "totalTaxes": 1.17
                  },
                  {
                    "currency": "NIO",
                    "currencyExchangeRate": {
                      "fromCurrency": "ZWL",
                      "intoCurrency": "NIO",
                      "rate": 1.1734
                    },
                    "dimDivisor": 113,
                    "dimDivisorType": "CUSTOM",
                    "freightDiscounts": [
                      {
                        "amount": 6.68,
                        "description": "The blue Shoes combines Azerbaijan aesthetics with Sodium-based durability",
                        "percent": 6.08,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 4.33,
                        "description": "Professional-grade Bacon perfect for winged training and recreational use",
                        "percent": 11.98,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 3.07,
                        "description": "Discover the dual new Shirt with an exciting mix of Bamboo ingredients",
                        "percent": 20.78,
                        "rateDiscountType": "BONUS"
                      }
                    ],
                    "fuelSurchargePercent": 4.75,
                    "legDestinationLocationId": "bORf",
                    "minimumChargeType": "NONE",
                    "pricingCode": "PACKAGE",
                    "ratedWeightMethod": "DIMENSIONAL",
                    "rateScale": "0475",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "vFSMBw",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 3.48,
                        "description": "Fay - Denesik's most advanced Chicken technology increases authorized capabilities",
                        "level": "NATIONAL",
                        "type": "VAT"
                      },
                      {
                        "amount": 1.51,
                        "description": "New Chips model with 8 GB RAM, 193 GB storage, and decent features",
                        "level": "NATIONAL",
                        "type": "VAT"
                      },
                      {
                        "amount": 7.03,
                        "description": "The Maryam Soap is the latest in a series of limited products from Jerde - Schroeder",
                        "level": "STATE",
                        "type": "SALES"
                      },
                      {
                        "amount": 5.84,
                        "description": "New tan Sausages with ergonomic design for potable comfort",
                        "level": "STATE",
                        "type": "VAT"
                      },
                      {
                        "amount": 5.2,
                        "description": "Innovative Bike featuring hoarse technology and Gold construction",
                        "level": "STATE",
                        "type": "GST"
                      }
                    ],
                    "totalBaseCharge": 30.44,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 8.85,
                    "totalFreightDiscounts": 0.08,
                    "totalNetCharge": 219.8,
                    "totalNetChargeWithDutiesAndTaxes": 404.27,
                    "totalNetFedExCharge": 226.12,
                    "totalNetFreight": 169.58,
                    "totalRebates": 4.71,
                    "totalSurcharges": 2.88,
                    "totalTaxes": 0.54
                  },
                  {
                    "currency": "AZN",
                    "currencyExchangeRate": {
                      "fromCurrency": "PAB",
                      "intoCurrency": "BSD",
                      "rate": 0.9416
                    },
                    "dimDivisor": 241,
                    "dimDivisorType": "CUSTOM",
                    "freightDiscounts": [
                      {
                        "amount": 0.42,
                        "description": "Introducing the Pakistan-inspired Pants, blending separate style with local craftsmanship",
                        "percent": 4.88,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 8.91,
                        "description": "Introducing the Taiwan-inspired Sausages, blending wise style with local craftsmanship",
                        "percent": 6.37,
                        "rateDiscountType": "COUPON"
                      }
                    ],
                    "fuelSurchargePercent": 2.88,
                    "legDestinationLocationId": "RgMt",
                    "minimumChargeType": "NONE",
                    "pricingCode": "LTL",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "9742",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "eeNiAq",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 9.67,
                        "description": "The sleek and inconsequential Pants comes with mint green LED lighting for smart functionality",
                        "level": "NATIONAL",
                        "type": "SALES"
                      },
                      {
                        "amount": 8.76,
                        "description": "Discover the delirious new Chair with an exciting mix of Marble ingredients",
                        "level": "NATIONAL",
                        "type": "GST"
                      },
                      {
                        "amount": 1.74,
                        "description": "Discover the possible new Pants with an exciting mix of Concrete ingredients",
                        "level": "STATE",
                        "type": "GST"
                      },
                      {
                        "amount": 7.37,
                        "description": "Experience the azure brilliance of our Chair, perfect for trusty environments",
                        "level": "STATE",
                        "type": "VAT"
                      },
                      {
                        "amount": 2.26,
                        "description": "New Bacon model with 98 GB RAM, 844 GB storage, and pink features",
                        "level": "STATE",
                        "type": "GST"
                      }
                    ],
                    "totalBaseCharge": 40.13,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 14.58,
                    "totalFreightDiscounts": 4.71,
                    "totalNetCharge": 486.63,
                    "totalNetChargeWithDutiesAndTaxes": 447.69,
                    "totalNetFedExCharge": 147.32,
                    "totalNetFreight": 113.94,
                    "totalRebates": 4.27,
                    "totalSurcharges": 6.87,
                    "totalTaxes": 4.35
                  },
                  {
                    "currency": "TZS",
                    "currencyExchangeRate": {
                      "fromCurrency": "NOK",
                      "intoCurrency": "SEK",
                      "rate": 0.9868
                    },
                    "dimDivisor": 248,
                    "dimDivisorType": "CUSTOM",
                    "freightDiscounts": [
                      {
                        "amount": 8.98,
                        "description": "Stylish Tuna designed to make you stand out with political looks",
                        "percent": 18.21,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 5.64,
                        "description": "Savor the sweet essence in our Salad, designed for cloudy culinary adventures",
                        "percent": 18.48,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 4.67,
                        "description": "New green Chicken with ergonomic design for grimy comfort",
                        "percent": 21.93,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 1.73,
                        "description": "Discover the fish-like agility of our Sausages, perfect for alarmed users",
                        "percent": 0.81,
                        "rateDiscountType": "VOLUME"
                      }
                    ],
                    "fuelSurchargePercent": 3.55,
                    "legDestinationLocationId": "5dEd",
                    "minimumChargeType": "NONE",
                    "pricingCode": "PACKAGE",
                    "ratedWeightMethod": "DIMENSIONAL",
                    "rateScale": "2140",
                    "rateType": "PAYOR_ACCOUNT",
                    "rateZone": "TSEucb",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 7.93,
                        "description": "The Profound interactive website Computer offers reliable performance and soft design",
                        "level": "NATIONAL",
                        "type": "GST"
                      },
                      {
                        "amount": 3.49,
                        "description": "The Maxime Cheese is the latest in a series of distinct products from Daugherty - Carroll",
                        "level": "NATIONAL",
                        "type": "VAT"
                      },
                      {
                        "amount": 4.44,
                        "description": "The Kellie Shoes is the latest in a series of dismal products from Larson - Ward",
                        "level": "STATE",
                        "type": "SALES"
                      },
                      {
                        "amount": 7.98,
                        "description": "The sleek and youthful Cheese comes with indigo LED lighting for smart functionality",
                        "level": "STATE",
                        "type": "VAT"
                      }
                    ],
                    "totalBaseCharge": 61.74,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 10.45,
                    "totalFreightDiscounts": 1.11,
                    "totalNetCharge": 291.52,
                    "totalNetChargeWithDutiesAndTaxes": 439.64,
                    "totalNetFedExCharge": 179.51,
                    "totalNetFreight": 170.16,
                    "totalRebates": 4.33,
                    "totalSurcharges": 2.78,
                    "totalTaxes": 2.88
                  }
                ],
                "surcharges": [
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  }
                ],
                "taxes": [
                  {
                    "amount": 2.88,
                    "description": "Experience the teal brilliance of our Shirt, perfect for vengeful environments",
                    "level": "NATIONAL",
                    "type": "GST"
                  }
                ],
                "totalAncillaryFeesAndTaxes": 3.04,
                "totalBaseCharge": 334.62,
                "totalBillingWeight": {
                  "units": "KG",
                  "value": 68
                },
                "totalDutiesAndTaxes": 5.97,
                "totalDutiesTaxesAndFees": 4.44,
                "totalFreightDiscounts": 8.15,
                "totalNetCharge": 226.42,
                "totalNetChargeWithDutiesAndTaxes": 526.04,
                "totalNetFedExCharge": 370.42,
                "totalNetFreight": 250.83,
                "totalRebates": 4.16,
                "totalSurcharges": 15.86,
                "totalTaxes": 1.09
              },
              {
                "currency": "CAD",
                "currencyExchangeRate": {
                  "fromCurrency": "BWP",
                  "intoCurrency": "BIF",
                  "rate": 1.076
                },
                "dimDivisor": 205,
                "freightDiscounts": [
                  {
                    "amount": 9.23,
                    "description": "The indigo Hat combines Tanzania aesthetics with Silicon-based durability",
                    "percent": 24.85,
                    "rateDiscountType": "EARNED"
                  },
                  {
                    "amount": 0.73,
                    "description": "Awesome Bike designed with Steel for deafening performance",
                    "percent": 18.88,
                    "rateDiscountType": "VOLUME"
                  },
                  {
                    "amount": 7.44,
                    "description": "Discover the whale-like agility of our Gloves, perfect for teeming users",
                    "percent": 5.38,
                    "rateDiscountType": "VOLUME"
                  }
                ],
                "fuelSurchargePercent": 6.2,
                "pricingCode": "LTL_FREIGHT",
                "ratedWeightMethod": "DIMENSIONAL",
                "rateScale": "9216",
                "rateType": "RATED_ACCOUNT_SHIPMENT",
                "rateZone": "9Aumm7",
                "shipmentLegRateDetails": [
                  {
                    "currency": "JMD",
                    "currencyExchangeRate": {
                      "fromCurrency": "AMD",
                      "intoCurrency": "TZS",
                      "rate": 0.9604
                    },
                    "dimDivisor": 238,
                    "dimDivisorType": "CUSTOM",
                    "freightDiscounts": [
                      {
                        "amount": 0.56,
                        "description": "Featuring Mendelevium-enhanced technology, our Mouse offers unparalleled firsthand performance",
                        "percent": 26.49,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 8.16,
                        "description": "Featuring Neodymium-enhanced technology, our Ball offers unparalleled leading performance",
                        "percent": 11.36,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 7.95,
                        "description": "Experience the plum brilliance of our Towels, perfect for similar environments",
                        "percent": 15.1,
                        "rateDiscountType": "BONUS"
                      }
                    ],
                    "fuelSurchargePercent": 4.96,
                    "legDestinationLocationId": "Ajob",
                    "minimumChargeType": "NONE",
                    "pricingCode": "PACKAGE",
                    "ratedWeightMethod": "DIMENSIONAL",
                    "rateScale": "6943",
                    "rateType": "PAYOR_ACCOUNT",
                    "rateZone": "O1AOza",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 4.19,
                        "description": "Pouros - Kuhic's most advanced Fish technology increases soulful capabilities",
                        "level": "NATIONAL",
                        "type": "SALES"
                      },
                      {
                        "amount": 7.26,
                        "description": "Discover the medium new Keyboard with an exciting mix of Concrete ingredients",
                        "level": "STATE",
                        "type": "SALES"
                      },
                      {
                        "amount": 0.17,
                        "description": "New Cheese model with 34 GB RAM, 385 GB storage, and upset features",
                        "level": "STATE",
                        "type": "VAT"
                      },
                      {
                        "amount": 7.88,
                        "description": "New pink Salad with ergonomic design for willing comfort",
                        "level": "STATE",
                        "type": "SALES"
                      }
                    ],
                    "totalBaseCharge": 32.88,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 5.78,
                    "totalFreightDiscounts": 3.08,
                    "totalNetCharge": 451,
                    "totalNetChargeWithDutiesAndTaxes": 93.22,
                    "totalNetFedExCharge": 44.47,
                    "totalNetFreight": 21.96,
                    "totalRebates": 0.83,
                    "totalSurcharges": 1.06,
                    "totalTaxes": 1.28
                  }
                ],
                "surcharges": [
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  }
                ],
                "taxes": [
                  {
                    "amount": 6.01,
                    "description": "Introducing the Japan-inspired Sausages, blending substantial style with local craftsmanship",
                    "level": "STATE",
                    "type": "VAT"
                  },
                  {
                    "amount": 8.67,
                    "description": "The orchid Keyboard combines Democratic Republic of the Congo aesthetics with Iodine-based durability",
                    "level": "NATIONAL",
                    "type": "GST"
                  },
                  {
                    "amount": 5.65,
                    "description": "Our rich-inspired Salad brings a taste of luxury to your fortunate lifestyle",
                    "level": "STATE",
                    "type": "VAT"
                  },
                  {
                    "amount": 8.08,
                    "description": "Innovative Chips featuring everlasting technology and Bamboo construction",
                    "level": "NATIONAL",
                    "type": "GST"
                  },
                  {
                    "amount": 9.63,
                    "description": "The sleek and overcooked Mouse comes with blue LED lighting for smart functionality",
                    "level": "NATIONAL",
                    "type": "SALES"
                  }
                ],
                "totalAncillaryFeesAndTaxes": 1.76,
                "totalBaseCharge": 109.42,
                "totalBillingWeight": {
                  "units": "KG",
                  "value": 68
                },
                "totalDutiesAndTaxes": 5.47,
                "totalDutiesTaxesAndFees": 50.24,
                "totalFreightDiscounts": 3.19,
                "totalNetCharge": 496.57,
                "totalNetChargeWithDutiesAndTaxes": 302.87,
                "totalNetFedExCharge": 520.29,
                "totalNetFreight": 274.15,
                "totalRebates": 1.21,
                "totalSurcharges": 1.55,
                "totalTaxes": 2.99
              },
              {
                "currency": "TTD",
                "currencyExchangeRate": {
                  "fromCurrency": "MGA",
                  "intoCurrency": "FKP",
                  "rate": 0.8836
                },
                "dimDivisor": 166,
                "freightDiscounts": [
                  {
                    "amount": 0.19,
                    "description": "Incredible Salad designed with Wooden for instructive performance",
                    "percent": 24.24,
                    "rateDiscountType": "COUPON"
                  },
                  {
                    "amount": 8.96,
                    "description": "Professional-grade Car perfect for pleased training and recreational use",
                    "percent": 11.59,
                    "rateDiscountType": "VOLUME"
                  },
                  {
                    "amount": 3.45,
                    "description": "Discover the hippopotamus-like agility of our Pizza, perfect for tiny users",
                    "percent": 21.3,
                    "rateDiscountType": "EARNED"
                  }
                ],
                "fuelSurchargePercent": 1.29,
                "pricingCode": "LTL_FREIGHT",
                "ratedWeightMethod": "ACTUAL",
                "rateScale": "5597",
                "rateType": "RATED_SHIPMENT",
                "rateZone": "DOUuFz",
                "shipmentLegRateDetails": [
                  {
                    "currency": "TOP",
                    "currencyExchangeRate": {
                      "fromCurrency": "BSD",
                      "intoCurrency": "KHR",
                      "rate": 1.1668
                    },
                    "dimDivisor": 171,
                    "dimDivisorType": "CUSTOM",
                    "freightDiscounts": [
                      {
                        "amount": 6.68,
                        "description": "Our turtle-friendly Soap ensures considerate comfort for your pets",
                        "percent": 11.74,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 6.64,
                        "description": "The Grass-roots zero tolerance internet solution Chips offers reliable performance and obvious design",
                        "percent": 24.19,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 3.66,
                        "description": "The Edwin Mouse is the latest in a series of authorized products from Stark, Corwin and Gulgowski",
                        "percent": 3.24,
                        "rateDiscountType": "COUPON"
                      }
                    ],
                    "fuelSurchargePercent": 5.4,
                    "legDestinationLocationId": "Lj5N",
                    "minimumChargeType": "MIN_WEIGHT",
                    "pricingCode": "PACKAGE",
                    "ratedWeightMethod": "DIMENSIONAL",
                    "rateScale": "6788",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "aeXvBg",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 1.32,
                        "description": "New violet Towels with ergonomic design for spiffy comfort",
                        "level": "NATIONAL",
                        "type": "SALES"
                      },
                      {
                        "amount": 5.22,
                        "description": "New indigo Table with ergonomic design for helpless comfort",
                        "level": "STATE",
                        "type": "SALES"
                      },
                      {
                        "amount": 4.66,
                        "description": "Savor the smoky essence in our Cheese, designed for far-off culinary adventures",
                        "level": "NATIONAL",
                        "type": "SALES"
                      }
                    ],
                    "totalBaseCharge": 85.28,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 10.36,
                    "totalFreightDiscounts": 1.59,
                    "totalNetCharge": 421.51,
                    "totalNetChargeWithDutiesAndTaxes": 337.39,
                    "totalNetFedExCharge": 170.17,
                    "totalNetFreight": 84.81,
                    "totalRebates": 2.76,
                    "totalSurcharges": 6.29,
                    "totalTaxes": 1.02
                  }
                ],
                "surcharges": [
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  }
                ],
                "taxes": [
                  {
                    "amount": 2.68,
                    "description": "Stylish Towels designed to make you stand out with physical looks",
                    "level": "NATIONAL",
                    "type": "SALES"
                  },
                  {
                    "amount": 2.24,
                    "description": "The Diverse reciprocal data-warehouse Ball offers reliable performance and energetic design",
                    "level": "STATE",
                    "type": "VAT"
                  },
                  {
                    "amount": 6.99,
                    "description": "Innovative Chips featuring menacing technology and Concrete construction",
                    "level": "STATE",
                    "type": "GST"
                  }
                ],
                "totalAncillaryFeesAndTaxes": 1.68,
                "totalBaseCharge": 241.1,
                "totalBillingWeight": {
                  "units": "KG",
                  "value": 68
                },
                "totalDutiesAndTaxes": 0.4,
                "totalDutiesTaxesAndFees": 8.01,
                "totalFreightDiscounts": 7.2,
                "totalNetCharge": 86.65,
                "totalNetChargeWithDutiesAndTaxes": 402.96,
                "totalNetFedExCharge": 47.26,
                "totalNetFreight": 423.65,
                "totalRebates": 1.89,
                "totalSurcharges": 1.23,
                "totalTaxes": 0.62
              },
              {
                "currency": "KES",
                "currencyExchangeRate": {
                  "fromCurrency": "MKD",
                  "intoCurrency": "FKP",
                  "rate": 0.924
                },
                "dimDivisor": 184,
                "freightDiscounts": [
                  {
                    "amount": 3.18,
                    "description": "Yundt, Ritchie and Kris's most advanced Shirt technology increases puzzled capabilities",
                    "percent": 20.15,
                    "rateDiscountType": "VOLUME"
                  },
                  {
                    "amount": 4.05,
                    "description": "Experience the mint green brilliance of our Ball, perfect for familiar environments",
                    "percent": 2.91,
                    "rateDiscountType": "COUPON"
                  }
                ],
                "fuelSurchargePercent": 8.63,
                "pricingCode": "LTL_FREIGHT",
                "ratedWeightMethod": "DIMENSIONAL",
                "rateScale": "5089",
                "rateType": "RATED_ACCOUNT_SHIPMENT",
                "rateZone": "41fxaP",
                "shipmentLegRateDetails": [
                  {
                    "currency": "JPY",
                    "currencyExchangeRate": {
                      "fromCurrency": "LRD",
                      "intoCurrency": "ALL",
                      "rate": 0.8486
                    },
                    "dimDivisor": 286,
                    "dimDivisorType": "STANDARD",
                    "freightDiscounts": [
                      {
                        "amount": 5.41,
                        "description": "Innovative Shirt featuring better technology and Bamboo construction",
                        "percent": 1.99,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 5.86,
                        "description": "Experience the green brilliance of our Soap, perfect for pleased environments",
                        "percent": 28.41,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 3.35,
                        "description": "Introducing the Chile-inspired Sausages, blending delectable style with local craftsmanship",
                        "percent": 11.11,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 1.07,
                        "description": "Featuring Moscovium-enhanced technology, our Fish offers unparalleled gray performance",
                        "percent": 17.49,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 6.08,
                        "description": "New Soap model with 30 GB RAM, 481 GB storage, and livid features",
                        "percent": 0.14,
                        "rateDiscountType": "BONUS"
                      }
                    ],
                    "fuelSurchargePercent": 1.71,
                    "legDestinationLocationId": "FPai",
                    "minimumChargeType": "MIN_WEIGHT",
                    "pricingCode": "LTL",
                    "ratedWeightMethod": "DIMENSIONAL",
                    "rateScale": "4650",
                    "rateType": "PAYOR_ACCOUNT",
                    "rateZone": "rDgsoU",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 1.13,
                        "description": "The lavender Fish combines Taiwan aesthetics with Yttrium-based durability",
                        "level": "STATE",
                        "type": "GST"
                      },
                      {
                        "amount": 1.9,
                        "description": "Introducing the Benin-inspired Bacon, blending idealistic style with local craftsmanship",
                        "level": "NATIONAL",
                        "type": "SALES"
                      },
                      {
                        "amount": 1.44,
                        "description": "Skiles - Koch's most advanced Bike technology increases tedious capabilities",
                        "level": "STATE",
                        "type": "VAT"
                      },
                      {
                        "amount": 3.3,
                        "description": "Our smoky-inspired Tuna brings a taste of luxury to your gummy lifestyle",
                        "level": "NATIONAL",
                        "type": "GST"
                      }
                    ],
                    "totalBaseCharge": 34.59,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 19.96,
                    "totalFreightDiscounts": 3.52,
                    "totalNetCharge": 375.72,
                    "totalNetChargeWithDutiesAndTaxes": 60.42,
                    "totalNetFedExCharge": 234.53,
                    "totalNetFreight": 124.12,
                    "totalRebates": 3.13,
                    "totalSurcharges": 4.47,
                    "totalTaxes": 3.67
                  },
                  {
                    "currency": "UZS",
                    "currencyExchangeRate": {
                      "fromCurrency": "KZT",
                      "intoCurrency": "JOD",
                      "rate": 0.8641
                    },
                    "dimDivisor": 134,
                    "dimDivisorType": "CUSTOM",
                    "freightDiscounts": [
                      {
                        "amount": 9.4,
                        "description": "Discover the obedient new Chips with an exciting mix of Wooden ingredients",
                        "percent": 1.17,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 4.97,
                        "description": "The sleek and mushy Table comes with orchid LED lighting for smart functionality",
                        "percent": 8.45,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 5.4,
                        "description": "Discover the horse-like agility of our Salad, perfect for slight users",
                        "percent": 27.12,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 7.62,
                        "description": "Innovative Ball featuring weary technology and Rubber construction",
                        "percent": 11.97,
                        "rateDiscountType": "VOLUME"
                      }
                    ],
                    "fuelSurchargePercent": 8.35,
                    "legDestinationLocationId": "D41p",
                    "minimumChargeType": "MIN_WEIGHT",
                    "pricingCode": "PACKAGE",
                    "ratedWeightMethod": "DIMENSIONAL",
                    "rateScale": "2173",
                    "rateType": "PAYOR_ACCOUNT",
                    "rateZone": "Vgtd01",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 4.92,
                        "description": "Discover the gorilla-like agility of our Cheese, perfect for improbable users",
                        "level": "NATIONAL",
                        "type": "VAT"
                      },
                      {
                        "amount": 7.77,
                        "description": "Our horse-friendly Table ensures irresponsible comfort for your pets",
                        "level": "STATE",
                        "type": "SALES"
                      },
                      {
                        "amount": 7.8,
                        "description": "Professional-grade Salad perfect for knotty training and recreational use",
                        "level": "NATIONAL",
                        "type": "SALES"
                      },
                      {
                        "amount": 4.55,
                        "description": "New fuchsia Salad with ergonomic design for shy comfort",
                        "level": "NATIONAL",
                        "type": "VAT"
                      },
                      {
                        "amount": 7.46,
                        "description": "The sleek and personal Pants comes with purple LED lighting for smart functionality",
                        "level": "NATIONAL",
                        "type": "VAT"
                      }
                    ],
                    "totalBaseCharge": 46.41,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 6.46,
                    "totalFreightDiscounts": 2.89,
                    "totalNetCharge": 156.55,
                    "totalNetChargeWithDutiesAndTaxes": 438.41,
                    "totalNetFedExCharge": 188.5,
                    "totalNetFreight": 74.12,
                    "totalRebates": 4.65,
                    "totalSurcharges": 9.43,
                    "totalTaxes": 2.87
                  }
                ],
                "surcharges": [
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  }
                ],
                "taxes": [
                  {
                    "amount": 2.87,
                    "description": "Discover the innocent new Cheese with an exciting mix of Wooden ingredients",
                    "level": "STATE",
                    "type": "VAT"
                  }
                ],
                "totalAncillaryFeesAndTaxes": 2.67,
                "totalBaseCharge": 180.95,
                "totalBillingWeight": {
                  "units": "KG",
                  "value": 68
                },
                "totalDutiesAndTaxes": 13.47,
                "totalDutiesTaxesAndFees": 15.42,
                "totalFreightDiscounts": 7.02,
                "totalNetCharge": 228.01,
                "totalNetChargeWithDutiesAndTaxes": 481.91,
                "totalNetFedExCharge": 40.96,
                "totalNetFreight": 137.54,
                "totalRebates": 2.49,
                "totalSurcharges": 6.5,
                "totalTaxes": 3.32
              },
              {
                "currency": "KHR",
                "currencyExchangeRate": {
                  "fromCurrency": "TZS",
                  "intoCurrency": "SHP",
                  "rate": 1.141
                },
                "dimDivisor": 122,
                "freightDiscounts": [
                  {
                    "amount": 4.05,
                    "description": "New turquoise Car with ergonomic design for aching comfort",
                    "percent": 14,
                    "rateDiscountType": "COUPON"
                  },
                  {
                    "amount": 0.39,
                    "description": "The sleek and similar Gloves comes with yellow LED lighting for smart functionality",
                    "percent": 21.87,
                    "rateDiscountType": "EARNED"
                  },
                  {
                    "amount": 1.61,
                    "description": "Savor the tangy essence in our Pizza, designed for curly culinary adventures",
                    "percent": 1.97,
                    "rateDiscountType": "VOLUME"
                  }
                ],
                "fuelSurchargePercent": 6.07,
                "pricingCode": "LTL_FREIGHT",
                "ratedWeightMethod": "DIMENSIONAL",
                "rateScale": "6572",
                "rateType": "RATED_ACCOUNT_SHIPMENT",
                "rateZone": "NdDyrJ",
                "shipmentLegRateDetails": [
                  {
                    "currency": "KPW",
                    "currencyExchangeRate": {
                      "fromCurrency": "INR",
                      "intoCurrency": "KWD",
                      "rate": 0.8866
                    },
                    "dimDivisor": 129,
                    "dimDivisorType": "STANDARD",
                    "freightDiscounts": [
                      {
                        "amount": 6.27,
                        "description": "The sleek and insecure Computer comes with cyan LED lighting for smart functionality",
                        "percent": 13.8,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 3.95,
                        "description": "The Camron Sausages is the latest in a series of severe products from Schuster LLC",
                        "percent": 18.07,
                        "rateDiscountType": "EARNED"
                      }
                    ],
                    "fuelSurchargePercent": 9.97,
                    "legDestinationLocationId": "GQ6g",
                    "minimumChargeType": "MIN_WEIGHT",
                    "pricingCode": "LTL",
                    "ratedWeightMethod": "DIMENSIONAL",
                    "rateScale": "2370",
                    "rateType": "PAYOR_ACCOUNT",
                    "rateZone": "UAUlX8",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 8.64,
                        "description": "The sleek and pertinent Tuna comes with magenta LED lighting for smart functionality",
                        "level": "NATIONAL",
                        "type": "SALES"
                      },
                      {
                        "amount": 9.55,
                        "description": "The Joyce Soap is the latest in a series of profuse products from Harber and Sons",
                        "level": "NATIONAL",
                        "type": "SALES"
                      },
                      {
                        "amount": 9.9,
                        "description": "Stylish Cheese designed to make you stand out with splendid looks",
                        "level": "NATIONAL",
                        "type": "GST"
                      },
                      {
                        "amount": 4.73,
                        "description": "Featuring Germanium-enhanced technology, our Hat offers unparalleled worthy performance",
                        "level": "STATE",
                        "type": "VAT"
                      },
                      {
                        "amount": 5.55,
                        "description": "The sleek and roasted Hat comes with turquoise LED lighting for smart functionality",
                        "level": "STATE",
                        "type": "GST"
                      }
                    ],
                    "totalBaseCharge": 26.1,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 11.45,
                    "totalFreightDiscounts": 4,
                    "totalNetCharge": 189.87,
                    "totalNetChargeWithDutiesAndTaxes": 484.13,
                    "totalNetFedExCharge": 94.04,
                    "totalNetFreight": 171.95,
                    "totalRebates": 0.46,
                    "totalSurcharges": 0.61,
                    "totalTaxes": 2.92
                  },
                  {
                    "currency": "BAM",
                    "currencyExchangeRate": {
                      "fromCurrency": "MZN",
                      "intoCurrency": "BOB",
                      "rate": 0.8705
                    },
                    "dimDivisor": 222,
                    "dimDivisorType": "CUSTOM",
                    "freightDiscounts": [
                      {
                        "amount": 4.92,
                        "description": "Experience the plum brilliance of our Ball, perfect for ripe environments",
                        "percent": 14.15,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 4.58,
                        "description": "The Colton Pizza is the latest in a series of flawless products from Harber - Yost",
                        "percent": 5.57,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 4.15,
                        "description": "New olive Chicken with ergonomic design for menacing comfort",
                        "percent": 13.35,
                        "rateDiscountType": "EARNED"
                      }
                    ],
                    "fuelSurchargePercent": 9.27,
                    "legDestinationLocationId": "DQZs",
                    "minimumChargeType": "MIN_WEIGHT",
                    "pricingCode": "LTL",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "7327",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "2NcEzh",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 4.29,
                        "description": "Awesome Shoes designed with Gold for personal performance",
                        "level": "NATIONAL",
                        "type": "SALES"
                      },
                      {
                        "amount": 6.76,
                        "description": "New Table model with 47 GB RAM, 472 GB storage, and fruitful features",
                        "level": "STATE",
                        "type": "SALES"
                      },
                      {
                        "amount": 7.7,
                        "description": "Experience the magenta brilliance of our Sausages, perfect for idealistic environments",
                        "level": "STATE",
                        "type": "SALES"
                      }
                    ],
                    "totalBaseCharge": 131.06,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 16.95,
                    "totalFreightDiscounts": 1.47,
                    "totalNetCharge": 299.76,
                    "totalNetChargeWithDutiesAndTaxes": 546.12,
                    "totalNetFedExCharge": 43.97,
                    "totalNetFreight": 185.73,
                    "totalRebates": 2.25,
                    "totalSurcharges": 4.87,
                    "totalTaxes": 3.19
                  },
                  {
                    "currency": "NIO",
                    "currencyExchangeRate": {
                      "fromCurrency": "IQD",
                      "intoCurrency": "LRD",
                      "rate": 1.1473
                    },
                    "dimDivisor": 252,
                    "dimDivisorType": "CUSTOM",
                    "freightDiscounts": [
                      {
                        "amount": 4.57,
                        "description": "Discover the sturdy new Mouse with an exciting mix of Concrete ingredients",
                        "percent": 10.15,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 0.1,
                        "description": "Rustic Soap designed with Ceramic for juicy performance",
                        "percent": 20.37,
                        "rateDiscountType": "EARNED"
                      }
                    ],
                    "fuelSurchargePercent": 4.76,
                    "legDestinationLocationId": "DLpB",
                    "minimumChargeType": "NONE",
                    "pricingCode": "LTL",
                    "ratedWeightMethod": "DIMENSIONAL",
                    "rateScale": "5525",
                    "rateType": "PAYOR_ACCOUNT",
                    "rateZone": "Rabzpw",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 7,
                        "description": "Innovative Chair featuring disloyal technology and Aluminum construction",
                        "level": "NATIONAL",
                        "type": "VAT"
                      }
                    ],
                    "totalBaseCharge": 165.66,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 17.04,
                    "totalFreightDiscounts": 0.92,
                    "totalNetCharge": 283.04,
                    "totalNetChargeWithDutiesAndTaxes": 226.23,
                    "totalNetFedExCharge": 203.12,
                    "totalNetFreight": 147.35,
                    "totalRebates": 1.06,
                    "totalSurcharges": 4.66,
                    "totalTaxes": 1.36
                  },
                  {
                    "currency": "BND",
                    "currencyExchangeRate": {
                      "fromCurrency": "LYD",
                      "intoCurrency": "EGP",
                      "rate": 1.1098
                    },
                    "dimDivisor": 153,
                    "dimDivisorType": "STANDARD",
                    "freightDiscounts": [
                      {
                        "amount": 0.88,
                        "description": "The Clovis Cheese is the latest in a series of evil products from Raynor, Luettgen and Mayer",
                        "percent": 29.16,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 2.02,
                        "description": "Experience the lime brilliance of our Computer, perfect for blind environments",
                        "percent": 14.52,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 4.29,
                        "description": "Ergonomic Sausages made with Gold for all-day intrepid support",
                        "percent": 12.63,
                        "rateDiscountType": "BONUS"
                      }
                    ],
                    "fuelSurchargePercent": 4.85,
                    "legDestinationLocationId": "6PM4",
                    "minimumChargeType": "NONE",
                    "pricingCode": "PACKAGE",
                    "ratedWeightMethod": "DIMENSIONAL",
                    "rateScale": "2625",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "WKr5n0",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 8.22,
                        "description": "Ergonomic Table made with Silk for all-day innocent support",
                        "level": "NATIONAL",
                        "type": "GST"
                      },
                      {
                        "amount": 9.89,
                        "description": "Discover the dog-like agility of our Bacon, perfect for knotty users",
                        "level": "NATIONAL",
                        "type": "SALES"
                      }
                    ],
                    "totalBaseCharge": 123.83,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 16.95,
                    "totalFreightDiscounts": 4.77,
                    "totalNetCharge": 396.84,
                    "totalNetChargeWithDutiesAndTaxes": 223.47,
                    "totalNetFedExCharge": 34.32,
                    "totalNetFreight": 31,
                    "totalRebates": 1.93,
                    "totalSurcharges": 0.79,
                    "totalTaxes": 1.3
                  },
                  {
                    "currency": "SYP",
                    "currencyExchangeRate": {
                      "fromCurrency": "WST",
                      "intoCurrency": "PLN",
                      "rate": 1.0308
                    },
                    "dimDivisor": 150,
                    "dimDivisorType": "CUSTOM",
                    "freightDiscounts": [
                      {
                        "amount": 4.94,
                        "description": "The Team-oriented uniform time-frame Hat offers reliable performance and numb design",
                        "percent": 9.48,
                        "rateDiscountType": "EARNED"
                      }
                    ],
                    "fuelSurchargePercent": 9.99,
                    "legDestinationLocationId": "Pd0I",
                    "minimumChargeType": "NONE",
                    "pricingCode": "LTL",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "1088",
                    "rateType": "PAYOR_ACCOUNT",
                    "rateZone": "zhVVGk",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 4.8,
                        "description": "Professional-grade Hat perfect for puzzled training and recreational use",
                        "level": "NATIONAL",
                        "type": "VAT"
                      },
                      {
                        "amount": 7.03,
                        "description": "Professional-grade Bacon perfect for worthless training and recreational use",
                        "level": "STATE",
                        "type": "VAT"
                      }
                    ],
                    "totalBaseCharge": 127.78,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 7.13,
                    "totalFreightDiscounts": 0.63,
                    "totalNetCharge": 319.73,
                    "totalNetChargeWithDutiesAndTaxes": 119.22,
                    "totalNetFedExCharge": 207.71,
                    "totalNetFreight": 103.17,
                    "totalRebates": 4.07,
                    "totalSurcharges": 4.58,
                    "totalTaxes": 4.83
                  }
                ],
                "surcharges": [
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  }
                ],
                "taxes": [
                  {
                    "amount": 4.94,
                    "description": "Awesome Pants designed with Cotton for proper performance",
                    "level": "NATIONAL",
                    "type": "VAT"
                  },
                  {
                    "amount": 2.91,
                    "description": "New mint green Shoes with ergonomic design for stormy comfort",
                    "level": "NATIONAL",
                    "type": "VAT"
                  },
                  {
                    "amount": 7.36,
                    "description": "Professional-grade Fish perfect for soft training and recreational use",
                    "level": "STATE",
                    "type": "SALES"
                  }
                ],
                "totalAncillaryFeesAndTaxes": 2.48,
                "totalBaseCharge": 272.38,
                "totalBillingWeight": {
                  "units": "KG",
                  "value": 68
                },
                "totalDutiesAndTaxes": 16.91,
                "totalDutiesTaxesAndFees": 39.49,
                "totalFreightDiscounts": 2.35,
                "totalNetCharge": 64.48,
                "totalNetChargeWithDutiesAndTaxes": 474.8,
                "totalNetFedExCharge": 425.31,
                "totalNetFreight": 241.44,
                "totalRebates": 0.57,
                "totalSurcharges": 6.17,
                "totalTaxes": 1.44
              }
            ],
            "totalNetFedExTransportationAndPickupCharge": {
              "currency": "KMF",
              "value": "CUSTOMS_VALUE"
            },
            "totalNetTransportationAndPickupCharge": {
              "currency": "AOA",
              "value": "CUSTOMS_VALUE"
            }
          },
          "usDomestic": true
        },
        "masterTrackingNumber": "322450051745",
        "pieceResponses": [
          {
            "acceptanceTrackingNumber": "794953535000",
            "acceptanceType": "acceptanceType",
            "additionalChargesDiscount": 621.45,
            "baseRateAmount": 321.45,
            "codCollectionAmount": 231.45,
            "customerReferences": [
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              },
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              }
            ],
            "deliveryTimestamp": "2012-09-23",
            "listCustomerTotalCharge": "listCustomerTotalCharge",
            "listRateAmount": 1.45,
            "masterTrackingNumber": "794953535000",
            "netChargeAmount": 21.45,
            "netDiscountAmount": 121.45,
            "packageDocuments": [
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              },
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              },
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              },
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              },
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              }
            ],
            "packageSequenceNumber": 215,
            "serviceCategory": "EXPRESS",
            "trackingIdType": "FEDEX",
            "trackingNumber": "794953535000"
          },
          {
            "acceptanceTrackingNumber": "794953535000",
            "acceptanceType": "acceptanceType",
            "additionalChargesDiscount": 621.45,
            "baseRateAmount": 321.45,
            "codCollectionAmount": 231.45,
            "customerReferences": [
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              },
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              },
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              },
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              }
            ],
            "deliveryTimestamp": "2012-09-23",
            "listCustomerTotalCharge": "listCustomerTotalCharge",
            "listRateAmount": 1.45,
            "masterTrackingNumber": "794953535000",
            "netChargeAmount": 21.45,
            "netDiscountAmount": 121.45,
            "packageDocuments": [
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              },
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              },
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              },
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              },
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              }
            ],
            "packageSequenceNumber": 215,
            "serviceCategory": "EXPRESS",
            "trackingIdType": "FEDEX",
            "trackingNumber": "794953535000"
          }
        ],
        "serviceCategory": "EXPRESS",
        "serviceName": "FedEx 2 Day Freight",
        "serviceType": "STANDARD_OVERNIGHT",
        "shipDatestamp": "2010-03-04",
        "shipmentAdvisoryDetails": {
          "regulatoryAdvisory": {
            "prohibitions": [
              {
                "advisory": {
                  "code": "JPaO",
                  "localizedText": "Our salty-inspired Car brings a taste of luxury to your fragrant lifestyle",
                  "parameters": [
                    {
                      "id": "3919",
                      "value": "Refined Ceramic Soap"
                    }
                  ],
                  "text": "Refined Cheese designed with Granite for gripping performance"
                },
                "categories": [
                  "categories"
                ],
                "commodityIndex": 7,
                "derivedHarmonizedCode": "263668",
                "source": "FDA",
                "status": "ACTIVE",
                "type": "IMPORT",
                "waiver": {
                  "advisories": [
                    {
                      "code": "7RKZ",
                      "localizedText": "Stylish Shirt designed to make you stand out with fruitful looks",
                      "parameters": [
                        {
                          "id": "4822",
                          "value": "Recycled Granite Table"
                        },
                        {
                          "id": "7486",
                          "value": "Oriental Rubber Chips"
                        },
                        {
                          "id": "7576",
                          "value": "Licensed Steel Computer"
                        }
                      ],
                      "text": "The fuchsia Table combines Congo aesthetics with Yttrium-based durability"
                    },
                    {
                      "code": "hBBn",
                      "localizedText": "Our koala-friendly Soap ensures hoarse comfort for your pets",
                      "parameters": [
                        {
                          "id": "6046",
                          "value": "Small Cotton Fish"
                        },
                        {
                          "id": "9423",
                          "value": "Tasty Bronze Computer"
                        },
                        {
                          "id": "8346",
                          "value": "Awesome Marble Pants"
                        },
                        {
                          "id": "6239",
                          "value": "Intelligent Cotton Bacon"
                        }
                      ],
                      "text": "Innovative Shirt featuring square technology and Silk construction"
                    }
                  ],
                  "description": "Our bitter-inspired Bacon brings a taste of luxury to your gleaming lifestyle",
                  "id": "626b9756-c6e9-45b1-bbdf-423d7404481e"
                }
              }
            ]
          }
        },
        "shipmentDocuments": [
          {
            "alerts": [
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              },
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              },
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              }
            ],
            "contentKey": "content key",
            "contentType": "COMMERCIAL_INVOICE",
            "copiesToPrint": 10,
            "docType": "PDF",
            "encodedLabel": "encoded label",
            "trackingNumber": "794953535000",
            "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
          },
          {
            "alerts": [
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              },
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              },
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              },
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              },
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              }
            ],
            "contentKey": "content key",
            "contentType": "COMMERCIAL_INVOICE",
            "copiesToPrint": 10,
            "docType": "PDF",
            "encodedLabel": "encoded label",
            "trackingNumber": "794953535000",
            "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
          },
          {
            "alerts": [
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              },
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              },
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              }
            ],
            "contentKey": "content key",
            "contentType": "COMMERCIAL_INVOICE",
            "copiesToPrint": 10,
            "docType": "PDF",
            "encodedLabel": "encoded label",
            "trackingNumber": "794953535000",
            "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
          },
          {
            "alerts": [
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              }
            ],
            "contentKey": "content key",
            "contentType": "COMMERCIAL_INVOICE",
            "copiesToPrint": 10,
            "docType": "PDF",
            "encodedLabel": "encoded label",
            "trackingNumber": "794953535000",
            "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
          }
        ]
      },
      {
        "alerts": [
          {
            "code": "RECIPIENTCONTACT.PHONENUMBER.INVALID",
            "message": "Recipient’s phone number format is not matching with recipient's country code; hence, recipient will not receive Convenient Delivery Options. Moving forward, please provide valid mobile phone number."
          },
          {
            "code": "RECIPIENTCONTACT.PHONENUMBER.INVALID",
            "message": "Recipient’s phone number format is not matching with recipient's country code; hence, recipient will not receive Convenient Delivery Options. Moving forward, please provide valid mobile phone number."
          }
        ],
        "completedShipmentDetail": {
          "accessDetail": {
            "accessorDetails": [
              {
                "emailLabelUrl": "https://amused-tennis.com/",
                "password": "7qwPW1LcmR",
                "role": "VIEWER",
                "userId": "ad3a633f-451f-4110-9a4a-50f03a36da25"
              },
              {
                "emailLabelUrl": "https://lavish-academics.org/",
                "password": "xOTb60iriN",
                "role": "ADMIN",
                "userId": "8b2a3a72-67cf-4bcc-aa6d-9471e0c625dd"
              },
              {
                "emailLabelUrl": "https://accomplished-toothpick.name/",
                "password": "2p_1tIiWN6",
                "role": "VIEWER",
                "userId": "f76ff49f-2e6d-4f28-96e7-90de8164882d"
              },
              {
                "emailLabelUrl": "https://oval-hippodrome.org/",
                "password": "dyeAqHZI3P",
                "role": "VIEWER",
                "userId": "20aacf59-4bef-429b-a041-b3b33b6edd89"
              }
            ]
          },
          "carrierCode": "FDXE",
          "completedEtdDetail": {
            "folderId": "0xb",
            "type": "PRO_FORMA_INVOICE",
            "uploadDocumentReferenceDetails": [
              {
                "description": "PRO FORMA INVOICE",
                "documentId": "090927d680038c61",
                "documentReference": "DocumentReference",
                "documentType": "PRO_FORMA_INVOICE"
              },
              {
                "description": "PRO FORMA INVOICE",
                "documentId": "090927d680038c61",
                "documentReference": "DocumentReference",
                "documentType": "PRO_FORMA_INVOICE"
              },
              {
                "description": "PRO FORMA INVOICE",
                "documentId": "090927d680038c61",
                "documentReference": "DocumentReference",
                "documentType": "PRO_FORMA_INVOICE"
              }
            ]
          },
          "completedHoldAtLocationDetail": {
            "holdingLocation": {
              "address": {
                "city": "Beverly Hills",
                "countryCode": "US",
                "postalCode": "38127",
                "residential": false,
                "stateOrProvinceCode": "CA",
                "streetLines": [
                  "10 FedEx Parkway",
                  "Suite 302"
                ]
              },
              "contact": {
                "companyName": "Murphy Group",
                "emailAddress": "Bernhard8@gmail.com",
                "personName": "Vera Casper",
                "phoneExtension": "9",
                "phoneNumber": "(512) 934-0020"
              }
            },
            "holdingLocationType": "FEDEX_SELF_SERVICE"
          },
          "completedPackageDetails": [
            {
              "dryIceWeight": {
                "units": "KG",
                "value": 68
              },
              "groupNumber": 567,
              "hazardousPackageDetail": {
                "accessibility": "ACCESSIBLE",
                "cargoAircraftOnly": true,
                "containers": [
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  }
                ],
                "labelType": "II_YELLOW",
                "radioactiveTransportIndex": 2.45,
                "referenceId": "123456",
                "regulation": "IATA"
              },
              "operationalDetail": {
                "astraHandlingText": "astraHandlingText",
                "barcodes": {
                  "binaryBarcodes": [
                    {
                      "type": "COMMON-2D",
                      "value": "kR=7sA"
                    },
                    {
                      "type": "COMMON-2D",
                      "value": "emYxRTQHi"
                    }
                  ],
                  "stringBarcodes": [
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    }
                  ]
                },
                "operationalInstructions": [
                  {
                    "content": "content",
                    "number": 17
                  }
                ]
              },
              "oversizeClass": "OVERSIZE_1, OVERSIZE_2, OVERSIZE_3",
              "packageRating": {
                "actualRateType": "PAYOR_ACCOUNT_PACKAGE",
                "effectiveNetDiscount": 0,
                "packageRateDetails": [
                  {
                    "baseCharge": 45.67,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "CUSTOMER",
                    "netCharge": 121.56,
                    "netFedExCharge": 12.56,
                    "netFreight": 4.89,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 44.55,
                    "totalRebates": 4.56,
                    "totalSurcharges": 22.56,
                    "totalTaxes": 3.45
                  }
                ]
              },
              "sequenceNumber": 256,
              "signatureOption": "DIRECT",
              "trackingIds": [
                {
                  "formId": "0201",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "49092000070120032835",
                  "uspsApplicationId": "92"
                },
                {
                  "formId": "0201",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "49092000070120032835",
                  "uspsApplicationId": "92"
                },
                {
                  "formId": "0201",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "49092000070120032835",
                  "uspsApplicationId": "92"
                }
              ]
            },
            {
              "dryIceWeight": {
                "units": "KG",
                "value": 68
              },
              "groupNumber": 567,
              "hazardousPackageDetail": {
                "accessibility": "ACCESSIBLE",
                "cargoAircraftOnly": true,
                "containers": [
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  }
                ],
                "labelType": "II_YELLOW",
                "radioactiveTransportIndex": 2.45,
                "referenceId": "123456",
                "regulation": "IATA"
              },
              "operationalDetail": {
                "astraHandlingText": "astraHandlingText",
                "barcodes": {
                  "binaryBarcodes": [
                    {
                      "type": "COMMON-2D",
                      "value": "JsJNO"
                    },
                    {
                      "type": "COMMON-2D",
                      "value": "qZYod5CuW_"
                    },
                    {
                      "type": "COMMON-2D",
                      "value": ""
                    },
                    {
                      "type": "COMMON-2D",
                      "value": "1"
                    }
                  ],
                  "stringBarcodes": [
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    }
                  ]
                },
                "operationalInstructions": [
                  {
                    "content": "content",
                    "number": 17
                  }
                ]
              },
              "oversizeClass": "OVERSIZE_1, OVERSIZE_2, OVERSIZE_3",
              "packageRating": {
                "actualRateType": "PAYOR_ACCOUNT_PACKAGE",
                "effectiveNetDiscount": 0,
                "packageRateDetails": [
                  {
                    "baseCharge": 45.67,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "CUSTOMER",
                    "netCharge": 121.56,
                    "netFedExCharge": 12.56,
                    "netFreight": 4.89,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 44.55,
                    "totalRebates": 4.56,
                    "totalSurcharges": 22.56,
                    "totalTaxes": 3.45
                  },
                  {
                    "baseCharge": 45.67,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "CUSTOMER",
                    "netCharge": 121.56,
                    "netFedExCharge": 12.56,
                    "netFreight": 4.89,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 44.55,
                    "totalRebates": 4.56,
                    "totalSurcharges": 22.56,
                    "totalTaxes": 3.45
                  },
                  {
                    "baseCharge": 45.67,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "CUSTOMER",
                    "netCharge": 121.56,
                    "netFedExCharge": 12.56,
                    "netFreight": 4.89,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 44.55,
                    "totalRebates": 4.56,
                    "totalSurcharges": 22.56,
                    "totalTaxes": 3.45
                  },
                  {
                    "baseCharge": 45.67,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "CUSTOMER",
                    "netCharge": 121.56,
                    "netFedExCharge": 12.56,
                    "netFreight": 4.89,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 44.55,
                    "totalRebates": 4.56,
                    "totalSurcharges": 22.56,
                    "totalTaxes": 3.45
                  }
                ]
              },
              "sequenceNumber": 256,
              "signatureOption": "DIRECT",
              "trackingIds": [
                {
                  "formId": "0201",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "49092000070120032835",
                  "uspsApplicationId": "92"
                }
              ]
            }
          ],
          "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": [
              "CERTIFICATE_OF_ORIGIN"
            ],
            "requiredDocuments": [
              "COMMERCIAL_OR_PRO_FORMA_INVOICE",
              "AIR_WAYBILL"
            ]
          },
          "exportComplianceStatement": "CxKzeH3T36oBqqA9",
          "hazardousShipmentDetail": {
            "adrLicense": {
              "licenseOrPermitDetail": {
                "effectiveDate": "2025-11-07T00:00:00.0Z",
                "expirationDate": "2027-01-22T00:00:00.0Z",
                "number": "6"
              }
            },
            "dryIceDetail": {
              "packageCount": 6,
              "processingOptions": {
                "options": [
                  "options"
                ]
              },
              "totalWeight": {
                "units": "KG",
                "value": 68
              }
            },
            "hazardousSummaryDetail": {
              "smallQuantityExceptionPackageCount": 11
            }
          },
          "masterTrackingId": {
            "formId": "0201",
            "trackingIdType": "EXPRESS",
            "trackingNumber": "49092000070120032835",
            "uspsApplicationId": "92"
          },
          "operationalDetail": {
            "airportId": "DFW",
            "astraDescription": "SMART POST",
            "astraPlannedServiceLevel": "THU - 17 OCT 10:30A",
            "commitDate": "2026-08-24T00:00:00.0Z",
            "commitDay": "Fri",
            "countryCode": "US",
            "customTransitTime": "THREE_DAYS",
            "deliveryDate": "2001-04-05",
            "deliveryDay": "TUE",
            "deliveryEligibilities": [
              "deliveryEligibilities"
            ],
            "destinationLocationId": "a65O",
            "destinationLocationNumber": 751,
            "destinationLocationStateOrProvinceCode": "MN",
            "destinationServiceArea": "W0",
            "ineligibleForMoneyBackGuarantee": false,
            "maximumTransitTime": "FIVE_DAYS",
            "originLocationId": "678",
            "originLocationNumber": 243,
            "originServiceArea": "A1",
            "packagingCode": "04",
            "postalCode": "38010",
            "publishedDeliveryTime": "10:30A",
            "scac": "scac",
            "serviceCode": "010",
            "stateOrProvinceCode": "ME",
            "transitTime": "TWO_DAYS",
            "ursaPrefixCode": "ow",
            "ursaSuffixCode": "eb"
          },
          "packagingDescription": "FedEx Pak",
          "serviceDescription": {
            "astraDescription": "2 DAY FRT",
            "code": "2",
            "description": "Frozen Table designed with Gold for thorny performance",
            "names": [
              {
                "encoding": "UTF-8",
                "type": "short",
                "value": "G-1"
              },
              {
                "encoding": "UTF-8",
                "type": "short",
                "value": "F-1"
              },
              {
                "encoding": "UTF-8",
                "type": "short",
                "value": "F-1"
              },
              {
                "encoding": "UTF-8",
                "type": "long",
                "value": "G-1"
              }
            ],
            "operatingOrgCodes": [
              "FXE"
            ],
            "serviceCategory": "EXPRESS_PARCEL",
            "serviceId": "1zXIzlw7gNwp",
            "serviceType": "FEDEX_2_DAY"
          },
          "shipmentRating": {
            "actualRateType": "RATED_ACCOUNT_SHIPMENT",
            "pickupRateDetail": {
              "ancillaryFeesAndTaxes": [
                {
                  "amount": {
                    "currency": "NGN",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "New ivory Hat with ergonomic design for vain comfort",
                  "type": "CLEARANCE_ENTRY_FEE"
                },
                {
                  "amount": {
                    "currency": "NOK",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Experience the grey brilliance of our Cheese, perfect for neighboring environments",
                  "type": "CLEARANCE_ENTRY_FEE"
                }
              ],
              "currencyExchangeRate": {
                "fromCurrency": "JPY",
                "intoCurrency": "JPY",
                "rate": 0.9454
              },
              "dutiesAndTaxes": [
                {
                  "harmonizedCode": "147953",
                  "taxes": {
                    "amount": {
                      "currency": "KMF",
                      "value": "CUSTOMS_VALUE"
                    },
                    "appliedPreferentialTradeAgreement": {
                      "description": "The Ergonomic regional migration Shirt offers reliable performance and known design",
                      "id": "7abe4da2-73ab-44c9-a9a9-80b7a0158d75",
                      "name": "VAT"
                    },
                    "description": "Experience the olive brilliance of our Bike, perfect for agile environments",
                    "effectiveDate": "2025-12-21T00:00:00.0Z",
                    "formula": "BASE*RATE",
                    "name": "VAT",
                    "taxableValue": {
                      "currency": "LBP",
                      "value": "CUSTOMS_VALUE"
                    },
                    "taxcode": "WWl0",
                    "taxRates": [
                      {
                        "currency": "GBP",
                        "quantity": 100,
                        "unitOfMeasure": "LB",
                        "value": "5"
                      },
                      {
                        "currency": "USD",
                        "quantity": 100,
                        "unitOfMeasure": "KG",
                        "value": "10"
                      },
                      {
                        "currency": "GBP",
                        "quantity": 300,
                        "unitOfMeasure": "KG",
                        "value": "10"
                      },
                      {
                        "currency": "EUR",
                        "quantity": 100,
                        "unitOfMeasure": "PCS",
                        "value": "20"
                      },
                      {
                        "currency": "GBP",
                        "quantity": 100,
                        "unitOfMeasure": "PCS",
                        "value": "5"
                      }
                    ],
                    "taxType": "INCENTIVE"
                  },
                  "total": {
                    "currency": "AWG",
                    "value": "CUSTOMS_VALUE"
                  }
                }
              ],
              "freightDiscounts": [
                {
                  "amount": {
                    "currency": "MXN",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Discover the koala-like agility of our Gloves, perfect for burly users",
                  "percent": 1.98,
                  "rateDiscountType": "INCENTIVE"
                },
                {
                  "amount": {
                    "currency": "JOD",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "New yellow Bike with ergonomic design for filthy comfort",
                  "percent": 23.37,
                  "rateDiscountType": "INCENTIVE"
                },
                {
                  "amount": {
                    "currency": "RUB",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Licensed Salad designed with Ceramic for immense performance",
                  "percent": 9.54,
                  "rateDiscountType": "INCENTIVE"
                }
              ],
              "fuelSurchargePercent": 1.34,
              "minimumChargeType": "EARNED_DISCOUNT",
              "pickupBaseChargeDescription": "Pickup Area Surcharge",
              "pricingCode": "ACTUAL",
              "rateScale": "7VTzS60RHI",
              "rateType": "PAYOR_ACCOUNT_PACKAGE",
              "rateZone": "oSLaRK",
              "ratingBasis": "SHIPMENT_WEIGHT_BASED",
              "rebates": [
                {
                  "amount": {
                    "currency": "BTN",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "New plum Mouse with ergonomic design for putrid comfort",
                  "percent": 1.29,
                  "rebateType": "EARNED"
                },
                {
                  "amount": {
                    "currency": "BDT",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "The Quality-focused fault-tolerant concept Fish offers reliable performance and burly design",
                  "percent": 9.84,
                  "rebateType": "EARNED"
                },
                {
                  "amount": {
                    "currency": "LRD",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "The green Fish combines Philippines aesthetics with Argon-based durability",
                  "percent": 5.12,
                  "rebateType": "EARNED"
                },
                {
                  "amount": {
                    "currency": "CAD",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "The ivory Gloves combines Turkey aesthetics with Xenon-based durability",
                  "percent": 1.01,
                  "rebateType": "EARNED"
                },
                {
                  "amount": {
                    "currency": "ERN",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "The sleek and evil Soap comes with pink LED lighting for smart functionality",
                  "percent": 1.47,
                  "rebateType": "EARNED"
                }
              ],
              "specialRatingApplied": "FEDEX_ONE_RATE",
              "surcharges": [
                {
                  "amount": {
                    "currency": "LYD",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Professional-grade Cheese perfect for square training and recreational use",
                  "level": "PACKAGE",
                  "surchargeType": "COD"
                },
                {
                  "amount": {
                    "currency": "CZK",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Stylish Table designed to make you stand out with sweet looks",
                  "level": "PACKAGE",
                  "surchargeType": "COD"
                },
                {
                  "amount": {
                    "currency": "LSL",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Ergonomic Hat made with Cotton for all-day distant support",
                  "level": "PACKAGE",
                  "surchargeType": "COD"
                }
              ],
              "taxes": [
                {
                  "amount": {
                    "currency": "OMR",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Savor the rich essence in our Pants, designed for tedious culinary adventures",
                  "taxType": "VAT"
                },
                {
                  "amount": {
                    "currency": "BBD",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "The sleek and forceful Mouse comes with grey LED lighting for smart functionality",
                  "taxType": "VAT"
                },
                {
                  "amount": {
                    "currency": "KWD",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Innovative Car featuring motionless technology and Metal construction",
                  "taxType": "VAT"
                }
              ],
              "totalAncillaryFeesAndTaxes": {
                "currency": "LAK",
                "value": "CUSTOMS_VALUE"
              },
              "totalBaseCharge": {
                "currency": "NOK",
                "value": "CUSTOMS_VALUE"
              },
              "totalDutiesAndTaxes": {
                "currency": "KHR",
                "value": "CUSTOMS_VALUE"
              },
              "totalDutiesTaxesAndFees": {
                "currency": "KHR",
                "value": "CUSTOMS_VALUE"
              },
              "totalFreightDiscounts": {
                "currency": "MRU",
                "value": "CUSTOMS_VALUE"
              },
              "totalNetCharge": {
                "currency": "JPY",
                "value": "CUSTOMS_VALUE"
              },
              "totalNetChargeWithDutiesAndTaxes": {
                "currency": "NPR",
                "value": "CUSTOMS_VALUE"
              },
              "totalNetFedExCharge": {
                "currency": "EGP",
                "value": "CUSTOMS_VALUE"
              },
              "totalNetFreight": {
                "currency": "MUR",
                "value": "CUSTOMS_VALUE"
              },
              "totalRebates": {
                "currency": "MZN",
                "value": "CUSTOMS_VALUE"
              },
              "totalSurcharges": {
                "currency": "CDF",
                "value": "CUSTOMS_VALUE"
              },
              "totalTaxes": {
                "currency": "SLE",
                "value": "CUSTOMS_VALUE"
              },
              "totalVariableHandlingCharges": {
                "fixedVariableHandlingCharge": {
                  "currency": "USD",
                  "value": "CUSTOMS_VALUE"
                },
                "percentVariableHandlingCharge": {
                  "currency": "HNL",
                  "value": "CUSTOMS_VALUE"
                },
                "totalCustomerCharge": {
                  "currency": "GIP",
                  "value": "CUSTOMS_VALUE"
                },
                "variableHandlingCharge": {
                  "currency": "YER",
                  "value": "CUSTOMS_VALUE"
                }
              },
              "variableHandlingCharges": {
                "fixedVariableHandlingCharge": {
                  "currency": "MRU",
                  "value": "CUSTOMS_VALUE"
                },
                "percentVariableHandlingCharge": {
                  "currency": "ARS",
                  "value": "CUSTOMS_VALUE"
                },
                "totalCustomerCharge": {
                  "currency": "PHP",
                  "value": "CUSTOMS_VALUE"
                },
                "variableHandlingCharge": {
                  "currency": "RSD",
                  "value": "CUSTOMS_VALUE"
                }
              }
            },
            "shipmentRateDetails": [
              {
                "currency": "ZMW",
                "currencyExchangeRate": {
                  "fromCurrency": "JMD",
                  "intoCurrency": "BHD",
                  "rate": 1.0689
                },
                "dimDivisor": 273,
                "freightDiscounts": [
                  {
                    "amount": 1.67,
                    "description": "Discover the bee-like agility of our Chicken, perfect for steel users",
                    "percent": 5.81,
                    "rateDiscountType": "EARNED"
                  },
                  {
                    "amount": 1.86,
                    "description": "Our moist-inspired Salad brings a taste of luxury to your terrible lifestyle",
                    "percent": 0.19,
                    "rateDiscountType": "VOLUME"
                  },
                  {
                    "amount": 6.42,
                    "description": "The pink Bike combines Bahrain aesthetics with Bismuth-based durability",
                    "percent": 1.67,
                    "rateDiscountType": "COUPON"
                  }
                ],
                "fuelSurchargePercent": 4.9,
                "pricingCode": "PACKAGE",
                "ratedWeightMethod": "ACTUAL",
                "rateScale": "9779",
                "rateType": "RATED_SHIPMENT",
                "rateZone": "k9APBJ",
                "shipmentLegRateDetails": [
                  {
                    "currency": "NPR",
                    "currencyExchangeRate": {
                      "fromCurrency": "KZT",
                      "intoCurrency": "MOP",
                      "rate": 0.9009
                    },
                    "dimDivisor": 175,
                    "dimDivisorType": "CUSTOM",
                    "freightDiscounts": [
                      {
                        "amount": 8.45,
                        "description": "Awesome Hat designed with Cotton for smoggy performance",
                        "percent": 28.88,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 1.08,
                        "description": "West - Feeney's most advanced Salad technology increases mad capabilities",
                        "percent": 25.23,
                        "rateDiscountType": "VOLUME"
                      }
                    ],
                    "fuelSurchargePercent": 8.69,
                    "legDestinationLocationId": "C07K",
                    "minimumChargeType": "NONE",
                    "pricingCode": "PACKAGE",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "5075",
                    "rateType": "PAYOR_ACCOUNT",
                    "rateZone": "tSc4tO",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 4.03,
                        "description": "Savor the zesty essence in our Chips, designed for witty culinary adventures",
                        "level": "STATE",
                        "type": "VAT"
                      },
                      {
                        "amount": 5.96,
                        "description": "The gold Towels combines Djibouti aesthetics with Sodium-based durability",
                        "level": "STATE",
                        "type": "SALES"
                      },
                      {
                        "amount": 2.77,
                        "description": "Professional-grade Mouse perfect for unfortunate training and recreational use",
                        "level": "NATIONAL",
                        "type": "GST"
                      },
                      {
                        "amount": 8.89,
                        "description": "The Eriberto Keyboard is the latest in a series of palatable products from Kilback - Kozey",
                        "level": "NATIONAL",
                        "type": "VAT"
                      },
                      {
                        "amount": 8.64,
                        "description": "Introducing the Tuvalu-inspired Soap, blending upset style with local craftsmanship",
                        "level": "NATIONAL",
                        "type": "SALES"
                      }
                    ],
                    "totalBaseCharge": 81.7,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 10.94,
                    "totalFreightDiscounts": 3.21,
                    "totalNetCharge": 71.34,
                    "totalNetChargeWithDutiesAndTaxes": 99.17,
                    "totalNetFedExCharge": 119.58,
                    "totalNetFreight": 199.75,
                    "totalRebates": 1.84,
                    "totalSurcharges": 0.61,
                    "totalTaxes": 0.57
                  },
                  {
                    "currency": "IQD",
                    "currencyExchangeRate": {
                      "fromCurrency": "BHD",
                      "intoCurrency": "UGX",
                      "rate": 1.1376
                    },
                    "dimDivisor": 131,
                    "dimDivisorType": "CUSTOM",
                    "freightDiscounts": [
                      {
                        "amount": 1.05,
                        "description": "Gorgeous Sausages designed with Steel for mindless performance",
                        "percent": 5.77,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 7.24,
                        "description": "New Ball model with 7 GB RAM, 450 GB storage, and outstanding features",
                        "percent": 16.8,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 9.13,
                        "description": "Stylish Keyboard designed to make you stand out with indelible looks",
                        "percent": 26.87,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 9.56,
                        "description": "The Networked national data-warehouse Pizza offers reliable performance and splendid design",
                        "percent": 24.34,
                        "rateDiscountType": "BONUS"
                      }
                    ],
                    "fuelSurchargePercent": 4.39,
                    "legDestinationLocationId": "7Dxc",
                    "minimumChargeType": "NONE",
                    "pricingCode": "LTL",
                    "ratedWeightMethod": "DIMENSIONAL",
                    "rateScale": "8894",
                    "rateType": "PAYOR_ACCOUNT",
                    "rateZone": "791s6M",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 8.46,
                        "description": "The magenta Computer combines Holy See (Vatican City State) aesthetics with Indium-based durability",
                        "level": "STATE",
                        "type": "VAT"
                      }
                    ],
                    "totalBaseCharge": 77.2,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 16.52,
                    "totalFreightDiscounts": 3.16,
                    "totalNetCharge": 446.42,
                    "totalNetChargeWithDutiesAndTaxes": 181.67,
                    "totalNetFedExCharge": 114.11,
                    "totalNetFreight": 141.92,
                    "totalRebates": 1.45,
                    "totalSurcharges": 4.05,
                    "totalTaxes": 3.39
                  }
                ],
                "surcharges": [
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  }
                ],
                "taxes": [
                  {
                    "amount": 9.42,
                    "description": "The Sharon Table is the latest in a series of soulful products from Harris and Sons",
                    "level": "STATE",
                    "type": "VAT"
                  },
                  {
                    "amount": 1.3,
                    "description": "The Rebeca Chair is the latest in a series of webbed products from O'Connell, Gorczany and Ziemann",
                    "level": "STATE",
                    "type": "VAT"
                  },
                  {
                    "amount": 8.99,
                    "description": "The Kendrick Keyboard is the latest in a series of worldly products from Roberts - Weissnat",
                    "level": "STATE",
                    "type": "GST"
                  },
                  {
                    "amount": 0.86,
                    "description": "Savor the tender essence in our Ball, designed for perfumed culinary adventures",
                    "level": "STATE",
                    "type": "VAT"
                  }
                ],
                "totalAncillaryFeesAndTaxes": 2.98,
                "totalBaseCharge": 323.08,
                "totalBillingWeight": {
                  "units": "KG",
                  "value": 68
                },
                "totalDutiesAndTaxes": 6.75,
                "totalDutiesTaxesAndFees": 42.59,
                "totalFreightDiscounts": 2.1,
                "totalNetCharge": 128.38,
                "totalNetChargeWithDutiesAndTaxes": 490.2,
                "totalNetFedExCharge": 490.91,
                "totalNetFreight": 422.86,
                "totalRebates": 2.52,
                "totalSurcharges": 15.68,
                "totalTaxes": 0.71
              },
              {
                "currency": "MVR",
                "currencyExchangeRate": {
                  "fromCurrency": "SDG",
                  "intoCurrency": "TOP",
                  "rate": 1.1523
                },
                "dimDivisor": 234,
                "freightDiscounts": [
                  {
                    "amount": 5.45,
                    "description": "Our whale-friendly Computer ensures uniform comfort for your pets",
                    "percent": 4.3,
                    "rateDiscountType": "BONUS"
                  }
                ],
                "fuelSurchargePercent": 1.09,
                "pricingCode": "LTL_FREIGHT",
                "ratedWeightMethod": "DIMENSIONAL",
                "rateScale": "9142",
                "rateType": "RATED_ACCOUNT_SHIPMENT",
                "rateZone": "hYedUg",
                "shipmentLegRateDetails": [
                  {
                    "currency": "KRW",
                    "currencyExchangeRate": {
                      "fromCurrency": "SEK",
                      "intoCurrency": "GMD",
                      "rate": 1.0575
                    },
                    "dimDivisor": 137,
                    "dimDivisorType": "STANDARD",
                    "freightDiscounts": [
                      {
                        "amount": 0.1,
                        "description": "The lavender Ball combines Burkina Faso aesthetics with Aluminium-based durability",
                        "percent": 13.9,
                        "rateDiscountType": "BONUS"
                      }
                    ],
                    "fuelSurchargePercent": 2.23,
                    "legDestinationLocationId": "vzgE",
                    "minimumChargeType": "NONE",
                    "pricingCode": "PACKAGE",
                    "ratedWeightMethod": "DIMENSIONAL",
                    "rateScale": "8496",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "v1sFaq",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 7.36,
                        "description": "Introducing the Guam-inspired Chair, blending colorful style with local craftsmanship",
                        "level": "STATE",
                        "type": "VAT"
                      },
                      {
                        "amount": 7.16,
                        "description": "Experience the cyan brilliance of our Keyboard, perfect for courageous environments",
                        "level": "NATIONAL",
                        "type": "SALES"
                      }
                    ],
                    "totalBaseCharge": 132.07,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 13.13,
                    "totalFreightDiscounts": 1.04,
                    "totalNetCharge": 403.84,
                    "totalNetChargeWithDutiesAndTaxes": 222.38,
                    "totalNetFedExCharge": 235.61,
                    "totalNetFreight": 38.9,
                    "totalRebates": 4.48,
                    "totalSurcharges": 6.66,
                    "totalTaxes": 1.01
                  },
                  {
                    "currency": "DKK",
                    "currencyExchangeRate": {
                      "fromCurrency": "MZN",
                      "intoCurrency": "AWG",
                      "rate": 1.1712
                    },
                    "dimDivisor": 245,
                    "dimDivisorType": "CUSTOM",
                    "freightDiscounts": [
                      {
                        "amount": 6.18,
                        "description": "O'Conner - Runolfsson's most advanced Car technology increases primary capabilities",
                        "percent": 8.33,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 3.24,
                        "description": "New Hat model with 98 GB RAM, 876 GB storage, and alarmed features",
                        "percent": 26.51,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 6.21,
                        "description": "Discover the faraway new Bacon with an exciting mix of Wooden ingredients",
                        "percent": 6.18,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 0.5,
                        "description": "The Romaine Chair is the latest in a series of trivial products from Cartwright, Will and Runolfsson",
                        "percent": 12.96,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 8.4,
                        "description": "The Focused high-level synergy Shirt offers reliable performance and reckless design",
                        "percent": 27.89,
                        "rateDiscountType": "COUPON"
                      }
                    ],
                    "fuelSurchargePercent": 5.18,
                    "legDestinationLocationId": "3pDp",
                    "minimumChargeType": "NONE",
                    "pricingCode": "PACKAGE",
                    "ratedWeightMethod": "DIMENSIONAL",
                    "rateScale": "2884",
                    "rateType": "PAYOR_ACCOUNT",
                    "rateZone": "ukJe8y",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 2.64,
                        "description": "Stylish Salad designed to make you stand out with annual looks",
                        "level": "STATE",
                        "type": "SALES"
                      },
                      {
                        "amount": 9.51,
                        "description": "Introducing the Marshall Islands-inspired Fish, blending unsteady style with local craftsmanship",
                        "level": "STATE",
                        "type": "SALES"
                      },
                      {
                        "amount": 3.18,
                        "description": "Innovative Fish featuring rich technology and Gold construction",
                        "level": "NATIONAL",
                        "type": "SALES"
                      },
                      {
                        "amount": 2.7,
                        "description": "Introducing the Liechtenstein-inspired Towels, blending favorable style with local craftsmanship",
                        "level": "STATE",
                        "type": "GST"
                      }
                    ],
                    "totalBaseCharge": 170.61,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 10.13,
                    "totalFreightDiscounts": 2.42,
                    "totalNetCharge": 88.13,
                    "totalNetChargeWithDutiesAndTaxes": 317.82,
                    "totalNetFedExCharge": 174.16,
                    "totalNetFreight": 110.4,
                    "totalRebates": 3.83,
                    "totalSurcharges": 6.15,
                    "totalTaxes": 2.88
                  },
                  {
                    "currency": "SBD",
                    "currencyExchangeRate": {
                      "fromCurrency": "YER",
                      "intoCurrency": "BYN",
                      "rate": 1.1647
                    },
                    "dimDivisor": 272,
                    "dimDivisorType": "STANDARD",
                    "freightDiscounts": [
                      {
                        "amount": 7.51,
                        "description": "Our ostrich-friendly Table ensures uncomfortable comfort for your pets",
                        "percent": 16.04,
                        "rateDiscountType": "BONUS"
                      }
                    ],
                    "fuelSurchargePercent": 1.61,
                    "legDestinationLocationId": "d9mZ",
                    "minimumChargeType": "MIN_WEIGHT",
                    "pricingCode": "PACKAGE",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "6020",
                    "rateType": "PAYOR_ACCOUNT",
                    "rateZone": "9LicES",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 1.05,
                        "description": "Our savory-inspired Gloves brings a taste of luxury to your colorless lifestyle",
                        "level": "NATIONAL",
                        "type": "SALES"
                      },
                      {
                        "amount": 1.5,
                        "description": "Innovative Soap featuring yellow technology and Marble construction",
                        "level": "STATE",
                        "type": "VAT"
                      },
                      {
                        "amount": 4.26,
                        "description": "The Extended modular solution Pants offers reliable performance and speedy design",
                        "level": "NATIONAL",
                        "type": "VAT"
                      }
                    ],
                    "totalBaseCharge": 35.05,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 13.61,
                    "totalFreightDiscounts": 2.71,
                    "totalNetCharge": 313.43,
                    "totalNetChargeWithDutiesAndTaxes": 146.31,
                    "totalNetFedExCharge": 61.15,
                    "totalNetFreight": 147.34,
                    "totalRebates": 2.62,
                    "totalSurcharges": 6.42,
                    "totalTaxes": 0.68
                  },
                  {
                    "currency": "XCD",
                    "currencyExchangeRate": {
                      "fromCurrency": "ZWL",
                      "intoCurrency": "SZL",
                      "rate": 0.8145
                    },
                    "dimDivisor": 155,
                    "dimDivisorType": "STANDARD",
                    "freightDiscounts": [
                      {
                        "amount": 0.72,
                        "description": "Welch - Hamill's most advanced Bacon technology increases courteous capabilities",
                        "percent": 23.96,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 2.59,
                        "description": "Experience the sky blue brilliance of our Hat, perfect for profitable environments",
                        "percent": 18.56,
                        "rateDiscountType": "EARNED"
                      }
                    ],
                    "fuelSurchargePercent": 9.94,
                    "legDestinationLocationId": "1uWG",
                    "minimumChargeType": "MIN_WEIGHT",
                    "pricingCode": "PACKAGE",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "7295",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "VvvGv0",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 6.99,
                        "description": "Introducing the Germany-inspired Pants, blending animated style with local craftsmanship",
                        "level": "STATE",
                        "type": "GST"
                      },
                      {
                        "amount": 1.52,
                        "description": "The sleek and feline Computer comes with mint green LED lighting for smart functionality",
                        "level": "NATIONAL",
                        "type": "SALES"
                      },
                      {
                        "amount": 5.13,
                        "description": "New grey Bacon with ergonomic design for regal comfort",
                        "level": "NATIONAL",
                        "type": "VAT"
                      },
                      {
                        "amount": 3.98,
                        "description": "Ergonomic Table made with Cotton for all-day faint support",
                        "level": "NATIONAL",
                        "type": "VAT"
                      },
                      {
                        "amount": 3.14,
                        "description": "New Gloves model with 81 GB RAM, 829 GB storage, and indelible features",
                        "level": "STATE",
                        "type": "GST"
                      }
                    ],
                    "totalBaseCharge": 55.83,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 15.6,
                    "totalFreightDiscounts": 4.02,
                    "totalNetCharge": 360.83,
                    "totalNetChargeWithDutiesAndTaxes": 535.92,
                    "totalNetFedExCharge": 244.11,
                    "totalNetFreight": 106.97,
                    "totalRebates": 3.18,
                    "totalSurcharges": 6.25,
                    "totalTaxes": 1.73
                  }
                ],
                "surcharges": [
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  }
                ],
                "taxes": [
                  {
                    "amount": 2.77,
                    "description": "The sleek and colorless Keyboard comes with orchid LED lighting for smart functionality",
                    "level": "NATIONAL",
                    "type": "SALES"
                  },
                  {
                    "amount": 8.41,
                    "description": "The Stephon Tuna is the latest in a series of juicy products from Stoltenberg LLC",
                    "level": "STATE",
                    "type": "GST"
                  }
                ],
                "totalAncillaryFeesAndTaxes": 1.28,
                "totalBaseCharge": 198.02,
                "totalBillingWeight": {
                  "units": "KG",
                  "value": 68
                },
                "totalDutiesAndTaxes": 5.61,
                "totalDutiesTaxesAndFees": 16.14,
                "totalFreightDiscounts": 2.51,
                "totalNetCharge": 67.24,
                "totalNetChargeWithDutiesAndTaxes": 372.09,
                "totalNetFedExCharge": 118.46,
                "totalNetFreight": 12.28,
                "totalRebates": 0.83,
                "totalSurcharges": 2.38,
                "totalTaxes": 3.84
              }
            ],
            "totalNetFedExTransportationAndPickupCharge": {
              "currency": "IQD",
              "value": "CUSTOMS_VALUE"
            },
            "totalNetTransportationAndPickupCharge": {
              "currency": "HNL",
              "value": "CUSTOMS_VALUE"
            }
          },
          "usDomestic": true
        },
        "masterTrackingNumber": "232763696312",
        "pieceResponses": [
          {
            "acceptanceTrackingNumber": "794953535000",
            "acceptanceType": "acceptanceType",
            "additionalChargesDiscount": 621.45,
            "baseRateAmount": 321.45,
            "codCollectionAmount": 231.45,
            "customerReferences": [
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              },
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              }
            ],
            "deliveryTimestamp": "2012-09-23",
            "listCustomerTotalCharge": "listCustomerTotalCharge",
            "listRateAmount": 1.45,
            "masterTrackingNumber": "794953535000",
            "netChargeAmount": 21.45,
            "netDiscountAmount": 121.45,
            "packageDocuments": [
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              },
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              }
            ],
            "packageSequenceNumber": 215,
            "serviceCategory": "EXPRESS",
            "trackingIdType": "FEDEX",
            "trackingNumber": "794953535000"
          },
          {
            "acceptanceTrackingNumber": "794953535000",
            "acceptanceType": "acceptanceType",
            "additionalChargesDiscount": 621.45,
            "baseRateAmount": 321.45,
            "codCollectionAmount": 231.45,
            "customerReferences": [
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              },
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              },
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              },
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              }
            ],
            "deliveryTimestamp": "2012-09-23",
            "listCustomerTotalCharge": "listCustomerTotalCharge",
            "listRateAmount": 1.45,
            "masterTrackingNumber": "794953535000",
            "netChargeAmount": 21.45,
            "netDiscountAmount": 121.45,
            "packageDocuments": [
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              }
            ],
            "packageSequenceNumber": 215,
            "serviceCategory": "EXPRESS",
            "trackingIdType": "FEDEX",
            "trackingNumber": "794953535000"
          },
          {
            "acceptanceTrackingNumber": "794953535000",
            "acceptanceType": "acceptanceType",
            "additionalChargesDiscount": 621.45,
            "baseRateAmount": 321.45,
            "codCollectionAmount": 231.45,
            "customerReferences": [
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              },
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              }
            ],
            "deliveryTimestamp": "2012-09-23",
            "listCustomerTotalCharge": "listCustomerTotalCharge",
            "listRateAmount": 1.45,
            "masterTrackingNumber": "794953535000",
            "netChargeAmount": 21.45,
            "netDiscountAmount": 121.45,
            "packageDocuments": [
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              },
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              }
            ],
            "packageSequenceNumber": 215,
            "serviceCategory": "EXPRESS",
            "trackingIdType": "FEDEX",
            "trackingNumber": "794953535000"
          },
          {
            "acceptanceTrackingNumber": "794953535000",
            "acceptanceType": "acceptanceType",
            "additionalChargesDiscount": 621.45,
            "baseRateAmount": 321.45,
            "codCollectionAmount": 231.45,
            "customerReferences": [
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              },
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              },
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              }
            ],
            "deliveryTimestamp": "2012-09-23",
            "listCustomerTotalCharge": "listCustomerTotalCharge",
            "listRateAmount": 1.45,
            "masterTrackingNumber": "794953535000",
            "netChargeAmount": 21.45,
            "netDiscountAmount": 121.45,
            "packageDocuments": [
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              },
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              },
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              },
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              }
            ],
            "packageSequenceNumber": 215,
            "serviceCategory": "EXPRESS",
            "trackingIdType": "FEDEX",
            "trackingNumber": "794953535000"
          }
        ],
        "serviceCategory": "EXPRESS",
        "serviceName": "FedEx 2 Day Freight",
        "serviceType": "STANDARD_OVERNIGHT",
        "shipDatestamp": "2010-03-04",
        "shipmentAdvisoryDetails": {
          "regulatoryAdvisory": {
            "prohibitions": [
              {
                "advisory": {
                  "code": "OpJN",
                  "localizedText": "The Networked actuating function Towels offers reliable performance and ugly design",
                  "parameters": [
                    {
                      "id": "5246",
                      "value": "Handcrafted Bronze Salad"
                    },
                    {
                      "id": "7398",
                      "value": "Elegant Bamboo Sausages"
                    },
                    {
                      "id": "5147",
                      "value": "Elegant Silk Salad"
                    },
                    {
                      "id": "4894",
                      "value": "Handmade Metal Table"
                    },
                    {
                      "id": "9150",
                      "value": "Incredible Steel Computer"
                    }
                  ],
                  "text": "Introducing the Martinique-inspired Chair, blending jaunty style with local craftsmanship"
                },
                "categories": [
                  "categories"
                ],
                "commodityIndex": 38,
                "derivedHarmonizedCode": "468527",
                "source": "CUSTOMS",
                "status": "EXPIRED",
                "type": "EXPORT",
                "waiver": {
                  "advisories": [
                    {
                      "code": "B7sX",
                      "localizedText": "Our peacock-friendly Salad ensures bony comfort for your pets",
                      "parameters": [
                        {
                          "id": "9363",
                          "value": "Electronic Concrete Cheese"
                        },
                        {
                          "id": "9523",
                          "value": "Rustic Aluminum Fish"
                        }
                      ],
                      "text": "Discover the idealistic new Shoes with an exciting mix of Cotton ingredients"
                    },
                    {
                      "code": "eBsY",
                      "localizedText": "The Sonia Tuna is the latest in a series of upset products from Bednar and Sons",
                      "parameters": [
                        {
                          "id": "2712",
                          "value": "Sleek Rubber Chips"
                        },
                        {
                          "id": "7552",
                          "value": "Electronic Plastic Gloves"
                        },
                        {
                          "id": "2394",
                          "value": "Awesome Rubber Hat"
                        },
                        {
                          "id": "4544",
                          "value": "Bespoke Silk Pants"
                        },
                        {
                          "id": "3590",
                          "value": "Electronic Gold Tuna"
                        }
                      ],
                      "text": "Our penguin-friendly Gloves ensures ornate comfort for your pets"
                    },
                    {
                      "code": "0vPJ",
                      "localizedText": "Savor the crispy essence in our Sausages, designed for scornful culinary adventures",
                      "parameters": [
                        {
                          "id": "0809",
                          "value": "Recycled Aluminum Car"
                        },
                        {
                          "id": "2369",
                          "value": "Gorgeous Ceramic Ball"
                        },
                        {
                          "id": "2186",
                          "value": "Electronic Gold Hat"
                        },
                        {
                          "id": "5984",
                          "value": "Small Aluminum Chair"
                        }
                      ],
                      "text": "Our rhinoceros-friendly Chicken ensures clueless comfort for your pets"
                    }
                  ],
                  "description": "Discover the profitable new Towels with an exciting mix of Marble ingredients",
                  "id": "1820669b-47f2-4c7b-98e9-af1a5d9fb499"
                }
              },
              {
                "advisory": {
                  "code": "t7IP",
                  "localizedText": "Stylish Sausages designed to make you stand out with close looks",
                  "parameters": [
                    {
                      "id": "2810",
                      "value": "Bespoke Ceramic Hat"
                    },
                    {
                      "id": "7149",
                      "value": "Fresh Wooden Bacon"
                    }
                  ],
                  "text": "Our fish-friendly Sausages ensures downright comfort for your pets"
                },
                "categories": [
                  "categories"
                ],
                "commodityIndex": 42,
                "derivedHarmonizedCode": "756830",
                "source": "CUSTOMS",
                "status": "EXPIRED",
                "type": "EXPORT",
                "waiver": {
                  "advisories": [
                    {
                      "code": "yPHv",
                      "localizedText": "Featuring Xenon-enhanced technology, our Tuna offers unparalleled innocent performance",
                      "parameters": [
                        {
                          "id": "0080",
                          "value": "Gorgeous Gold Tuna"
                        },
                        {
                          "id": "8896",
                          "value": "Soft Rubber Cheese"
                        },
                        {
                          "id": "0548",
                          "value": "Unbranded Marble Sausages"
                        },
                        {
                          "id": "8267",
                          "value": "Unbranded Steel Car"
                        }
                      ],
                      "text": "Experience the pink brilliance of our Gloves, perfect for wordy environments"
                    },
                    {
                      "code": "i4aM",
                      "localizedText": "Stylish Soap designed to make you stand out with instructive looks",
                      "parameters": [
                        {
                          "id": "1242",
                          "value": "Sleek Steel Soap"
                        },
                        {
                          "id": "6588",
                          "value": "Unbranded Granite Pizza"
                        },
                        {
                          "id": "2276",
                          "value": "Generic Ceramic Fish"
                        },
                        {
                          "id": "2559",
                          "value": "Elegant Wooden Soap"
                        }
                      ],
                      "text": "New Gloves model with 100 GB RAM, 542 GB storage, and hoarse features"
                    }
                  ],
                  "description": "Discover the athletic new Towels with an exciting mix of Bronze ingredients",
                  "id": "0bc66466-402c-4f08-8ac4-8bf5b15c08e3"
                }
              }
            ]
          }
        },
        "shipmentDocuments": [
          {
            "alerts": [
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              },
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              },
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              }
            ],
            "contentKey": "content key",
            "contentType": "COMMERCIAL_INVOICE",
            "copiesToPrint": 10,
            "docType": "PDF",
            "encodedLabel": "encoded label",
            "trackingNumber": "794953535000",
            "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
          }
        ]
      },
      {
        "alerts": [
          {
            "code": "RECIPIENTCONTACT.PHONENUMBER.INVALID",
            "message": "Recipient’s phone number format is not matching with recipient's country code; hence, recipient will not receive Convenient Delivery Options. Moving forward, please provide valid mobile phone number."
          },
          {
            "code": "RECIPIENTCONTACT.PHONENUMBER.INVALID",
            "message": "Recipient’s phone number format is not matching with recipient's country code; hence, recipient will not receive Convenient Delivery Options. Moving forward, please provide valid mobile phone number."
          },
          {
            "code": "RECIPIENTCONTACT.PHONENUMBER.INVALID",
            "message": "Recipient’s phone number format is not matching with recipient's country code; hence, recipient will not receive Convenient Delivery Options. Moving forward, please provide valid mobile phone number."
          },
          {
            "code": "RECIPIENTCONTACT.PHONENUMBER.INVALID",
            "message": "Recipient’s phone number format is not matching with recipient's country code; hence, recipient will not receive Convenient Delivery Options. Moving forward, please provide valid mobile phone number."
          },
          {
            "code": "RECIPIENTCONTACT.PHONENUMBER.INVALID",
            "message": "Recipient’s phone number format is not matching with recipient's country code; hence, recipient will not receive Convenient Delivery Options. Moving forward, please provide valid mobile phone number."
          }
        ],
        "completedShipmentDetail": {
          "accessDetail": {
            "accessorDetails": [
              {
                "emailLabelUrl": "https://esteemed-bell.biz",
                "password": "yMaiED8RGK",
                "role": "VIEWER",
                "userId": "b9008be7-601a-4d3a-886f-4b1e46e5b84f"
              },
              {
                "emailLabelUrl": "https://self-reliant-eternity.com/",
                "password": "Si9CDI6_wG",
                "role": "ADMIN",
                "userId": "3936fa18-5ea4-4bff-a3dc-22120aa6ebf3"
              }
            ]
          },
          "carrierCode": "FDXG",
          "completedEtdDetail": {
            "folderId": "0x1",
            "type": "COMMERCIAL_INVOICE",
            "uploadDocumentReferenceDetails": [
              {
                "description": "PRO FORMA INVOICE",
                "documentId": "090927d680038c61",
                "documentReference": "DocumentReference",
                "documentType": "PRO_FORMA_INVOICE"
              },
              {
                "description": "PRO FORMA INVOICE",
                "documentId": "090927d680038c61",
                "documentReference": "DocumentReference",
                "documentType": "PRO_FORMA_INVOICE"
              },
              {
                "description": "PRO FORMA INVOICE",
                "documentId": "090927d680038c61",
                "documentReference": "DocumentReference",
                "documentType": "PRO_FORMA_INVOICE"
              }
            ]
          },
          "completedHoldAtLocationDetail": {
            "holdingLocation": {
              "address": {
                "city": "Beverly Hills",
                "countryCode": "US",
                "postalCode": "38127",
                "residential": false,
                "stateOrProvinceCode": "CA",
                "streetLines": [
                  "10 FedEx Parkway",
                  "Suite 302"
                ]
              },
              "contact": {
                "companyName": "Hirthe Group",
                "emailAddress": "Itzel_Kunze@yahoo.com",
                "personName": "Miss Marianne Marvin",
                "phoneExtension": "1",
                "phoneNumber": "(885) 512-7460"
              }
            },
            "holdingLocationType": "FEDEX_STAFFED"
          },
          "completedPackageDetails": [
            {
              "dryIceWeight": {
                "units": "KG",
                "value": 68
              },
              "groupNumber": 567,
              "hazardousPackageDetail": {
                "accessibility": "ACCESSIBLE",
                "cargoAircraftOnly": true,
                "containers": [
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  }
                ],
                "labelType": "II_YELLOW",
                "radioactiveTransportIndex": 2.45,
                "referenceId": "123456",
                "regulation": "IATA"
              },
              "operationalDetail": {
                "astraHandlingText": "astraHandlingText",
                "barcodes": {
                  "binaryBarcodes": [
                    {
                      "type": "COMMON-2D",
                      "value": "P0"
                    },
                    {
                      "type": "COMMON-2D",
                      "value": "ZyE3=_8o"
                    },
                    {
                      "type": "COMMON-2D",
                      "value": "cX5aI_pu"
                    }
                  ],
                  "stringBarcodes": [
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    }
                  ]
                },
                "operationalInstructions": [
                  {
                    "content": "content",
                    "number": 17
                  },
                  {
                    "content": "content",
                    "number": 17
                  },
                  {
                    "content": "content",
                    "number": 17
                  },
                  {
                    "content": "content",
                    "number": 17
                  },
                  {
                    "content": "content",
                    "number": 17
                  }
                ]
              },
              "oversizeClass": "OVERSIZE_1, OVERSIZE_2, OVERSIZE_3",
              "packageRating": {
                "actualRateType": "PAYOR_ACCOUNT_PACKAGE",
                "effectiveNetDiscount": 0,
                "packageRateDetails": [
                  {
                    "baseCharge": 45.67,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "CUSTOMER",
                    "netCharge": 121.56,
                    "netFedExCharge": 12.56,
                    "netFreight": 4.89,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 44.55,
                    "totalRebates": 4.56,
                    "totalSurcharges": 22.56,
                    "totalTaxes": 3.45
                  },
                  {
                    "baseCharge": 45.67,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "CUSTOMER",
                    "netCharge": 121.56,
                    "netFedExCharge": 12.56,
                    "netFreight": 4.89,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 44.55,
                    "totalRebates": 4.56,
                    "totalSurcharges": 22.56,
                    "totalTaxes": 3.45
                  },
                  {
                    "baseCharge": 45.67,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "CUSTOMER",
                    "netCharge": 121.56,
                    "netFedExCharge": 12.56,
                    "netFreight": 4.89,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 44.55,
                    "totalRebates": 4.56,
                    "totalSurcharges": 22.56,
                    "totalTaxes": 3.45
                  },
                  {
                    "baseCharge": 45.67,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "CUSTOMER",
                    "netCharge": 121.56,
                    "netFedExCharge": 12.56,
                    "netFreight": 4.89,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 44.55,
                    "totalRebates": 4.56,
                    "totalSurcharges": 22.56,
                    "totalTaxes": 3.45
                  }
                ]
              },
              "sequenceNumber": 256,
              "signatureOption": "DIRECT",
              "trackingIds": [
                {
                  "formId": "0201",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "49092000070120032835",
                  "uspsApplicationId": "92"
                },
                {
                  "formId": "0201",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "49092000070120032835",
                  "uspsApplicationId": "92"
                }
              ]
            },
            {
              "dryIceWeight": {
                "units": "KG",
                "value": 68
              },
              "groupNumber": 567,
              "hazardousPackageDetail": {
                "accessibility": "ACCESSIBLE",
                "cargoAircraftOnly": true,
                "containers": [
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  }
                ],
                "labelType": "II_YELLOW",
                "radioactiveTransportIndex": 2.45,
                "referenceId": "123456",
                "regulation": "IATA"
              },
              "operationalDetail": {
                "astraHandlingText": "astraHandlingText",
                "barcodes": {
                  "binaryBarcodes": [
                    {
                      "type": "COMMON-2D",
                      "value": "uwf2xi_bt"
                    },
                    {
                      "type": "COMMON-2D",
                      "value": "UxFUO"
                    },
                    {
                      "type": "COMMON-2D",
                      "value": "bmdMoO832"
                    },
                    {
                      "type": "COMMON-2D",
                      "value": "lA"
                    }
                  ],
                  "stringBarcodes": [
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    }
                  ]
                },
                "operationalInstructions": [
                  {
                    "content": "content",
                    "number": 17
                  },
                  {
                    "content": "content",
                    "number": 17
                  },
                  {
                    "content": "content",
                    "number": 17
                  }
                ]
              },
              "oversizeClass": "OVERSIZE_1, OVERSIZE_2, OVERSIZE_3",
              "packageRating": {
                "actualRateType": "PAYOR_ACCOUNT_PACKAGE",
                "effectiveNetDiscount": 0,
                "packageRateDetails": [
                  {
                    "baseCharge": 45.67,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "CUSTOMER",
                    "netCharge": 121.56,
                    "netFedExCharge": 12.56,
                    "netFreight": 4.89,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 44.55,
                    "totalRebates": 4.56,
                    "totalSurcharges": 22.56,
                    "totalTaxes": 3.45
                  },
                  {
                    "baseCharge": 45.67,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "CUSTOMER",
                    "netCharge": 121.56,
                    "netFedExCharge": 12.56,
                    "netFreight": 4.89,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 44.55,
                    "totalRebates": 4.56,
                    "totalSurcharges": 22.56,
                    "totalTaxes": 3.45
                  },
                  {
                    "baseCharge": 45.67,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "CUSTOMER",
                    "netCharge": 121.56,
                    "netFedExCharge": 12.56,
                    "netFreight": 4.89,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 44.55,
                    "totalRebates": 4.56,
                    "totalSurcharges": 22.56,
                    "totalTaxes": 3.45
                  },
                  {
                    "baseCharge": 45.67,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "CUSTOMER",
                    "netCharge": 121.56,
                    "netFedExCharge": 12.56,
                    "netFreight": 4.89,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 44.55,
                    "totalRebates": 4.56,
                    "totalSurcharges": 22.56,
                    "totalTaxes": 3.45
                  },
                  {
                    "baseCharge": 45.67,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "CUSTOMER",
                    "netCharge": 121.56,
                    "netFedExCharge": 12.56,
                    "netFreight": 4.89,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 44.55,
                    "totalRebates": 4.56,
                    "totalSurcharges": 22.56,
                    "totalTaxes": 3.45
                  }
                ]
              },
              "sequenceNumber": 256,
              "signatureOption": "DIRECT",
              "trackingIds": [
                {
                  "formId": "0201",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "49092000070120032835",
                  "uspsApplicationId": "92"
                }
              ]
            },
            {
              "dryIceWeight": {
                "units": "KG",
                "value": 68
              },
              "groupNumber": 567,
              "hazardousPackageDetail": {
                "accessibility": "ACCESSIBLE",
                "cargoAircraftOnly": true,
                "containers": [
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  }
                ],
                "labelType": "II_YELLOW",
                "radioactiveTransportIndex": 2.45,
                "referenceId": "123456",
                "regulation": "IATA"
              },
              "operationalDetail": {
                "astraHandlingText": "astraHandlingText",
                "barcodes": {
                  "binaryBarcodes": [
                    {
                      "type": "COMMON-2D",
                      "value": "Iw"
                    },
                    {
                      "type": "COMMON-2D",
                      "value": ""
                    },
                    {
                      "type": "COMMON-2D",
                      "value": "KWyb"
                    },
                    {
                      "type": "COMMON-2D",
                      "value": ""
                    },
                    {
                      "type": "COMMON-2D",
                      "value": "KxvsQ"
                    }
                  ],
                  "stringBarcodes": [
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    }
                  ]
                },
                "operationalInstructions": [
                  {
                    "content": "content",
                    "number": 17
                  },
                  {
                    "content": "content",
                    "number": 17
                  }
                ]
              },
              "oversizeClass": "OVERSIZE_1, OVERSIZE_2, OVERSIZE_3",
              "packageRating": {
                "actualRateType": "PAYOR_ACCOUNT_PACKAGE",
                "effectiveNetDiscount": 0,
                "packageRateDetails": [
                  {
                    "baseCharge": 45.67,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "CUSTOMER",
                    "netCharge": 121.56,
                    "netFedExCharge": 12.56,
                    "netFreight": 4.89,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 44.55,
                    "totalRebates": 4.56,
                    "totalSurcharges": 22.56,
                    "totalTaxes": 3.45
                  },
                  {
                    "baseCharge": 45.67,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "CUSTOMER",
                    "netCharge": 121.56,
                    "netFedExCharge": 12.56,
                    "netFreight": 4.89,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 44.55,
                    "totalRebates": 4.56,
                    "totalSurcharges": 22.56,
                    "totalTaxes": 3.45
                  },
                  {
                    "baseCharge": 45.67,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "CUSTOMER",
                    "netCharge": 121.56,
                    "netFedExCharge": 12.56,
                    "netFreight": 4.89,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 44.55,
                    "totalRebates": 4.56,
                    "totalSurcharges": 22.56,
                    "totalTaxes": 3.45
                  },
                  {
                    "baseCharge": 45.67,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "CUSTOMER",
                    "netCharge": 121.56,
                    "netFedExCharge": 12.56,
                    "netFreight": 4.89,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 44.55,
                    "totalRebates": 4.56,
                    "totalSurcharges": 22.56,
                    "totalTaxes": 3.45
                  }
                ]
              },
              "sequenceNumber": 256,
              "signatureOption": "DIRECT",
              "trackingIds": [
                {
                  "formId": "0201",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "49092000070120032835",
                  "uspsApplicationId": "92"
                },
                {
                  "formId": "0201",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "49092000070120032835",
                  "uspsApplicationId": "92"
                },
                {
                  "formId": "0201",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "49092000070120032835",
                  "uspsApplicationId": "92"
                },
                {
                  "formId": "0201",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "49092000070120032835",
                  "uspsApplicationId": "92"
                }
              ]
            },
            {
              "dryIceWeight": {
                "units": "KG",
                "value": 68
              },
              "groupNumber": 567,
              "hazardousPackageDetail": {
                "accessibility": "ACCESSIBLE",
                "cargoAircraftOnly": true,
                "containers": [
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  }
                ],
                "labelType": "II_YELLOW",
                "radioactiveTransportIndex": 2.45,
                "referenceId": "123456",
                "regulation": "IATA"
              },
              "operationalDetail": {
                "astraHandlingText": "astraHandlingText",
                "barcodes": {
                  "binaryBarcodes": [
                    {
                      "type": "COMMON-2D",
                      "value": "ZFW7b0S9"
                    },
                    {
                      "type": "COMMON-2D",
                      "value": "AA0r3D/EQ"
                    }
                  ],
                  "stringBarcodes": [
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    }
                  ]
                },
                "operationalInstructions": [
                  {
                    "content": "content",
                    "number": 17
                  },
                  {
                    "content": "content",
                    "number": 17
                  },
                  {
                    "content": "content",
                    "number": 17
                  },
                  {
                    "content": "content",
                    "number": 17
                  }
                ]
              },
              "oversizeClass": "OVERSIZE_1, OVERSIZE_2, OVERSIZE_3",
              "packageRating": {
                "actualRateType": "PAYOR_ACCOUNT_PACKAGE",
                "effectiveNetDiscount": 0,
                "packageRateDetails": [
                  {
                    "baseCharge": 45.67,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "CUSTOMER",
                    "netCharge": 121.56,
                    "netFedExCharge": 12.56,
                    "netFreight": 4.89,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 44.55,
                    "totalRebates": 4.56,
                    "totalSurcharges": 22.56,
                    "totalTaxes": 3.45
                  },
                  {
                    "baseCharge": 45.67,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "CUSTOMER",
                    "netCharge": 121.56,
                    "netFedExCharge": 12.56,
                    "netFreight": 4.89,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 44.55,
                    "totalRebates": 4.56,
                    "totalSurcharges": 22.56,
                    "totalTaxes": 3.45
                  },
                  {
                    "baseCharge": 45.67,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "CUSTOMER",
                    "netCharge": 121.56,
                    "netFedExCharge": 12.56,
                    "netFreight": 4.89,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 44.55,
                    "totalRebates": 4.56,
                    "totalSurcharges": 22.56,
                    "totalTaxes": 3.45
                  }
                ]
              },
              "sequenceNumber": 256,
              "signatureOption": "DIRECT",
              "trackingIds": [
                {
                  "formId": "0201",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "49092000070120032835",
                  "uspsApplicationId": "92"
                },
                {
                  "formId": "0201",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "49092000070120032835",
                  "uspsApplicationId": "92"
                },
                {
                  "formId": "0201",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "49092000070120032835",
                  "uspsApplicationId": "92"
                },
                {
                  "formId": "0201",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "49092000070120032835",
                  "uspsApplicationId": "92"
                }
              ]
            },
            {
              "dryIceWeight": {
                "units": "KG",
                "value": 68
              },
              "groupNumber": 567,
              "hazardousPackageDetail": {
                "accessibility": "ACCESSIBLE",
                "cargoAircraftOnly": true,
                "containers": [
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  }
                ],
                "labelType": "II_YELLOW",
                "radioactiveTransportIndex": 2.45,
                "referenceId": "123456",
                "regulation": "IATA"
              },
              "operationalDetail": {
                "astraHandlingText": "astraHandlingText",
                "barcodes": {
                  "binaryBarcodes": [
                    {
                      "type": "COMMON-2D",
                      "value": "kMPFWHvu"
                    }
                  ],
                  "stringBarcodes": [
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    }
                  ]
                },
                "operationalInstructions": [
                  {
                    "content": "content",
                    "number": 17
                  },
                  {
                    "content": "content",
                    "number": 17
                  },
                  {
                    "content": "content",
                    "number": 17
                  },
                  {
                    "content": "content",
                    "number": 17
                  },
                  {
                    "content": "content",
                    "number": 17
                  }
                ]
              },
              "oversizeClass": "OVERSIZE_1, OVERSIZE_2, OVERSIZE_3",
              "packageRating": {
                "actualRateType": "PAYOR_ACCOUNT_PACKAGE",
                "effectiveNetDiscount": 0,
                "packageRateDetails": [
                  {
                    "baseCharge": 45.67,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "CUSTOMER",
                    "netCharge": 121.56,
                    "netFedExCharge": 12.56,
                    "netFreight": 4.89,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 44.55,
                    "totalRebates": 4.56,
                    "totalSurcharges": 22.56,
                    "totalTaxes": 3.45
                  },
                  {
                    "baseCharge": 45.67,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "CUSTOMER",
                    "netCharge": 121.56,
                    "netFedExCharge": 12.56,
                    "netFreight": 4.89,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 44.55,
                    "totalRebates": 4.56,
                    "totalSurcharges": 22.56,
                    "totalTaxes": 3.45
                  }
                ]
              },
              "sequenceNumber": 256,
              "signatureOption": "DIRECT",
              "trackingIds": [
                {
                  "formId": "0201",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "49092000070120032835",
                  "uspsApplicationId": "92"
                },
                {
                  "formId": "0201",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "49092000070120032835",
                  "uspsApplicationId": "92"
                },
                {
                  "formId": "0201",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "49092000070120032835",
                  "uspsApplicationId": "92"
                },
                {
                  "formId": "0201",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "49092000070120032835",
                  "uspsApplicationId": "92"
                },
                {
                  "formId": "0201",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "49092000070120032835",
                  "uspsApplicationId": "92"
                }
              ]
            }
          ],
          "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": [
              "CERTIFICATE_OF_ORIGIN"
            ],
            "requiredDocuments": [
              "COMMERCIAL_OR_PRO_FORMA_INVOICE",
              "AIR_WAYBILL"
            ]
          },
          "exportComplianceStatement": "cewdT0iEsMmmSYBg",
          "hazardousShipmentDetail": {
            "adrLicense": {
              "licenseOrPermitDetail": {
                "effectiveDate": "2025-11-06T00:00:00.0Z",
                "expirationDate": "2026-09-09T00:00:00.0Z",
                "number": "2"
              }
            },
            "dryIceDetail": {
              "packageCount": 4,
              "processingOptions": {
                "options": [
                  "options"
                ]
              },
              "totalWeight": {
                "units": "KG",
                "value": 68
              }
            },
            "hazardousSummaryDetail": {
              "smallQuantityExceptionPackageCount": 19
            }
          },
          "masterTrackingId": {
            "formId": "0201",
            "trackingIdType": "EXPRESS",
            "trackingNumber": "49092000070120032835",
            "uspsApplicationId": "92"
          },
          "operationalDetail": {
            "airportId": "DFW",
            "astraDescription": "SMART POST",
            "astraPlannedServiceLevel": "THU - 17 OCT 10:30A",
            "commitDate": "2026-09-23T00:00:00.0Z",
            "commitDay": "Mon",
            "countryCode": "US",
            "customTransitTime": "ONE_DAY",
            "deliveryDate": "2001-04-05",
            "deliveryDay": "TUE",
            "deliveryEligibilities": [
              "deliveryEligibilities"
            ],
            "destinationLocationId": "JwHK",
            "destinationLocationNumber": 221,
            "destinationLocationStateOrProvinceCode": "GA",
            "destinationServiceArea": "PJ",
            "ineligibleForMoneyBackGuarantee": false,
            "maximumTransitTime": "FOUR_DAYS",
            "originLocationId": "678",
            "originLocationNumber": 243,
            "originServiceArea": "A1",
            "packagingCode": "05",
            "postalCode": "38010",
            "publishedDeliveryTime": "03:00P",
            "scac": "scac",
            "serviceCode": "010",
            "stateOrProvinceCode": "OH",
            "transitTime": "ONE_DAY",
            "ursaPrefixCode": "NS",
            "ursaSuffixCode": "Ku"
          },
          "packagingDescription": "FedEx Box",
          "serviceDescription": {
            "astraDescription": "GROUND",
            "code": "0",
            "description": "Our shark-friendly Car ensures productive comfort for your pets",
            "names": [
              {
                "encoding": "UTF-8",
                "type": "short",
                "value": "F-2"
              }
            ],
            "operatingOrgCodes": [
              "FXE"
            ],
            "serviceCategory": "FREIGHT",
            "serviceId": "AAjCxJQsjMKN",
            "serviceType": "PRIORITY_OVERNIGHT"
          },
          "shipmentRating": {
            "actualRateType": "PAYOR_LIST_SHIPMENT",
            "pickupRateDetail": {
              "ancillaryFeesAndTaxes": [
                {
                  "amount": {
                    "currency": "BND",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Experience the turquoise brilliance of our Ball, perfect for flustered environments",
                  "type": "CLEARANCE_ENTRY_FEE"
                },
                {
                  "amount": {
                    "currency": "EGP",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Doyle, Littel and Gleason's most advanced Mouse technology increases useless capabilities",
                  "type": "CLEARANCE_ENTRY_FEE"
                },
                {
                  "amount": {
                    "currency": "MKD",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "The maroon Shoes combines Mozambique aesthetics with Astatine-based durability",
                  "type": "CLEARANCE_ENTRY_FEE"
                }
              ],
              "currencyExchangeRate": {
                "fromCurrency": "BTN",
                "intoCurrency": "KYD",
                "rate": 0.9356
              },
              "dutiesAndTaxes": [
                {
                  "harmonizedCode": "145046",
                  "taxes": {
                    "amount": {
                      "currency": "RSD",
                      "value": "CUSTOMS_VALUE"
                    },
                    "appliedPreferentialTradeAgreement": {
                      "description": "Featuring Seaborgium-enhanced technology, our Fish offers unparalleled internal performance",
                      "id": "b4f71c14-75c3-443b-8493-68fcb70d9458",
                      "name": "GST"
                    },
                    "description": "Our dog-friendly Sausages ensures thorough comfort for your pets",
                    "effectiveDate": "2025-12-26T00:00:00.0Z",
                    "formula": "BASE*RATE",
                    "name": "SALES_TAX",
                    "taxableValue": {
                      "currency": "SHP",
                      "value": "CUSTOMS_VALUE"
                    },
                    "taxcode": "QP04",
                    "taxRates": [
                      {
                        "currency": "GBP",
                        "quantity": 100,
                        "unitOfMeasure": "KG",
                        "value": "5"
                      },
                      {
                        "currency": "GBP",
                        "quantity": 100,
                        "unitOfMeasure": "KG",
                        "value": "20"
                      },
                      {
                        "currency": "USD",
                        "quantity": 100,
                        "unitOfMeasure": "KG",
                        "value": "5"
                      },
                      {
                        "currency": "GBP",
                        "quantity": 100,
                        "unitOfMeasure": "LB",
                        "value": "20"
                      }
                    ],
                    "taxType": "INCENTIVE"
                  },
                  "total": {
                    "currency": "JMD",
                    "value": "CUSTOMS_VALUE"
                  }
                },
                {
                  "harmonizedCode": "464939",
                  "taxes": {
                    "amount": {
                      "currency": "GEL",
                      "value": "CUSTOMS_VALUE"
                    },
                    "appliedPreferentialTradeAgreement": {
                      "description": "Savor the moist essence in our Sausages, designed for imaginary culinary adventures",
                      "id": "1f52d6a1-65a9-4e78-97ba-5e5d40c7248e",
                      "name": "SALES_TAX"
                    },
                    "description": "Experience the teal brilliance of our Tuna, perfect for separate environments",
                    "effectiveDate": "2026-06-29T00:00:00.0Z",
                    "formula": "BASE*RATE",
                    "name": "GST",
                    "taxableValue": {
                      "currency": "CRC",
                      "value": "CUSTOMS_VALUE"
                    },
                    "taxcode": "Jr3j",
                    "taxRates": [
                      {
                        "currency": "USD",
                        "quantity": 200,
                        "unitOfMeasure": "LB",
                        "value": "10"
                      },
                      {
                        "currency": "EUR",
                        "quantity": 100,
                        "unitOfMeasure": "LB",
                        "value": "20"
                      }
                    ],
                    "taxType": "INCENTIVE"
                  },
                  "total": {
                    "currency": "KRW",
                    "value": "CUSTOMS_VALUE"
                  }
                }
              ],
              "freightDiscounts": [
                {
                  "amount": {
                    "currency": "AOA",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "New Keyboard model with 29 GB RAM, 269 GB storage, and muted features",
                  "percent": 10.67,
                  "rateDiscountType": "INCENTIVE"
                },
                {
                  "amount": {
                    "currency": "HKD",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Oriental Shoes designed with Aluminum for victorious performance",
                  "percent": 9.02,
                  "rateDiscountType": "INCENTIVE"
                },
                {
                  "amount": {
                    "currency": "ETB",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "The sleek and cuddly Cheese comes with cyan LED lighting for smart functionality",
                  "percent": 12.33,
                  "rateDiscountType": "INCENTIVE"
                },
                {
                  "amount": {
                    "currency": "KHR",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "New blue Pizza with ergonomic design for lanky comfort",
                  "percent": 27.42,
                  "rateDiscountType": "INCENTIVE"
                },
                {
                  "amount": {
                    "currency": "UAH",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "New Chicken model with 95 GB RAM, 890 GB storage, and limp features",
                  "percent": 23.18,
                  "rateDiscountType": "INCENTIVE"
                }
              ],
              "fuelSurchargePercent": 9.99,
              "minimumChargeType": "EARNED_DISCOUNT",
              "pickupBaseChargeDescription": "Pickup Area Surcharge",
              "pricingCode": "ACTUAL",
              "rateScale": "vBZpQc9JfS",
              "rateType": "PAYOR_ACCOUNT_PACKAGE",
              "rateZone": "coz3Lu",
              "ratingBasis": "SHIPMENT_WEIGHT_BASED",
              "rebates": [
                {
                  "amount": {
                    "currency": "NIO",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "The Mafalda Shoes is the latest in a series of strident products from Tillman - Schaefer",
                  "percent": 7.25,
                  "rebateType": "EARNED"
                },
                {
                  "amount": {
                    "currency": "WST",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Our rhinoceros-friendly Fish ensures average comfort for your pets",
                  "percent": 5.78,
                  "rebateType": "EARNED"
                },
                {
                  "amount": {
                    "currency": "UYU",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "The Obie Computer is the latest in a series of downright products from Pouros, Ernser and Blanda",
                  "percent": 5.51,
                  "rebateType": "EARNED"
                },
                {
                  "amount": {
                    "currency": "LSL",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Experience the silver brilliance of our Keyboard, perfect for zany environments",
                  "percent": 8.78,
                  "rebateType": "EARNED"
                }
              ],
              "specialRatingApplied": "FEDEX_ONE_RATE",
              "surcharges": [
                {
                  "amount": {
                    "currency": "HUF",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Savor the spicy essence in our Pants, designed for excitable culinary adventures",
                  "level": "PACKAGE",
                  "surchargeType": "COD"
                },
                {
                  "amount": {
                    "currency": "AUD",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Unbranded Pizza designed with Steel for wry performance",
                  "level": "PACKAGE",
                  "surchargeType": "COD"
                },
                {
                  "amount": {
                    "currency": "TND",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "The grey Hat combines Belarus aesthetics with Rubidium-based durability",
                  "level": "PACKAGE",
                  "surchargeType": "COD"
                },
                {
                  "amount": {
                    "currency": "DKK",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Featuring Copper-enhanced technology, our Tuna offers unparalleled insistent performance",
                  "level": "PACKAGE",
                  "surchargeType": "COD"
                }
              ],
              "taxes": [
                {
                  "amount": {
                    "currency": "HKD",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Stylish Shirt designed to make you stand out with lanky looks",
                  "taxType": "VAT"
                },
                {
                  "amount": {
                    "currency": "BOB",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "The Cathy Ball is the latest in a series of live products from King LLC",
                  "taxType": "VAT"
                },
                {
                  "amount": {
                    "currency": "KGS",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "New Ball model with 81 GB RAM, 867 GB storage, and electric features",
                  "taxType": "VAT"
                },
                {
                  "amount": {
                    "currency": "JPY",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "The Automated coherent portal Hat offers reliable performance and radiant design",
                  "taxType": "VAT"
                }
              ],
              "totalAncillaryFeesAndTaxes": {
                "currency": "RSD",
                "value": "CUSTOMS_VALUE"
              },
              "totalBaseCharge": {
                "currency": "BYN",
                "value": "CUSTOMS_VALUE"
              },
              "totalDutiesAndTaxes": {
                "currency": "TJS",
                "value": "CUSTOMS_VALUE"
              },
              "totalDutiesTaxesAndFees": {
                "currency": "KGS",
                "value": "CUSTOMS_VALUE"
              },
              "totalFreightDiscounts": {
                "currency": "XOF",
                "value": "CUSTOMS_VALUE"
              },
              "totalNetCharge": {
                "currency": "GNF",
                "value": "CUSTOMS_VALUE"
              },
              "totalNetChargeWithDutiesAndTaxes": {
                "currency": "OMR",
                "value": "CUSTOMS_VALUE"
              },
              "totalNetFedExCharge": {
                "currency": "UYU",
                "value": "CUSTOMS_VALUE"
              },
              "totalNetFreight": {
                "currency": "GTQ",
                "value": "CUSTOMS_VALUE"
              },
              "totalRebates": {
                "currency": "RON",
                "value": "CUSTOMS_VALUE"
              },
              "totalSurcharges": {
                "currency": "HTG",
                "value": "CUSTOMS_VALUE"
              },
              "totalTaxes": {
                "currency": "JOD",
                "value": "CUSTOMS_VALUE"
              },
              "totalVariableHandlingCharges": {
                "fixedVariableHandlingCharge": {
                  "currency": "LAK",
                  "value": "CUSTOMS_VALUE"
                },
                "percentVariableHandlingCharge": {
                  "currency": "AUD",
                  "value": "CUSTOMS_VALUE"
                },
                "totalCustomerCharge": {
                  "currency": "TRY",
                  "value": "CUSTOMS_VALUE"
                },
                "variableHandlingCharge": {
                  "currency": "EGP",
                  "value": "CUSTOMS_VALUE"
                }
              },
              "variableHandlingCharges": {
                "fixedVariableHandlingCharge": {
                  "currency": "MOP",
                  "value": "CUSTOMS_VALUE"
                },
                "percentVariableHandlingCharge": {
                  "currency": "PAB",
                  "value": "CUSTOMS_VALUE"
                },
                "totalCustomerCharge": {
                  "currency": "VND",
                  "value": "CUSTOMS_VALUE"
                },
                "variableHandlingCharge": {
                  "currency": "MGA",
                  "value": "CUSTOMS_VALUE"
                }
              }
            },
            "shipmentRateDetails": [
              {
                "currency": "NIO",
                "currencyExchangeRate": {
                  "fromCurrency": "BAM",
                  "intoCurrency": "MUR",
                  "rate": 1.0137
                },
                "dimDivisor": 236,
                "freightDiscounts": [
                  {
                    "amount": 3.01,
                    "description": "Stylish Pizza designed to make you stand out with dreary looks",
                    "percent": 26.29,
                    "rateDiscountType": "VOLUME"
                  },
                  {
                    "amount": 9.65,
                    "description": "Featuring Roentgenium-enhanced technology, our Chicken offers unparalleled weird performance",
                    "percent": 26.45,
                    "rateDiscountType": "EARNED"
                  },
                  {
                    "amount": 7.06,
                    "description": "Savor the delicious essence in our Car, designed for deafening culinary adventures",
                    "percent": 28.85,
                    "rateDiscountType": "VOLUME"
                  },
                  {
                    "amount": 7.92,
                    "description": "The sleek and ripe Keyboard comes with sky blue LED lighting for smart functionality",
                    "percent": 14.94,
                    "rateDiscountType": "VOLUME"
                  },
                  {
                    "amount": 3.38,
                    "description": "Discover the kangaroo-like agility of our Chips, perfect for mad users",
                    "percent": 16.41,
                    "rateDiscountType": "VOLUME"
                  }
                ],
                "fuelSurchargePercent": 9.8,
                "pricingCode": "LTL_FREIGHT",
                "ratedWeightMethod": "ACTUAL",
                "rateScale": "8944",
                "rateType": "RATED_ACCOUNT_SHIPMENT",
                "rateZone": "3M7pCe",
                "shipmentLegRateDetails": [
                  {
                    "currency": "BRL",
                    "currencyExchangeRate": {
                      "fromCurrency": "ERN",
                      "intoCurrency": "PHP",
                      "rate": 0.9851
                    },
                    "dimDivisor": 234,
                    "dimDivisorType": "CUSTOM",
                    "freightDiscounts": [
                      {
                        "amount": 4.55,
                        "description": "Our crispy-inspired Gloves brings a taste of luxury to your dirty lifestyle",
                        "percent": 7.94,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 2.03,
                        "description": "The grey Ball combines Pitcairn Islands aesthetics with Fluorine-based durability",
                        "percent": 8.33,
                        "rateDiscountType": "COUPON"
                      }
                    ],
                    "fuelSurchargePercent": 1.95,
                    "legDestinationLocationId": "b9R4",
                    "minimumChargeType": "MIN_WEIGHT",
                    "pricingCode": "LTL",
                    "ratedWeightMethod": "DIMENSIONAL",
                    "rateScale": "8167",
                    "rateType": "PAYOR_ACCOUNT",
                    "rateZone": "NRIexr",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 9.05,
                        "description": "The red Shoes combines Turkey aesthetics with Selenium-based durability",
                        "level": "STATE",
                        "type": "VAT"
                      }
                    ],
                    "totalBaseCharge": 131.3,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 19.25,
                    "totalFreightDiscounts": 0.29,
                    "totalNetCharge": 57.56,
                    "totalNetChargeWithDutiesAndTaxes": 150.58,
                    "totalNetFedExCharge": 106.75,
                    "totalNetFreight": 23.27,
                    "totalRebates": 2.82,
                    "totalSurcharges": 7.13,
                    "totalTaxes": 2.57
                  },
                  {
                    "currency": "BTN",
                    "currencyExchangeRate": {
                      "fromCurrency": "GNF",
                      "intoCurrency": "KGS",
                      "rate": 1.1396
                    },
                    "dimDivisor": 198,
                    "dimDivisorType": "CUSTOM",
                    "freightDiscounts": [
                      {
                        "amount": 1.49,
                        "description": "Professional-grade Pants perfect for linear training and recreational use",
                        "percent": 22.23,
                        "rateDiscountType": "EARNED"
                      }
                    ],
                    "fuelSurchargePercent": 2.45,
                    "legDestinationLocationId": "p2Cl",
                    "minimumChargeType": "NONE",
                    "pricingCode": "LTL",
                    "ratedWeightMethod": "DIMENSIONAL",
                    "rateScale": "1175",
                    "rateType": "PAYOR_ACCOUNT",
                    "rateZone": "EzDMXh",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 0.94,
                        "description": "Ergonomic Pizza made with Bamboo for all-day clueless support",
                        "level": "NATIONAL",
                        "type": "GST"
                      },
                      {
                        "amount": 3.56,
                        "description": "Professional-grade Chair perfect for unwritten training and recreational use",
                        "level": "STATE",
                        "type": "SALES"
                      },
                      {
                        "amount": 6.76,
                        "description": "Introducing the Samoa-inspired Hat, blending blank style with local craftsmanship",
                        "level": "NATIONAL",
                        "type": "VAT"
                      },
                      {
                        "amount": 2,
                        "description": "Kuhlman, Tillman and Krajcik's most advanced Chair technology increases stormy capabilities",
                        "level": "NATIONAL",
                        "type": "SALES"
                      }
                    ],
                    "totalBaseCharge": 98.08,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 11.58,
                    "totalFreightDiscounts": 2.51,
                    "totalNetCharge": 496.11,
                    "totalNetChargeWithDutiesAndTaxes": 446.49,
                    "totalNetFedExCharge": 231.41,
                    "totalNetFreight": 194.91,
                    "totalRebates": 0.65,
                    "totalSurcharges": 7.62,
                    "totalTaxes": 3.34
                  },
                  {
                    "currency": "ILS",
                    "currencyExchangeRate": {
                      "fromCurrency": "SAR",
                      "intoCurrency": "GHS",
                      "rate": 0.9556
                    },
                    "dimDivisor": 158,
                    "dimDivisorType": "CUSTOM",
                    "freightDiscounts": [
                      {
                        "amount": 1.87,
                        "description": "The sleek and minty Shirt comes with silver LED lighting for smart functionality",
                        "percent": 5.27,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 2.08,
                        "description": "Savor the tender essence in our Salad, designed for variable culinary adventures",
                        "percent": 15.5,
                        "rateDiscountType": "VOLUME"
                      }
                    ],
                    "fuelSurchargePercent": 8.08,
                    "legDestinationLocationId": "cUkO",
                    "minimumChargeType": "MIN_WEIGHT",
                    "pricingCode": "PACKAGE",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "9019",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "PTsER6",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 1.52,
                        "description": "Intelligent Pizza designed with Metal for happy performance",
                        "level": "STATE",
                        "type": "VAT"
                      },
                      {
                        "amount": 6.79,
                        "description": "Ergonomic Mouse made with Aluminum for all-day exalted support",
                        "level": "NATIONAL",
                        "type": "VAT"
                      },
                      {
                        "amount": 9.88,
                        "description": "Professional-grade Tuna perfect for ordinary training and recreational use",
                        "level": "NATIONAL",
                        "type": "SALES"
                      },
                      {
                        "amount": 9.35,
                        "description": "Discover the dolphin-like agility of our Soap, perfect for quintessential users",
                        "level": "NATIONAL",
                        "type": "GST"
                      }
                    ],
                    "totalBaseCharge": 80.07,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 13.7,
                    "totalFreightDiscounts": 4.1,
                    "totalNetCharge": 240.66,
                    "totalNetChargeWithDutiesAndTaxes": 545.08,
                    "totalNetFedExCharge": 28.33,
                    "totalNetFreight": 113.82,
                    "totalRebates": 2.74,
                    "totalSurcharges": 3.75,
                    "totalTaxes": 0.57
                  },
                  {
                    "currency": "PAB",
                    "currencyExchangeRate": {
                      "fromCurrency": "RWF",
                      "intoCurrency": "ARS",
                      "rate": 0.8031
                    },
                    "dimDivisor": 278,
                    "dimDivisorType": "STANDARD",
                    "freightDiscounts": [
                      {
                        "amount": 0.36,
                        "description": "Ergonomic Cheese made with Rubber for all-day orderly support",
                        "percent": 20.88,
                        "rateDiscountType": "BONUS"
                      }
                    ],
                    "fuelSurchargePercent": 8.74,
                    "legDestinationLocationId": "ELe2",
                    "minimumChargeType": "MIN_WEIGHT",
                    "pricingCode": "LTL",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "8868",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "UUbeea",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 1.16,
                        "description": "Toy and Sons's most advanced Tuna technology increases fat capabilities",
                        "level": "STATE",
                        "type": "VAT"
                      },
                      {
                        "amount": 1.88,
                        "description": "Stylish Sausages designed to make you stand out with international looks",
                        "level": "STATE",
                        "type": "SALES"
                      },
                      {
                        "amount": 5.92,
                        "description": "Introducing the Senegal-inspired Hat, blending soggy style with local craftsmanship",
                        "level": "STATE",
                        "type": "GST"
                      },
                      {
                        "amount": 5.88,
                        "description": "Discover the thorny new Ball with an exciting mix of Ceramic ingredients",
                        "level": "NATIONAL",
                        "type": "SALES"
                      },
                      {
                        "amount": 9.09,
                        "description": "The Baylee Fish is the latest in a series of gummy products from Volkman and Sons",
                        "level": "NATIONAL",
                        "type": "GST"
                      }
                    ],
                    "totalBaseCharge": 114.1,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 6.17,
                    "totalFreightDiscounts": 0.38,
                    "totalNetCharge": 229.37,
                    "totalNetChargeWithDutiesAndTaxes": 472.75,
                    "totalNetFedExCharge": 234.27,
                    "totalNetFreight": 103.65,
                    "totalRebates": 3.38,
                    "totalSurcharges": 3.75,
                    "totalTaxes": 1.36
                  }
                ],
                "surcharges": [
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  }
                ],
                "taxes": [
                  {
                    "amount": 0.28,
                    "description": "Professional-grade Hat perfect for blue training and recreational use",
                    "level": "STATE",
                    "type": "GST"
                  },
                  {
                    "amount": 1.57,
                    "description": "New lavender Hat with ergonomic design for creative comfort",
                    "level": "STATE",
                    "type": "VAT"
                  },
                  {
                    "amount": 2.05,
                    "description": "Ergonomic Cheese made with Ceramic for all-day assured support",
                    "level": "NATIONAL",
                    "type": "GST"
                  },
                  {
                    "amount": 7.75,
                    "description": "Introducing the Czechia-inspired Hat, blending reasonable style with local craftsmanship",
                    "level": "NATIONAL",
                    "type": "VAT"
                  },
                  {
                    "amount": 3.38,
                    "description": "Stylish Towels designed to make you stand out with standard looks",
                    "level": "STATE",
                    "type": "VAT"
                  }
                ],
                "totalAncillaryFeesAndTaxes": 2.17,
                "totalBaseCharge": 354.95,
                "totalBillingWeight": {
                  "units": "KG",
                  "value": 68
                },
                "totalDutiesAndTaxes": 5.98,
                "totalDutiesTaxesAndFees": 32.06,
                "totalFreightDiscounts": 0.5,
                "totalNetCharge": 259.72,
                "totalNetChargeWithDutiesAndTaxes": 335.81,
                "totalNetFedExCharge": 215.2,
                "totalNetFreight": 127.6,
                "totalRebates": 4.49,
                "totalSurcharges": 17.42,
                "totalTaxes": 4.12
              },
              {
                "currency": "THB",
                "currencyExchangeRate": {
                  "fromCurrency": "NZD",
                  "intoCurrency": "BRL",
                  "rate": 1.0131
                },
                "dimDivisor": 118,
                "freightDiscounts": [
                  {
                    "amount": 3.53,
                    "description": "The Advanced logistical database Fish offers reliable performance and royal design",
                    "percent": 5.64,
                    "rateDiscountType": "COUPON"
                  },
                  {
                    "amount": 9.98,
                    "description": "The indigo Ball combines Sudan aesthetics with Mendelevium-based durability",
                    "percent": 23.03,
                    "rateDiscountType": "EARNED"
                  },
                  {
                    "amount": 0.16,
                    "description": "Savor the sour essence in our Ball, designed for uncomfortable culinary adventures",
                    "percent": 11.66,
                    "rateDiscountType": "VOLUME"
                  },
                  {
                    "amount": 1.25,
                    "description": "Professional-grade Gloves perfect for unwelcome training and recreational use",
                    "percent": 14.79,
                    "rateDiscountType": "COUPON"
                  },
                  {
                    "amount": 5.41,
                    "description": "Stylish Mouse designed to make you stand out with heavenly looks",
                    "percent": 29.32,
                    "rateDiscountType": "COUPON"
                  }
                ],
                "fuelSurchargePercent": 2.54,
                "pricingCode": "LTL_FREIGHT",
                "ratedWeightMethod": "DIMENSIONAL",
                "rateScale": "6707",
                "rateType": "RATED_ACCOUNT_SHIPMENT",
                "rateZone": "KeN2nL",
                "shipmentLegRateDetails": [
                  {
                    "currency": "OMR",
                    "currencyExchangeRate": {
                      "fromCurrency": "TJS",
                      "intoCurrency": "BAM",
                      "rate": 0.806
                    },
                    "dimDivisor": 293,
                    "dimDivisorType": "STANDARD",
                    "freightDiscounts": [
                      {
                        "amount": 7.92,
                        "description": "Stylish Pizza designed to make you stand out with prickly looks",
                        "percent": 19.01,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 9.5,
                        "description": "The olive Table combines Peru aesthetics with Plutonium-based durability",
                        "percent": 27.08,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 5.71,
                        "description": "The mint green Bike combines Cote d'Ivoire aesthetics with Fluorine-based durability",
                        "percent": 5.33,
                        "rateDiscountType": "BONUS"
                      }
                    ],
                    "fuelSurchargePercent": 8.96,
                    "legDestinationLocationId": "gO3h",
                    "minimumChargeType": "NONE",
                    "pricingCode": "PACKAGE",
                    "ratedWeightMethod": "DIMENSIONAL",
                    "rateScale": "3551",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "7353xa",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 6.61,
                        "description": "Ergonomic Computer made with Steel for all-day spanish support",
                        "level": "NATIONAL",
                        "type": "GST"
                      },
                      {
                        "amount": 0.27,
                        "description": "Featuring Antimony-enhanced technology, our Towels offers unparalleled untried performance",
                        "level": "NATIONAL",
                        "type": "GST"
                      }
                    ],
                    "totalBaseCharge": 37.17,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 3.12,
                    "totalFreightDiscounts": 1.42,
                    "totalNetCharge": 151.49,
                    "totalNetChargeWithDutiesAndTaxes": 228.94,
                    "totalNetFedExCharge": 111.14,
                    "totalNetFreight": 78.03,
                    "totalRebates": 4.8,
                    "totalSurcharges": 7.54,
                    "totalTaxes": 2.38
                  },
                  {
                    "currency": "NZD",
                    "currencyExchangeRate": {
                      "fromCurrency": "SZL",
                      "intoCurrency": "SSP",
                      "rate": 1.1593
                    },
                    "dimDivisor": 145,
                    "dimDivisorType": "STANDARD",
                    "freightDiscounts": [
                      {
                        "amount": 6.7,
                        "description": "Stylish Salad designed to make you stand out with sniveling looks",
                        "percent": 11.79,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 2.13,
                        "description": "Professional-grade Keyboard perfect for minty training and recreational use",
                        "percent": 2.82,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 3.9,
                        "description": "Stylish Fish designed to make you stand out with vibrant looks",
                        "percent": 3.95,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 5.19,
                        "description": "Gerhold Inc's most advanced Chicken technology increases chilly capabilities",
                        "percent": 22.04,
                        "rateDiscountType": "EARNED"
                      }
                    ],
                    "fuelSurchargePercent": 4.22,
                    "legDestinationLocationId": "d8nG",
                    "minimumChargeType": "MIN_WEIGHT",
                    "pricingCode": "LTL",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "2713",
                    "rateType": "PAYOR_ACCOUNT",
                    "rateZone": "m6yMpB",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 7.11,
                        "description": "Discover the sweet new Soap with an exciting mix of Plastic ingredients",
                        "level": "NATIONAL",
                        "type": "VAT"
                      },
                      {
                        "amount": 8.19,
                        "description": "Professional-grade Sausages perfect for proud training and recreational use",
                        "level": "STATE",
                        "type": "SALES"
                      },
                      {
                        "amount": 5.47,
                        "description": "The Operative dedicated analyzer Pants offers reliable performance and official design",
                        "level": "STATE",
                        "type": "VAT"
                      }
                    ],
                    "totalBaseCharge": 32.82,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 10.78,
                    "totalFreightDiscounts": 3.38,
                    "totalNetCharge": 482.26,
                    "totalNetChargeWithDutiesAndTaxes": 309.49,
                    "totalNetFedExCharge": 77.75,
                    "totalNetFreight": 16.61,
                    "totalRebates": 2.52,
                    "totalSurcharges": 1.23,
                    "totalTaxes": 4.19
                  }
                ],
                "surcharges": [
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  }
                ],
                "taxes": [
                  {
                    "amount": 5.98,
                    "description": "Introducing the Maldives-inspired Hat, blending well-off style with local craftsmanship",
                    "level": "NATIONAL",
                    "type": "VAT"
                  },
                  {
                    "amount": 1.6,
                    "description": "Experience the pink brilliance of our Chips, perfect for pricey environments",
                    "level": "NATIONAL",
                    "type": "SALES"
                  },
                  {
                    "amount": 3.33,
                    "description": "The Polarised system-worthy approach Chicken offers reliable performance and agreeable design",
                    "level": "STATE",
                    "type": "VAT"
                  },
                  {
                    "amount": 3.44,
                    "description": "The Annabel Bike is the latest in a series of distinct products from Jones - Parker",
                    "level": "STATE",
                    "type": "SALES"
                  },
                  {
                    "amount": 6.1,
                    "description": "Savor the juicy essence in our Bike, designed for bouncy culinary adventures",
                    "level": "STATE",
                    "type": "GST"
                  }
                ],
                "totalAncillaryFeesAndTaxes": 4.24,
                "totalBaseCharge": 441.24,
                "totalBillingWeight": {
                  "units": "KG",
                  "value": 68
                },
                "totalDutiesAndTaxes": 8.09,
                "totalDutiesTaxesAndFees": 46.34,
                "totalFreightDiscounts": 3.32,
                "totalNetCharge": 359.14,
                "totalNetChargeWithDutiesAndTaxes": 371.91,
                "totalNetFedExCharge": 453.78,
                "totalNetFreight": 18.4,
                "totalRebates": 2.39,
                "totalSurcharges": 12.74,
                "totalTaxes": 1.62
              }
            ],
            "totalNetFedExTransportationAndPickupCharge": {
              "currency": "LSL",
              "value": "CUSTOMS_VALUE"
            },
            "totalNetTransportationAndPickupCharge": {
              "currency": "MWK",
              "value": "CUSTOMS_VALUE"
            }
          },
          "usDomestic": false
        },
        "masterTrackingNumber": "277733966177",
        "pieceResponses": [
          {
            "acceptanceTrackingNumber": "794953535000",
            "acceptanceType": "acceptanceType",
            "additionalChargesDiscount": 621.45,
            "baseRateAmount": 321.45,
            "codCollectionAmount": 231.45,
            "customerReferences": [
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              },
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              },
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              }
            ],
            "deliveryTimestamp": "2012-09-23",
            "listCustomerTotalCharge": "listCustomerTotalCharge",
            "listRateAmount": 1.45,
            "masterTrackingNumber": "794953535000",
            "netChargeAmount": 21.45,
            "netDiscountAmount": 121.45,
            "packageDocuments": [
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              },
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              },
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              },
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              },
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              }
            ],
            "packageSequenceNumber": 215,
            "serviceCategory": "EXPRESS",
            "trackingIdType": "FEDEX",
            "trackingNumber": "794953535000"
          },
          {
            "acceptanceTrackingNumber": "794953535000",
            "acceptanceType": "acceptanceType",
            "additionalChargesDiscount": 621.45,
            "baseRateAmount": 321.45,
            "codCollectionAmount": 231.45,
            "customerReferences": [
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              },
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              }
            ],
            "deliveryTimestamp": "2012-09-23",
            "listCustomerTotalCharge": "listCustomerTotalCharge",
            "listRateAmount": 1.45,
            "masterTrackingNumber": "794953535000",
            "netChargeAmount": 21.45,
            "netDiscountAmount": 121.45,
            "packageDocuments": [
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              },
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              },
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              },
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              }
            ],
            "packageSequenceNumber": 215,
            "serviceCategory": "EXPRESS",
            "trackingIdType": "FEDEX",
            "trackingNumber": "794953535000"
          },
          {
            "acceptanceTrackingNumber": "794953535000",
            "acceptanceType": "acceptanceType",
            "additionalChargesDiscount": 621.45,
            "baseRateAmount": 321.45,
            "codCollectionAmount": 231.45,
            "customerReferences": [
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              },
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              },
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              }
            ],
            "deliveryTimestamp": "2012-09-23",
            "listCustomerTotalCharge": "listCustomerTotalCharge",
            "listRateAmount": 1.45,
            "masterTrackingNumber": "794953535000",
            "netChargeAmount": 21.45,
            "netDiscountAmount": 121.45,
            "packageDocuments": [
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              },
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              },
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              },
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              }
            ],
            "packageSequenceNumber": 215,
            "serviceCategory": "EXPRESS",
            "trackingIdType": "FEDEX",
            "trackingNumber": "794953535000"
          },
          {
            "acceptanceTrackingNumber": "794953535000",
            "acceptanceType": "acceptanceType",
            "additionalChargesDiscount": 621.45,
            "baseRateAmount": 321.45,
            "codCollectionAmount": 231.45,
            "customerReferences": [
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              }
            ],
            "deliveryTimestamp": "2012-09-23",
            "listCustomerTotalCharge": "listCustomerTotalCharge",
            "listRateAmount": 1.45,
            "masterTrackingNumber": "794953535000",
            "netChargeAmount": 21.45,
            "netDiscountAmount": 121.45,
            "packageDocuments": [
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              }
            ],
            "packageSequenceNumber": 215,
            "serviceCategory": "EXPRESS",
            "trackingIdType": "FEDEX",
            "trackingNumber": "794953535000"
          }
        ],
        "serviceCategory": "EXPRESS",
        "serviceName": "FedEx 2 Day Freight",
        "serviceType": "STANDARD_OVERNIGHT",
        "shipDatestamp": "2010-03-04",
        "shipmentAdvisoryDetails": {
          "regulatoryAdvisory": {
            "prohibitions": [
              {
                "advisory": {
                  "code": "vGhe",
                  "localizedText": "The fuchsia Gloves combines Netherlands aesthetics with Caesium-based durability",
                  "parameters": [
                    {
                      "id": "1339",
                      "value": "Frozen Cotton Car"
                    },
                    {
                      "id": "5285",
                      "value": "Unbranded Aluminum Hat"
                    },
                    {
                      "id": "7431",
                      "value": "Recycled Concrete Salad"
                    },
                    {
                      "id": "1239",
                      "value": "Ergonomic Ceramic Tuna"
                    },
                    {
                      "id": "7831",
                      "value": "Unbranded Plastic Tuna"
                    }
                  ],
                  "text": "Discover the monkey-like agility of our Pizza, perfect for palatable users"
                },
                "categories": [
                  "categories"
                ],
                "commodityIndex": 15,
                "derivedHarmonizedCode": "967002",
                "source": "CUSTOMS",
                "status": "ACTIVE",
                "type": "IMPORT",
                "waiver": {
                  "advisories": [
                    {
                      "code": "SQ7h",
                      "localizedText": "Innovative Bike featuring elementary technology and Metal construction",
                      "parameters": [
                        {
                          "id": "6953",
                          "value": "Refined Plastic Shirt"
                        },
                        {
                          "id": "1902",
                          "value": "Handmade Wooden Mouse"
                        },
                        {
                          "id": "0269",
                          "value": "Intelligent Steel Pants"
                        },
                        {
                          "id": "7032",
                          "value": "Small Wooden Computer"
                        },
                        {
                          "id": "2572",
                          "value": "Rustic Wooden Keyboard"
                        }
                      ],
                      "text": "Dietrich Group's most advanced Shirt technology increases arid capabilities"
                    }
                  ],
                  "description": "Experience the maroon brilliance of our Shoes, perfect for mean environments",
                  "id": "477dc8a1-370d-46a6-81e9-5ff644ae067e"
                }
              },
              {
                "advisory": {
                  "code": "f2cE",
                  "localizedText": "Our sweet-inspired Pants brings a taste of luxury to your shabby lifestyle",
                  "parameters": [
                    {
                      "id": "7760",
                      "value": "Awesome Concrete Cheese"
                    },
                    {
                      "id": "4485",
                      "value": "Ergonomic Bronze Bacon"
                    }
                  ],
                  "text": "Kautzer Group's most advanced Bike technology increases tall capabilities"
                },
                "categories": [
                  "categories"
                ],
                "commodityIndex": 11,
                "derivedHarmonizedCode": "773701",
                "source": "CUSTOMS",
                "status": "ACTIVE",
                "type": "IMPORT",
                "waiver": {
                  "advisories": [
                    {
                      "code": "mPFi",
                      "localizedText": "Introducing the Northern Mariana Islands-inspired Sausages, blending shadowy style with local craftsmanship",
                      "parameters": [
                        {
                          "id": "1626",
                          "value": "Unbranded Cotton Computer"
                        }
                      ],
                      "text": "New Pizza model with 26 GB RAM, 850 GB storage, and ajar features"
                    },
                    {
                      "code": "kqBh",
                      "localizedText": "Professional-grade Towels perfect for crafty training and recreational use",
                      "parameters": [
                        {
                          "id": "2636",
                          "value": "Handcrafted Silk Pants"
                        },
                        {
                          "id": "4018",
                          "value": "Licensed Wooden Hat"
                        },
                        {
                          "id": "8289",
                          "value": "Frozen Gold Table"
                        },
                        {
                          "id": "2190",
                          "value": "Refined Aluminum Computer"
                        },
                        {
                          "id": "7860",
                          "value": "Small Plastic Pants"
                        }
                      ],
                      "text": "New pink Shoes with ergonomic design for helpful comfort"
                    }
                  ],
                  "description": "Experience the orange brilliance of our Mouse, perfect for timely environments",
                  "id": "0c35557b-23dd-4c63-bdc6-314ea5d1c10b"
                }
              },
              {
                "advisory": {
                  "code": "TEmk",
                  "localizedText": "Innovative Sausages featuring lumpy technology and Ceramic construction",
                  "parameters": [
                    {
                      "id": "8856",
                      "value": "Licensed Cotton Chips"
                    },
                    {
                      "id": "6921",
                      "value": "Electronic Metal Computer"
                    }
                  ],
                  "text": "Discover the bird-like agility of our Pizza, perfect for outrageous users"
                },
                "categories": [
                  "categories"
                ],
                "commodityIndex": 8,
                "derivedHarmonizedCode": "310733",
                "source": "CUSTOMS",
                "status": "EXPIRED",
                "type": "IMPORT",
                "waiver": {
                  "advisories": [
                    {
                      "code": "sXWo",
                      "localizedText": "Innovative Salad featuring quintessential technology and Silk construction",
                      "parameters": [
                        {
                          "id": "1772",
                          "value": "Soft Marble Pizza"
                        },
                        {
                          "id": "0672",
                          "value": "Intelligent Plastic Pants"
                        },
                        {
                          "id": "8630",
                          "value": "Tasty Metal Car"
                        },
                        {
                          "id": "5159",
                          "value": "Fantastic Cotton Pants"
                        },
                        {
                          "id": "6850",
                          "value": "Fresh Concrete Table"
                        }
                      ],
                      "text": "New turquoise Ball with ergonomic design for puzzled comfort"
                    },
                    {
                      "code": "7HoM",
                      "localizedText": "Our crispy-inspired Fish brings a taste of luxury to your greedy lifestyle",
                      "parameters": [
                        {
                          "id": "8780",
                          "value": "Incredible Bronze Tuna"
                        },
                        {
                          "id": "8071",
                          "value": "Bespoke Steel Cheese"
                        },
                        {
                          "id": "9711",
                          "value": "Ergonomic Concrete Mouse"
                        },
                        {
                          "id": "6045",
                          "value": "Soft Concrete Fish"
                        },
                        {
                          "id": "0505",
                          "value": "Oriental Concrete Fish"
                        }
                      ],
                      "text": "Our savory-inspired Sausages brings a taste of luxury to your winding lifestyle"
                    },
                    {
                      "code": "4Ksl",
                      "localizedText": "Discover the lion-like agility of our Tuna, perfect for lone users",
                      "parameters": [
                        {
                          "id": "6840",
                          "value": "Gorgeous Plastic Table"
                        },
                        {
                          "id": "0667",
                          "value": "Modern Silk Chair"
                        }
                      ],
                      "text": "Stylish Chicken designed to make you stand out with creative looks"
                    }
                  ],
                  "description": "Stylish Shoes designed to make you stand out with well-lit looks",
                  "id": "278f286d-8bd7-4b17-8fe5-50ae62edecfa"
                }
              },
              {
                "advisory": {
                  "code": "ReJt",
                  "localizedText": "Ergonomic Towels made with Gold for all-day made-up support",
                  "parameters": [
                    {
                      "id": "8802",
                      "value": "Frozen Cotton Hat"
                    },
                    {
                      "id": "4243",
                      "value": "Elegant Aluminum Shoes"
                    }
                  ],
                  "text": "Discover the pleased new Pants with an exciting mix of Silk ingredients"
                },
                "categories": [
                  "categories"
                ],
                "commodityIndex": 35,
                "derivedHarmonizedCode": "923706",
                "source": "CUSTOMS",
                "status": "EXPIRED",
                "type": "IMPORT",
                "waiver": {
                  "advisories": [
                    {
                      "code": "dNez",
                      "localizedText": "Savor the crunchy essence in our Keyboard, designed for definitive culinary adventures",
                      "parameters": [
                        {
                          "id": "9228",
                          "value": "Gorgeous Ceramic Hat"
                        },
                        {
                          "id": "8587",
                          "value": "Recycled Wooden Fish"
                        },
                        {
                          "id": "4645",
                          "value": "Elegant Wooden Car"
                        },
                        {
                          "id": "0695",
                          "value": "Modern Concrete Fish"
                        },
                        {
                          "id": "4214",
                          "value": "Unbranded Rubber Table"
                        }
                      ],
                      "text": "New Chicken model with 26 GB RAM, 58 GB storage, and another features"
                    },
                    {
                      "code": "lUoK",
                      "localizedText": "Savor the bitter essence in our Chair, designed for frightened culinary adventures",
                      "parameters": [
                        {
                          "id": "9664",
                          "value": "Elegant Marble Shoes"
                        },
                        {
                          "id": "4076",
                          "value": "Generic Concrete Sausages"
                        }
                      ],
                      "text": "Featuring Darmstadtium-enhanced technology, our Chicken offers unparalleled violent performance"
                    },
                    {
                      "code": "sn1G",
                      "localizedText": "Discover the silky new Pants with an exciting mix of Bronze ingredients",
                      "parameters": [
                        {
                          "id": "9930",
                          "value": "Sleek Ceramic Gloves"
                        }
                      ],
                      "text": "The Kirsten Fish is the latest in a series of dreary products from Toy - Kling"
                    },
                    {
                      "code": "RpHf",
                      "localizedText": "The purple Bacon combines Jordan aesthetics with Germanium-based durability",
                      "parameters": [
                        {
                          "id": "8643",
                          "value": "Ergonomic Steel Chicken"
                        }
                      ],
                      "text": "Introducing the Saint Barthelemy-inspired Keyboard, blending prudent style with local craftsmanship"
                    }
                  ],
                  "description": "New azure Towels with ergonomic design for hairy comfort",
                  "id": "fd6faad0-396c-4ecd-aa04-ce8c735c63dc"
                }
              },
              {
                "advisory": {
                  "code": "gcni",
                  "localizedText": "Professional-grade Bacon perfect for private training and recreational use",
                  "parameters": [
                    {
                      "id": "9687",
                      "value": "Handmade Bamboo Salad"
                    },
                    {
                      "id": "4561",
                      "value": "Frozen Bamboo Cheese"
                    },
                    {
                      "id": "1008",
                      "value": "Refined Granite Pants"
                    },
                    {
                      "id": "7948",
                      "value": "Generic Ceramic Car"
                    }
                  ],
                  "text": "The sleek and known Mouse comes with yellow LED lighting for smart functionality"
                },
                "categories": [
                  "categories"
                ],
                "commodityIndex": 4,
                "derivedHarmonizedCode": "376199",
                "source": "CUSTOMS",
                "status": "EXPIRED",
                "type": "IMPORT",
                "waiver": {
                  "advisories": [
                    {
                      "code": "OJbz",
                      "localizedText": "The plum Bike combines Mauritania aesthetics with Tantalum-based durability",
                      "parameters": [
                        {
                          "id": "7192",
                          "value": "Refined Steel Gloves"
                        },
                        {
                          "id": "2422",
                          "value": "Recycled Ceramic Chicken"
                        },
                        {
                          "id": "6412",
                          "value": "Unbranded Gold Cheese"
                        }
                      ],
                      "text": "Featuring Livermorium-enhanced technology, our Chips offers unparalleled big performance"
                    },
                    {
                      "code": "LP9R",
                      "localizedText": "Featuring Ytterbium-enhanced technology, our Table offers unparalleled outlandish performance",
                      "parameters": [
                        {
                          "id": "9031",
                          "value": "Fresh Granite Tuna"
                        },
                        {
                          "id": "9252",
                          "value": "Soft Metal Chicken"
                        }
                      ],
                      "text": "The Visionary high-level knowledge user Cheese offers reliable performance and flawless design"
                    }
                  ],
                  "description": "Introducing the Tonga-inspired Chair, blending sleepy style with local craftsmanship",
                  "id": "c8a877f9-ecfe-4498-acda-8105bf828ba7"
                }
              }
            ]
          }
        },
        "shipmentDocuments": [
          {
            "alerts": [
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              },
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              },
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              },
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              }
            ],
            "contentKey": "content key",
            "contentType": "COMMERCIAL_INVOICE",
            "copiesToPrint": 10,
            "docType": "PDF",
            "encodedLabel": "encoded label",
            "trackingNumber": "794953535000",
            "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
          },
          {
            "alerts": [
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              },
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              },
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              }
            ],
            "contentKey": "content key",
            "contentType": "COMMERCIAL_INVOICE",
            "copiesToPrint": 10,
            "docType": "PDF",
            "encodedLabel": "encoded label",
            "trackingNumber": "794953535000",
            "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
          },
          {
            "alerts": [
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              },
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              }
            ],
            "contentKey": "content key",
            "contentType": "COMMERCIAL_INVOICE",
            "copiesToPrint": 10,
            "docType": "PDF",
            "encodedLabel": "encoded label",
            "trackingNumber": "794953535000",
            "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
          }
        ]
      },
      {
        "alerts": [
          {
            "code": "RECIPIENTCONTACT.PHONENUMBER.INVALID",
            "message": "Recipient’s phone number format is not matching with recipient's country code; hence, recipient will not receive Convenient Delivery Options. Moving forward, please provide valid mobile phone number."
          },
          {
            "code": "RECIPIENTCONTACT.PHONENUMBER.INVALID",
            "message": "Recipient’s phone number format is not matching with recipient's country code; hence, recipient will not receive Convenient Delivery Options. Moving forward, please provide valid mobile phone number."
          }
        ],
        "completedShipmentDetail": {
          "accessDetail": {
            "accessorDetails": [
              {
                "emailLabelUrl": "https://royal-challenge.net",
                "password": "AfPyvAr9d9",
                "role": "USER",
                "userId": "10da56e8-e095-4f80-b3be-06c14a8e9b18"
              },
              {
                "emailLabelUrl": "https://rectangular-word.info",
                "password": "TzjibPvJwo",
                "role": "ADMIN",
                "userId": "2fa91685-bc72-41f1-bd10-468b1e491862"
              },
              {
                "emailLabelUrl": "https://tasty-seagull.biz/",
                "password": "vFXIvqVvZ5",
                "role": "USER",
                "userId": "3a550f5a-9274-4792-89f3-592e5d652308"
              },
              {
                "emailLabelUrl": "https://quiet-settler.name",
                "password": "yCFY63aLvZ",
                "role": "VIEWER",
                "userId": "c62e7b5d-c7b6-40d9-94f3-b9b876d9020c"
              }
            ]
          },
          "carrierCode": "FDXE",
          "completedEtdDetail": {
            "folderId": "0xA",
            "type": "COMMERCIAL_INVOICE",
            "uploadDocumentReferenceDetails": [
              {
                "description": "PRO FORMA INVOICE",
                "documentId": "090927d680038c61",
                "documentReference": "DocumentReference",
                "documentType": "PRO_FORMA_INVOICE"
              },
              {
                "description": "PRO FORMA INVOICE",
                "documentId": "090927d680038c61",
                "documentReference": "DocumentReference",
                "documentType": "PRO_FORMA_INVOICE"
              },
              {
                "description": "PRO FORMA INVOICE",
                "documentId": "090927d680038c61",
                "documentReference": "DocumentReference",
                "documentType": "PRO_FORMA_INVOICE"
              },
              {
                "description": "PRO FORMA INVOICE",
                "documentId": "090927d680038c61",
                "documentReference": "DocumentReference",
                "documentType": "PRO_FORMA_INVOICE"
              }
            ]
          },
          "completedHoldAtLocationDetail": {
            "holdingLocation": {
              "address": {
                "city": "Beverly Hills",
                "countryCode": "US",
                "postalCode": "38127",
                "residential": false,
                "stateOrProvinceCode": "CA",
                "streetLines": [
                  "10 FedEx Parkway",
                  "Suite 302"
                ]
              },
              "contact": {
                "companyName": "Bode - Bergnaum",
                "emailAddress": "Yoshiko69@gmail.com",
                "personName": "Amanda Hessel",
                "phoneExtension": "2",
                "phoneNumber": "(416) 257-6666"
              }
            },
            "holdingLocationType": "FEDEX_STAFFED"
          },
          "completedPackageDetails": [
            {
              "dryIceWeight": {
                "units": "KG",
                "value": 68
              },
              "groupNumber": 567,
              "hazardousPackageDetail": {
                "accessibility": "ACCESSIBLE",
                "cargoAircraftOnly": true,
                "containers": [
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  }
                ],
                "labelType": "II_YELLOW",
                "radioactiveTransportIndex": 2.45,
                "referenceId": "123456",
                "regulation": "IATA"
              },
              "operationalDetail": {
                "astraHandlingText": "astraHandlingText",
                "barcodes": {
                  "binaryBarcodes": [
                    {
                      "type": "COMMON-2D",
                      "value": "dQuPXe/Mz"
                    },
                    {
                      "type": "COMMON-2D",
                      "value": "rKx1jm=d"
                    },
                    {
                      "type": "COMMON-2D",
                      "value": "cxxA"
                    }
                  ],
                  "stringBarcodes": [
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    }
                  ]
                },
                "operationalInstructions": [
                  {
                    "content": "content",
                    "number": 17
                  },
                  {
                    "content": "content",
                    "number": 17
                  },
                  {
                    "content": "content",
                    "number": 17
                  },
                  {
                    "content": "content",
                    "number": 17
                  }
                ]
              },
              "oversizeClass": "OVERSIZE_1, OVERSIZE_2, OVERSIZE_3",
              "packageRating": {
                "actualRateType": "PAYOR_ACCOUNT_PACKAGE",
                "effectiveNetDiscount": 0,
                "packageRateDetails": [
                  {
                    "baseCharge": 45.67,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "CUSTOMER",
                    "netCharge": 121.56,
                    "netFedExCharge": 12.56,
                    "netFreight": 4.89,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 44.55,
                    "totalRebates": 4.56,
                    "totalSurcharges": 22.56,
                    "totalTaxes": 3.45
                  },
                  {
                    "baseCharge": 45.67,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "CUSTOMER",
                    "netCharge": 121.56,
                    "netFedExCharge": 12.56,
                    "netFreight": 4.89,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 44.55,
                    "totalRebates": 4.56,
                    "totalSurcharges": 22.56,
                    "totalTaxes": 3.45
                  },
                  {
                    "baseCharge": 45.67,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "CUSTOMER",
                    "netCharge": 121.56,
                    "netFedExCharge": 12.56,
                    "netFreight": 4.89,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 44.55,
                    "totalRebates": 4.56,
                    "totalSurcharges": 22.56,
                    "totalTaxes": 3.45
                  },
                  {
                    "baseCharge": 45.67,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "CUSTOMER",
                    "netCharge": 121.56,
                    "netFedExCharge": 12.56,
                    "netFreight": 4.89,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 44.55,
                    "totalRebates": 4.56,
                    "totalSurcharges": 22.56,
                    "totalTaxes": 3.45
                  }
                ]
              },
              "sequenceNumber": 256,
              "signatureOption": "DIRECT",
              "trackingIds": [
                {
                  "formId": "0201",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "49092000070120032835",
                  "uspsApplicationId": "92"
                },
                {
                  "formId": "0201",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "49092000070120032835",
                  "uspsApplicationId": "92"
                }
              ]
            }
          ],
          "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": [
              "CERTIFICATE_OF_ORIGIN"
            ],
            "requiredDocuments": [
              "COMMERCIAL_OR_PRO_FORMA_INVOICE",
              "AIR_WAYBILL"
            ]
          },
          "exportComplianceStatement": "eFvSsq5dfP5eM7jr",
          "hazardousShipmentDetail": {
            "adrLicense": {
              "licenseOrPermitDetail": {
                "effectiveDate": "2025-11-07T00:00:00.0Z",
                "expirationDate": "2026-08-28T00:00:00.0Z",
                "number": "0"
              }
            },
            "dryIceDetail": {
              "packageCount": 10,
              "processingOptions": {
                "options": [
                  "options"
                ]
              },
              "totalWeight": {
                "units": "KG",
                "value": 68
              }
            },
            "hazardousSummaryDetail": {
              "smallQuantityExceptionPackageCount": 6
            }
          },
          "masterTrackingId": {
            "formId": "0201",
            "trackingIdType": "EXPRESS",
            "trackingNumber": "49092000070120032835",
            "uspsApplicationId": "92"
          },
          "operationalDetail": {
            "airportId": "DFW",
            "astraDescription": "SMART POST",
            "astraPlannedServiceLevel": "WED - 16 OCT 10:30A",
            "commitDate": "2026-09-23T00:00:00.0Z",
            "commitDay": "Sat",
            "countryCode": "US",
            "customTransitTime": "ONE_DAY",
            "deliveryDate": "2001-04-05",
            "deliveryDay": "TUE",
            "deliveryEligibilities": [
              "deliveryEligibilities"
            ],
            "destinationLocationId": "qCFo",
            "destinationLocationNumber": 847,
            "destinationLocationStateOrProvinceCode": "GA",
            "destinationServiceArea": "bN",
            "ineligibleForMoneyBackGuarantee": true,
            "maximumTransitTime": "TWO_DAYS",
            "originLocationId": "678",
            "originLocationNumber": 243,
            "originServiceArea": "A1",
            "packagingCode": "03",
            "postalCode": "38010",
            "publishedDeliveryTime": "12:00P",
            "scac": "scac",
            "serviceCode": "010",
            "stateOrProvinceCode": "ME",
            "transitTime": "THREE_DAYS",
            "ursaPrefixCode": "UF",
            "ursaSuffixCode": "Xs"
          },
          "packagingDescription": "FedEx Pak",
          "serviceDescription": {
            "astraDescription": "1 DAY FRT",
            "code": "9",
            "description": "Discover the same new Shoes with an exciting mix of Bronze ingredients",
            "names": [
              {
                "encoding": "UTF-8",
                "type": "long",
                "value": "G-1"
              }
            ],
            "operatingOrgCodes": [
              "FXE"
            ],
            "serviceCategory": "FREIGHT",
            "serviceId": "jGb3aaUYe7oG",
            "serviceType": "FEDEX_GROUND"
          },
          "shipmentRating": {
            "actualRateType": "PAYOR_LIST_SHIPMENT",
            "pickupRateDetail": {
              "ancillaryFeesAndTaxes": [
                {
                  "amount": {
                    "currency": "AOA",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Innovative Chair featuring unselfish technology and Aluminum construction",
                  "type": "CLEARANCE_ENTRY_FEE"
                },
                {
                  "amount": {
                    "currency": "ANG",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "The sleek and untimely Table comes with blue LED lighting for smart functionality",
                  "type": "CLEARANCE_ENTRY_FEE"
                },
                {
                  "amount": {
                    "currency": "OMR",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "New olive Towels with ergonomic design for woeful comfort",
                  "type": "CLEARANCE_ENTRY_FEE"
                },
                {
                  "amount": {
                    "currency": "TJS",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "New purple Hat with ergonomic design for colossal comfort",
                  "type": "CLEARANCE_ENTRY_FEE"
                }
              ],
              "currencyExchangeRate": {
                "fromCurrency": "LAK",
                "intoCurrency": "AUD",
                "rate": 1.1019
              },
              "dutiesAndTaxes": [
                {
                  "harmonizedCode": "345857",
                  "taxes": {
                    "amount": {
                      "currency": "MUR",
                      "value": "CUSTOMS_VALUE"
                    },
                    "appliedPreferentialTradeAgreement": {
                      "description": "Introducing the Senegal-inspired Fish, blending dearest style with local craftsmanship",
                      "id": "66a8a135-5c26-4f5a-8419-43e651388031",
                      "name": "VAT"
                    },
                    "description": "Professional-grade Soap perfect for cuddly training and recreational use",
                    "effectiveDate": "2026-06-26T00:00:00.0Z",
                    "formula": "FIXED",
                    "name": "SALES_TAX",
                    "taxableValue": {
                      "currency": "PKR",
                      "value": "CUSTOMS_VALUE"
                    },
                    "taxcode": "Gik2",
                    "taxRates": [
                      {
                        "currency": "EUR",
                        "quantity": 300,
                        "unitOfMeasure": "KG",
                        "value": "20"
                      },
                      {
                        "currency": "USD",
                        "quantity": 200,
                        "unitOfMeasure": "LB",
                        "value": "20"
                      },
                      {
                        "currency": "GBP",
                        "quantity": 200,
                        "unitOfMeasure": "KG",
                        "value": "20"
                      }
                    ],
                    "taxType": "INCENTIVE"
                  },
                  "total": {
                    "currency": "NOK",
                    "value": "CUSTOMS_VALUE"
                  }
                },
                {
                  "harmonizedCode": "543552",
                  "taxes": {
                    "amount": {
                      "currency": "BIF",
                      "value": "CUSTOMS_VALUE"
                    },
                    "appliedPreferentialTradeAgreement": {
                      "description": "Savor the crunchy essence in our Hat, designed for immaculate culinary adventures",
                      "id": "6db81f62-dc10-47ae-aba8-ebd1877e280b",
                      "name": "VAT"
                    },
                    "description": "New Shoes model with 51 GB RAM, 939 GB storage, and flimsy features",
                    "effectiveDate": "2025-11-22T00:00:00.0Z",
                    "formula": "FIXED",
                    "name": "SALES_TAX",
                    "taxableValue": {
                      "currency": "KWD",
                      "value": "CUSTOMS_VALUE"
                    },
                    "taxcode": "p6Gr",
                    "taxRates": [
                      {
                        "currency": "GBP",
                        "quantity": 300,
                        "unitOfMeasure": "KG",
                        "value": "5"
                      },
                      {
                        "currency": "EUR",
                        "quantity": 300,
                        "unitOfMeasure": "PCS",
                        "value": "5"
                      },
                      {
                        "currency": "EUR",
                        "quantity": 200,
                        "unitOfMeasure": "LB",
                        "value": "5"
                      }
                    ],
                    "taxType": "INCENTIVE"
                  },
                  "total": {
                    "currency": "UAH",
                    "value": "CUSTOMS_VALUE"
                  }
                }
              ],
              "freightDiscounts": [
                {
                  "amount": {
                    "currency": "CAD",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "The turquoise Chips combines United States Minor Outlying Islands aesthetics with Lutetium-based durability",
                  "percent": 19.39,
                  "rateDiscountType": "INCENTIVE"
                },
                {
                  "amount": {
                    "currency": "AUD",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "The Fully-configurable optimal product Chips offers reliable performance and edible design",
                  "percent": 13.49,
                  "rateDiscountType": "INCENTIVE"
                },
                {
                  "amount": {
                    "currency": "DJF",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Stylish Car designed to make you stand out with far-flung looks",
                  "percent": 26.62,
                  "rateDiscountType": "INCENTIVE"
                },
                {
                  "amount": {
                    "currency": "MRU",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Professional-grade Tuna perfect for lumpy training and recreational use",
                  "percent": 2.39,
                  "rateDiscountType": "INCENTIVE"
                },
                {
                  "amount": {
                    "currency": "BTN",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Experience the violet brilliance of our Bike, perfect for shameful environments",
                  "percent": 3.19,
                  "rateDiscountType": "INCENTIVE"
                }
              ],
              "fuelSurchargePercent": 8.6,
              "minimumChargeType": "EARNED_DISCOUNT",
              "pickupBaseChargeDescription": "Pickup Area Surcharge",
              "pricingCode": "ACTUAL",
              "rateScale": "yrkZBc26U7",
              "rateType": "PAYOR_ACCOUNT_PACKAGE",
              "rateZone": "yD9z4l",
              "ratingBasis": "SHIPMENT_WEIGHT_BASED",
              "rebates": [
                {
                  "amount": {
                    "currency": "JOD",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Fresh Gloves designed with Gold for oblong performance",
                  "percent": 1.27,
                  "rebateType": "EARNED"
                },
                {
                  "amount": {
                    "currency": "GTQ",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Discover the elephant-like agility of our Car, perfect for majestic users",
                  "percent": 2.21,
                  "rebateType": "EARNED"
                },
                {
                  "amount": {
                    "currency": "ANG",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Discover the gecko-like agility of our Car, perfect for innocent users",
                  "percent": 6.32,
                  "rebateType": "EARNED"
                }
              ],
              "specialRatingApplied": "FEDEX_ONE_RATE",
              "surcharges": [
                {
                  "amount": {
                    "currency": "MWK",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "New Keyboard model with 76 GB RAM, 758 GB storage, and unfinished features",
                  "level": "PACKAGE",
                  "surchargeType": "COD"
                },
                {
                  "amount": {
                    "currency": "FKP",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Our parrot-friendly Pizza ensures mature comfort for your pets",
                  "level": "PACKAGE",
                  "surchargeType": "COD"
                }
              ],
              "taxes": [
                {
                  "amount": {
                    "currency": "XCD",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Introducing the Aruba-inspired Chicken, blending illiterate style with local craftsmanship",
                  "taxType": "VAT"
                },
                {
                  "amount": {
                    "currency": "BWP",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Ergonomic Computer made with Steel for all-day spiffy support",
                  "taxType": "VAT"
                },
                {
                  "amount": {
                    "currency": "LYD",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Professional-grade Cheese perfect for immense training and recreational use",
                  "taxType": "VAT"
                },
                {
                  "amount": {
                    "currency": "XCD",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Introducing the Oman-inspired Soap, blending agitated style with local craftsmanship",
                  "taxType": "VAT"
                }
              ],
              "totalAncillaryFeesAndTaxes": {
                "currency": "EGP",
                "value": "CUSTOMS_VALUE"
              },
              "totalBaseCharge": {
                "currency": "PAB",
                "value": "CUSTOMS_VALUE"
              },
              "totalDutiesAndTaxes": {
                "currency": "CUP",
                "value": "CUSTOMS_VALUE"
              },
              "totalDutiesTaxesAndFees": {
                "currency": "CLP",
                "value": "CUSTOMS_VALUE"
              },
              "totalFreightDiscounts": {
                "currency": "PLN",
                "value": "CUSTOMS_VALUE"
              },
              "totalNetCharge": {
                "currency": "MNT",
                "value": "CUSTOMS_VALUE"
              },
              "totalNetChargeWithDutiesAndTaxes": {
                "currency": "NPR",
                "value": "CUSTOMS_VALUE"
              },
              "totalNetFedExCharge": {
                "currency": "SCR",
                "value": "CUSTOMS_VALUE"
              },
              "totalNetFreight": {
                "currency": "TRY",
                "value": "CUSTOMS_VALUE"
              },
              "totalRebates": {
                "currency": "ARS",
                "value": "CUSTOMS_VALUE"
              },
              "totalSurcharges": {
                "currency": "MKD",
                "value": "CUSTOMS_VALUE"
              },
              "totalTaxes": {
                "currency": "GEL",
                "value": "CUSTOMS_VALUE"
              },
              "totalVariableHandlingCharges": {
                "fixedVariableHandlingCharge": {
                  "currency": "MYR",
                  "value": "CUSTOMS_VALUE"
                },
                "percentVariableHandlingCharge": {
                  "currency": "LBP",
                  "value": "CUSTOMS_VALUE"
                },
                "totalCustomerCharge": {
                  "currency": "VUV",
                  "value": "CUSTOMS_VALUE"
                },
                "variableHandlingCharge": {
                  "currency": "CHF",
                  "value": "CUSTOMS_VALUE"
                }
              },
              "variableHandlingCharges": {
                "fixedVariableHandlingCharge": {
                  "currency": "TZS",
                  "value": "CUSTOMS_VALUE"
                },
                "percentVariableHandlingCharge": {
                  "currency": "SEK",
                  "value": "CUSTOMS_VALUE"
                },
                "totalCustomerCharge": {
                  "currency": "BMD",
                  "value": "CUSTOMS_VALUE"
                },
                "variableHandlingCharge": {
                  "currency": "KMF",
                  "value": "CUSTOMS_VALUE"
                }
              }
            },
            "shipmentRateDetails": [
              {
                "currency": "THB",
                "currencyExchangeRate": {
                  "fromCurrency": "SGD",
                  "intoCurrency": "THB",
                  "rate": 0.9382
                },
                "dimDivisor": 157,
                "freightDiscounts": [
                  {
                    "amount": 8.2,
                    "description": "Intelligent Salad designed with Silk for warlike performance",
                    "percent": 16.11,
                    "rateDiscountType": "BONUS"
                  },
                  {
                    "amount": 2.11,
                    "description": "The Grady Pizza is the latest in a series of intelligent products from Leffler and Sons",
                    "percent": 15.84,
                    "rateDiscountType": "COUPON"
                  },
                  {
                    "amount": 8.25,
                    "description": "Fritsch and Sons's most advanced Keyboard technology increases unused capabilities",
                    "percent": 5.56,
                    "rateDiscountType": "BONUS"
                  }
                ],
                "fuelSurchargePercent": 6.84,
                "pricingCode": "LTL_FREIGHT",
                "ratedWeightMethod": "ACTUAL",
                "rateScale": "7815",
                "rateType": "RATED_ACCOUNT_SHIPMENT",
                "rateZone": "SfsY7x",
                "shipmentLegRateDetails": [
                  {
                    "currency": "COP",
                    "currencyExchangeRate": {
                      "fromCurrency": "BRL",
                      "intoCurrency": "CUP",
                      "rate": 1.1479
                    },
                    "dimDivisor": 130,
                    "dimDivisorType": "CUSTOM",
                    "freightDiscounts": [
                      {
                        "amount": 4.14,
                        "description": "Discover the elephant-like agility of our Chips, perfect for bogus users",
                        "percent": 21.07,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 8.89,
                        "description": "Lebsack Inc's most advanced Keyboard technology increases shameless capabilities",
                        "percent": 27.16,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 4.83,
                        "description": "Our giraffe-friendly Salad ensures runny comfort for your pets",
                        "percent": 9.99,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 5.25,
                        "description": "Our spicy-inspired Car brings a taste of luxury to your lively lifestyle",
                        "percent": 20.34,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 7.11,
                        "description": "Our squirrel-friendly Pizza ensures babyish comfort for your pets",
                        "percent": 27.49,
                        "rateDiscountType": "COUPON"
                      }
                    ],
                    "fuelSurchargePercent": 5.73,
                    "legDestinationLocationId": "wWyS",
                    "minimumChargeType": "NONE",
                    "pricingCode": "PACKAGE",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "5579",
                    "rateType": "PAYOR_ACCOUNT",
                    "rateZone": "0HXgRt",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 5.42,
                        "description": "New Sausages model with 55 GB RAM, 962 GB storage, and good features",
                        "level": "NATIONAL",
                        "type": "GST"
                      },
                      {
                        "amount": 8.33,
                        "description": "Innovative Shirt featuring different technology and Cotton construction",
                        "level": "NATIONAL",
                        "type": "GST"
                      }
                    ],
                    "totalBaseCharge": 135.96,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 5.93,
                    "totalFreightDiscounts": 1.32,
                    "totalNetCharge": 274.79,
                    "totalNetChargeWithDutiesAndTaxes": 408.94,
                    "totalNetFedExCharge": 246.48,
                    "totalNetFreight": 66.98,
                    "totalRebates": 4.29,
                    "totalSurcharges": 1.33,
                    "totalTaxes": 0.72
                  },
                  {
                    "currency": "MAD",
                    "currencyExchangeRate": {
                      "fromCurrency": "PAB",
                      "intoCurrency": "NPR",
                      "rate": 1.1106
                    },
                    "dimDivisor": 157,
                    "dimDivisorType": "STANDARD",
                    "freightDiscounts": [
                      {
                        "amount": 5.12,
                        "description": "Innovative Towels featuring merry technology and Bronze construction",
                        "percent": 8.52,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 0.14,
                        "description": "Savor the juicy essence in our Mouse, designed for worthless culinary adventures",
                        "percent": 20.48,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 3.32,
                        "description": "The ivory Chips combines Marshall Islands aesthetics with Uranium-based durability",
                        "percent": 2.7,
                        "rateDiscountType": "VOLUME"
                      }
                    ],
                    "fuelSurchargePercent": 1.56,
                    "legDestinationLocationId": "h037",
                    "minimumChargeType": "NONE",
                    "pricingCode": "LTL",
                    "ratedWeightMethod": "DIMENSIONAL",
                    "rateScale": "1266",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "mNS7NX",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 1.18,
                        "description": "Moen Group's most advanced Computer technology increases faint capabilities",
                        "level": "STATE",
                        "type": "SALES"
                      }
                    ],
                    "totalBaseCharge": 138.46,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 9.64,
                    "totalFreightDiscounts": 1.44,
                    "totalNetCharge": 136.28,
                    "totalNetChargeWithDutiesAndTaxes": 497.11,
                    "totalNetFedExCharge": 205.33,
                    "totalNetFreight": 74.91,
                    "totalRebates": 2.29,
                    "totalSurcharges": 9.66,
                    "totalTaxes": 0.09
                  },
                  {
                    "currency": "DJF",
                    "currencyExchangeRate": {
                      "fromCurrency": "VES",
                      "intoCurrency": "DZD",
                      "rate": 1.0223
                    },
                    "dimDivisor": 213,
                    "dimDivisorType": "STANDARD",
                    "freightDiscounts": [
                      {
                        "amount": 2.82,
                        "description": "Ergonomic Shoes made with Silk for all-day slimy support",
                        "percent": 25.66,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 6.66,
                        "description": "The black Mouse combines Malta aesthetics with Oganesson-based durability",
                        "percent": 12.23,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 3.14,
                        "description": "The Marie Mouse is the latest in a series of lovely products from Murray Group",
                        "percent": 12.46,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 5.71,
                        "description": "Our penguin-friendly Hat ensures trained comfort for your pets",
                        "percent": 2.25,
                        "rateDiscountType": "EARNED"
                      }
                    ],
                    "fuelSurchargePercent": 6.93,
                    "legDestinationLocationId": "xGEl",
                    "minimumChargeType": "NONE",
                    "pricingCode": "LTL",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "4047",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "O8fDxX",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 9.56,
                        "description": "Featuring Molybdenum-enhanced technology, our Cheese offers unparalleled distant performance",
                        "level": "STATE",
                        "type": "SALES"
                      },
                      {
                        "amount": 10,
                        "description": "Rustic Chair designed with Bamboo for bulky performance",
                        "level": "STATE",
                        "type": "VAT"
                      },
                      {
                        "amount": 1.78,
                        "description": "Our frog-friendly Salad ensures graceful comfort for your pets",
                        "level": "NATIONAL",
                        "type": "GST"
                      },
                      {
                        "amount": 6.29,
                        "description": "Innovative Mouse featuring short technology and Ceramic construction",
                        "level": "NATIONAL",
                        "type": "VAT"
                      }
                    ],
                    "totalBaseCharge": 30.54,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 3.98,
                    "totalFreightDiscounts": 4.99,
                    "totalNetCharge": 199.05,
                    "totalNetChargeWithDutiesAndTaxes": 317.81,
                    "totalNetFedExCharge": 234.6,
                    "totalNetFreight": 180.74,
                    "totalRebates": 2.26,
                    "totalSurcharges": 5.77,
                    "totalTaxes": 2.75
                  }
                ],
                "surcharges": [
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  }
                ],
                "taxes": [
                  {
                    "amount": 0.52,
                    "description": "New mint green Tuna with ergonomic design for ornate comfort",
                    "level": "STATE",
                    "type": "GST"
                  }
                ],
                "totalAncillaryFeesAndTaxes": 0.35,
                "totalBaseCharge": 136.15,
                "totalBillingWeight": {
                  "units": "KG",
                  "value": 68
                },
                "totalDutiesAndTaxes": 17.56,
                "totalDutiesTaxesAndFees": 43.92,
                "totalFreightDiscounts": 2.3,
                "totalNetCharge": 259.35,
                "totalNetChargeWithDutiesAndTaxes": 514.37,
                "totalNetFedExCharge": 344.03,
                "totalNetFreight": 270.4,
                "totalRebates": 3.93,
                "totalSurcharges": 2.69,
                "totalTaxes": 3.66
              },
              {
                "currency": "MNT",
                "currencyExchangeRate": {
                  "fromCurrency": "MDL",
                  "intoCurrency": "KZT",
                  "rate": 1.1815
                },
                "dimDivisor": 286,
                "freightDiscounts": [
                  {
                    "amount": 3.37,
                    "description": "Innovative Salad featuring menacing technology and Concrete construction",
                    "percent": 13.58,
                    "rateDiscountType": "VOLUME"
                  }
                ],
                "fuelSurchargePercent": 5,
                "pricingCode": "PACKAGE",
                "ratedWeightMethod": "DIMENSIONAL",
                "rateScale": "8734",
                "rateType": "RATED_ACCOUNT_SHIPMENT",
                "rateZone": "mHYqHB",
                "shipmentLegRateDetails": [
                  {
                    "currency": "PLN",
                    "currencyExchangeRate": {
                      "fromCurrency": "MDL",
                      "intoCurrency": "IDR",
                      "rate": 1.0674
                    },
                    "dimDivisor": 291,
                    "dimDivisorType": "CUSTOM",
                    "freightDiscounts": [
                      {
                        "amount": 8.94,
                        "description": "Stylish Sausages designed to make you stand out with tidy looks",
                        "percent": 0.85,
                        "rateDiscountType": "BONUS"
                      }
                    ],
                    "fuelSurchargePercent": 6.51,
                    "legDestinationLocationId": "mhPU",
                    "minimumChargeType": "NONE",
                    "pricingCode": "LTL",
                    "ratedWeightMethod": "DIMENSIONAL",
                    "rateScale": "0039",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "R5MyWb",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 7.8,
                        "description": "Professional-grade Car perfect for alive training and recreational use",
                        "level": "STATE",
                        "type": "SALES"
                      },
                      {
                        "amount": 1.13,
                        "description": "Ergonomic Table made with Plastic for all-day concrete support",
                        "level": "NATIONAL",
                        "type": "SALES"
                      },
                      {
                        "amount": 7.48,
                        "description": "Stylish Soap designed to make you stand out with zany looks",
                        "level": "STATE",
                        "type": "VAT"
                      }
                    ],
                    "totalBaseCharge": 33.5,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 16.31,
                    "totalFreightDiscounts": 1.95,
                    "totalNetCharge": 145.83,
                    "totalNetChargeWithDutiesAndTaxes": 139.72,
                    "totalNetFedExCharge": 34.34,
                    "totalNetFreight": 179.69,
                    "totalRebates": 3.84,
                    "totalSurcharges": 5.24,
                    "totalTaxes": 4.7
                  },
                  {
                    "currency": "TWD",
                    "currencyExchangeRate": {
                      "fromCurrency": "CHF",
                      "intoCurrency": "KWD",
                      "rate": 0.9952
                    },
                    "dimDivisor": 295,
                    "dimDivisorType": "STANDARD",
                    "freightDiscounts": [
                      {
                        "amount": 3.7,
                        "description": "Innovative Towels featuring exhausted technology and Gold construction",
                        "percent": 27.46,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 2.26,
                        "description": "New Pizza model with 85 GB RAM, 144 GB storage, and silent features",
                        "percent": 26.95,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 5.09,
                        "description": "Innovative Hat featuring proud technology and Ceramic construction",
                        "percent": 18.36,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 2.23,
                        "description": "Our parrot-friendly Chair ensures stunning comfort for your pets",
                        "percent": 27.96,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 2.67,
                        "description": "The plum Bike combines Venezuela aesthetics with Beryllium-based durability",
                        "percent": 12.09,
                        "rateDiscountType": "VOLUME"
                      }
                    ],
                    "fuelSurchargePercent": 8.41,
                    "legDestinationLocationId": "HsEQ",
                    "minimumChargeType": "NONE",
                    "pricingCode": "LTL",
                    "ratedWeightMethod": "DIMENSIONAL",
                    "rateScale": "9650",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "pGhm3Z",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 1.04,
                        "description": "The Emilio Pizza is the latest in a series of gripping products from Altenwerth Group",
                        "level": "NATIONAL",
                        "type": "SALES"
                      },
                      {
                        "amount": 6.43,
                        "description": "New blue Sausages with ergonomic design for hidden comfort",
                        "level": "NATIONAL",
                        "type": "VAT"
                      }
                    ],
                    "totalBaseCharge": 139.78,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 6.02,
                    "totalFreightDiscounts": 5,
                    "totalNetCharge": 79.68,
                    "totalNetChargeWithDutiesAndTaxes": 470.39,
                    "totalNetFedExCharge": 14.14,
                    "totalNetFreight": 105.57,
                    "totalRebates": 0.87,
                    "totalSurcharges": 4.19,
                    "totalTaxes": 4.67
                  },
                  {
                    "currency": "HTG",
                    "currencyExchangeRate": {
                      "fromCurrency": "UZS",
                      "intoCurrency": "SGD",
                      "rate": 1.1659
                    },
                    "dimDivisor": 286,
                    "dimDivisorType": "CUSTOM",
                    "freightDiscounts": [
                      {
                        "amount": 3.65,
                        "description": "Our dolphin-friendly Fish ensures murky comfort for your pets",
                        "percent": 28.73,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 7.78,
                        "description": "Professional-grade Keyboard perfect for blank training and recreational use",
                        "percent": 3.92,
                        "rateDiscountType": "BONUS"
                      }
                    ],
                    "fuelSurchargePercent": 8.61,
                    "legDestinationLocationId": "3TFN",
                    "minimumChargeType": "MIN_WEIGHT",
                    "pricingCode": "PACKAGE",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "6123",
                    "rateType": "PAYOR_ACCOUNT",
                    "rateZone": "gKGkxj",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 7.04,
                        "description": "Ergonomic Chips made with Wooden for all-day useless support",
                        "level": "NATIONAL",
                        "type": "SALES"
                      },
                      {
                        "amount": 9.35,
                        "description": "Professional-grade Pizza perfect for mealy training and recreational use",
                        "level": "NATIONAL",
                        "type": "SALES"
                      },
                      {
                        "amount": 1.66,
                        "description": "Introducing the Sweden-inspired Chips, blending equatorial style with local craftsmanship",
                        "level": "STATE",
                        "type": "SALES"
                      }
                    ],
                    "totalBaseCharge": 101.14,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 16.91,
                    "totalFreightDiscounts": 0.97,
                    "totalNetCharge": 182.7,
                    "totalNetChargeWithDutiesAndTaxes": 271.09,
                    "totalNetFedExCharge": 28.19,
                    "totalNetFreight": 54.81,
                    "totalRebates": 4.88,
                    "totalSurcharges": 6.1,
                    "totalTaxes": 2.87
                  },
                  {
                    "currency": "GNF",
                    "currencyExchangeRate": {
                      "fromCurrency": "KGS",
                      "intoCurrency": "KRW",
                      "rate": 0.9055
                    },
                    "dimDivisor": 125,
                    "dimDivisorType": "CUSTOM",
                    "freightDiscounts": [
                      {
                        "amount": 4.17,
                        "description": "New violet Fish with ergonomic design for husky comfort",
                        "percent": 12.39,
                        "rateDiscountType": "COUPON"
                      }
                    ],
                    "fuelSurchargePercent": 3.91,
                    "legDestinationLocationId": "FnrC",
                    "minimumChargeType": "NONE",
                    "pricingCode": "PACKAGE",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "3081",
                    "rateType": "PAYOR_ACCOUNT",
                    "rateZone": "SvllZJ",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 3.78,
                        "description": "Ergonomic Keyboard made with Cotton for all-day variable support",
                        "level": "STATE",
                        "type": "VAT"
                      },
                      {
                        "amount": 8.82,
                        "description": "Professional-grade Tuna perfect for tedious training and recreational use",
                        "level": "NATIONAL",
                        "type": "SALES"
                      }
                    ],
                    "totalBaseCharge": 149.84,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 8.07,
                    "totalFreightDiscounts": 3.5,
                    "totalNetCharge": 54.86,
                    "totalNetChargeWithDutiesAndTaxes": 391.33,
                    "totalNetFedExCharge": 138.36,
                    "totalNetFreight": 184.05,
                    "totalRebates": 4.35,
                    "totalSurcharges": 9.78,
                    "totalTaxes": 0.07
                  },
                  {
                    "currency": "TWD",
                    "currencyExchangeRate": {
                      "fromCurrency": "WST",
                      "intoCurrency": "DJF",
                      "rate": 0.8857
                    },
                    "dimDivisor": 175,
                    "dimDivisorType": "CUSTOM",
                    "freightDiscounts": [
                      {
                        "amount": 3.05,
                        "description": "The ivory Bacon combines Cyprus aesthetics with Lithium-based durability",
                        "percent": 27.17,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 8.33,
                        "description": "Stylish Shoes designed to make you stand out with ajar looks",
                        "percent": 4.93,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 3.08,
                        "description": "Our snake-friendly Fish ensures royal comfort for your pets",
                        "percent": 2.95,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 1.33,
                        "description": "Our bitter-inspired Bike brings a taste of luxury to your shameful lifestyle",
                        "percent": 12.19,
                        "rateDiscountType": "EARNED"
                      }
                    ],
                    "fuelSurchargePercent": 4.66,
                    "legDestinationLocationId": "lWCj",
                    "minimumChargeType": "NONE",
                    "pricingCode": "LTL",
                    "ratedWeightMethod": "DIMENSIONAL",
                    "rateScale": "2365",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "vMz5IS",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 0.53,
                        "description": "Stylish Cheese designed to make you stand out with minor looks",
                        "level": "NATIONAL",
                        "type": "SALES"
                      },
                      {
                        "amount": 2.72,
                        "description": "Unbranded Shirt designed with Bamboo for whirlwind performance",
                        "level": "NATIONAL",
                        "type": "VAT"
                      },
                      {
                        "amount": 4.5,
                        "description": "The Automated mission-critical customer loyalty Fish offers reliable performance and reflecting design",
                        "level": "NATIONAL",
                        "type": "SALES"
                      },
                      {
                        "amount": 5.2,
                        "description": "Discover the low new Ball with an exciting mix of Gold ingredients",
                        "level": "NATIONAL",
                        "type": "VAT"
                      }
                    ],
                    "totalBaseCharge": 37.65,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 19.1,
                    "totalFreightDiscounts": 0.93,
                    "totalNetCharge": 145.73,
                    "totalNetChargeWithDutiesAndTaxes": 375.69,
                    "totalNetFedExCharge": 170.51,
                    "totalNetFreight": 61.21,
                    "totalRebates": 0.96,
                    "totalSurcharges": 2.41,
                    "totalTaxes": 3.08
                  }
                ],
                "surcharges": [
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  }
                ],
                "taxes": [
                  {
                    "amount": 9.68,
                    "description": "Ergonomic Shoes made with Concrete for all-day lumbering support",
                    "level": "STATE",
                    "type": "SALES"
                  },
                  {
                    "amount": 8.11,
                    "description": "Discover the unlined new Pants with an exciting mix of Cotton ingredients",
                    "level": "STATE",
                    "type": "GST"
                  }
                ],
                "totalAncillaryFeesAndTaxes": 0.67,
                "totalBaseCharge": 469.39,
                "totalBillingWeight": {
                  "units": "KG",
                  "value": 68
                },
                "totalDutiesAndTaxes": 13.16,
                "totalDutiesTaxesAndFees": 22.02,
                "totalFreightDiscounts": 3.2,
                "totalNetCharge": 164.19,
                "totalNetChargeWithDutiesAndTaxes": 467.82,
                "totalNetFedExCharge": 275.74,
                "totalNetFreight": 256.03,
                "totalRebates": 3.04,
                "totalSurcharges": 5.11,
                "totalTaxes": 4.87
              }
            ],
            "totalNetFedExTransportationAndPickupCharge": {
              "currency": "SRD",
              "value": "CUSTOMS_VALUE"
            },
            "totalNetTransportationAndPickupCharge": {
              "currency": "HTG",
              "value": "CUSTOMS_VALUE"
            }
          },
          "usDomestic": true
        },
        "masterTrackingNumber": "405034981999",
        "pieceResponses": [
          {
            "acceptanceTrackingNumber": "794953535000",
            "acceptanceType": "acceptanceType",
            "additionalChargesDiscount": 621.45,
            "baseRateAmount": 321.45,
            "codCollectionAmount": 231.45,
            "customerReferences": [
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              },
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              }
            ],
            "deliveryTimestamp": "2012-09-23",
            "listCustomerTotalCharge": "listCustomerTotalCharge",
            "listRateAmount": 1.45,
            "masterTrackingNumber": "794953535000",
            "netChargeAmount": 21.45,
            "netDiscountAmount": 121.45,
            "packageDocuments": [
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              },
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              },
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              },
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              }
            ],
            "packageSequenceNumber": 215,
            "serviceCategory": "EXPRESS",
            "trackingIdType": "FEDEX",
            "trackingNumber": "794953535000"
          },
          {
            "acceptanceTrackingNumber": "794953535000",
            "acceptanceType": "acceptanceType",
            "additionalChargesDiscount": 621.45,
            "baseRateAmount": 321.45,
            "codCollectionAmount": 231.45,
            "customerReferences": [
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              },
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              },
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              },
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              }
            ],
            "deliveryTimestamp": "2012-09-23",
            "listCustomerTotalCharge": "listCustomerTotalCharge",
            "listRateAmount": 1.45,
            "masterTrackingNumber": "794953535000",
            "netChargeAmount": 21.45,
            "netDiscountAmount": 121.45,
            "packageDocuments": [
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              },
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              },
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              },
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              },
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              }
            ],
            "packageSequenceNumber": 215,
            "serviceCategory": "EXPRESS",
            "trackingIdType": "FEDEX",
            "trackingNumber": "794953535000"
          }
        ],
        "serviceCategory": "EXPRESS",
        "serviceName": "FedEx 2 Day Freight",
        "serviceType": "STANDARD_OVERNIGHT",
        "shipDatestamp": "2010-03-04",
        "shipmentAdvisoryDetails": {
          "regulatoryAdvisory": {
            "prohibitions": [
              {
                "advisory": {
                  "code": "MTkG",
                  "localizedText": "The sleek and ornate Salad comes with turquoise LED lighting for smart functionality",
                  "parameters": [
                    {
                      "id": "0815",
                      "value": "Fantastic Silk Computer"
                    },
                    {
                      "id": "0318",
                      "value": "Frozen Concrete Chair"
                    }
                  ],
                  "text": "Our panda-friendly Fish ensures closed comfort for your pets"
                },
                "categories": [
                  "categories"
                ],
                "commodityIndex": 17,
                "derivedHarmonizedCode": "773555",
                "source": "CUSTOMS",
                "status": "EXPIRED",
                "type": "EXPORT",
                "waiver": {
                  "advisories": [
                    {
                      "code": "yQR0",
                      "localizedText": "Savor the zesty essence in our Bike, designed for shiny culinary adventures",
                      "parameters": [
                        {
                          "id": "8502",
                          "value": "Modern Plastic Tuna"
                        },
                        {
                          "id": "8932",
                          "value": "Modern Plastic Hat"
                        },
                        {
                          "id": "0656",
                          "value": "Rustic Ceramic Pants"
                        }
                      ],
                      "text": "New Table model with 72 GB RAM, 297 GB storage, and insidious features"
                    },
                    {
                      "code": "XUZK",
                      "localizedText": "Professional-grade Chips perfect for outlandish training and recreational use",
                      "parameters": [
                        {
                          "id": "5250",
                          "value": "Rustic Bronze Salad"
                        }
                      ],
                      "text": "Discover the whale-like agility of our Table, perfect for judicious users"
                    },
                    {
                      "code": "DeMC",
                      "localizedText": "Our bear-friendly Computer ensures concerned comfort for your pets",
                      "parameters": [
                        {
                          "id": "2796",
                          "value": "Incredible Metal Ball"
                        },
                        {
                          "id": "0353",
                          "value": "Practical Bamboo Ball"
                        },
                        {
                          "id": "3729",
                          "value": "Tasty Aluminum Shirt"
                        },
                        {
                          "id": "7680",
                          "value": "Frozen Bronze Mouse"
                        },
                        {
                          "id": "2489",
                          "value": "Oriental Concrete Computer"
                        }
                      ],
                      "text": "Douglas - Littel's most advanced Hat technology increases genuine capabilities"
                    },
                    {
                      "code": "gdWw",
                      "localizedText": "Streich - Bednar's most advanced Shoes technology increases dearest capabilities",
                      "parameters": [
                        {
                          "id": "9239",
                          "value": "Incredible Ceramic Soap"
                        },
                        {
                          "id": "2105",
                          "value": "Small Aluminum Fish"
                        },
                        {
                          "id": "7724",
                          "value": "Small Silk Salad"
                        },
                        {
                          "id": "6949",
                          "value": "Practical Plastic Fish"
                        }
                      ],
                      "text": "Ergonomic Chicken made with Cotton for all-day illiterate support"
                    }
                  ],
                  "description": "Introducing the Chile-inspired Bike, blending elderly style with local craftsmanship",
                  "id": "4813669a-543c-486f-9890-0924ad053486"
                }
              }
            ]
          }
        },
        "shipmentDocuments": [
          {
            "alerts": [
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              },
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              },
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              },
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              }
            ],
            "contentKey": "content key",
            "contentType": "COMMERCIAL_INVOICE",
            "copiesToPrint": 10,
            "docType": "PDF",
            "encodedLabel": "encoded label",
            "trackingNumber": "794953535000",
            "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
          },
          {
            "alerts": [
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              }
            ],
            "contentKey": "content key",
            "contentType": "COMMERCIAL_INVOICE",
            "copiesToPrint": 10,
            "docType": "PDF",
            "encodedLabel": "encoded label",
            "trackingNumber": "794953535000",
            "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
          },
          {
            "alerts": [
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              },
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              }
            ],
            "contentKey": "content key",
            "contentType": "COMMERCIAL_INVOICE",
            "copiesToPrint": 10,
            "docType": "PDF",
            "encodedLabel": "encoded label",
            "trackingNumber": "794953535000",
            "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
          }
        ]
      },
      {
        "alerts": [
          {
            "code": "RECIPIENTCONTACT.PHONENUMBER.NOTSUPPORTED",
            "message": "Convenient Delivery Options will not be provided with recipient’s landline number. Moving forward, please provide valid mobile phone number."
          },
          {
            "code": "RECIPIENTCONTACT.PHONENUMBER.NOTSUPPORTED",
            "message": "Convenient Delivery Options will not be provided with recipient’s landline number. Moving forward, please provide valid mobile phone number."
          }
        ],
        "completedShipmentDetail": {
          "accessDetail": {
            "accessorDetails": [
              {
                "emailLabelUrl": "https://powerless-requirement.com/",
                "password": "YFY_s7Z3kN",
                "role": "USER",
                "userId": "7fa7f944-0613-41d2-89e5-04afe8108fcf"
              },
              {
                "emailLabelUrl": "https://calculating-scorpion.net",
                "password": "dErsOy1wzk",
                "role": "USER",
                "userId": "ff09ca5a-5b06-484b-914a-3f0f5b9bfc2c"
              },
              {
                "emailLabelUrl": "https://unhappy-conservative.biz/",
                "password": "FgF_5lwyPd",
                "role": "ADMIN",
                "userId": "eb932eaa-2e70-4671-ade1-bb4484d580ee"
              },
              {
                "emailLabelUrl": "https://abandoned-doorpost.org",
                "password": "XC1fcKl8dW",
                "role": "ADMIN",
                "userId": "a0199693-c7ef-4e33-86b4-0c13ccf7d4f9"
              },
              {
                "emailLabelUrl": "https://frugal-armchair.org",
                "password": "J9YAwRY7_s",
                "role": "USER",
                "userId": "106ba522-1f2b-4d29-be7f-3f7b22e78a20"
              }
            ]
          },
          "carrierCode": "FDXE",
          "completedEtdDetail": {
            "folderId": "0xf",
            "type": "COMMERCIAL_INVOICE",
            "uploadDocumentReferenceDetails": [
              {
                "description": "PRO FORMA INVOICE",
                "documentId": "090927d680038c61",
                "documentReference": "DocumentReference",
                "documentType": "PRO_FORMA_INVOICE"
              },
              {
                "description": "PRO FORMA INVOICE",
                "documentId": "090927d680038c61",
                "documentReference": "DocumentReference",
                "documentType": "PRO_FORMA_INVOICE"
              },
              {
                "description": "PRO FORMA INVOICE",
                "documentId": "090927d680038c61",
                "documentReference": "DocumentReference",
                "documentType": "PRO_FORMA_INVOICE"
              },
              {
                "description": "PRO FORMA INVOICE",
                "documentId": "090927d680038c61",
                "documentReference": "DocumentReference",
                "documentType": "PRO_FORMA_INVOICE"
              }
            ]
          },
          "completedHoldAtLocationDetail": {
            "holdingLocation": {
              "address": {
                "city": "Beverly Hills",
                "countryCode": "US",
                "postalCode": "38127",
                "residential": false,
                "stateOrProvinceCode": "CA",
                "streetLines": [
                  "10 FedEx Parkway",
                  "Suite 302"
                ]
              },
              "contact": {
                "companyName": "Parker, Grant and Brakus",
                "emailAddress": "Carleton_Langosh11@gmail.com",
                "personName": "Dr. Woodrow Little",
                "phoneExtension": "0",
                "phoneNumber": "(608) 384-7095"
              }
            },
            "holdingLocationType": "FEDEX_SELF_SERVICE"
          },
          "completedPackageDetails": [
            {
              "dryIceWeight": {
                "units": "KG",
                "value": 68
              },
              "groupNumber": 567,
              "hazardousPackageDetail": {
                "accessibility": "ACCESSIBLE",
                "cargoAircraftOnly": true,
                "containers": [
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  }
                ],
                "labelType": "II_YELLOW",
                "radioactiveTransportIndex": 2.45,
                "referenceId": "123456",
                "regulation": "IATA"
              },
              "operationalDetail": {
                "astraHandlingText": "astraHandlingText",
                "barcodes": {
                  "binaryBarcodes": [
                    {
                      "type": "COMMON-2D",
                      "value": "vY9f"
                    },
                    {
                      "type": "COMMON-2D",
                      "value": ""
                    },
                    {
                      "type": "COMMON-2D",
                      "value": "N"
                    }
                  ],
                  "stringBarcodes": [
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    }
                  ]
                },
                "operationalInstructions": [
                  {
                    "content": "content",
                    "number": 17
                  },
                  {
                    "content": "content",
                    "number": 17
                  },
                  {
                    "content": "content",
                    "number": 17
                  }
                ]
              },
              "oversizeClass": "OVERSIZE_1, OVERSIZE_2, OVERSIZE_3",
              "packageRating": {
                "actualRateType": "PAYOR_ACCOUNT_PACKAGE",
                "effectiveNetDiscount": 0,
                "packageRateDetails": [
                  {
                    "baseCharge": 45.67,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "CUSTOMER",
                    "netCharge": 121.56,
                    "netFedExCharge": 12.56,
                    "netFreight": 4.89,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 44.55,
                    "totalRebates": 4.56,
                    "totalSurcharges": 22.56,
                    "totalTaxes": 3.45
                  }
                ]
              },
              "sequenceNumber": 256,
              "signatureOption": "DIRECT",
              "trackingIds": [
                {
                  "formId": "0201",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "49092000070120032835",
                  "uspsApplicationId": "92"
                },
                {
                  "formId": "0201",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "49092000070120032835",
                  "uspsApplicationId": "92"
                },
                {
                  "formId": "0201",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "49092000070120032835",
                  "uspsApplicationId": "92"
                }
              ]
            },
            {
              "dryIceWeight": {
                "units": "KG",
                "value": 68
              },
              "groupNumber": 567,
              "hazardousPackageDetail": {
                "accessibility": "ACCESSIBLE",
                "cargoAircraftOnly": true,
                "containers": [
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": [
                            "attributes"
                          ],
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": [
                            "Subsidiary Classes"
                          ],
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  }
                ],
                "labelType": "II_YELLOW",
                "radioactiveTransportIndex": 2.45,
                "referenceId": "123456",
                "regulation": "IATA"
              },
              "operationalDetail": {
                "astraHandlingText": "astraHandlingText",
                "barcodes": {
                  "binaryBarcodes": [
                    {
                      "type": "COMMON-2D",
                      "value": "=FB"
                    },
                    {
                      "type": "COMMON-2D",
                      "value": "/y"
                    }
                  ],
                  "stringBarcodes": [
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    }
                  ]
                },
                "operationalInstructions": [
                  {
                    "content": "content",
                    "number": 17
                  },
                  {
                    "content": "content",
                    "number": 17
                  }
                ]
              },
              "oversizeClass": "OVERSIZE_1, OVERSIZE_2, OVERSIZE_3",
              "packageRating": {
                "actualRateType": "PAYOR_ACCOUNT_PACKAGE",
                "effectiveNetDiscount": 0,
                "packageRateDetails": [
                  {
                    "baseCharge": 45.67,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "CUSTOMER",
                    "netCharge": 121.56,
                    "netFedExCharge": 12.56,
                    "netFreight": 4.89,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 44.55,
                    "totalRebates": 4.56,
                    "totalSurcharges": 22.56,
                    "totalTaxes": 3.45
                  },
                  {
                    "baseCharge": 45.67,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "CUSTOMER",
                    "netCharge": 121.56,
                    "netFedExCharge": 12.56,
                    "netFreight": 4.89,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 44.55,
                    "totalRebates": 4.56,
                    "totalSurcharges": 22.56,
                    "totalTaxes": 3.45
                  }
                ]
              },
              "sequenceNumber": 256,
              "signatureOption": "DIRECT",
              "trackingIds": [
                {
                  "formId": "0201",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "49092000070120032835",
                  "uspsApplicationId": "92"
                },
                {
                  "formId": "0201",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "49092000070120032835",
                  "uspsApplicationId": "92"
                },
                {
                  "formId": "0201",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "49092000070120032835",
                  "uspsApplicationId": "92"
                },
                {
                  "formId": "0201",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "49092000070120032835",
                  "uspsApplicationId": "92"
                }
              ]
            }
          ],
          "documentRequirements": {
            "generationDetails": [
              {
                "electronicSignature": "OPTIONAL",
                "letterhead": "OPTIONAL",
                "minimumCopiesRequired": 3,
                "type": "COMMERCIAL_INVOICE"
              },
              {
                "electronicSignature": "OPTIONAL",
                "letterhead": "OPTIONAL",
                "minimumCopiesRequired": 3,
                "type": "COMMERCIAL_INVOICE"
              }
            ],
            "prohibitedDocuments": [
              "CERTIFICATE_OF_ORIGIN"
            ],
            "requiredDocuments": [
              "COMMERCIAL_OR_PRO_FORMA_INVOICE",
              "AIR_WAYBILL"
            ]
          },
          "exportComplianceStatement": "0pLoq5uvdGH857Ty",
          "hazardousShipmentDetail": {
            "adrLicense": {
              "licenseOrPermitDetail": {
                "effectiveDate": "2026-02-25T00:00:00.0Z",
                "expirationDate": "2027-05-13T00:00:00.0Z",
                "number": "8"
              }
            },
            "dryIceDetail": {
              "packageCount": 4,
              "processingOptions": {
                "options": [
                  "options"
                ]
              },
              "totalWeight": {
                "units": "KG",
                "value": 68
              }
            },
            "hazardousSummaryDetail": {
              "smallQuantityExceptionPackageCount": 11
            }
          },
          "masterTrackingId": {
            "formId": "0201",
            "trackingIdType": "EXPRESS",
            "trackingNumber": "49092000070120032835",
            "uspsApplicationId": "92"
          },
          "operationalDetail": {
            "airportId": "DFW",
            "astraDescription": "SMART POST",
            "astraPlannedServiceLevel": "FRI - 18 OCT 10:30A",
            "commitDate": "2026-09-14T00:00:00.0Z",
            "commitDay": "Wed",
            "countryCode": "US",
            "customTransitTime": "THREE_DAYS",
            "deliveryDate": "2001-04-05",
            "deliveryDay": "TUE",
            "deliveryEligibilities": [
              "deliveryEligibilities"
            ],
            "destinationLocationId": "Xcum",
            "destinationLocationNumber": 392,
            "destinationLocationStateOrProvinceCode": "AR",
            "destinationServiceArea": "w4",
            "ineligibleForMoneyBackGuarantee": false,
            "maximumTransitTime": "ONE_DAY",
            "originLocationId": "678",
            "originLocationNumber": 243,
            "originServiceArea": "A1",
            "packagingCode": "03",
            "postalCode": "38010",
            "publishedDeliveryTime": "03:00P",
            "scac": "scac",
            "serviceCode": "010",
            "stateOrProvinceCode": "NM",
            "transitTime": "ONE_DAY",
            "ursaPrefixCode": "ac",
            "ursaSuffixCode": "uN"
          },
          "packagingDescription": "FedEx Envelope",
          "serviceDescription": {
            "astraDescription": "2 DAY FRT",
            "code": "6",
            "description": "Featuring Dysprosium-enhanced technology, our Towels offers unparalleled impartial performance",
            "names": [
              {
                "encoding": "UTF-8",
                "type": "short",
                "value": "F-2"
              },
              {
                "encoding": "UTF-8",
                "type": "short",
                "value": "F-2"
              },
              {
                "encoding": "UTF-8",
                "type": "long",
                "value": "F-2"
              },
              {
                "encoding": "UTF-8",
                "type": "long",
                "value": "F-2"
              }
            ],
            "operatingOrgCodes": [
              "FXE"
            ],
            "serviceCategory": "FREIGHT",
            "serviceId": "xJA2iFfUCsFq",
            "serviceType": "FEDEX_GROUND"
          },
          "shipmentRating": {
            "actualRateType": "RATED_ACCOUNT_SHIPMENT",
            "pickupRateDetail": {
              "ancillaryFeesAndTaxes": [
                {
                  "amount": {
                    "currency": "SRD",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "New Table model with 4 GB RAM, 754 GB storage, and dazzling features",
                  "type": "CLEARANCE_ENTRY_FEE"
                },
                {
                  "amount": {
                    "currency": "EUR",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Experience the mint green brilliance of our Tuna, perfect for anguished environments",
                  "type": "CLEARANCE_ENTRY_FEE"
                },
                {
                  "amount": {
                    "currency": "AMD",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Professional-grade Table perfect for glaring training and recreational use",
                  "type": "CLEARANCE_ENTRY_FEE"
                },
                {
                  "amount": {
                    "currency": "CDF",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Professional-grade Bacon perfect for determined training and recreational use",
                  "type": "CLEARANCE_ENTRY_FEE"
                }
              ],
              "currencyExchangeRate": {
                "fromCurrency": "MZN",
                "intoCurrency": "CVE",
                "rate": 0.9698
              },
              "dutiesAndTaxes": [
                {
                  "harmonizedCode": "744209",
                  "taxes": {
                    "amount": {
                      "currency": "INR",
                      "value": "CUSTOMS_VALUE"
                    },
                    "appliedPreferentialTradeAgreement": {
                      "description": "Discover the deer-like agility of our Hat, perfect for biodegradable users",
                      "id": "de5a5018-64ce-45da-a06a-65f5662dfad8",
                      "name": "SALES_TAX"
                    },
                    "description": "Discover the hamster-like agility of our Chips, perfect for pleased users",
                    "effectiveDate": "2026-07-01T00:00:00.0Z",
                    "formula": "FIXED",
                    "name": "SALES_TAX",
                    "taxableValue": {
                      "currency": "EGP",
                      "value": "CUSTOMS_VALUE"
                    },
                    "taxcode": "RrQu",
                    "taxRates": [
                      {
                        "currency": "EUR",
                        "quantity": 300,
                        "unitOfMeasure": "KG",
                        "value": "20"
                      },
                      {
                        "currency": "GBP",
                        "quantity": 100,
                        "unitOfMeasure": "LB",
                        "value": "10"
                      }
                    ],
                    "taxType": "INCENTIVE"
                  },
                  "total": {
                    "currency": "GHS",
                    "value": "CUSTOMS_VALUE"
                  }
                },
                {
                  "harmonizedCode": "440862",
                  "taxes": {
                    "amount": {
                      "currency": "BBD",
                      "value": "CUSTOMS_VALUE"
                    },
                    "appliedPreferentialTradeAgreement": {
                      "description": "Discover the snake-like agility of our Chips, perfect for flickering users",
                      "id": "91bd9209-5c55-4538-8bdc-8492a108c5dd",
                      "name": "GST"
                    },
                    "description": "Ergonomic Hat made with Wooden for all-day profuse support",
                    "effectiveDate": "2025-10-18T00:00:00.0Z",
                    "formula": "BASE*RATE",
                    "name": "GST",
                    "taxableValue": {
                      "currency": "UGX",
                      "value": "CUSTOMS_VALUE"
                    },
                    "taxcode": "lfuL",
                    "taxRates": [
                      {
                        "currency": "EUR",
                        "quantity": 300,
                        "unitOfMeasure": "PCS",
                        "value": "10"
                      },
                      {
                        "currency": "GBP",
                        "quantity": 200,
                        "unitOfMeasure": "LB",
                        "value": "20"
                      },
                      {
                        "currency": "GBP",
                        "quantity": 300,
                        "unitOfMeasure": "PCS",
                        "value": "5"
                      }
                    ],
                    "taxType": "INCENTIVE"
                  },
                  "total": {
                    "currency": "XCD",
                    "value": "CUSTOMS_VALUE"
                  }
                },
                {
                  "harmonizedCode": "953373",
                  "taxes": {
                    "amount": {
                      "currency": "MZN",
                      "value": "CUSTOMS_VALUE"
                    },
                    "appliedPreferentialTradeAgreement": {
                      "description": "The Cross-platform attitude-oriented collaboration Pants offers reliable performance and shy design",
                      "id": "a451bc6f-e355-4c43-a328-a97f636a6db7",
                      "name": "VAT"
                    },
                    "description": "Introducing the Burkina Faso-inspired Sausages, blending mild style with local craftsmanship",
                    "effectiveDate": "2025-12-18T00:00:00.0Z",
                    "formula": "BASE*RATE",
                    "name": "VAT",
                    "taxableValue": {
                      "currency": "TOP",
                      "value": "CUSTOMS_VALUE"
                    },
                    "taxcode": "q8qR",
                    "taxRates": [
                      {
                        "currency": "USD",
                        "quantity": 200,
                        "unitOfMeasure": "PCS",
                        "value": "20"
                      },
                      {
                        "currency": "EUR",
                        "quantity": 300,
                        "unitOfMeasure": "PCS",
                        "value": "20"
                      },
                      {
                        "currency": "GBP",
                        "quantity": 200,
                        "unitOfMeasure": "KG",
                        "value": "20"
                      }
                    ],
                    "taxType": "INCENTIVE"
                  },
                  "total": {
                    "currency": "GIP",
                    "value": "CUSTOMS_VALUE"
                  }
                }
              ],
              "freightDiscounts": [
                {
                  "amount": {
                    "currency": "SDG",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "The sleek and rare Shirt comes with pink LED lighting for smart functionality",
                  "percent": 24.11,
                  "rateDiscountType": "INCENTIVE"
                },
                {
                  "amount": {
                    "currency": "SSP",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Handcrafted Keyboard designed with Plastic for coarse performance",
                  "percent": 2.75,
                  "rateDiscountType": "INCENTIVE"
                },
                {
                  "amount": {
                    "currency": "KWD",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Discover the disloyal new Gloves with an exciting mix of Marble ingredients",
                  "percent": 27.1,
                  "rateDiscountType": "INCENTIVE"
                },
                {
                  "amount": {
                    "currency": "BSD",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Stylish Pants designed to make you stand out with guilty looks",
                  "percent": 21.15,
                  "rateDiscountType": "INCENTIVE"
                },
                {
                  "amount": {
                    "currency": "PYG",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Experience the fuchsia brilliance of our Cheese, perfect for glass environments",
                  "percent": 14.54,
                  "rateDiscountType": "INCENTIVE"
                }
              ],
              "fuelSurchargePercent": 1.69,
              "minimumChargeType": "EARNED_DISCOUNT",
              "pickupBaseChargeDescription": "Pickup Area Surcharge",
              "pricingCode": "ACTUAL",
              "rateScale": "NXqvjRBJXc",
              "rateType": "PAYOR_ACCOUNT_PACKAGE",
              "rateZone": "KxzRjJ",
              "ratingBasis": "SHIPMENT_WEIGHT_BASED",
              "rebates": [
                {
                  "amount": {
                    "currency": "BZD",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Fay Inc's most advanced Ball technology increases excited capabilities",
                  "percent": 8.62,
                  "rebateType": "EARNED"
                },
                {
                  "amount": {
                    "currency": "AWG",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "The cyan Tuna combines Pakistan aesthetics with Sodium-based durability",
                  "percent": 9.86,
                  "rebateType": "EARNED"
                },
                {
                  "amount": {
                    "currency": "WST",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Discover the whale-like agility of our Salad, perfect for wicked users",
                  "percent": 2.88,
                  "rebateType": "EARNED"
                },
                {
                  "amount": {
                    "currency": "IDR",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Our bear-friendly Towels ensures feline comfort for your pets",
                  "percent": 4.38,
                  "rebateType": "EARNED"
                }
              ],
              "specialRatingApplied": "FEDEX_ONE_RATE",
              "surcharges": [
                {
                  "amount": {
                    "currency": "ZWL",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Discover the rhinoceros-like agility of our Fish, perfect for similar users",
                  "level": "PACKAGE",
                  "surchargeType": "COD"
                },
                {
                  "amount": {
                    "currency": "RON",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Unbranded Computer designed with Metal for married performance",
                  "level": "PACKAGE",
                  "surchargeType": "COD"
                }
              ],
              "taxes": [
                {
                  "amount": {
                    "currency": "TTD",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Discover the eagle-like agility of our Sausages, perfect for rare users",
                  "taxType": "VAT"
                },
                {
                  "amount": {
                    "currency": "LBP",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Featuring Yttrium-enhanced technology, our Soap offers unparalleled these performance",
                  "taxType": "VAT"
                }
              ],
              "totalAncillaryFeesAndTaxes": {
                "currency": "TJS",
                "value": "CUSTOMS_VALUE"
              },
              "totalBaseCharge": {
                "currency": "BDT",
                "value": "CUSTOMS_VALUE"
              },
              "totalDutiesAndTaxes": {
                "currency": "BBD",
                "value": "CUSTOMS_VALUE"
              },
              "totalDutiesTaxesAndFees": {
                "currency": "DJF",
                "value": "CUSTOMS_VALUE"
              },
              "totalFreightDiscounts": {
                "currency": "LSL",
                "value": "CUSTOMS_VALUE"
              },
              "totalNetCharge": {
                "currency": "MKD",
                "value": "CUSTOMS_VALUE"
              },
              "totalNetChargeWithDutiesAndTaxes": {
                "currency": "SAR",
                "value": "CUSTOMS_VALUE"
              },
              "totalNetFedExCharge": {
                "currency": "GYD",
                "value": "CUSTOMS_VALUE"
              },
              "totalNetFreight": {
                "currency": "MKD",
                "value": "CUSTOMS_VALUE"
              },
              "totalRebates": {
                "currency": "PHP",
                "value": "CUSTOMS_VALUE"
              },
              "totalSurcharges": {
                "currency": "RSD",
                "value": "CUSTOMS_VALUE"
              },
              "totalTaxes": {
                "currency": "ALL",
                "value": "CUSTOMS_VALUE"
              },
              "totalVariableHandlingCharges": {
                "fixedVariableHandlingCharge": {
                  "currency": "KWD",
                  "value": "CUSTOMS_VALUE"
                },
                "percentVariableHandlingCharge": {
                  "currency": "IDR",
                  "value": "CUSTOMS_VALUE"
                },
                "totalCustomerCharge": {
                  "currency": "TRY",
                  "value": "CUSTOMS_VALUE"
                },
                "variableHandlingCharge": {
                  "currency": "CZK",
                  "value": "CUSTOMS_VALUE"
                }
              },
              "variableHandlingCharges": {
                "fixedVariableHandlingCharge": {
                  "currency": "CLP",
                  "value": "CUSTOMS_VALUE"
                },
                "percentVariableHandlingCharge": {
                  "currency": "JOD",
                  "value": "CUSTOMS_VALUE"
                },
                "totalCustomerCharge": {
                  "currency": "AFN",
                  "value": "CUSTOMS_VALUE"
                },
                "variableHandlingCharge": {
                  "currency": "JMD",
                  "value": "CUSTOMS_VALUE"
                }
              }
            },
            "shipmentRateDetails": [
              {
                "currency": "TND",
                "currencyExchangeRate": {
                  "fromCurrency": "ILS",
                  "intoCurrency": "BWP",
                  "rate": 1.1601
                },
                "dimDivisor": 210,
                "freightDiscounts": [
                  {
                    "amount": 8.77,
                    "description": "New Cheese model with 71 GB RAM, 715 GB storage, and delectable features",
                    "percent": 11.35,
                    "rateDiscountType": "BONUS"
                  }
                ],
                "fuelSurchargePercent": 4.98,
                "pricingCode": "LTL_FREIGHT",
                "ratedWeightMethod": "DIMENSIONAL",
                "rateScale": "1371",
                "rateType": "RATED_SHIPMENT",
                "rateZone": "oWxCIQ",
                "shipmentLegRateDetails": [
                  {
                    "currency": "BZD",
                    "currencyExchangeRate": {
                      "fromCurrency": "AUD",
                      "intoCurrency": "MKD",
                      "rate": 0.9263
                    },
                    "dimDivisor": 108,
                    "dimDivisorType": "STANDARD",
                    "freightDiscounts": [
                      {
                        "amount": 2.18,
                        "description": "Discover the whale-like agility of our Computer, perfect for all users",
                        "percent": 24.79,
                        "rateDiscountType": "VOLUME"
                      }
                    ],
                    "fuelSurchargePercent": 2.69,
                    "legDestinationLocationId": "earI",
                    "minimumChargeType": "NONE",
                    "pricingCode": "PACKAGE",
                    "ratedWeightMethod": "DIMENSIONAL",
                    "rateScale": "7057",
                    "rateType": "PAYOR_ACCOUNT",
                    "rateZone": "nxl2aL",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 3.12,
                        "description": "Introducing the Christmas Island-inspired Car, blending tattered style with local craftsmanship",
                        "level": "STATE",
                        "type": "SALES"
                      },
                      {
                        "amount": 0.84,
                        "description": "Stylish Pizza designed to make you stand out with blaring looks",
                        "level": "NATIONAL",
                        "type": "VAT"
                      },
                      {
                        "amount": 6.5,
                        "description": "Innovative Pizza featuring artistic technology and Silk construction",
                        "level": "NATIONAL",
                        "type": "SALES"
                      }
                    ],
                    "totalBaseCharge": 105.04,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 3.94,
                    "totalFreightDiscounts": 2.11,
                    "totalNetCharge": 266.98,
                    "totalNetChargeWithDutiesAndTaxes": 86.79,
                    "totalNetFedExCharge": 39.06,
                    "totalNetFreight": 39.19,
                    "totalRebates": 3.99,
                    "totalSurcharges": 9.91,
                    "totalTaxes": 3.55
                  },
                  {
                    "currency": "MYR",
                    "currencyExchangeRate": {
                      "fromCurrency": "MGA",
                      "intoCurrency": "GMD",
                      "rate": 1.0764
                    },
                    "dimDivisor": 111,
                    "dimDivisorType": "STANDARD",
                    "freightDiscounts": [
                      {
                        "amount": 0.92,
                        "description": "Savor the moist essence in our Soap, designed for mean culinary adventures",
                        "percent": 23.26,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 1.06,
                        "description": "Discover the cat-like agility of our Chips, perfect for grandiose users",
                        "percent": 21.39,
                        "rateDiscountType": "EARNED"
                      }
                    ],
                    "fuelSurchargePercent": 8.26,
                    "legDestinationLocationId": "47ZF",
                    "minimumChargeType": "NONE",
                    "pricingCode": "LTL",
                    "ratedWeightMethod": "DIMENSIONAL",
                    "rateScale": "4829",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "LTmI6D",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 0,
                        "description": "Experience the black brilliance of our Bike, perfect for optimistic environments",
                        "level": "STATE",
                        "type": "VAT"
                      },
                      {
                        "amount": 4.34,
                        "description": "Professional-grade Table perfect for same training and recreational use",
                        "level": "STATE",
                        "type": "SALES"
                      },
                      {
                        "amount": 4.02,
                        "description": "Practical Hat designed with Plastic for uncomfortable performance",
                        "level": "NATIONAL",
                        "type": "GST"
                      }
                    ],
                    "totalBaseCharge": 113.25,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 14.86,
                    "totalFreightDiscounts": 3.58,
                    "totalNetCharge": 158.99,
                    "totalNetChargeWithDutiesAndTaxes": 455.15,
                    "totalNetFedExCharge": 214,
                    "totalNetFreight": 101.1,
                    "totalRebates": 4.72,
                    "totalSurcharges": 3.02,
                    "totalTaxes": 3.96
                  }
                ],
                "surcharges": [
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  }
                ],
                "taxes": [
                  {
                    "amount": 8.79,
                    "description": "New Mouse model with 79 GB RAM, 228 GB storage, and delectable features",
                    "level": "NATIONAL",
                    "type": "SALES"
                  },
                  {
                    "amount": 3.08,
                    "description": "New lime Car with ergonomic design for burdensome comfort",
                    "level": "NATIONAL",
                    "type": "VAT"
                  }
                ],
                "totalAncillaryFeesAndTaxes": 0.96,
                "totalBaseCharge": 167.67,
                "totalBillingWeight": {
                  "units": "KG",
                  "value": 68
                },
                "totalDutiesAndTaxes": 10.99,
                "totalDutiesTaxesAndFees": 1.43,
                "totalFreightDiscounts": 3.11,
                "totalNetCharge": 322.84,
                "totalNetChargeWithDutiesAndTaxes": 181.84,
                "totalNetFedExCharge": 250.23,
                "totalNetFreight": 269.33,
                "totalRebates": 3.39,
                "totalSurcharges": 19.73,
                "totalTaxes": 3.76
              },
              {
                "currency": "PYG",
                "currencyExchangeRate": {
                  "fromCurrency": "GEL",
                  "intoCurrency": "DZD",
                  "rate": 0.8091
                },
                "dimDivisor": 220,
                "freightDiscounts": [
                  {
                    "amount": 9.23,
                    "description": "Our rich-inspired Keyboard brings a taste of luxury to your yellowish lifestyle",
                    "percent": 6.31,
                    "rateDiscountType": "EARNED"
                  },
                  {
                    "amount": 2.95,
                    "description": "New sky blue Fish with ergonomic design for polite comfort",
                    "percent": 18.82,
                    "rateDiscountType": "EARNED"
                  },
                  {
                    "amount": 4.76,
                    "description": "The sleek and velvety Table comes with tan LED lighting for smart functionality",
                    "percent": 0.52,
                    "rateDiscountType": "BONUS"
                  },
                  {
                    "amount": 5.06,
                    "description": "The Zena Shoes is the latest in a series of far-off products from Schoen - Haley",
                    "percent": 6.77,
                    "rateDiscountType": "COUPON"
                  }
                ],
                "fuelSurchargePercent": 3,
                "pricingCode": "PACKAGE",
                "ratedWeightMethod": "ACTUAL",
                "rateScale": "5783",
                "rateType": "RATED_ACCOUNT_SHIPMENT",
                "rateZone": "ohRb5n",
                "shipmentLegRateDetails": [
                  {
                    "currency": "QAR",
                    "currencyExchangeRate": {
                      "fromCurrency": "QAR",
                      "intoCurrency": "SYP",
                      "rate": 0.9877
                    },
                    "dimDivisor": 276,
                    "dimDivisorType": "CUSTOM",
                    "freightDiscounts": [
                      {
                        "amount": 1.01,
                        "description": "Modern Chicken designed with Cotton for multicolored performance",
                        "percent": 28.08,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 3.27,
                        "description": "Innovative Shirt featuring superb technology and Silk construction",
                        "percent": 11.34,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 6.49,
                        "description": "Our zebra-friendly Cheese ensures wrong comfort for your pets",
                        "percent": 13.52,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 0.07,
                        "description": "Introducing the Virgin Islands, U.S.-inspired Tuna, blending spirited style with local craftsmanship",
                        "percent": 10.76,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 2.87,
                        "description": "Ruecker Inc's most advanced Bacon technology increases dim capabilities",
                        "percent": 19.17,
                        "rateDiscountType": "BONUS"
                      }
                    ],
                    "fuelSurchargePercent": 7.28,
                    "legDestinationLocationId": "L8e7",
                    "minimumChargeType": "MIN_WEIGHT",
                    "pricingCode": "LTL",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "0194",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "7L66Kq",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 1.54,
                        "description": "New Sausages model with 81 GB RAM, 459 GB storage, and turbulent features",
                        "level": "STATE",
                        "type": "SALES"
                      }
                    ],
                    "totalBaseCharge": 156.58,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 5.75,
                    "totalFreightDiscounts": 3.81,
                    "totalNetCharge": 288.12,
                    "totalNetChargeWithDutiesAndTaxes": 521.23,
                    "totalNetFedExCharge": 60.63,
                    "totalNetFreight": 151.39,
                    "totalRebates": 3.78,
                    "totalSurcharges": 8.09,
                    "totalTaxes": 4.36
                  },
                  {
                    "currency": "DKK",
                    "currencyExchangeRate": {
                      "fromCurrency": "SLE",
                      "intoCurrency": "GTQ",
                      "rate": 1.1255
                    },
                    "dimDivisor": 167,
                    "dimDivisorType": "CUSTOM",
                    "freightDiscounts": [
                      {
                        "amount": 3.13,
                        "description": "Professional-grade Bike perfect for ripe training and recreational use",
                        "percent": 27.08,
                        "rateDiscountType": "EARNED"
                      }
                    ],
                    "fuelSurchargePercent": 2.23,
                    "legDestinationLocationId": "KN3a",
                    "minimumChargeType": "MIN_WEIGHT",
                    "pricingCode": "LTL",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "7881",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "vvesix",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 7.08,
                        "description": "Discover the whale-like agility of our Chips, perfect for impure users",
                        "level": "NATIONAL",
                        "type": "GST"
                      },
                      {
                        "amount": 3.66,
                        "description": "Unbranded Shirt designed with Aluminum for icy performance",
                        "level": "NATIONAL",
                        "type": "SALES"
                      }
                    ],
                    "totalBaseCharge": 96.48,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 14.65,
                    "totalFreightDiscounts": 2.42,
                    "totalNetCharge": 217.7,
                    "totalNetChargeWithDutiesAndTaxes": 301.29,
                    "totalNetFedExCharge": 69.15,
                    "totalNetFreight": 172.7,
                    "totalRebates": 4.06,
                    "totalSurcharges": 1.88,
                    "totalTaxes": 1.11
                  },
                  {
                    "currency": "PKR",
                    "currencyExchangeRate": {
                      "fromCurrency": "BOB",
                      "intoCurrency": "TZS",
                      "rate": 0.9116
                    },
                    "dimDivisor": 233,
                    "dimDivisorType": "STANDARD",
                    "freightDiscounts": [
                      {
                        "amount": 2.41,
                        "description": "New Chips model with 94 GB RAM, 566 GB storage, and broken features",
                        "percent": 29.89,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 2,
                        "description": "The Secured context-sensitive service-desk Computer offers reliable performance and primary design",
                        "percent": 1.48,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 2.37,
                        "description": "Experience the black brilliance of our Car, perfect for obedient environments",
                        "percent": 20.99,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 0.07,
                        "description": "Discover the defenseless new Keyboard with an exciting mix of Gold ingredients",
                        "percent": 4.13,
                        "rateDiscountType": "EARNED"
                      }
                    ],
                    "fuelSurchargePercent": 8.44,
                    "legDestinationLocationId": "hX77",
                    "minimumChargeType": "MIN_WEIGHT",
                    "pricingCode": "PACKAGE",
                    "ratedWeightMethod": "DIMENSIONAL",
                    "rateScale": "9874",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "VNAsri",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 4.47,
                        "description": "Our parrot-friendly Pizza ensures unwelcome comfort for your pets",
                        "level": "NATIONAL",
                        "type": "GST"
                      },
                      {
                        "amount": 3.42,
                        "description": "Innovative Fish featuring slight technology and Plastic construction",
                        "level": "STATE",
                        "type": "SALES"
                      },
                      {
                        "amount": 7.79,
                        "description": "Innovative Pants featuring insignificant technology and Silk construction",
                        "level": "STATE",
                        "type": "GST"
                      },
                      {
                        "amount": 2.41,
                        "description": "Discover the gorilla-like agility of our Car, perfect for ragged users",
                        "level": "STATE",
                        "type": "SALES"
                      }
                    ],
                    "totalBaseCharge": 147.7,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 7.59,
                    "totalFreightDiscounts": 0.48,
                    "totalNetCharge": 492.09,
                    "totalNetChargeWithDutiesAndTaxes": 382.85,
                    "totalNetFedExCharge": 78.4,
                    "totalNetFreight": 110.47,
                    "totalRebates": 0.02,
                    "totalSurcharges": 1.96,
                    "totalTaxes": 3.06
                  },
                  {
                    "currency": "ERN",
                    "currencyExchangeRate": {
                      "fromCurrency": "IRR",
                      "intoCurrency": "NIO",
                      "rate": 1.07
                    },
                    "dimDivisor": 191,
                    "dimDivisorType": "CUSTOM",
                    "freightDiscounts": [
                      {
                        "amount": 2.49,
                        "description": "Innovative Chair featuring giving technology and Plastic construction",
                        "percent": 6.5,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 7.11,
                        "description": "Our spicy-inspired Cheese brings a taste of luxury to your greedy lifestyle",
                        "percent": 29.88,
                        "rateDiscountType": "VOLUME"
                      }
                    ],
                    "fuelSurchargePercent": 7.55,
                    "legDestinationLocationId": "fjj7",
                    "minimumChargeType": "MIN_WEIGHT",
                    "pricingCode": "PACKAGE",
                    "ratedWeightMethod": "DIMENSIONAL",
                    "rateScale": "3182",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "Z6uMrv",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 1.54,
                        "description": "Ergonomic Chair made with Plastic for all-day sturdy support",
                        "level": "STATE",
                        "type": "GST"
                      },
                      {
                        "amount": 9.97,
                        "description": "Ergonomic Salad made with Granite for all-day buttery support",
                        "level": "NATIONAL",
                        "type": "SALES"
                      }
                    ],
                    "totalBaseCharge": 138.36,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 17.43,
                    "totalFreightDiscounts": 0.11,
                    "totalNetCharge": 315.06,
                    "totalNetChargeWithDutiesAndTaxes": 491.29,
                    "totalNetFedExCharge": 102.3,
                    "totalNetFreight": 52.51,
                    "totalRebates": 3.12,
                    "totalSurcharges": 4.78,
                    "totalTaxes": 2.37
                  }
                ],
                "surcharges": [
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  }
                ],
                "taxes": [
                  {
                    "amount": 6.18,
                    "description": "Discover the sparkling new Mouse with an exciting mix of Cotton ingredients",
                    "level": "NATIONAL",
                    "type": "VAT"
                  },
                  {
                    "amount": 3.9,
                    "description": "The sleek and complicated Sausages comes with yellow LED lighting for smart functionality",
                    "level": "NATIONAL",
                    "type": "GST"
                  },
                  {
                    "amount": 9.05,
                    "description": "Professional-grade Towels perfect for odd training and recreational use",
                    "level": "NATIONAL",
                    "type": "GST"
                  },
                  {
                    "amount": 7.18,
                    "description": "Discover the rhinoceros-like agility of our Sausages, perfect for determined users",
                    "level": "STATE",
                    "type": "VAT"
                  }
                ],
                "totalAncillaryFeesAndTaxes": 4.2,
                "totalBaseCharge": 431.9,
                "totalBillingWeight": {
                  "units": "KG",
                  "value": 68
                },
                "totalDutiesAndTaxes": 1.99,
                "totalDutiesTaxesAndFees": 22.36,
                "totalFreightDiscounts": 5.06,
                "totalNetCharge": 92.43,
                "totalNetChargeWithDutiesAndTaxes": 65.66,
                "totalNetFedExCharge": 325.17,
                "totalNetFreight": 252.42,
                "totalRebates": 3.02,
                "totalSurcharges": 12.58,
                "totalTaxes": 0.92
              },
              {
                "currency": "HUF",
                "currencyExchangeRate": {
                  "fromCurrency": "TRY",
                  "intoCurrency": "UYU",
                  "rate": 1.1062
                },
                "dimDivisor": 195,
                "freightDiscounts": [
                  {
                    "amount": 4.05,
                    "description": "New Bacon model with 9 GB RAM, 656 GB storage, and accurate features",
                    "percent": 24.82,
                    "rateDiscountType": "BONUS"
                  }
                ],
                "fuelSurchargePercent": 4.76,
                "pricingCode": "LTL_FREIGHT",
                "ratedWeightMethod": "DIMENSIONAL",
                "rateScale": "0117",
                "rateType": "RATED_ACCOUNT_SHIPMENT",
                "rateZone": "7AHv7f",
                "shipmentLegRateDetails": [
                  {
                    "currency": "BMD",
                    "currencyExchangeRate": {
                      "fromCurrency": "CNY",
                      "intoCurrency": "BIF",
                      "rate": 0.9228
                    },
                    "dimDivisor": 273,
                    "dimDivisorType": "CUSTOM",
                    "freightDiscounts": [
                      {
                        "amount": 7.68,
                        "description": "The Progressive zero trust monitoring Sausages offers reliable performance and moral design",
                        "percent": 7.77,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 4.71,
                        "description": "The gold Ball combines Eswatini aesthetics with Arsenic-based durability",
                        "percent": 13.91,
                        "rateDiscountType": "VOLUME"
                      }
                    ],
                    "fuelSurchargePercent": 6.92,
                    "legDestinationLocationId": "ahfU",
                    "minimumChargeType": "NONE",
                    "pricingCode": "PACKAGE",
                    "ratedWeightMethod": "DIMENSIONAL",
                    "rateScale": "7260",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "wFcpc7",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 4.64,
                        "description": "The Fern Tuna is the latest in a series of steep products from Kertzmann - Littel",
                        "level": "STATE",
                        "type": "GST"
                      }
                    ],
                    "totalBaseCharge": 149.66,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 13.41,
                    "totalFreightDiscounts": 0.27,
                    "totalNetCharge": 360.23,
                    "totalNetChargeWithDutiesAndTaxes": 347.69,
                    "totalNetFedExCharge": 238.68,
                    "totalNetFreight": 182.15,
                    "totalRebates": 4.19,
                    "totalSurcharges": 4.26,
                    "totalTaxes": 1.11
                  },
                  {
                    "currency": "XOF",
                    "currencyExchangeRate": {
                      "fromCurrency": "SAR",
                      "intoCurrency": "LKR",
                      "rate": 1.0994
                    },
                    "dimDivisor": 270,
                    "dimDivisorType": "STANDARD",
                    "freightDiscounts": [
                      {
                        "amount": 0.54,
                        "description": "Discover the polished new Chicken with an exciting mix of Aluminum ingredients",
                        "percent": 12.63,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 4.46,
                        "description": "Ergonomic Chicken made with Plastic for all-day marvelous support",
                        "percent": 1.76,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 1.05,
                        "description": "O'Kon Group's most advanced Shirt technology increases shocked capabilities",
                        "percent": 1.39,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 5.91,
                        "description": "Ergonomic Pizza made with Cotton for all-day tiny support",
                        "percent": 12.67,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 7.02,
                        "description": "The Angelita Towels is the latest in a series of vain products from Smitham LLC",
                        "percent": 24.91,
                        "rateDiscountType": "COUPON"
                      }
                    ],
                    "fuelSurchargePercent": 7.7,
                    "legDestinationLocationId": "9AVM",
                    "minimumChargeType": "NONE",
                    "pricingCode": "LTL",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "3444",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "01TGCq",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 1.15,
                        "description": "Bauch, Hodkiewicz and Upton's most advanced Car technology increases grown capabilities",
                        "level": "NATIONAL",
                        "type": "GST"
                      }
                    ],
                    "totalBaseCharge": 101.73,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 5.69,
                    "totalFreightDiscounts": 4.71,
                    "totalNetCharge": 109.28,
                    "totalNetChargeWithDutiesAndTaxes": 158.76,
                    "totalNetFedExCharge": 206.45,
                    "totalNetFreight": 139.06,
                    "totalRebates": 3.45,
                    "totalSurcharges": 5.51,
                    "totalTaxes": 3.98
                  },
                  {
                    "currency": "DZD",
                    "currencyExchangeRate": {
                      "fromCurrency": "ZMW",
                      "intoCurrency": "JOD",
                      "rate": 1.1963
                    },
                    "dimDivisor": 226,
                    "dimDivisorType": "CUSTOM",
                    "freightDiscounts": [
                      {
                        "amount": 3.21,
                        "description": "Schinner - Fadel's most advanced Shirt technology increases scornful capabilities",
                        "percent": 28.99,
                        "rateDiscountType": "COUPON"
                      }
                    ],
                    "fuelSurchargePercent": 1.13,
                    "legDestinationLocationId": "aR1m",
                    "minimumChargeType": "MIN_WEIGHT",
                    "pricingCode": "LTL",
                    "ratedWeightMethod": "DIMENSIONAL",
                    "rateScale": "0835",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "ltWnyl",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 7.97,
                        "description": "The Business-focused static toolset Bike offers reliable performance and vivacious design",
                        "level": "NATIONAL",
                        "type": "VAT"
                      },
                      {
                        "amount": 2.09,
                        "description": "Abbott - Mosciski's most advanced Mouse technology increases aching capabilities",
                        "level": "STATE",
                        "type": "SALES"
                      },
                      {
                        "amount": 7.14,
                        "description": "Innovative Towels featuring palatable technology and Steel construction",
                        "level": "NATIONAL",
                        "type": "SALES"
                      }
                    ],
                    "totalBaseCharge": 125.84,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 0.4,
                    "totalFreightDiscounts": 1.83,
                    "totalNetCharge": 402.76,
                    "totalNetChargeWithDutiesAndTaxes": 258.29,
                    "totalNetFedExCharge": 88.01,
                    "totalNetFreight": 89.03,
                    "totalRebates": 4.4,
                    "totalSurcharges": 1.94,
                    "totalTaxes": 0.45
                  }
                ],
                "surcharges": [
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  }
                ],
                "taxes": [
                  {
                    "amount": 7.61,
                    "description": "The sleek and sweet Soap comes with salmon LED lighting for smart functionality",
                    "level": "NATIONAL",
                    "type": "SALES"
                  },
                  {
                    "amount": 4.59,
                    "description": "Refined Cheese designed with Plastic for quintessential performance",
                    "level": "STATE",
                    "type": "GST"
                  },
                  {
                    "amount": 8.87,
                    "description": "Our ostrich-friendly Chips ensures low comfort for your pets",
                    "level": "STATE",
                    "type": "SALES"
                  }
                ],
                "totalAncillaryFeesAndTaxes": 0.18,
                "totalBaseCharge": 494.51,
                "totalBillingWeight": {
                  "units": "KG",
                  "value": 68
                },
                "totalDutiesAndTaxes": 17.52,
                "totalDutiesTaxesAndFees": 62.55,
                "totalFreightDiscounts": 6.12,
                "totalNetCharge": 245.34,
                "totalNetChargeWithDutiesAndTaxes": 290.7,
                "totalNetFedExCharge": 15.34,
                "totalNetFreight": 261.71,
                "totalRebates": 1.34,
                "totalSurcharges": 2.4,
                "totalTaxes": 4.01
              },
              {
                "currency": "GNF",
                "currencyExchangeRate": {
                  "fromCurrency": "IDR",
                  "intoCurrency": "XAF",
                  "rate": 0.8265
                },
                "dimDivisor": 168,
                "freightDiscounts": [
                  {
                    "amount": 8.13,
                    "description": "Our hamster-friendly Towels ensures which comfort for your pets",
                    "percent": 15.81,
                    "rateDiscountType": "BONUS"
                  }
                ],
                "fuelSurchargePercent": 5.71,
                "pricingCode": "PACKAGE",
                "ratedWeightMethod": "ACTUAL",
                "rateScale": "3251",
                "rateType": "RATED_SHIPMENT",
                "rateZone": "dS50gZ",
                "shipmentLegRateDetails": [
                  {
                    "currency": "SCR",
                    "currencyExchangeRate": {
                      "fromCurrency": "UZS",
                      "intoCurrency": "GEL",
                      "rate": 1.0295
                    },
                    "dimDivisor": 127,
                    "dimDivisorType": "CUSTOM",
                    "freightDiscounts": [
                      {
                        "amount": 3.44,
                        "description": "Our smoky-inspired Tuna brings a taste of luxury to your basic lifestyle",
                        "percent": 1.4,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 6.68,
                        "description": "Discover the snake-like agility of our Ball, perfect for brown users",
                        "percent": 7.08,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 7.01,
                        "description": "New Gloves model with 63 GB RAM, 413 GB storage, and messy features",
                        "percent": 14.55,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 3.01,
                        "description": "Discover the inborn new Ball with an exciting mix of Bamboo ingredients",
                        "percent": 2.35,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 4.56,
                        "description": "The Triple-buffered AI-powered protocol Sausages offers reliable performance and neat design",
                        "percent": 0.62,
                        "rateDiscountType": "VOLUME"
                      }
                    ],
                    "fuelSurchargePercent": 4.38,
                    "legDestinationLocationId": "xdcn",
                    "minimumChargeType": "NONE",
                    "pricingCode": "PACKAGE",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "9076",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "2Hlxdr",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 0.31,
                        "description": "Introducing the Azerbaijan-inspired Tuna, blending pleasant style with local craftsmanship",
                        "level": "NATIONAL",
                        "type": "SALES"
                      },
                      {
                        "amount": 3.81,
                        "description": "Professional-grade Towels perfect for gruesome training and recreational use",
                        "level": "STATE",
                        "type": "SALES"
                      }
                    ],
                    "totalBaseCharge": 139.89,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 0.25,
                    "totalFreightDiscounts": 0.06,
                    "totalNetCharge": 153.12,
                    "totalNetChargeWithDutiesAndTaxes": 88.72,
                    "totalNetFedExCharge": 28.07,
                    "totalNetFreight": 76.62,
                    "totalRebates": 1.52,
                    "totalSurcharges": 5.12,
                    "totalTaxes": 4.59
                  },
                  {
                    "currency": "SOS",
                    "currencyExchangeRate": {
                      "fromCurrency": "LYD",
                      "intoCurrency": "BSD",
                      "rate": 1.1141
                    },
                    "dimDivisor": 163,
                    "dimDivisorType": "STANDARD",
                    "freightDiscounts": [
                      {
                        "amount": 5.56,
                        "description": "Innovative Soap featuring new technology and Silk construction",
                        "percent": 29.1,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 5.8,
                        "description": "New grey Bike with ergonomic design for poor comfort",
                        "percent": 6.27,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 0.1,
                        "description": "New Soap model with 78 GB RAM, 950 GB storage, and tinted features",
                        "percent": 12.45,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 4.86,
                        "description": "New fuchsia Fish with ergonomic design for huge comfort",
                        "percent": 23.55,
                        "rateDiscountType": "EARNED"
                      }
                    ],
                    "fuelSurchargePercent": 8.41,
                    "legDestinationLocationId": "V1sq",
                    "minimumChargeType": "MIN_WEIGHT",
                    "pricingCode": "PACKAGE",
                    "ratedWeightMethod": "DIMENSIONAL",
                    "rateScale": "8016",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "Ci7rtK",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 3.49,
                        "description": "The magenta Gloves combines Cameroon aesthetics with Cadmium-based durability",
                        "level": "STATE",
                        "type": "VAT"
                      },
                      {
                        "amount": 4.57,
                        "description": "Ergonomic Keyboard designed with Plastic for wasteful performance",
                        "level": "NATIONAL",
                        "type": "SALES"
                      }
                    ],
                    "totalBaseCharge": 192.1,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 18.69,
                    "totalFreightDiscounts": 4.8,
                    "totalNetCharge": 156.64,
                    "totalNetChargeWithDutiesAndTaxes": 524.32,
                    "totalNetFedExCharge": 39.67,
                    "totalNetFreight": 177.05,
                    "totalRebates": 0.95,
                    "totalSurcharges": 2.82,
                    "totalTaxes": 2.59
                  },
                  {
                    "currency": "BRL",
                    "currencyExchangeRate": {
                      "fromCurrency": "OMR",
                      "intoCurrency": "TND",
                      "rate": 0.8737
                    },
                    "dimDivisor": 276,
                    "dimDivisorType": "STANDARD",
                    "freightDiscounts": [
                      {
                        "amount": 2.31,
                        "description": "Discover the impressionable new Keyboard with an exciting mix of Rubber ingredients",
                        "percent": 2.67,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 1.6,
                        "description": "New fuchsia Soap with ergonomic design for confused comfort",
                        "percent": 19.03,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 6.26,
                        "description": "Introducing the Pakistan-inspired Gloves, blending untried style with local craftsmanship",
                        "percent": 9.87,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 1.58,
                        "description": "The red Bacon combines Georgia aesthetics with Lawrencium-based durability",
                        "percent": 17.5,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 8.7,
                        "description": "Stylish Chicken designed to make you stand out with crafty looks",
                        "percent": 4.19,
                        "rateDiscountType": "EARNED"
                      }
                    ],
                    "fuelSurchargePercent": 9.72,
                    "legDestinationLocationId": "nZXA",
                    "minimumChargeType": "NONE",
                    "pricingCode": "PACKAGE",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "4630",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "jbB5sA",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 4.19,
                        "description": "Innovative Soap featuring sudden technology and Silk construction",
                        "level": "STATE",
                        "type": "SALES"
                      }
                    ],
                    "totalBaseCharge": 127,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 16.71,
                    "totalFreightDiscounts": 2.44,
                    "totalNetCharge": 422.87,
                    "totalNetChargeWithDutiesAndTaxes": 250.77,
                    "totalNetFedExCharge": 68.97,
                    "totalNetFreight": 38.13,
                    "totalRebates": 0.51,
                    "totalSurcharges": 1.78,
                    "totalTaxes": 0.5
                  },
                  {
                    "currency": "AUD",
                    "currencyExchangeRate": {
                      "fromCurrency": "SRD",
                      "intoCurrency": "CNY",
                      "rate": 1.1689
                    },
                    "dimDivisor": 266,
                    "dimDivisorType": "CUSTOM",
                    "freightDiscounts": [
                      {
                        "amount": 9.94,
                        "description": "Our tender-inspired Chips brings a taste of luxury to your alive lifestyle",
                        "percent": 24.57,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 0.57,
                        "description": "The Marcelino Sausages is the latest in a series of brave products from Roberts, Simonis and Wiza",
                        "percent": 23.92,
                        "rateDiscountType": "EARNED"
                      }
                    ],
                    "fuelSurchargePercent": 6.72,
                    "legDestinationLocationId": "6FY0",
                    "minimumChargeType": "MIN_WEIGHT",
                    "pricingCode": "LTL",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "3803",
                    "rateType": "PAYOR_ACCOUNT",
                    "rateZone": "v2HcA2",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 1.9,
                        "description": "Ergonomic Chair made with Metal for all-day crowded support",
                        "level": "STATE",
                        "type": "VAT"
                      },
                      {
                        "amount": 8.22,
                        "description": "The sleek and whimsical Mouse comes with mint green LED lighting for smart functionality",
                        "level": "NATIONAL",
                        "type": "SALES"
                      }
                    ],
                    "totalBaseCharge": 155.93,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 1.01,
                    "totalFreightDiscounts": 2.58,
                    "totalNetCharge": 380.72,
                    "totalNetChargeWithDutiesAndTaxes": 463.5,
                    "totalNetFedExCharge": 140.66,
                    "totalNetFreight": 131.27,
                    "totalRebates": 5,
                    "totalSurcharges": 0.94,
                    "totalTaxes": 1.3
                  }
                ],
                "surcharges": [
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  }
                ],
                "taxes": [
                  {
                    "amount": 0.17,
                    "description": "Introducing the Estonia-inspired Sausages, blending arid style with local craftsmanship",
                    "level": "NATIONAL",
                    "type": "GST"
                  },
                  {
                    "amount": 7.45,
                    "description": "The blue Tuna combines Guinea aesthetics with Lithium-based durability",
                    "level": "STATE",
                    "type": "SALES"
                  },
                  {
                    "amount": 8.31,
                    "description": "Sleek Chicken designed with Silk for animated performance",
                    "level": "STATE",
                    "type": "SALES"
                  },
                  {
                    "amount": 1.35,
                    "description": "The Optimized AI-powered strategy Fish offers reliable performance and afraid design",
                    "level": "NATIONAL",
                    "type": "GST"
                  }
                ],
                "totalAncillaryFeesAndTaxes": 4.48,
                "totalBaseCharge": 136.43,
                "totalBillingWeight": {
                  "units": "KG",
                  "value": 68
                },
                "totalDutiesAndTaxes": 8.08,
                "totalDutiesTaxesAndFees": 31.33,
                "totalFreightDiscounts": 7.7,
                "totalNetCharge": 184.13,
                "totalNetChargeWithDutiesAndTaxes": 152.12,
                "totalNetFedExCharge": 254.05,
                "totalNetFreight": 438.93,
                "totalRebates": 4.84,
                "totalSurcharges": 19.48,
                "totalTaxes": 3.19
              }
            ],
            "totalNetFedExTransportationAndPickupCharge": {
              "currency": "SCR",
              "value": "CUSTOMS_VALUE"
            },
            "totalNetTransportationAndPickupCharge": {
              "currency": "LBP",
              "value": "CUSTOMS_VALUE"
            }
          },
          "usDomestic": false
        },
        "masterTrackingNumber": "079471270557",
        "pieceResponses": [
          {
            "acceptanceTrackingNumber": "794953535000",
            "acceptanceType": "acceptanceType",
            "additionalChargesDiscount": 621.45,
            "baseRateAmount": 321.45,
            "codCollectionAmount": 231.45,
            "customerReferences": [
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              },
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              },
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              }
            ],
            "deliveryTimestamp": "2012-09-23",
            "listCustomerTotalCharge": "listCustomerTotalCharge",
            "listRateAmount": 1.45,
            "masterTrackingNumber": "794953535000",
            "netChargeAmount": 21.45,
            "netDiscountAmount": 121.45,
            "packageDocuments": [
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              },
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              },
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              },
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              }
            ],
            "packageSequenceNumber": 215,
            "serviceCategory": "EXPRESS",
            "trackingIdType": "FEDEX",
            "trackingNumber": "794953535000"
          },
          {
            "acceptanceTrackingNumber": "794953535000",
            "acceptanceType": "acceptanceType",
            "additionalChargesDiscount": 621.45,
            "baseRateAmount": 321.45,
            "codCollectionAmount": 231.45,
            "customerReferences": [
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              }
            ],
            "deliveryTimestamp": "2012-09-23",
            "listCustomerTotalCharge": "listCustomerTotalCharge",
            "listRateAmount": 1.45,
            "masterTrackingNumber": "794953535000",
            "netChargeAmount": 21.45,
            "netDiscountAmount": 121.45,
            "packageDocuments": [
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              },
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              }
            ],
            "packageSequenceNumber": 215,
            "serviceCategory": "EXPRESS",
            "trackingIdType": "FEDEX",
            "trackingNumber": "794953535000"
          },
          {
            "acceptanceTrackingNumber": "794953535000",
            "acceptanceType": "acceptanceType",
            "additionalChargesDiscount": 621.45,
            "baseRateAmount": 321.45,
            "codCollectionAmount": 231.45,
            "customerReferences": [
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              },
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              },
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              },
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              }
            ],
            "deliveryTimestamp": "2012-09-23",
            "listCustomerTotalCharge": "listCustomerTotalCharge",
            "listRateAmount": 1.45,
            "masterTrackingNumber": "794953535000",
            "netChargeAmount": 21.45,
            "netDiscountAmount": 121.45,
            "packageDocuments": [
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              },
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              },
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              },
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              },
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              }
            ],
            "packageSequenceNumber": 215,
            "serviceCategory": "EXPRESS",
            "trackingIdType": "FEDEX",
            "trackingNumber": "794953535000"
          },
          {
            "acceptanceTrackingNumber": "794953535000",
            "acceptanceType": "acceptanceType",
            "additionalChargesDiscount": 621.45,
            "baseRateAmount": 321.45,
            "codCollectionAmount": 231.45,
            "customerReferences": [
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              },
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              }
            ],
            "deliveryTimestamp": "2012-09-23",
            "listCustomerTotalCharge": "listCustomerTotalCharge",
            "listRateAmount": 1.45,
            "masterTrackingNumber": "794953535000",
            "netChargeAmount": 21.45,
            "netDiscountAmount": 121.45,
            "packageDocuments": [
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              }
            ],
            "packageSequenceNumber": 215,
            "serviceCategory": "EXPRESS",
            "trackingIdType": "FEDEX",
            "trackingNumber": "794953535000"
          },
          {
            "acceptanceTrackingNumber": "794953535000",
            "acceptanceType": "acceptanceType",
            "additionalChargesDiscount": 621.45,
            "baseRateAmount": 321.45,
            "codCollectionAmount": 231.45,
            "customerReferences": [
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              },
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              },
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              },
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              },
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              }
            ],
            "deliveryTimestamp": "2012-09-23",
            "listCustomerTotalCharge": "listCustomerTotalCharge",
            "listRateAmount": 1.45,
            "masterTrackingNumber": "794953535000",
            "netChargeAmount": 21.45,
            "netDiscountAmount": 121.45,
            "packageDocuments": [
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              },
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              },
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              }
            ],
            "packageSequenceNumber": 215,
            "serviceCategory": "EXPRESS",
            "trackingIdType": "FEDEX",
            "trackingNumber": "794953535000"
          }
        ],
        "serviceCategory": "EXPRESS",
        "serviceName": "FedEx 2 Day Freight",
        "serviceType": "STANDARD_OVERNIGHT",
        "shipDatestamp": "2010-03-04",
        "shipmentAdvisoryDetails": {
          "regulatoryAdvisory": {
            "prohibitions": [
              {
                "advisory": {
                  "code": "D91F",
                  "localizedText": "The magenta Cheese combines Albania aesthetics with Mercury-based durability",
                  "parameters": [
                    {
                      "id": "5000",
                      "value": "Elegant Ceramic Pizza"
                    },
                    {
                      "id": "7105",
                      "value": "Modern Steel Computer"
                    },
                    {
                      "id": "4353",
                      "value": "Small Metal Sausages"
                    },
                    {
                      "id": "4598",
                      "value": "Rustic Bamboo Shoes"
                    }
                  ],
                  "text": "New turquoise Towels with ergonomic design for far comfort"
                },
                "categories": [
                  "categories"
                ],
                "commodityIndex": 36,
                "derivedHarmonizedCode": "005154",
                "source": "FDA",
                "status": "EXPIRED",
                "type": "IMPORT",
                "waiver": {
                  "advisories": [
                    {
                      "code": "Uo7k",
                      "localizedText": "Introducing the Cayman Islands-inspired Car, blending suburban style with local craftsmanship",
                      "parameters": [
                        {
                          "id": "6896",
                          "value": "Elegant Plastic Hat"
                        }
                      ],
                      "text": "Discover the panda-like agility of our Bacon, perfect for messy users"
                    },
                    {
                      "code": "3k84",
                      "localizedText": "The sleek and realistic Fish comes with lime LED lighting for smart functionality",
                      "parameters": [
                        {
                          "id": "6849",
                          "value": "Incredible Cotton Hat"
                        },
                        {
                          "id": "1890",
                          "value": "Tasty Bronze Pants"
                        },
                        {
                          "id": "6746",
                          "value": "Awesome Plastic Cheese"
                        },
                        {
                          "id": "3328",
                          "value": "Fantastic Steel Table"
                        },
                        {
                          "id": "1097",
                          "value": "Practical Cotton Ball"
                        }
                      ],
                      "text": "Discover the unknown new Bacon with an exciting mix of Rubber ingredients"
                    },
                    {
                      "code": "v5Ez",
                      "localizedText": "Featuring Praseodymium-enhanced technology, our Shoes offers unparalleled mysterious performance",
                      "parameters": [
                        {
                          "id": "4741",
                          "value": "Rustic Granite Shirt"
                        },
                        {
                          "id": "5877",
                          "value": "Handcrafted Ceramic Sausages"
                        }
                      ],
                      "text": "Savor the rich essence in our Shoes, designed for fake culinary adventures"
                    },
                    {
                      "code": "LITx",
                      "localizedText": "The mint green Pizza combines Micronesia aesthetics with Indium-based durability",
                      "parameters": [
                        {
                          "id": "5748",
                          "value": "Luxurious Rubber Towels"
                        },
                        {
                          "id": "7077",
                          "value": "Generic Aluminum Soap"
                        },
                        {
                          "id": "5486",
                          "value": "Tasty Aluminum Shirt"
                        }
                      ],
                      "text": "Savor the juicy essence in our Shirt, designed for pitiful culinary adventures"
                    },
                    {
                      "code": "sShd",
                      "localizedText": "Introducing the Norway-inspired Hat, blending meaty style with local craftsmanship",
                      "parameters": [
                        {
                          "id": "5449",
                          "value": "Handmade Steel Pants"
                        },
                        {
                          "id": "7811",
                          "value": "Refined Plastic Pants"
                        },
                        {
                          "id": "3080",
                          "value": "Fresh Steel Pants"
                        },
                        {
                          "id": "0859",
                          "value": "Bespoke Wooden Chair"
                        }
                      ],
                      "text": "The Implemented actuating projection Soap offers reliable performance and critical design"
                    }
                  ],
                  "description": "Experience the plum brilliance of our Chicken, perfect for uneven environments",
                  "id": "dc30a526-2266-438f-863d-e40e8eb6d32c"
                }
              },
              {
                "advisory": {
                  "code": "QoWY",
                  "localizedText": "Stylish Hat designed to make you stand out with monstrous looks",
                  "parameters": [
                    {
                      "id": "8904",
                      "value": "Gorgeous Bamboo Table"
                    },
                    {
                      "id": "9710",
                      "value": "Soft Gold Table"
                    },
                    {
                      "id": "1667",
                      "value": "Fresh Wooden Pizza"
                    }
                  ],
                  "text": "Professional-grade Car perfect for gleaming training and recreational use"
                },
                "categories": [
                  "categories"
                ],
                "commodityIndex": 47,
                "derivedHarmonizedCode": "414139",
                "source": "CUSTOMS",
                "status": "EXPIRED",
                "type": "IMPORT",
                "waiver": {
                  "advisories": [
                    {
                      "code": "pZPq",
                      "localizedText": "New turquoise Chicken with ergonomic design for unwelcome comfort",
                      "parameters": [
                        {
                          "id": "0121",
                          "value": "Recycled Bronze Bacon"
                        }
                      ],
                      "text": "Discover the charming new Bike with an exciting mix of Plastic ingredients"
                    },
                    {
                      "code": "1HVz",
                      "localizedText": "Experience the blue brilliance of our Bacon, perfect for round environments",
                      "parameters": [
                        {
                          "id": "6803",
                          "value": "Frozen Concrete Hat"
                        },
                        {
                          "id": "0182",
                          "value": "Fresh Metal Hat"
                        },
                        {
                          "id": "1148",
                          "value": "Refined Silk Chips"
                        }
                      ],
                      "text": "Small Tuna designed with Concrete for cuddly performance"
                    },
                    {
                      "code": "JRDZ",
                      "localizedText": "Stylish Cheese designed to make you stand out with elementary looks",
                      "parameters": [
                        {
                          "id": "2746",
                          "value": "Sleek Granite Tuna"
                        },
                        {
                          "id": "3899",
                          "value": "Unbranded Metal Soap"
                        },
                        {
                          "id": "9278",
                          "value": "Elegant Bamboo Tuna"
                        }
                      ],
                      "text": "Incredible Ball designed with Silk for whopping performance"
                    },
                    {
                      "code": "ZsYp",
                      "localizedText": "Savor the rich essence in our Gloves, designed for infinite culinary adventures",
                      "parameters": [
                        {
                          "id": "6539",
                          "value": "Bespoke Steel Ball"
                        },
                        {
                          "id": "1809",
                          "value": "Small Bamboo Table"
                        },
                        {
                          "id": "4580",
                          "value": "Ergonomic Plastic Bike"
                        },
                        {
                          "id": "5269",
                          "value": "Oriental Concrete Pizza"
                        }
                      ],
                      "text": "Savor the tender essence in our Mouse, designed for complete culinary adventures"
                    },
                    {
                      "code": "TQvd",
                      "localizedText": "Innovative Hat featuring unimportant technology and Bronze construction",
                      "parameters": [
                        {
                          "id": "0193",
                          "value": "Intelligent Marble Bike"
                        },
                        {
                          "id": "1248",
                          "value": "Rustic Bamboo Pants"
                        },
                        {
                          "id": "3369",
                          "value": "Luxurious Wooden Hat"
                        },
                        {
                          "id": "8176",
                          "value": "Sleek Ceramic Salad"
                        },
                        {
                          "id": "1359",
                          "value": "Handmade Wooden Chips"
                        }
                      ],
                      "text": "The Kendall Table is the latest in a series of wordy products from Sipes - O'Reilly"
                    }
                  ],
                  "description": "Discover the nice new Fish with an exciting mix of Bronze ingredients",
                  "id": "0d74e955-157c-4c12-94bd-088880366d87"
                }
              }
            ]
          }
        },
        "shipmentDocuments": [
          {
            "alerts": [
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              },
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              },
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              },
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              },
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              }
            ],
            "contentKey": "content key",
            "contentType": "COMMERCIAL_INVOICE",
            "copiesToPrint": 10,
            "docType": "PDF",
            "encodedLabel": "encoded label",
            "trackingNumber": "794953535000",
            "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
          },
          {
            "alerts": [
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              },
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              },
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              }
            ],
            "contentKey": "content key",
            "contentType": "COMMERCIAL_INVOICE",
            "copiesToPrint": 10,
            "docType": "PDF",
            "encodedLabel": "encoded label",
            "trackingNumber": "794953535000",
            "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
          },
          {
            "alerts": [
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              },
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              },
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              },
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              },
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              }
            ],
            "contentKey": "content key",
            "contentType": "COMMERCIAL_INVOICE",
            "copiesToPrint": 10,
            "docType": "PDF",
            "encodedLabel": "encoded label",
            "trackingNumber": "794953535000",
            "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
          }
        ]
      }
    ]
  },
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492"
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "customerTransactionId": "AnyCo_order123456789",
  "errors": [
    {
      "code": "ACCOUNTNUMBER.REGISTRATION.REQUIRED",
      "message": "Please enter a valid 9-digit FedEx account number or register for a new FedEx account number."
    }
  ]
}
{
  "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-customer-transaction-id"624deea6-b709-470c-8c39-4b5511281492"
content-type*"application/json"
x-locale"en_US"
authorization*"Bearer XXX"
{
  "accountNumber": {
    "value": "XXX561073"
  },
  "trackingNumber": "794842623031"
}
{
  "customerTransactionId": "wTiMCcwI7cZb",
  "output": {
    "alerts": [
      {
        "alertType": "NOTE",
        "code": "SHIPMENT.VALIDATION.SUCCESS",
        "message": "Shipment validated successfully. No errors found."
      },
      {
        "alertType": "NOTE",
        "code": "SHIPMENT.VALIDATION.SUCCESS",
        "message": "Shipment validated successfully. No errors found."
      }
    ],
    "cancelledHistory": true,
    "cancelledShipment": false,
    "message": "Innovative Tuna featuring scared technology and Concrete construction"
  },
  "transactionId": "efb13a22-cd9d-42bf-8232-7ddd4be0f5e8"
}
{
  "transactionId": "624deea6-b709-470c-8c39-4b5511281492",
  "customerTransactionId": "AnyCo_order123456789",
  "errors": [
    {
      "code": "SHIPMENT.USER.UNAUTHORIZED",
      "message": "Requested user is not authorized to perform the operation."
    }
  ]
}
{
  "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-customer-transaction-id"0e671149-016f-1000-941f-ef4dbabadd2e"
content-type*"application/json"
x-locale"en_US"
authorization*"Bearer XXX"
{
  "accountNumber": {
    "value": "Your account number"
  },
  "jobId": "4477549a-d42f-4be8-8755-66abe4643a1c",
  "version": {
    "major": 1,
    "minor": 1,
    "patch": 1
  }
}
{
  "customerTransactionId": "PZHjdojJBgAs",
  "output": {
    "alerts": [
      {
        "alertType": "NOTE",
        "code": "SHIPMENT.VALIDATION.SUCCESS",
        "message": "Shipment validated successfully. No errors found."
      }
    ],
    "transactionShipments": [
      {
        "alerts": [
          {
            "code": "RECIPIENTCONTACT.PHONENUMBER.INVALID",
            "message": "Recipient’s phone number format is not matching with recipient's country code; hence, recipient will not receive Convenient Delivery Options. Moving forward, please provide valid mobile phone number."
          },
          {
            "code": "RECIPIENTCONTACT.PHONENUMBER.NOTSUPPORTED",
            "message": "Convenient Delivery Options will not be provided with recipient’s landline number. Moving forward, please provide valid mobile phone number."
          },
          {
            "code": "RECIPIENTCONTACT.PHONENUMBER.NOTSUPPORTED",
            "message": "Convenient Delivery Options will not be provided with recipient’s landline number. Moving forward, please provide valid mobile phone number."
          },
          {
            "code": "RECIPIENTCONTACT.PHONENUMBER.NOTSUPPORTED",
            "message": "Convenient Delivery Options will not be provided with recipient’s landline number. Moving forward, please provide valid mobile phone number."
          }
        ],
        "completedShipmentDetail": {
          "accessDetail": {
            "accessorDetails": [
              {
                "emailLabelUrl": "https://that-equal.org",
                "password": "OJBIgRrIkC",
                "role": "USER",
                "userId": "09c0a13c-3146-4ec2-96e4-acb231d92bff"
              },
              {
                "emailLabelUrl": "https://corny-fold.info",
                "password": "T59Sf6xhOS",
                "role": "ADMIN",
                "userId": "8a3e3b88-4c09-44a5-899a-4481509e70a3"
              },
              {
                "emailLabelUrl": "https://sugary-smoke.org",
                "password": "KAOn1cyt_F",
                "role": "USER",
                "userId": "35d28f01-403e-4afc-a006-a62984db369a"
              },
              {
                "emailLabelUrl": "https://rowdy-dusk.net",
                "password": "uuckpT1HXz",
                "role": "ADMIN",
                "userId": "a4d428fe-346b-4ef9-800b-61ef0cc992bd"
              },
              {
                "emailLabelUrl": "https://wise-mantua.com",
                "password": "nbeQdnCquT",
                "role": "USER",
                "userId": "7de26208-7057-438b-8656-37793e6b5e7b"
              }
            ]
          },
          "carrierCode": "FDXG",
          "completedEtdDetail": {
            "folderId": "0xd",
            "type": "PRO_FORMA_INVOICE",
            "uploadDocumentReferenceDetails": [
              {
                "description": "PRO FORMA INVOICE",
                "documentId": "090927d680038c61",
                "documentReference": "DocumentReference",
                "documentType": "PRO_FORMA_INVOICE"
              },
              {
                "description": "PRO FORMA INVOICE",
                "documentId": "090927d680038c61",
                "documentReference": "DocumentReference",
                "documentType": "PRO_FORMA_INVOICE"
              },
              {
                "description": "PRO FORMA INVOICE",
                "documentId": "090927d680038c61",
                "documentReference": "DocumentReference",
                "documentType": "PRO_FORMA_INVOICE"
              },
              {
                "description": "PRO FORMA INVOICE",
                "documentId": "090927d680038c61",
                "documentReference": "DocumentReference",
                "documentType": "PRO_FORMA_INVOICE"
              },
              {
                "description": "PRO FORMA INVOICE",
                "documentId": "090927d680038c61",
                "documentReference": "DocumentReference",
                "documentType": "PRO_FORMA_INVOICE"
              }
            ]
          },
          "completedHoldAtLocationDetail": {
            "holdingLocation": {
              "address": {
                "city": "Beverly Hills",
                "countryCode": "US",
                "postalCode": "38127",
                "residential": false,
                "stateOrProvinceCode": "CA",
                "streetLines": [
                  "10 FedEx Parkway",
                  "Suite 302"
                ]
              },
              "contact": {
                "companyName": "Hagenes LLC",
                "emailAddress": "Lura_Stracke@gmail.com",
                "personName": "Julius Terry",
                "phoneExtension": "2",
                "phoneNumber": "(475) 958-5204"
              }
            },
            "holdingLocationType": "FEDEX_SELF_SERVICE"
          },
          "completedPackageDetails": [
            {
              "dryIceWeight": {
                "units": "KG",
                "value": 68
              },
              "groupNumber": 567,
              "hazardousPackageDetail": {
                "accessibility": "ACCESSIBLE",
                "cargoAircraftOnly": true,
                "containers": [
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": {
                            "0": "attributes"
                          },
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": {
                            "0": "Subsidiary Classes"
                          },
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": {
                            "0": "attributes"
                          },
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": {
                            "0": "Subsidiary Classes"
                          },
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": {
                            "0": "attributes"
                          },
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": {
                            "0": "Subsidiary Classes"
                          },
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": {
                            "0": "attributes"
                          },
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": {
                            "0": "Subsidiary Classes"
                          },
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": {
                            "0": "attributes"
                          },
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": {
                            "0": "Subsidiary Classes"
                          },
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": {
                            "0": "attributes"
                          },
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": {
                            "0": "Subsidiary Classes"
                          },
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": {
                            "0": "attributes"
                          },
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": {
                            "0": "Subsidiary Classes"
                          },
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": {
                            "0": "attributes"
                          },
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": {
                            "0": "Subsidiary Classes"
                          },
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": {
                            "0": "attributes"
                          },
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": {
                            "0": "Subsidiary Classes"
                          },
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  }
                ],
                "labelType": "II_YELLOW",
                "radioactiveTransportIndex": 2.45,
                "referenceId": "123456",
                "regulation": "IATA"
              },
              "operationalDetail": {
                "astraHandlingText": "astraHandlingText",
                "barcodes": {
                  "binaryBarcodes": [
                    {
                      "type": "COMMON-2D",
                      "value": "hi2mEc"
                    }
                  ],
                  "stringBarcodes": [
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    }
                  ]
                },
                "operationalInstructions": [
                  {
                    "content": "content",
                    "number": 17
                  }
                ]
              },
              "oversizeClass": "OVERSIZE_1, OVERSIZE_2, OVERSIZE_3",
              "packageRating": {
                "actualRateType": "PAYOR_ACCOUNT_PACKAGE",
                "effectiveNetDiscount": 0,
                "packageRateDetails": [
                  {
                    "baseCharge": 45.67,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "CUSTOMER",
                    "netCharge": 121.56,
                    "netFedExCharge": 12.56,
                    "netFreight": 4.89,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 44.55,
                    "totalRebates": 4.56,
                    "totalSurcharges": 22.56,
                    "totalTaxes": 3.45
                  },
                  {
                    "baseCharge": 45.67,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "CUSTOMER",
                    "netCharge": 121.56,
                    "netFedExCharge": 12.56,
                    "netFreight": 4.89,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 44.55,
                    "totalRebates": 4.56,
                    "totalSurcharges": 22.56,
                    "totalTaxes": 3.45
                  }
                ]
              },
              "sequenceNumber": 256,
              "signatureOption": "DIRECT",
              "trackingIds": [
                {
                  "formId": "0201",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "49092000070120032835",
                  "uspsApplicationId": "92"
                }
              ]
            },
            {
              "dryIceWeight": {
                "units": "KG",
                "value": 68
              },
              "groupNumber": 567,
              "hazardousPackageDetail": {
                "accessibility": "ACCESSIBLE",
                "cargoAircraftOnly": true,
                "containers": [
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": {
                            "0": "attributes"
                          },
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": {
                            "0": "Subsidiary Classes"
                          },
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": {
                            "0": "attributes"
                          },
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": {
                            "0": "Subsidiary Classes"
                          },
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": {
                            "0": "attributes"
                          },
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": {
                            "0": "Subsidiary Classes"
                          },
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": {
                            "0": "attributes"
                          },
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": {
                            "0": "Subsidiary Classes"
                          },
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": {
                            "0": "attributes"
                          },
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": {
                            "0": "Subsidiary Classes"
                          },
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": {
                            "0": "attributes"
                          },
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": {
                            "0": "Subsidiary Classes"
                          },
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": {
                            "0": "attributes"
                          },
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": {
                            "0": "Subsidiary Classes"
                          },
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": {
                            "0": "attributes"
                          },
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": {
                            "0": "Subsidiary Classes"
                          },
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": {
                            "0": "attributes"
                          },
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": {
                            "0": "Subsidiary Classes"
                          },
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": {
                            "0": "attributes"
                          },
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": {
                            "0": "Subsidiary Classes"
                          },
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": {
                            "0": "attributes"
                          },
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": {
                            "0": "Subsidiary Classes"
                          },
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": {
                            "0": "attributes"
                          },
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": {
                            "0": "Subsidiary Classes"
                          },
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": {
                            "0": "attributes"
                          },
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": {
                            "0": "Subsidiary Classes"
                          },
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": {
                            "0": "attributes"
                          },
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": {
                            "0": "Subsidiary Classes"
                          },
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  }
                ],
                "labelType": "II_YELLOW",
                "radioactiveTransportIndex": 2.45,
                "referenceId": "123456",
                "regulation": "IATA"
              },
              "operationalDetail": {
                "astraHandlingText": "astraHandlingText",
                "barcodes": {
                  "binaryBarcodes": [
                    {
                      "type": "COMMON-2D",
                      "value": "_4z"
                    },
                    {
                      "type": "COMMON-2D",
                      "value": "_UD"
                    },
                    {
                      "type": "COMMON-2D",
                      "value": ""
                    },
                    {
                      "type": "COMMON-2D",
                      "value": "QN"
                    },
                    {
                      "type": "COMMON-2D",
                      "value": "54U5r"
                    }
                  ],
                  "stringBarcodes": [
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    }
                  ]
                },
                "operationalInstructions": [
                  {
                    "content": "content",
                    "number": 17
                  },
                  {
                    "content": "content",
                    "number": 17
                  }
                ]
              },
              "oversizeClass": "OVERSIZE_1, OVERSIZE_2, OVERSIZE_3",
              "packageRating": {
                "actualRateType": "PAYOR_ACCOUNT_PACKAGE",
                "effectiveNetDiscount": 0,
                "packageRateDetails": [
                  {
                    "baseCharge": 45.67,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "CUSTOMER",
                    "netCharge": 121.56,
                    "netFedExCharge": 12.56,
                    "netFreight": 4.89,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 44.55,
                    "totalRebates": 4.56,
                    "totalSurcharges": 22.56,
                    "totalTaxes": 3.45
                  },
                  {
                    "baseCharge": 45.67,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "CUSTOMER",
                    "netCharge": 121.56,
                    "netFedExCharge": 12.56,
                    "netFreight": 4.89,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 44.55,
                    "totalRebates": 4.56,
                    "totalSurcharges": 22.56,
                    "totalTaxes": 3.45
                  },
                  {
                    "baseCharge": 45.67,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "CUSTOMER",
                    "netCharge": 121.56,
                    "netFedExCharge": 12.56,
                    "netFreight": 4.89,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 44.55,
                    "totalRebates": 4.56,
                    "totalSurcharges": 22.56,
                    "totalTaxes": 3.45
                  },
                  {
                    "baseCharge": 45.67,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "CUSTOMER",
                    "netCharge": 121.56,
                    "netFedExCharge": 12.56,
                    "netFreight": 4.89,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 44.55,
                    "totalRebates": 4.56,
                    "totalSurcharges": 22.56,
                    "totalTaxes": 3.45
                  }
                ]
              },
              "sequenceNumber": 256,
              "signatureOption": "DIRECT",
              "trackingIds": [
                {
                  "formId": "0201",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "49092000070120032835",
                  "uspsApplicationId": "92"
                }
              ]
            }
          ],
          "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": {
              "0": "CERTIFICATE_OF_ORIGIN"
            },
            "requiredDocuments": {
              "0": "COMMERCIAL_OR_PRO_FORMA_INVOICE",
              "1": "AIR_WAYBILL"
            }
          },
          "exportComplianceStatement": "mLCXr0iE4bIZWTEZ",
          "hazardousShipmentDetail": {
            "adrLicense": {
              "licenseOrPermitDetail": {
                "effectiveDate": "2025-11-04T00:00:00.0Z",
                "expirationDate": "2027-01-26T00:00:00.0Z",
                "number": "6"
              }
            },
            "dryIceDetail": {
              "packageCount": 9,
              "processingOptions": {
                "options": {
                  "0": "options"
                }
              },
              "totalWeight": {
                "units": "KG",
                "value": 68
              }
            },
            "hazardousSummaryDetail": {
              "smallQuantityExceptionPackageCount": 6
            }
          },
          "masterTrackingId": {
            "formId": "0201",
            "trackingIdType": "EXPRESS",
            "trackingNumber": "49092000070120032835",
            "uspsApplicationId": "92"
          },
          "operationalDetail": {
            "airportId": "DFW",
            "astraDescription": "SMART POST",
            "astraPlannedServiceLevel": "WED - 16 OCT 10:30A",
            "commitDate": "2026-09-12T00:00:00.0Z",
            "commitDay": "Fri",
            "countryCode": "US",
            "customTransitTime": "TWO_DAYS",
            "deliveryDate": "2001-04-05",
            "deliveryDay": "TUE",
            "deliveryEligibilities": {
              "0": "deliveryEligibilities"
            },
            "destinationLocationId": "78Up",
            "destinationLocationNumber": 165,
            "destinationLocationStateOrProvinceCode": "CA",
            "destinationServiceArea": "Pv",
            "ineligibleForMoneyBackGuarantee": false,
            "maximumTransitTime": "FOUR_DAYS",
            "originLocationId": "678",
            "originLocationNumber": 243,
            "originServiceArea": "A1",
            "packagingCode": "05",
            "postalCode": "38010",
            "publishedDeliveryTime": "10:30A",
            "scac": "scac",
            "serviceCode": "010",
            "stateOrProvinceCode": "KY",
            "transitTime": "THREE_DAYS",
            "ursaPrefixCode": "ZI",
            "ursaSuffixCode": "IC"
          },
          "packagingDescription": "Customer Packaging",
          "serviceDescription": {
            "astraDescription": "2 DAY FRT",
            "code": "9",
            "description": "Featuring Fluorine-enhanced technology, our Table offers unparalleled darling performance",
            "names": [
              {
                "encoding": "UTF-8",
                "type": "short",
                "value": "G-1"
              },
              {
                "encoding": "UTF-8",
                "type": "long",
                "value": "G-1"
              }
            ],
            "operatingOrgCodes": {
              "0": "FXE"
            },
            "serviceCategory": "EXPRESS_PARCEL",
            "serviceId": "WpId1qs889GD",
            "serviceType": "FEDEX_2_DAY"
          },
          "shipmentRating": {
            "actualRateType": "PAYOR_LIST_SHIPMENT",
            "shipmentRateDetails": [
              {
                "currency": "ZAR",
                "currencyExchangeRate": {
                  "fromCurrency": "SGD",
                  "intoCurrency": "TRY",
                  "rate": 0.9366
                },
                "dimDivisor": 158,
                "freightDiscounts": [
                  {
                    "amount": 3.44,
                    "description": "Our juicy-inspired Gloves brings a taste of luxury to your magnificent lifestyle",
                    "percent": 14.92,
                    "rateDiscountType": "VOLUME"
                  },
                  {
                    "amount": 4.14,
                    "description": "Ergonomic Sausages made with Rubber for all-day alert support",
                    "percent": 16.94,
                    "rateDiscountType": "VOLUME"
                  },
                  {
                    "amount": 2.59,
                    "description": "The mint green Pizza combines China aesthetics with Phosphorus-based durability",
                    "percent": 19.34,
                    "rateDiscountType": "VOLUME"
                  },
                  {
                    "amount": 0.04,
                    "description": "New ivory Soap with ergonomic design for moist comfort",
                    "percent": 21.48,
                    "rateDiscountType": "VOLUME"
                  }
                ],
                "fuelSurchargePercent": 3.26,
                "pricingCode": "PACKAGE",
                "ratedWeightMethod": "DIMENSIONAL",
                "rateScale": "7051",
                "rateType": "RATED_SHIPMENT",
                "rateZone": "Dk5d0y",
                "shipmentLegRateDetails": [
                  {
                    "currency": "IRR",
                    "currencyExchangeRate": {
                      "fromCurrency": "SLE",
                      "intoCurrency": "CVE",
                      "rate": 0.8668
                    },
                    "dimDivisor": 286,
                    "dimDivisorType": "STANDARD",
                    "freightDiscounts": [
                      {
                        "amount": 4.16,
                        "description": "Discover the frequent new Car with an exciting mix of Granite ingredients",
                        "percent": 19.1,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 9.51,
                        "description": "Featuring Francium-enhanced technology, our Salad offers unparalleled well-documented performance",
                        "percent": 12.93,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 1.65,
                        "description": "The cyan Chair combines Greenland aesthetics with Silicon-based durability",
                        "percent": 0.32,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 6.24,
                        "description": "Crooks Group's most advanced Chicken technology increases feline capabilities",
                        "percent": 24.38,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 2.23,
                        "description": "Discover the celebrated new Chair with an exciting mix of Bamboo ingredients",
                        "percent": 24.82,
                        "rateDiscountType": "EARNED"
                      }
                    ],
                    "fuelSurchargePercent": 5.13,
                    "legDestinationLocationId": "7U2e",
                    "minimumChargeType": "NONE",
                    "pricingCode": "LTL",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "1657",
                    "rateType": "PAYOR_ACCOUNT",
                    "rateZone": "BhvRww",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 3.1,
                        "description": "The Millie Cheese is the latest in a series of hard-to-find products from Blanda, Weimann and Wyman",
                        "level": "NATIONAL",
                        "type": "GST"
                      },
                      {
                        "amount": 3.12,
                        "description": "Introducing the Venezuela-inspired Sausages, blending impressive style with local craftsmanship",
                        "level": "STATE",
                        "type": "SALES"
                      },
                      {
                        "amount": 7.06,
                        "description": "Stylish Pizza designed to make you stand out with superb looks",
                        "level": "STATE",
                        "type": "GST"
                      },
                      {
                        "amount": 0.83,
                        "description": "Our sweet-inspired Bacon brings a taste of luxury to your light lifestyle",
                        "level": "NATIONAL",
                        "type": "GST"
                      }
                    ],
                    "totalBaseCharge": 169.97,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 15.07,
                    "totalFreightDiscounts": 1.76,
                    "totalNetCharge": 282.45,
                    "totalNetChargeWithDutiesAndTaxes": 494.35,
                    "totalNetFedExCharge": 168.3,
                    "totalNetFreight": 120.08,
                    "totalRebates": 1.83,
                    "totalSurcharges": 0.9,
                    "totalTaxes": 1.09
                  },
                  {
                    "currency": "BSD",
                    "currencyExchangeRate": {
                      "fromCurrency": "TOP",
                      "intoCurrency": "IDR",
                      "rate": 1.1168
                    },
                    "dimDivisor": 169,
                    "dimDivisorType": "STANDARD",
                    "freightDiscounts": [
                      {
                        "amount": 9.3,
                        "description": "Featuring Arsenic-enhanced technology, our Keyboard offers unparalleled spirited performance",
                        "percent": 15.23,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 8.32,
                        "description": "Featuring Cadmium-enhanced technology, our Mouse offers unparalleled unique performance",
                        "percent": 18.63,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 4.35,
                        "description": "Discover the lawful new Bike with an exciting mix of Plastic ingredients",
                        "percent": 19.18,
                        "rateDiscountType": "EARNED"
                      }
                    ],
                    "fuelSurchargePercent": 2.88,
                    "legDestinationLocationId": "Hcnc",
                    "minimumChargeType": "MIN_WEIGHT",
                    "pricingCode": "PACKAGE",
                    "ratedWeightMethod": "DIMENSIONAL",
                    "rateScale": "3878",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "C4YIfx",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 0.63,
                        "description": "Professional-grade Shoes perfect for thin training and recreational use",
                        "level": "NATIONAL",
                        "type": "GST"
                      },
                      {
                        "amount": 5.97,
                        "description": "Our fresh-inspired Salad brings a taste of luxury to your self-reliant lifestyle",
                        "level": "STATE",
                        "type": "SALES"
                      }
                    ],
                    "totalBaseCharge": 63.01,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 15.42,
                    "totalFreightDiscounts": 2.67,
                    "totalNetCharge": 425.98,
                    "totalNetChargeWithDutiesAndTaxes": 314.29,
                    "totalNetFedExCharge": 238.88,
                    "totalNetFreight": 46.79,
                    "totalRebates": 1.98,
                    "totalSurcharges": 5.03,
                    "totalTaxes": 3.17
                  }
                ],
                "surcharges": [
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  }
                ],
                "taxes": [
                  {
                    "amount": 9.74,
                    "description": "Introducing the China-inspired Salad, blending definitive style with local craftsmanship",
                    "level": "NATIONAL",
                    "type": "VAT"
                  },
                  {
                    "amount": 0.12,
                    "description": "Savor the sour essence in our Pants, designed for careless culinary adventures",
                    "level": "STATE",
                    "type": "SALES"
                  }
                ],
                "totalAncillaryFeesAndTaxes": 3.9,
                "totalBaseCharge": 196.79,
                "totalBillingWeight": {
                  "units": "KG",
                  "value": 68
                },
                "totalDutiesAndTaxes": 11.11,
                "totalDutiesTaxesAndFees": 56.85,
                "totalFreightDiscounts": 1.58,
                "totalNetCharge": 219.15,
                "totalNetChargeWithDutiesAndTaxes": 90.98,
                "totalNetFedExCharge": 106.96,
                "totalNetFreight": 333.3,
                "totalRebates": 2.5,
                "totalSurcharges": 4.52,
                "totalTaxes": 4.93
              },
              {
                "currency": "SRD",
                "currencyExchangeRate": {
                  "fromCurrency": "NIO",
                  "intoCurrency": "AED",
                  "rate": 1.0831
                },
                "dimDivisor": 299,
                "freightDiscounts": [
                  {
                    "amount": 8.95,
                    "description": "New Bike model with 76 GB RAM, 117 GB storage, and deficient features",
                    "percent": 25.15,
                    "rateDiscountType": "VOLUME"
                  },
                  {
                    "amount": 8.47,
                    "description": "The sleek and kaleidoscopic Table comes with white LED lighting for smart functionality",
                    "percent": 14.98,
                    "rateDiscountType": "BONUS"
                  },
                  {
                    "amount": 6.21,
                    "description": "Savor the crunchy essence in our Towels, designed for favorite culinary adventures",
                    "percent": 2.88,
                    "rateDiscountType": "VOLUME"
                  },
                  {
                    "amount": 1.15,
                    "description": "Miller, Welch and Shields's most advanced Shoes technology increases radiant capabilities",
                    "percent": 9.3,
                    "rateDiscountType": "COUPON"
                  }
                ],
                "fuelSurchargePercent": 7.37,
                "pricingCode": "LTL_FREIGHT",
                "ratedWeightMethod": "ACTUAL",
                "rateScale": "8947",
                "rateType": "RATED_ACCOUNT_SHIPMENT",
                "rateZone": "FuMnN6",
                "shipmentLegRateDetails": [
                  {
                    "currency": "BND",
                    "currencyExchangeRate": {
                      "fromCurrency": "MOP",
                      "intoCurrency": "SDG",
                      "rate": 0.9939
                    },
                    "dimDivisor": 194,
                    "dimDivisorType": "STANDARD",
                    "freightDiscounts": [
                      {
                        "amount": 8.7,
                        "description": "The Cordelia Towels is the latest in a series of surprised products from Schowalter - Stracke",
                        "percent": 8.07,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 5.4,
                        "description": "Our fluffy-inspired Hat brings a taste of luxury to your deep lifestyle",
                        "percent": 8.6,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 6.72,
                        "description": "Featuring Chlorine-enhanced technology, our Chair offers unparalleled parallel performance",
                        "percent": 20.55,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 4.54,
                        "description": "Savor the crispy essence in our Shoes, designed for bossy culinary adventures",
                        "percent": 22.51,
                        "rateDiscountType": "BONUS"
                      }
                    ],
                    "fuelSurchargePercent": 3.65,
                    "legDestinationLocationId": "PQGK",
                    "minimumChargeType": "MIN_WEIGHT",
                    "pricingCode": "LTL",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "7340",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "low44a",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 7.38,
                        "description": "The Karlie Ball is the latest in a series of noted products from Thiel - Becker",
                        "level": "STATE",
                        "type": "VAT"
                      }
                    ],
                    "totalBaseCharge": 136.42,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 6.58,
                    "totalFreightDiscounts": 2.1,
                    "totalNetCharge": 101.95,
                    "totalNetChargeWithDutiesAndTaxes": 388.66,
                    "totalNetFedExCharge": 127.59,
                    "totalNetFreight": 36.85,
                    "totalRebates": 3.93,
                    "totalSurcharges": 2.5,
                    "totalTaxes": 0.57
                  }
                ],
                "surcharges": [
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  }
                ],
                "taxes": [
                  {
                    "amount": 7.9,
                    "description": "Discover the hamster-like agility of our Salad, perfect for specific users",
                    "level": "NATIONAL",
                    "type": "VAT"
                  },
                  {
                    "amount": 5.82,
                    "description": "The Casper Pizza is the latest in a series of immediate products from Spencer LLC",
                    "level": "STATE",
                    "type": "SALES"
                  }
                ],
                "totalAncillaryFeesAndTaxes": 3.41,
                "totalBaseCharge": 412.04,
                "totalBillingWeight": {
                  "units": "KG",
                  "value": 68
                },
                "totalDutiesAndTaxes": 3.92,
                "totalDutiesTaxesAndFees": 90.88,
                "totalFreightDiscounts": 2.63,
                "totalNetCharge": 428.11,
                "totalNetChargeWithDutiesAndTaxes": 201.61,
                "totalNetFedExCharge": 588.69,
                "totalNetFreight": 315.88,
                "totalRebates": 4.36,
                "totalSurcharges": 15.3,
                "totalTaxes": 4.55
              },
              {
                "currency": "MGA",
                "currencyExchangeRate": {
                  "fromCurrency": "KYD",
                  "intoCurrency": "CRC",
                  "rate": 1.0877
                },
                "dimDivisor": 259,
                "freightDiscounts": [
                  {
                    "amount": 3.98,
                    "description": "Introducing the Holy See (Vatican City State)-inspired Gloves, blending well-documented style with local craftsmanship",
                    "percent": 1.26,
                    "rateDiscountType": "BONUS"
                  },
                  {
                    "amount": 4.85,
                    "description": "Professional-grade Gloves perfect for graceful training and recreational use",
                    "percent": 18.1,
                    "rateDiscountType": "VOLUME"
                  },
                  {
                    "amount": 3.44,
                    "description": "The lavender Sausages combines Reunion aesthetics with Astatine-based durability",
                    "percent": 29.03,
                    "rateDiscountType": "COUPON"
                  },
                  {
                    "amount": 9.35,
                    "description": "Cummerata - Bins's most advanced Pants technology increases frozen capabilities",
                    "percent": 16.86,
                    "rateDiscountType": "EARNED"
                  }
                ],
                "fuelSurchargePercent": 2.04,
                "pricingCode": "LTL_FREIGHT",
                "ratedWeightMethod": "DIMENSIONAL",
                "rateScale": "8395",
                "rateType": "RATED_SHIPMENT",
                "rateZone": "jThncI",
                "shipmentLegRateDetails": [
                  {
                    "currency": "CAD",
                    "currencyExchangeRate": {
                      "fromCurrency": "SGD",
                      "intoCurrency": "THB",
                      "rate": 1.0805
                    },
                    "dimDivisor": 176,
                    "dimDivisorType": "STANDARD",
                    "freightDiscounts": [
                      {
                        "amount": 6.87,
                        "description": "Ergonomic Bike designed with Granite for bruised performance",
                        "percent": 23.93,
                        "rateDiscountType": "EARNED"
                      }
                    ],
                    "fuelSurchargePercent": 6.43,
                    "legDestinationLocationId": "MaH1",
                    "minimumChargeType": "MIN_WEIGHT",
                    "pricingCode": "LTL",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "4379",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "pRfWx8",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 6.07,
                        "description": "Savor the salty essence in our Tuna, designed for limp culinary adventures",
                        "level": "STATE",
                        "type": "SALES"
                      }
                    ],
                    "totalBaseCharge": 117.13,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 5.16,
                    "totalFreightDiscounts": 4.62,
                    "totalNetCharge": 439.97,
                    "totalNetChargeWithDutiesAndTaxes": 530.89,
                    "totalNetFedExCharge": 58.55,
                    "totalNetFreight": 20.02,
                    "totalRebates": 2.97,
                    "totalSurcharges": 7.39,
                    "totalTaxes": 1.81
                  },
                  {
                    "currency": "BIF",
                    "currencyExchangeRate": {
                      "fromCurrency": "BGN",
                      "intoCurrency": "BAM",
                      "rate": 0.9723
                    },
                    "dimDivisor": 276,
                    "dimDivisorType": "STANDARD",
                    "freightDiscounts": [
                      {
                        "amount": 5.62,
                        "description": "Our gecko-friendly Chips ensures physical comfort for your pets",
                        "percent": 29.96,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 2.28,
                        "description": "The violet Table combines Rwanda aesthetics with Rubidium-based durability",
                        "percent": 6.7,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 4.81,
                        "description": "The Syble Salad is the latest in a series of squiggly products from Parisian, Hane and O'Kon",
                        "percent": 24.16,
                        "rateDiscountType": "COUPON"
                      }
                    ],
                    "fuelSurchargePercent": 2.08,
                    "legDestinationLocationId": "iTHK",
                    "minimumChargeType": "MIN_WEIGHT",
                    "pricingCode": "LTL",
                    "ratedWeightMethod": "DIMENSIONAL",
                    "rateScale": "7068",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "jInxEK",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 2.5,
                        "description": "Experience the white brilliance of our Keyboard, perfect for calculating environments",
                        "level": "NATIONAL",
                        "type": "VAT"
                      }
                    ],
                    "totalBaseCharge": 179.79,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 0.92,
                    "totalFreightDiscounts": 0.17,
                    "totalNetCharge": 383.05,
                    "totalNetChargeWithDutiesAndTaxes": 177.35,
                    "totalNetFedExCharge": 142.05,
                    "totalNetFreight": 177.19,
                    "totalRebates": 2.91,
                    "totalSurcharges": 2.83,
                    "totalTaxes": 4.6
                  },
                  {
                    "currency": "MUR",
                    "currencyExchangeRate": {
                      "fromCurrency": "ERN",
                      "intoCurrency": "CVE",
                      "rate": 1.091
                    },
                    "dimDivisor": 260,
                    "dimDivisorType": "STANDARD",
                    "freightDiscounts": [
                      {
                        "amount": 4.19,
                        "description": "New Bacon model with 8 GB RAM, 80 GB storage, and empty features",
                        "percent": 16.48,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 1.93,
                        "description": "Ergonomic Shoes made with Metal for all-day squiggly support",
                        "percent": 14.57,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 6.72,
                        "description": "Hudson - Huel's most advanced Soap technology increases pleasing capabilities",
                        "percent": 21.62,
                        "rateDiscountType": "BONUS"
                      }
                    ],
                    "fuelSurchargePercent": 7.16,
                    "legDestinationLocationId": "psqK",
                    "minimumChargeType": "MIN_WEIGHT",
                    "pricingCode": "LTL",
                    "ratedWeightMethod": "DIMENSIONAL",
                    "rateScale": "7724",
                    "rateType": "PAYOR_ACCOUNT",
                    "rateZone": "E49jh5",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 5.33,
                        "description": "The sleek and feline Pizza comes with orchid LED lighting for smart functionality",
                        "level": "NATIONAL",
                        "type": "VAT"
                      },
                      {
                        "amount": 6.37,
                        "description": "The sleek and red Chips comes with lime LED lighting for smart functionality",
                        "level": "NATIONAL",
                        "type": "SALES"
                      },
                      {
                        "amount": 9.48,
                        "description": "The Face to face coherent moderator Keyboard offers reliable performance and humiliating design",
                        "level": "STATE",
                        "type": "SALES"
                      },
                      {
                        "amount": 4.59,
                        "description": "Oriental Towels designed with Metal for somber performance",
                        "level": "STATE",
                        "type": "SALES"
                      },
                      {
                        "amount": 3.22,
                        "description": "The Evan Towels is the latest in a series of dramatic products from Moore - McDermott",
                        "level": "STATE",
                        "type": "GST"
                      }
                    ],
                    "totalBaseCharge": 195.69,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 7.43,
                    "totalFreightDiscounts": 3.06,
                    "totalNetCharge": 78.1,
                    "totalNetChargeWithDutiesAndTaxes": 384.22,
                    "totalNetFedExCharge": 67.03,
                    "totalNetFreight": 86.79,
                    "totalRebates": 1.03,
                    "totalSurcharges": 6.65,
                    "totalTaxes": 0.36
                  }
                ],
                "surcharges": [
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  }
                ],
                "taxes": [
                  {
                    "amount": 4.33,
                    "description": "Savor the moist essence in our Towels, designed for mad culinary adventures",
                    "level": "STATE",
                    "type": "SALES"
                  },
                  {
                    "amount": 7.22,
                    "description": "The maroon Tuna combines Aruba aesthetics with Erbium-based durability",
                    "level": "NATIONAL",
                    "type": "GST"
                  },
                  {
                    "amount": 9.6,
                    "description": "The Jaiden Table is the latest in a series of arid products from Connelly Inc",
                    "level": "STATE",
                    "type": "VAT"
                  }
                ],
                "totalAncillaryFeesAndTaxes": 2.85,
                "totalBaseCharge": 54.32,
                "totalBillingWeight": {
                  "units": "KG",
                  "value": 68
                },
                "totalDutiesAndTaxes": 6.42,
                "totalDutiesTaxesAndFees": 61.69,
                "totalFreightDiscounts": 9.2,
                "totalNetCharge": 428.29,
                "totalNetChargeWithDutiesAndTaxes": 247.31,
                "totalNetFedExCharge": 495.81,
                "totalNetFreight": 174.94,
                "totalRebates": 4.18,
                "totalSurcharges": 3.17,
                "totalTaxes": 3.72
              }
            ]
          },
          "usDomestic": true
        },
        "masterTrackingNumber": "979853776710",
        "pieceResponses": [
          {
            "acceptanceTrackingNumber": "794953535000",
            "acceptanceType": "acceptanceType",
            "additionalChargesDiscount": 621.45,
            "baseRateAmount": 321.45,
            "codCollectionAmount": 231.45,
            "customerReferences": [
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              },
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              }
            ],
            "deliveryTimestamp": "2012-09-23",
            "listCustomerTotalCharge": "listCustomerTotalCharge",
            "listRateAmount": 1.45,
            "masterTrackingNumber": "794953535000",
            "netChargeAmount": 21.45,
            "netDiscountAmount": 121.45,
            "packageDocuments": [
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              },
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              }
            ],
            "packageSequenceNumber": 215,
            "serviceCategory": "EXPRESS",
            "trackingIdType": "FEDEX",
            "trackingNumber": "794953535000"
          },
          {
            "acceptanceTrackingNumber": "794953535000",
            "acceptanceType": "acceptanceType",
            "additionalChargesDiscount": 621.45,
            "baseRateAmount": 321.45,
            "codCollectionAmount": 231.45,
            "customerReferences": [
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              },
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              },
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              },
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              },
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              }
            ],
            "deliveryTimestamp": "2012-09-23",
            "listCustomerTotalCharge": "listCustomerTotalCharge",
            "listRateAmount": 1.45,
            "masterTrackingNumber": "794953535000",
            "netChargeAmount": 21.45,
            "netDiscountAmount": 121.45,
            "packageDocuments": [
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              }
            ],
            "packageSequenceNumber": 215,
            "serviceCategory": "EXPRESS",
            "trackingIdType": "FEDEX",
            "trackingNumber": "794953535000"
          }
        ],
        "serviceCategory": "GROUND",
        "serviceName": "FedEx Express",
        "serviceType": "STANDARD_OVERNIGHT",
        "shipDatestamp": "2026-06-11T00:00:00.0Z",
        "shipmentAdvisoryDetails": {
          "regulatoryAdvisory": {
            "prohibitions": [
              {
                "advisory": {
                  "code": "c4pp",
                  "localizedText": "Stylish Tuna designed to make you stand out with defenseless looks",
                  "parameters": [
                    {
                      "id": "5144",
                      "value": "Recycled Marble Computer"
                    },
                    {
                      "id": "2234",
                      "value": "Bespoke Bronze Chicken"
                    },
                    {
                      "id": "2090",
                      "value": "Modern Bronze Chicken"
                    },
                    {
                      "id": "4874",
                      "value": "Practical Granite Soap"
                    },
                    {
                      "id": "6259",
                      "value": "Refined Cotton Pizza"
                    }
                  ],
                  "text": "New Bike model with 16 GB RAM, 290 GB storage, and intent features"
                },
                "categories": {
                  "0": "categories"
                },
                "commodityIndex": 46,
                "derivedHarmonizedCode": "728494",
                "source": "FDA",
                "status": "EXPIRED",
                "type": "IMPORT",
                "waiver": {
                  "advisories": [
                    {
                      "code": "Qoiy",
                      "localizedText": "The Managed needs-based application Towels offers reliable performance and exhausted design",
                      "parameters": [
                        {
                          "id": "9679",
                          "value": "Unbranded Aluminum Gloves"
                        },
                        {
                          "id": "4298",
                          "value": "Awesome Ceramic Mouse"
                        },
                        {
                          "id": "0873",
                          "value": "Refined Bamboo Gloves"
                        },
                        {
                          "id": "3104",
                          "value": "Bespoke Granite Shirt"
                        }
                      ],
                      "text": "The sleek and babyish Sausages comes with orange LED lighting for smart functionality"
                    },
                    {
                      "code": "d3ij",
                      "localizedText": "The magenta Hat combines Croatia aesthetics with Rhodium-based durability",
                      "parameters": [
                        {
                          "id": "1702",
                          "value": "Licensed Marble Chair"
                        },
                        {
                          "id": "7977",
                          "value": "Small Cotton Keyboard"
                        },
                        {
                          "id": "1857",
                          "value": "Licensed Metal Table"
                        },
                        {
                          "id": "1664",
                          "value": "Licensed Aluminum Salad"
                        },
                        {
                          "id": "3346",
                          "value": "Awesome Wooden Chair"
                        }
                      ],
                      "text": "New Salad model with 66 GB RAM, 342 GB storage, and blushing features"
                    }
                  ],
                  "description": "Professional-grade Tuna perfect for perky training and recreational use",
                  "id": "f7317c5a-964c-41f5-a796-d5ae9fda4c1d"
                }
              },
              {
                "advisory": {
                  "code": "WpYv",
                  "localizedText": "Our ostrich-friendly Chips ensures dense comfort for your pets",
                  "parameters": [
                    {
                      "id": "9059",
                      "value": "Refined Steel Cheese"
                    },
                    {
                      "id": "1257",
                      "value": "Fresh Rubber Sausages"
                    },
                    {
                      "id": "8574",
                      "value": "Licensed Gold Chair"
                    }
                  ],
                  "text": "Discover the warped new Pants with an exciting mix of Rubber ingredients"
                },
                "categories": {
                  "0": "categories"
                },
                "commodityIndex": 33,
                "derivedHarmonizedCode": "537588",
                "source": "FDA",
                "status": "EXPIRED",
                "type": "IMPORT",
                "waiver": {
                  "advisories": [
                    {
                      "code": "okaU",
                      "localizedText": "The turquoise Car combines Belarus aesthetics with Tin-based durability",
                      "parameters": [
                        {
                          "id": "2132",
                          "value": "Fantastic Granite Shirt"
                        },
                        {
                          "id": "9746",
                          "value": "Small Plastic Cheese"
                        },
                        {
                          "id": "7727",
                          "value": "Bespoke Bamboo Salad"
                        },
                        {
                          "id": "7832",
                          "value": "Sleek Silk Chips"
                        },
                        {
                          "id": "9904",
                          "value": "Awesome Marble Chair"
                        }
                      ],
                      "text": "Stylish Pizza designed to make you stand out with peaceful looks"
                    },
                    {
                      "code": "rYQu",
                      "localizedText": "Discover the proud new Bike with an exciting mix of Rubber ingredients",
                      "parameters": [
                        {
                          "id": "5975",
                          "value": "Elegant Marble Ball"
                        },
                        {
                          "id": "4361",
                          "value": "Handmade Bamboo Chair"
                        },
                        {
                          "id": "7122",
                          "value": "Small Granite Mouse"
                        },
                        {
                          "id": "7260",
                          "value": "Incredible Marble Bike"
                        },
                        {
                          "id": "3210",
                          "value": "Incredible Metal Chair"
                        }
                      ],
                      "text": "New Gloves model with 17 GB RAM, 868 GB storage, and known features"
                    },
                    {
                      "code": "YDZB",
                      "localizedText": "Savor the tender essence in our Mouse, designed for grandiose culinary adventures",
                      "parameters": [
                        {
                          "id": "1655",
                          "value": "Tasty Granite Bacon"
                        },
                        {
                          "id": "3304",
                          "value": "Elegant Granite Pizza"
                        },
                        {
                          "id": "7975",
                          "value": "Gorgeous Bronze Chicken"
                        }
                      ],
                      "text": "Our peacock-friendly Fish ensures bleak comfort for your pets"
                    }
                  ],
                  "description": "New salmon Cheese with ergonomic design for clear-cut comfort",
                  "id": "e52c088d-58a2-4f98-8b10-33c1931411ec"
                }
              },
              {
                "advisory": {
                  "code": "mw7y",
                  "localizedText": "Experience the purple brilliance of our Chair, perfect for unfit environments",
                  "parameters": [
                    {
                      "id": "0171",
                      "value": "Intelligent Concrete Ball"
                    },
                    {
                      "id": "0309",
                      "value": "Electronic Plastic Table"
                    },
                    {
                      "id": "8694",
                      "value": "Small Silk Soap"
                    }
                  ],
                  "text": "Discover the stormy new Cheese with an exciting mix of Silk ingredients"
                },
                "categories": {
                  "0": "categories"
                },
                "commodityIndex": 17,
                "derivedHarmonizedCode": "057470",
                "source": "CUSTOMS",
                "status": "EXPIRED",
                "type": "IMPORT",
                "waiver": {
                  "advisories": [
                    {
                      "code": "o1ay",
                      "localizedText": "Experience the purple brilliance of our Towels, perfect for self-reliant environments",
                      "parameters": [
                        {
                          "id": "3252",
                          "value": "Soft Rubber Towels"
                        },
                        {
                          "id": "9308",
                          "value": "Licensed Gold Car"
                        }
                      ],
                      "text": "Savor the smoky essence in our Ball, designed for short culinary adventures"
                    }
                  ],
                  "description": "Our peacock-friendly Chips ensures short comfort for your pets",
                  "id": "773b6835-f4e1-4dbe-bb41-c3cb68ba6c1f"
                }
              }
            ]
          }
        },
        "shipmentDocuments": [
          {
            "alerts": [
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              },
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              },
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              },
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              }
            ],
            "contentKey": "content key",
            "contentType": "COMMERCIAL_INVOICE",
            "copiesToPrint": 10,
            "docType": "PDF",
            "encodedLabel": "encoded label",
            "trackingNumber": "794953535000",
            "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
          }
        ]
      },
      {
        "alerts": [
          {
            "code": "RECIPIENTCONTACT.PHONENUMBER.INVALID",
            "message": "Recipient’s phone number format is not matching with recipient's country code; hence, recipient will not receive Convenient Delivery Options. Moving forward, please provide valid mobile phone number."
          }
        ],
        "completedShipmentDetail": {
          "accessDetail": {
            "accessorDetails": [
              {
                "emailLabelUrl": "https://yummy-metal.info/",
                "password": "IJhJw_a3il",
                "role": "USER",
                "userId": "75520054-5c4e-4a43-a7e6-709f5b9e4da6"
              },
              {
                "emailLabelUrl": "https://infamous-chiffonier.com",
                "password": "LUTRAFmUxz",
                "role": "USER",
                "userId": "6ed8bd9c-c4af-44a3-9ad9-f7a113b4170b"
              },
              {
                "emailLabelUrl": "https://heavenly-behest.name",
                "password": "sLvxb1l6DU",
                "role": "VIEWER",
                "userId": "078aa782-75f0-41d1-a5a4-04aaa15c0499"
              },
              {
                "emailLabelUrl": "https://both-flat.net/",
                "password": "Rc_L_g1Ll5",
                "role": "ADMIN",
                "userId": "80891029-c4b2-4187-a1d8-adb96f0b83e2"
              }
            ]
          },
          "carrierCode": "FDXE",
          "completedEtdDetail": {
            "folderId": "0xC",
            "type": "PACKING_LIST",
            "uploadDocumentReferenceDetails": [
              {
                "description": "PRO FORMA INVOICE",
                "documentId": "090927d680038c61",
                "documentReference": "DocumentReference",
                "documentType": "PRO_FORMA_INVOICE"
              },
              {
                "description": "PRO FORMA INVOICE",
                "documentId": "090927d680038c61",
                "documentReference": "DocumentReference",
                "documentType": "PRO_FORMA_INVOICE"
              },
              {
                "description": "PRO FORMA INVOICE",
                "documentId": "090927d680038c61",
                "documentReference": "DocumentReference",
                "documentType": "PRO_FORMA_INVOICE"
              },
              {
                "description": "PRO FORMA INVOICE",
                "documentId": "090927d680038c61",
                "documentReference": "DocumentReference",
                "documentType": "PRO_FORMA_INVOICE"
              }
            ]
          },
          "completedHoldAtLocationDetail": {
            "holdingLocation": {
              "address": {
                "city": "Beverly Hills",
                "countryCode": "US",
                "postalCode": "38127",
                "residential": false,
                "stateOrProvinceCode": "CA",
                "streetLines": [
                  "10 FedEx Parkway",
                  "Suite 302"
                ]
              },
              "contact": {
                "companyName": "Bergstrom, Smitham and Franey",
                "emailAddress": "Michaela28@gmail.com",
                "personName": "Zachary Moen",
                "phoneExtension": "1",
                "phoneNumber": "(942) 913-5255"
              }
            },
            "holdingLocationType": "FEDEX_SELF_SERVICE"
          },
          "completedPackageDetails": [
            {
              "dryIceWeight": {
                "units": "KG",
                "value": 68
              },
              "groupNumber": 567,
              "hazardousPackageDetail": {
                "accessibility": "ACCESSIBLE",
                "cargoAircraftOnly": true,
                "containers": [
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": {
                            "0": "attributes"
                          },
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": {
                            "0": "Subsidiary Classes"
                          },
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": {
                            "0": "attributes"
                          },
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": {
                            "0": "Subsidiary Classes"
                          },
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": {
                            "0": "attributes"
                          },
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": {
                            "0": "Subsidiary Classes"
                          },
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": {
                            "0": "attributes"
                          },
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": {
                            "0": "Subsidiary Classes"
                          },
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": {
                            "0": "attributes"
                          },
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": {
                            "0": "Subsidiary Classes"
                          },
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": {
                            "0": "attributes"
                          },
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": {
                            "0": "Subsidiary Classes"
                          },
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": {
                            "0": "attributes"
                          },
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": {
                            "0": "Subsidiary Classes"
                          },
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": {
                            "0": "attributes"
                          },
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": {
                            "0": "Subsidiary Classes"
                          },
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": {
                            "0": "attributes"
                          },
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": {
                            "0": "Subsidiary Classes"
                          },
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  },
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": {
                            "0": "attributes"
                          },
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": {
                            "0": "Subsidiary Classes"
                          },
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": {
                            "0": "attributes"
                          },
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": {
                            "0": "Subsidiary Classes"
                          },
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  }
                ],
                "labelType": "II_YELLOW",
                "radioactiveTransportIndex": 2.45,
                "referenceId": "123456",
                "regulation": "IATA"
              },
              "operationalDetail": {
                "astraHandlingText": "astraHandlingText",
                "barcodes": {
                  "binaryBarcodes": [
                    {
                      "type": "COMMON-2D",
                      "value": "O"
                    },
                    {
                      "type": "COMMON-2D",
                      "value": "yF4"
                    },
                    {
                      "type": "COMMON-2D",
                      "value": "9Wyso"
                    },
                    {
                      "type": "COMMON-2D",
                      "value": "BsXImTdOD"
                    },
                    {
                      "type": "COMMON-2D",
                      "value": "msa9JwDP"
                    }
                  ],
                  "stringBarcodes": [
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    }
                  ]
                },
                "operationalInstructions": [
                  {
                    "content": "content",
                    "number": 17
                  },
                  {
                    "content": "content",
                    "number": 17
                  },
                  {
                    "content": "content",
                    "number": 17
                  },
                  {
                    "content": "content",
                    "number": 17
                  }
                ]
              },
              "oversizeClass": "OVERSIZE_1, OVERSIZE_2, OVERSIZE_3",
              "packageRating": {
                "actualRateType": "PAYOR_ACCOUNT_PACKAGE",
                "effectiveNetDiscount": 0,
                "packageRateDetails": [
                  {
                    "baseCharge": 45.67,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "CUSTOMER",
                    "netCharge": 121.56,
                    "netFedExCharge": 12.56,
                    "netFreight": 4.89,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 44.55,
                    "totalRebates": 4.56,
                    "totalSurcharges": 22.56,
                    "totalTaxes": 3.45
                  },
                  {
                    "baseCharge": 45.67,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "CUSTOMER",
                    "netCharge": 121.56,
                    "netFedExCharge": 12.56,
                    "netFreight": 4.89,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 44.55,
                    "totalRebates": 4.56,
                    "totalSurcharges": 22.56,
                    "totalTaxes": 3.45
                  },
                  {
                    "baseCharge": 45.67,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "CUSTOMER",
                    "netCharge": 121.56,
                    "netFedExCharge": 12.56,
                    "netFreight": 4.89,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 44.55,
                    "totalRebates": 4.56,
                    "totalSurcharges": 22.56,
                    "totalTaxes": 3.45
                  },
                  {
                    "baseCharge": 45.67,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "CUSTOMER",
                    "netCharge": 121.56,
                    "netFedExCharge": 12.56,
                    "netFreight": 4.89,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 44.55,
                    "totalRebates": 4.56,
                    "totalSurcharges": 22.56,
                    "totalTaxes": 3.45
                  }
                ]
              },
              "sequenceNumber": 256,
              "signatureOption": "DIRECT",
              "trackingIds": [
                {
                  "formId": "0201",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "49092000070120032835",
                  "uspsApplicationId": "92"
                }
              ]
            }
          ],
          "documentRequirements": {
            "generationDetails": [
              {
                "electronicSignature": "OPTIONAL",
                "letterhead": "OPTIONAL",
                "minimumCopiesRequired": 3,
                "type": "COMMERCIAL_INVOICE"
              },
              {
                "electronicSignature": "OPTIONAL",
                "letterhead": "OPTIONAL",
                "minimumCopiesRequired": 3,
                "type": "COMMERCIAL_INVOICE"
              }
            ],
            "prohibitedDocuments": {
              "0": "CERTIFICATE_OF_ORIGIN"
            },
            "requiredDocuments": {
              "0": "COMMERCIAL_OR_PRO_FORMA_INVOICE",
              "1": "AIR_WAYBILL"
            }
          },
          "exportComplianceStatement": "DOjH6aWyBE3XYFCc",
          "hazardousShipmentDetail": {
            "adrLicense": {
              "licenseOrPermitDetail": {
                "effectiveDate": "2025-12-04T00:00:00.0Z",
                "expirationDate": "2026-12-17T00:00:00.0Z",
                "number": "1"
              }
            },
            "dryIceDetail": {
              "packageCount": 5,
              "processingOptions": {
                "options": {
                  "0": "options"
                }
              },
              "totalWeight": {
                "units": "KG",
                "value": 68
              }
            },
            "hazardousSummaryDetail": {
              "smallQuantityExceptionPackageCount": 8
            }
          },
          "masterTrackingId": {
            "formId": "0201",
            "trackingIdType": "EXPRESS",
            "trackingNumber": "49092000070120032835",
            "uspsApplicationId": "92"
          },
          "operationalDetail": {
            "airportId": "DFW",
            "astraDescription": "SMART POST",
            "astraPlannedServiceLevel": "FRI - 18 OCT 10:30A",
            "commitDate": "2026-09-02T00:00:00.0Z",
            "commitDay": "Mon",
            "countryCode": "US",
            "customTransitTime": "ONE_DAY",
            "deliveryDate": "2001-04-05",
            "deliveryDay": "TUE",
            "deliveryEligibilities": {
              "0": "deliveryEligibilities"
            },
            "destinationLocationId": "UVEX",
            "destinationLocationNumber": 663,
            "destinationLocationStateOrProvinceCode": "TN",
            "destinationServiceArea": "yh",
            "ineligibleForMoneyBackGuarantee": false,
            "maximumTransitTime": "TWO_DAYS",
            "originLocationId": "678",
            "originLocationNumber": 243,
            "originServiceArea": "A1",
            "packagingCode": "03",
            "postalCode": "38010",
            "publishedDeliveryTime": "03:00P",
            "scac": "scac",
            "serviceCode": "010",
            "stateOrProvinceCode": "NC",
            "transitTime": "THREE_DAYS",
            "ursaPrefixCode": "zl",
            "ursaSuffixCode": "Vl"
          },
          "packagingDescription": "FedEx Box",
          "serviceDescription": {
            "astraDescription": "1 DAY FRT",
            "code": "9",
            "description": "Introducing the Jersey-inspired Computer, blending passionate style with local craftsmanship",
            "names": [
              {
                "encoding": "UTF-8",
                "type": "long",
                "value": "F-2"
              }
            ],
            "operatingOrgCodes": {
              "0": "FXE"
            },
            "serviceCategory": "FREIGHT",
            "serviceId": "g3swm4VyXbpP",
            "serviceType": "FEDEX_2_DAY"
          },
          "shipmentRating": {
            "actualRateType": "PAYOR_LIST_SHIPMENT",
            "shipmentRateDetails": [
              {
                "currency": "TZS",
                "currencyExchangeRate": {
                  "fromCurrency": "SAR",
                  "intoCurrency": "BIF",
                  "rate": 1.016
                },
                "dimDivisor": 118,
                "freightDiscounts": [
                  {
                    "amount": 6.45,
                    "description": "Ergonomic Sausages made with Wooden for all-day helpless support",
                    "percent": 13.57,
                    "rateDiscountType": "BONUS"
                  },
                  {
                    "amount": 7.9,
                    "description": "The sleek and crowded Towels comes with orchid LED lighting for smart functionality",
                    "percent": 16.91,
                    "rateDiscountType": "BONUS"
                  },
                  {
                    "amount": 0.72,
                    "description": "The Corrine Chair is the latest in a series of minty products from Jenkins, Emmerich and Mitchell",
                    "percent": 1.1,
                    "rateDiscountType": "BONUS"
                  },
                  {
                    "amount": 0.39,
                    "description": "Savor the fresh essence in our Salad, designed for known culinary adventures",
                    "percent": 22.92,
                    "rateDiscountType": "EARNED"
                  },
                  {
                    "amount": 9.64,
                    "description": "The sleek and chubby Cheese comes with yellow LED lighting for smart functionality",
                    "percent": 27.47,
                    "rateDiscountType": "COUPON"
                  }
                ],
                "fuelSurchargePercent": 5.26,
                "pricingCode": "LTL_FREIGHT",
                "ratedWeightMethod": "ACTUAL",
                "rateScale": "3348",
                "rateType": "RATED_SHIPMENT",
                "rateZone": "hWsVnF",
                "shipmentLegRateDetails": [
                  {
                    "currency": "UAH",
                    "currencyExchangeRate": {
                      "fromCurrency": "YER",
                      "intoCurrency": "BND",
                      "rate": 1.0519
                    },
                    "dimDivisor": 133,
                    "dimDivisorType": "STANDARD",
                    "freightDiscounts": [
                      {
                        "amount": 3.33,
                        "description": "New fuchsia Chair with ergonomic design for well-worn comfort",
                        "percent": 3.47,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 3.98,
                        "description": "The orange Gloves combines Republic of Korea aesthetics with Uranium-based durability",
                        "percent": 23.1,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 7.83,
                        "description": "Ergonomic Computer made with Steel for all-day upright support",
                        "percent": 21.32,
                        "rateDiscountType": "VOLUME"
                      }
                    ],
                    "fuelSurchargePercent": 3.5,
                    "legDestinationLocationId": "Sfea",
                    "minimumChargeType": "NONE",
                    "pricingCode": "LTL",
                    "ratedWeightMethod": "DIMENSIONAL",
                    "rateScale": "1351",
                    "rateType": "PAYOR_ACCOUNT",
                    "rateZone": "FBqmCn",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 0.3,
                        "description": "New Bike model with 52 GB RAM, 321 GB storage, and scared features",
                        "level": "NATIONAL",
                        "type": "GST"
                      },
                      {
                        "amount": 2.73,
                        "description": "The Tiana Pants is the latest in a series of early products from Muller - Feest",
                        "level": "NATIONAL",
                        "type": "GST"
                      },
                      {
                        "amount": 6.01,
                        "description": "Our shark-friendly Sausages ensures forsaken comfort for your pets",
                        "level": "NATIONAL",
                        "type": "SALES"
                      },
                      {
                        "amount": 4.31,
                        "description": "New mint green Fish with ergonomic design for impartial comfort",
                        "level": "NATIONAL",
                        "type": "VAT"
                      }
                    ],
                    "totalBaseCharge": 34.2,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 1.46,
                    "totalFreightDiscounts": 3.38,
                    "totalNetCharge": 402.76,
                    "totalNetChargeWithDutiesAndTaxes": 462.12,
                    "totalNetFedExCharge": 48.49,
                    "totalNetFreight": 86.77,
                    "totalRebates": 1.46,
                    "totalSurcharges": 1.66,
                    "totalTaxes": 3.69
                  },
                  {
                    "currency": "YER",
                    "currencyExchangeRate": {
                      "fromCurrency": "USD",
                      "intoCurrency": "CNY",
                      "rate": 0.8571
                    },
                    "dimDivisor": 260,
                    "dimDivisorType": "CUSTOM",
                    "freightDiscounts": [
                      {
                        "amount": 0.6,
                        "description": "Savor the tender essence in our Gloves, designed for limp culinary adventures",
                        "percent": 28.65,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 0.03,
                        "description": "The Distributed well-modulated internet solution Cheese offers reliable performance and paltry design",
                        "percent": 17.56,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 5.66,
                        "description": "Introducing the Netherlands-inspired Chips, blending wavy style with local craftsmanship",
                        "percent": 14.58,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 5.99,
                        "description": "The Optional demand-driven functionalities Cheese offers reliable performance and fine design",
                        "percent": 20.07,
                        "rateDiscountType": "COUPON"
                      }
                    ],
                    "fuelSurchargePercent": 8.49,
                    "legDestinationLocationId": "Eka4",
                    "minimumChargeType": "NONE",
                    "pricingCode": "PACKAGE",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "1349",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "CGlJw4",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 7.83,
                        "description": "Savor the smoky essence in our Bacon, designed for yellow culinary adventures",
                        "level": "NATIONAL",
                        "type": "SALES"
                      },
                      {
                        "amount": 1.09,
                        "description": "The User-centric homogeneous leverage Gloves offers reliable performance and direct design",
                        "level": "NATIONAL",
                        "type": "GST"
                      },
                      {
                        "amount": 0.23,
                        "description": "New Cheese model with 31 GB RAM, 334 GB storage, and fatal features",
                        "level": "NATIONAL",
                        "type": "SALES"
                      },
                      {
                        "amount": 9.04,
                        "description": "Introducing the Curacao-inspired Tuna, blending worst style with local craftsmanship",
                        "level": "STATE",
                        "type": "GST"
                      },
                      {
                        "amount": 2.08,
                        "description": "The white Ball combines Niger aesthetics with Gallium-based durability",
                        "level": "NATIONAL",
                        "type": "SALES"
                      }
                    ],
                    "totalBaseCharge": 41.37,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 8.73,
                    "totalFreightDiscounts": 2.35,
                    "totalNetCharge": 457.11,
                    "totalNetChargeWithDutiesAndTaxes": 273.24,
                    "totalNetFedExCharge": 194.14,
                    "totalNetFreight": 97.94,
                    "totalRebates": 3.73,
                    "totalSurcharges": 2.5,
                    "totalTaxes": 3.62
                  },
                  {
                    "currency": "RWF",
                    "currencyExchangeRate": {
                      "fromCurrency": "TMT",
                      "intoCurrency": "FJD",
                      "rate": 0.9509
                    },
                    "dimDivisor": 206,
                    "dimDivisorType": "STANDARD",
                    "freightDiscounts": [
                      {
                        "amount": 1.44,
                        "description": "Ergonomic Sausages made with Rubber for all-day wee support",
                        "percent": 9.79,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 5.98,
                        "description": "Experience the sky blue brilliance of our Salad, perfect for indelible environments",
                        "percent": 0.25,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 1.16,
                        "description": "Our sweet-inspired Pizza brings a taste of luxury to your squiggly lifestyle",
                        "percent": 1.64,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 6.25,
                        "description": "The May Car is the latest in a series of affectionate products from Russel Group",
                        "percent": 5.36,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 2.19,
                        "description": "Introducing the Greece-inspired Sausages, blending similar style with local craftsmanship",
                        "percent": 27.71,
                        "rateDiscountType": "EARNED"
                      }
                    ],
                    "fuelSurchargePercent": 4.44,
                    "legDestinationLocationId": "hzBu",
                    "minimumChargeType": "MIN_WEIGHT",
                    "pricingCode": "LTL",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "2268",
                    "rateType": "PAYOR_ACCOUNT",
                    "rateZone": "2c04Ko",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 4.79,
                        "description": "Experience the magenta brilliance of our Pizza, perfect for upbeat environments",
                        "level": "NATIONAL",
                        "type": "VAT"
                      },
                      {
                        "amount": 2.31,
                        "description": "Discover the whirlwind new Chair with an exciting mix of Plastic ingredients",
                        "level": "STATE",
                        "type": "GST"
                      },
                      {
                        "amount": 4.27,
                        "description": "New turquoise Shoes with ergonomic design for hidden comfort",
                        "level": "NATIONAL",
                        "type": "VAT"
                      },
                      {
                        "amount": 1.97,
                        "description": "Bergstrom Inc's most advanced Soap technology increases posh capabilities",
                        "level": "STATE",
                        "type": "GST"
                      },
                      {
                        "amount": 4.12,
                        "description": "Savor the tender essence in our Cheese, designed for rich culinary adventures",
                        "level": "STATE",
                        "type": "GST"
                      }
                    ],
                    "totalBaseCharge": 96.14,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 13.73,
                    "totalFreightDiscounts": 4.61,
                    "totalNetCharge": 314.9,
                    "totalNetChargeWithDutiesAndTaxes": 547.62,
                    "totalNetFedExCharge": 43.4,
                    "totalNetFreight": 70.82,
                    "totalRebates": 3.57,
                    "totalSurcharges": 5.03,
                    "totalTaxes": 2.63
                  },
                  {
                    "currency": "SLE",
                    "currencyExchangeRate": {
                      "fromCurrency": "CRC",
                      "intoCurrency": "KMF",
                      "rate": 1.0922
                    },
                    "dimDivisor": 295,
                    "dimDivisorType": "STANDARD",
                    "freightDiscounts": [
                      {
                        "amount": 3.95,
                        "description": "Professional-grade Cheese perfect for unselfish training and recreational use",
                        "percent": 25.57,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 7.31,
                        "description": "Professional-grade Ball perfect for odd training and recreational use",
                        "percent": 15.62,
                        "rateDiscountType": "VOLUME"
                      }
                    ],
                    "fuelSurchargePercent": 9.09,
                    "legDestinationLocationId": "wvaO",
                    "minimumChargeType": "NONE",
                    "pricingCode": "PACKAGE",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "6651",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "thXzDN",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 9.28,
                        "description": "Innovative Pants featuring glossy technology and Metal construction",
                        "level": "NATIONAL",
                        "type": "SALES"
                      },
                      {
                        "amount": 7.1,
                        "description": "Featuring Lead-enhanced technology, our Bike offers unparalleled excited performance",
                        "level": "STATE",
                        "type": "GST"
                      },
                      {
                        "amount": 5.77,
                        "description": "The Diverse client-driven implementation Towels offers reliable performance and hefty design",
                        "level": "NATIONAL",
                        "type": "GST"
                      },
                      {
                        "amount": 7.12,
                        "description": "The Customer-focused needs-based approach Gloves offers reliable performance and sniveling design",
                        "level": "NATIONAL",
                        "type": "SALES"
                      },
                      {
                        "amount": 9.02,
                        "description": "Professional-grade Cheese perfect for married training and recreational use",
                        "level": "NATIONAL",
                        "type": "SALES"
                      }
                    ],
                    "totalBaseCharge": 32.28,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 11.35,
                    "totalFreightDiscounts": 1.69,
                    "totalNetCharge": 386.96,
                    "totalNetChargeWithDutiesAndTaxes": 545.09,
                    "totalNetFedExCharge": 238.46,
                    "totalNetFreight": 134.39,
                    "totalRebates": 0.66,
                    "totalSurcharges": 1.3,
                    "totalTaxes": 1.11
                  },
                  {
                    "currency": "KGS",
                    "currencyExchangeRate": {
                      "fromCurrency": "ETB",
                      "intoCurrency": "KWD",
                      "rate": 1.0385
                    },
                    "dimDivisor": 190,
                    "dimDivisorType": "CUSTOM",
                    "freightDiscounts": [
                      {
                        "amount": 8.06,
                        "description": "Ergonomic Hat made with Wooden for all-day vain support",
                        "percent": 9.67,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 1.95,
                        "description": "Discover the early new Gloves with an exciting mix of Silk ingredients",
                        "percent": 1.56,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 8.36,
                        "description": "The Virtual analyzing data-warehouse Bacon offers reliable performance and inferior design",
                        "percent": 7.39,
                        "rateDiscountType": "COUPON"
                      }
                    ],
                    "fuelSurchargePercent": 6.32,
                    "legDestinationLocationId": "Gjbu",
                    "minimumChargeType": "NONE",
                    "pricingCode": "LTL",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "7446",
                    "rateType": "PAYOR_ACCOUNT",
                    "rateZone": "NdYZB2",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 0.87,
                        "description": "Innovative Car featuring extra-large technology and Rubber construction",
                        "level": "NATIONAL",
                        "type": "VAT"
                      },
                      {
                        "amount": 0.03,
                        "description": "Ergonomic Chair made with Plastic for all-day usable support",
                        "level": "NATIONAL",
                        "type": "GST"
                      },
                      {
                        "amount": 5.03,
                        "description": "New Tuna model with 59 GB RAM, 45 GB storage, and distinct features",
                        "level": "NATIONAL",
                        "type": "SALES"
                      },
                      {
                        "amount": 5.34,
                        "description": "Discover the international new Car with an exciting mix of Cotton ingredients",
                        "level": "STATE",
                        "type": "VAT"
                      }
                    ],
                    "totalBaseCharge": 128.77,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 0.61,
                    "totalFreightDiscounts": 2.43,
                    "totalNetCharge": 324.22,
                    "totalNetChargeWithDutiesAndTaxes": 120.08,
                    "totalNetFedExCharge": 10.69,
                    "totalNetFreight": 46.02,
                    "totalRebates": 2.29,
                    "totalSurcharges": 9.84,
                    "totalTaxes": 2.12
                  }
                ],
                "surcharges": [
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  }
                ],
                "taxes": [
                  {
                    "amount": 0.99,
                    "description": "New black Soap with ergonomic design for variable comfort",
                    "level": "NATIONAL",
                    "type": "SALES"
                  }
                ],
                "totalAncillaryFeesAndTaxes": 4.33,
                "totalBaseCharge": 428.02,
                "totalBillingWeight": {
                  "units": "KG",
                  "value": 68
                },
                "totalDutiesAndTaxes": 0.02,
                "totalDutiesTaxesAndFees": 35.44,
                "totalFreightDiscounts": 9.33,
                "totalNetCharge": 195.82,
                "totalNetChargeWithDutiesAndTaxes": 479.42,
                "totalNetFedExCharge": 19.21,
                "totalNetFreight": 142.18,
                "totalRebates": 3.18,
                "totalSurcharges": 10.99,
                "totalTaxes": 2.44
              },
              {
                "currency": "KRW",
                "currencyExchangeRate": {
                  "fromCurrency": "ANG",
                  "intoCurrency": "TOP",
                  "rate": 0.8006
                },
                "dimDivisor": 142,
                "freightDiscounts": [
                  {
                    "amount": 6.18,
                    "description": "Discover the elliptical new Keyboard with an exciting mix of Plastic ingredients",
                    "percent": 3.6,
                    "rateDiscountType": "EARNED"
                  },
                  {
                    "amount": 0.48,
                    "description": "Ergonomic Table made with Silk for all-day any support",
                    "percent": 2.1,
                    "rateDiscountType": "EARNED"
                  }
                ],
                "fuelSurchargePercent": 7.28,
                "pricingCode": "LTL_FREIGHT",
                "ratedWeightMethod": "ACTUAL",
                "rateScale": "9765",
                "rateType": "RATED_ACCOUNT_SHIPMENT",
                "rateZone": "1tfVC3",
                "shipmentLegRateDetails": [
                  {
                    "currency": "KWD",
                    "currencyExchangeRate": {
                      "fromCurrency": "USD",
                      "intoCurrency": "NPR",
                      "rate": 0.8105
                    },
                    "dimDivisor": 182,
                    "dimDivisorType": "CUSTOM",
                    "freightDiscounts": [
                      {
                        "amount": 5.15,
                        "description": "The Haylee Shirt is the latest in a series of glum products from Ernser Group",
                        "percent": 28.04,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 4.84,
                        "description": "Featuring Copernicium-enhanced technology, our Keyboard offers unparalleled practical performance",
                        "percent": 10.7,
                        "rateDiscountType": "BONUS"
                      }
                    ],
                    "fuelSurchargePercent": 3.43,
                    "legDestinationLocationId": "3h10",
                    "minimumChargeType": "NONE",
                    "pricingCode": "LTL",
                    "ratedWeightMethod": "DIMENSIONAL",
                    "rateScale": "2124",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "DdG6Ms",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 7.56,
                        "description": "Incredible Pants designed with Bamboo for vast performance",
                        "level": "NATIONAL",
                        "type": "VAT"
                      },
                      {
                        "amount": 5.16,
                        "description": "The Lew Salad is the latest in a series of calculating products from Hackett, Ortiz and Paucek",
                        "level": "NATIONAL",
                        "type": "GST"
                      },
                      {
                        "amount": 0.69,
                        "description": "The tan Keyboard combines Cape Verde aesthetics with Helium-based durability",
                        "level": "NATIONAL",
                        "type": "VAT"
                      },
                      {
                        "amount": 5.18,
                        "description": "New Chicken model with 64 GB RAM, 691 GB storage, and good-natured features",
                        "level": "NATIONAL",
                        "type": "GST"
                      },
                      {
                        "amount": 2.38,
                        "description": "New salmon Mouse with ergonomic design for trained comfort",
                        "level": "NATIONAL",
                        "type": "VAT"
                      }
                    ],
                    "totalBaseCharge": 43.96,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 14.2,
                    "totalFreightDiscounts": 3.95,
                    "totalNetCharge": 368.74,
                    "totalNetChargeWithDutiesAndTaxes": 123.91,
                    "totalNetFedExCharge": 132.98,
                    "totalNetFreight": 22.17,
                    "totalRebates": 0.39,
                    "totalSurcharges": 5.39,
                    "totalTaxes": 0.45
                  },
                  {
                    "currency": "KPW",
                    "currencyExchangeRate": {
                      "fromCurrency": "ISK",
                      "intoCurrency": "NIO",
                      "rate": 1.0071
                    },
                    "dimDivisor": 180,
                    "dimDivisorType": "CUSTOM",
                    "freightDiscounts": [
                      {
                        "amount": 3.93,
                        "description": "Featuring Rhenium-enhanced technology, our Computer offers unparalleled simplistic performance",
                        "percent": 0.13,
                        "rateDiscountType": "VOLUME"
                      }
                    ],
                    "fuelSurchargePercent": 3.52,
                    "legDestinationLocationId": "EaPx",
                    "minimumChargeType": "NONE",
                    "pricingCode": "PACKAGE",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "3258",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "EHvRL3",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 4.31,
                        "description": "Our smoky-inspired Fish brings a taste of luxury to your cumbersome lifestyle",
                        "level": "NATIONAL",
                        "type": "SALES"
                      },
                      {
                        "amount": 9.75,
                        "description": "The Kory Shoes is the latest in a series of nautical products from Renner, Kovacek and Graham",
                        "level": "NATIONAL",
                        "type": "VAT"
                      },
                      {
                        "amount": 1,
                        "description": "Ergonomic Chicken made with Rubber for all-day finished support",
                        "level": "NATIONAL",
                        "type": "VAT"
                      },
                      {
                        "amount": 0.03,
                        "description": "The olive Chair combines Congo aesthetics with Thulium-based durability",
                        "level": "NATIONAL",
                        "type": "SALES"
                      },
                      {
                        "amount": 3.39,
                        "description": "Our bitter-inspired Towels brings a taste of luxury to your boiling lifestyle",
                        "level": "NATIONAL",
                        "type": "VAT"
                      }
                    ],
                    "totalBaseCharge": 65.75,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 12.73,
                    "totalFreightDiscounts": 3.67,
                    "totalNetCharge": 56.79,
                    "totalNetChargeWithDutiesAndTaxes": 253.51,
                    "totalNetFedExCharge": 207.26,
                    "totalNetFreight": 82.68,
                    "totalRebates": 4.23,
                    "totalSurcharges": 8.02,
                    "totalTaxes": 1.36
                  }
                ],
                "surcharges": [
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  }
                ],
                "taxes": [
                  {
                    "amount": 8,
                    "description": "The Multi-tiered clear-thinking migration Towels offers reliable performance and husky design",
                    "level": "STATE",
                    "type": "VAT"
                  },
                  {
                    "amount": 9.2,
                    "description": "Innovative Pizza featuring hospitable technology and Gold construction",
                    "level": "NATIONAL",
                    "type": "VAT"
                  },
                  {
                    "amount": 5.54,
                    "description": "Introducing the Greece-inspired Table, blending last style with local craftsmanship",
                    "level": "NATIONAL",
                    "type": "GST"
                  },
                  {
                    "amount": 4.02,
                    "description": "Discover the panda-like agility of our Pants, perfect for thorny users",
                    "level": "NATIONAL",
                    "type": "SALES"
                  }
                ],
                "totalAncillaryFeesAndTaxes": 1.26,
                "totalBaseCharge": 275.84,
                "totalBillingWeight": {
                  "units": "KG",
                  "value": 68
                },
                "totalDutiesAndTaxes": 1.29,
                "totalDutiesTaxesAndFees": 77.69,
                "totalFreightDiscounts": 4.12,
                "totalNetCharge": 184.95,
                "totalNetChargeWithDutiesAndTaxes": 261.54,
                "totalNetFedExCharge": 346.13,
                "totalNetFreight": 397.57,
                "totalRebates": 2.67,
                "totalSurcharges": 2.54,
                "totalTaxes": 1.9
              },
              {
                "currency": "DOP",
                "currencyExchangeRate": {
                  "fromCurrency": "SHP",
                  "intoCurrency": "BTN",
                  "rate": 0.8388
                },
                "dimDivisor": 132,
                "freightDiscounts": [
                  {
                    "amount": 0.09,
                    "description": "The Ava Cheese is the latest in a series of runny products from Hessel and Sons",
                    "percent": 26.6,
                    "rateDiscountType": "EARNED"
                  }
                ],
                "fuelSurchargePercent": 5.01,
                "pricingCode": "PACKAGE",
                "ratedWeightMethod": "ACTUAL",
                "rateScale": "8084",
                "rateType": "RATED_ACCOUNT_SHIPMENT",
                "rateZone": "a1GWaT",
                "shipmentLegRateDetails": [
                  {
                    "currency": "YER",
                    "currencyExchangeRate": {
                      "fromCurrency": "SAR",
                      "intoCurrency": "MVR",
                      "rate": 1.0722
                    },
                    "dimDivisor": 124,
                    "dimDivisorType": "CUSTOM",
                    "freightDiscounts": [
                      {
                        "amount": 3.22,
                        "description": "Discover the vast new Salad with an exciting mix of Rubber ingredients",
                        "percent": 18.66,
                        "rateDiscountType": "COUPON"
                      }
                    ],
                    "fuelSurchargePercent": 7.05,
                    "legDestinationLocationId": "QC48",
                    "minimumChargeType": "NONE",
                    "pricingCode": "LTL",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "7849",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "TuY7VQ",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 4.92,
                        "description": "Macejkovic Inc's most advanced Chair technology increases zesty capabilities",
                        "level": "STATE",
                        "type": "GST"
                      },
                      {
                        "amount": 9.18,
                        "description": "Stylish Towels designed to make you stand out with bruised looks",
                        "level": "NATIONAL",
                        "type": "VAT"
                      },
                      {
                        "amount": 7.99,
                        "description": "The plum Shoes combines Portugal aesthetics with Astatine-based durability",
                        "level": "NATIONAL",
                        "type": "GST"
                      },
                      {
                        "amount": 4.3,
                        "description": "Experience the lavender brilliance of our Soap, perfect for willing environments",
                        "level": "STATE",
                        "type": "VAT"
                      },
                      {
                        "amount": 9.11,
                        "description": "Introducing the Niger-inspired Fish, blending doting style with local craftsmanship",
                        "level": "NATIONAL",
                        "type": "GST"
                      }
                    ],
                    "totalBaseCharge": 20.09,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 12.09,
                    "totalFreightDiscounts": 3.44,
                    "totalNetCharge": 393.01,
                    "totalNetChargeWithDutiesAndTaxes": 260.22,
                    "totalNetFedExCharge": 216.74,
                    "totalNetFreight": 94.13,
                    "totalRebates": 4.25,
                    "totalSurcharges": 7.66,
                    "totalTaxes": 3.79
                  },
                  {
                    "currency": "EUR",
                    "currencyExchangeRate": {
                      "fromCurrency": "SHP",
                      "intoCurrency": "PGK",
                      "rate": 1.1472
                    },
                    "dimDivisor": 178,
                    "dimDivisorType": "STANDARD",
                    "freightDiscounts": [
                      {
                        "amount": 1.9,
                        "description": "Stylish Tuna designed to make you stand out with live looks",
                        "percent": 22.64,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 1.44,
                        "description": "The sleek and frail Bacon comes with fuchsia LED lighting for smart functionality",
                        "percent": 6,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 5.1,
                        "description": "Discover the excited new Towels with an exciting mix of Bamboo ingredients",
                        "percent": 6.62,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 0.25,
                        "description": "The lime Chair combines Albania aesthetics with Samarium-based durability",
                        "percent": 17.07,
                        "rateDiscountType": "BONUS"
                      }
                    ],
                    "fuelSurchargePercent": 4.56,
                    "legDestinationLocationId": "u0Dc",
                    "minimumChargeType": "MIN_WEIGHT",
                    "pricingCode": "LTL",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "8709",
                    "rateType": "PAYOR_ACCOUNT",
                    "rateZone": "Kk9K6V",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 9.82,
                        "description": "Osinski - Dicki's most advanced Soap technology increases long-term capabilities",
                        "level": "NATIONAL",
                        "type": "VAT"
                      },
                      {
                        "amount": 3.23,
                        "description": "Discover the flamingo-like agility of our Shoes, perfect for complicated users",
                        "level": "STATE",
                        "type": "GST"
                      },
                      {
                        "amount": 8.19,
                        "description": "The Cross-platform impactful benchmark Chair offers reliable performance and sparkling design",
                        "level": "NATIONAL",
                        "type": "VAT"
                      },
                      {
                        "amount": 0.75,
                        "description": "The Customizable actuating methodology Tuna offers reliable performance and jagged design",
                        "level": "NATIONAL",
                        "type": "VAT"
                      }
                    ],
                    "totalBaseCharge": 189.81,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 14.08,
                    "totalFreightDiscounts": 1.8,
                    "totalNetCharge": 209.58,
                    "totalNetChargeWithDutiesAndTaxes": 315.98,
                    "totalNetFedExCharge": 115.33,
                    "totalNetFreight": 34.39,
                    "totalRebates": 4.39,
                    "totalSurcharges": 3.8,
                    "totalTaxes": 2.49
                  },
                  {
                    "currency": "BAM",
                    "currencyExchangeRate": {
                      "fromCurrency": "XCD",
                      "intoCurrency": "DOP",
                      "rate": 0.917
                    },
                    "dimDivisor": 265,
                    "dimDivisorType": "CUSTOM",
                    "freightDiscounts": [
                      {
                        "amount": 2.31,
                        "description": "Introducing the Nepal-inspired Bacon, blending unknown style with local craftsmanship",
                        "percent": 0.46,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 3.59,
                        "description": "Experience the black brilliance of our Mouse, perfect for soupy environments",
                        "percent": 15.21,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 0.14,
                        "description": "Our tangy-inspired Towels brings a taste of luxury to your sweet lifestyle",
                        "percent": 20.18,
                        "rateDiscountType": "VOLUME"
                      }
                    ],
                    "fuelSurchargePercent": 9.08,
                    "legDestinationLocationId": "EKdX",
                    "minimumChargeType": "MIN_WEIGHT",
                    "pricingCode": "PACKAGE",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "4480",
                    "rateType": "PAYOR_ACCOUNT",
                    "rateZone": "bcwhBW",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 0.19,
                        "description": "Discover the deer-like agility of our Tuna, perfect for wicked users",
                        "level": "STATE",
                        "type": "VAT"
                      },
                      {
                        "amount": 2.57,
                        "description": "The sleek and grandiose Table comes with silver LED lighting for smart functionality",
                        "level": "NATIONAL",
                        "type": "VAT"
                      },
                      {
                        "amount": 8.63,
                        "description": "Our monkey-friendly Hat ensures hasty comfort for your pets",
                        "level": "STATE",
                        "type": "GST"
                      }
                    ],
                    "totalBaseCharge": 26.64,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 0.22,
                    "totalFreightDiscounts": 2.75,
                    "totalNetCharge": 270.27,
                    "totalNetChargeWithDutiesAndTaxes": 403.06,
                    "totalNetFedExCharge": 164.25,
                    "totalNetFreight": 44.02,
                    "totalRebates": 0.72,
                    "totalSurcharges": 5.73,
                    "totalTaxes": 4.32
                  },
                  {
                    "currency": "PEN",
                    "currencyExchangeRate": {
                      "fromCurrency": "SDG",
                      "intoCurrency": "AFN",
                      "rate": 0.9265
                    },
                    "dimDivisor": 203,
                    "dimDivisorType": "STANDARD",
                    "freightDiscounts": [
                      {
                        "amount": 8,
                        "description": "Stylish Soap designed to make you stand out with wry looks",
                        "percent": 4.92,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 6.07,
                        "description": "Discover the spiteful new Towels with an exciting mix of Aluminum ingredients",
                        "percent": 0.83,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 6.52,
                        "description": "Stylish Sausages designed to make you stand out with prickly looks",
                        "percent": 26.75,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 3.25,
                        "description": "Innovative Bike featuring lazy technology and Steel construction",
                        "percent": 2.76,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 7.81,
                        "description": "Ergonomic Gloves made with Concrete for all-day clueless support",
                        "percent": 25.27,
                        "rateDiscountType": "COUPON"
                      }
                    ],
                    "fuelSurchargePercent": 6.78,
                    "legDestinationLocationId": "LyeV",
                    "minimumChargeType": "MIN_WEIGHT",
                    "pricingCode": "PACKAGE",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "8413",
                    "rateType": "PAYOR_ACCOUNT",
                    "rateZone": "efTmLs",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 1.77,
                        "description": "Our bitter-inspired Mouse brings a taste of luxury to your tempting lifestyle",
                        "level": "STATE",
                        "type": "GST"
                      },
                      {
                        "amount": 8.74,
                        "description": "Our tender-inspired Tuna brings a taste of luxury to your exotic lifestyle",
                        "level": "STATE",
                        "type": "GST"
                      }
                    ],
                    "totalBaseCharge": 93.54,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 7.05,
                    "totalFreightDiscounts": 1.8,
                    "totalNetCharge": 127.86,
                    "totalNetChargeWithDutiesAndTaxes": 321.61,
                    "totalNetFedExCharge": 244.25,
                    "totalNetFreight": 180.23,
                    "totalRebates": 3,
                    "totalSurcharges": 8.65,
                    "totalTaxes": 0.27
                  },
                  {
                    "currency": "SDG",
                    "currencyExchangeRate": {
                      "fromCurrency": "SSP",
                      "intoCurrency": "UAH",
                      "rate": 1.1647
                    },
                    "dimDivisor": 269,
                    "dimDivisorType": "CUSTOM",
                    "freightDiscounts": [
                      {
                        "amount": 1.31,
                        "description": "Stylish Soap designed to make you stand out with distorted looks",
                        "percent": 21.31,
                        "rateDiscountType": "VOLUME"
                      }
                    ],
                    "fuelSurchargePercent": 2.59,
                    "legDestinationLocationId": "yl88",
                    "minimumChargeType": "NONE",
                    "pricingCode": "LTL",
                    "ratedWeightMethod": "DIMENSIONAL",
                    "rateScale": "3739",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "RAQDpZ",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 9.42,
                        "description": "New Cheese model with 86 GB RAM, 282 GB storage, and distorted features",
                        "level": "NATIONAL",
                        "type": "GST"
                      }
                    ],
                    "totalBaseCharge": 20.97,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 9.99,
                    "totalFreightDiscounts": 0.01,
                    "totalNetCharge": 388.88,
                    "totalNetChargeWithDutiesAndTaxes": 324.62,
                    "totalNetFedExCharge": 57.29,
                    "totalNetFreight": 54.05,
                    "totalRebates": 0.4,
                    "totalSurcharges": 3.02,
                    "totalTaxes": 2.06
                  }
                ],
                "surcharges": [
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  }
                ],
                "taxes": [
                  {
                    "amount": 8.82,
                    "description": "Ergonomic Chair made with Bronze for all-day expert support",
                    "level": "NATIONAL",
                    "type": "VAT"
                  },
                  {
                    "amount": 5.34,
                    "description": "Frozen Car designed with Ceramic for concrete performance",
                    "level": "STATE",
                    "type": "VAT"
                  },
                  {
                    "amount": 8.48,
                    "description": "Our giraffe-friendly Table ensures zealous comfort for your pets",
                    "level": "STATE",
                    "type": "VAT"
                  },
                  {
                    "amount": 1.01,
                    "description": "Fantastic Salad designed with Cotton for pricey performance",
                    "level": "NATIONAL",
                    "type": "GST"
                  }
                ],
                "totalAncillaryFeesAndTaxes": 2.74,
                "totalBaseCharge": 64.65,
                "totalBillingWeight": {
                  "units": "KG",
                  "value": 68
                },
                "totalDutiesAndTaxes": 16.48,
                "totalDutiesTaxesAndFees": 65.96,
                "totalFreightDiscounts": 7.56,
                "totalNetCharge": 448.31,
                "totalNetChargeWithDutiesAndTaxes": 480.27,
                "totalNetFedExCharge": 88.75,
                "totalNetFreight": 472.48,
                "totalRebates": 0.65,
                "totalSurcharges": 19.89,
                "totalTaxes": 2.27
              },
              {
                "currency": "BZD",
                "currencyExchangeRate": {
                  "fromCurrency": "TOP",
                  "intoCurrency": "HNL",
                  "rate": 1.078
                },
                "dimDivisor": 211,
                "freightDiscounts": [
                  {
                    "amount": 2.1,
                    "description": "The Persevering data-driven capacity Shirt offers reliable performance and spherical design",
                    "percent": 24.2,
                    "rateDiscountType": "BONUS"
                  },
                  {
                    "amount": 7.17,
                    "description": "Rustic Cheese designed with Ceramic for soft performance",
                    "percent": 15.89,
                    "rateDiscountType": "VOLUME"
                  }
                ],
                "fuelSurchargePercent": 2.77,
                "pricingCode": "PACKAGE",
                "ratedWeightMethod": "DIMENSIONAL",
                "rateScale": "9460",
                "rateType": "RATED_ACCOUNT_SHIPMENT",
                "rateZone": "3c96fB",
                "shipmentLegRateDetails": [
                  {
                    "currency": "BRL",
                    "currencyExchangeRate": {
                      "fromCurrency": "KZT",
                      "intoCurrency": "KWD",
                      "rate": 1.1501
                    },
                    "dimDivisor": 186,
                    "dimDivisorType": "STANDARD",
                    "freightDiscounts": [
                      {
                        "amount": 6.42,
                        "description": "Savor the sour essence in our Fish, designed for immaculate culinary adventures",
                        "percent": 26.8,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 5.56,
                        "description": "Professional-grade Hat perfect for worst training and recreational use",
                        "percent": 23.79,
                        "rateDiscountType": "EARNED"
                      }
                    ],
                    "fuelSurchargePercent": 2.77,
                    "legDestinationLocationId": "MBGk",
                    "minimumChargeType": "NONE",
                    "pricingCode": "PACKAGE",
                    "ratedWeightMethod": "DIMENSIONAL",
                    "rateScale": "8651",
                    "rateType": "PAYOR_ACCOUNT",
                    "rateZone": "wP9n6m",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 3.22,
                        "description": "New Computer model with 67 GB RAM, 327 GB storage, and hasty features",
                        "level": "STATE",
                        "type": "SALES"
                      },
                      {
                        "amount": 7.48,
                        "description": "Handmade Chips designed with Concrete for responsible performance",
                        "level": "NATIONAL",
                        "type": "SALES"
                      },
                      {
                        "amount": 4.55,
                        "description": "Our peacock-friendly Keyboard ensures wicked comfort for your pets",
                        "level": "NATIONAL",
                        "type": "GST"
                      },
                      {
                        "amount": 0.61,
                        "description": "Featuring Chlorine-enhanced technology, our Table offers unparalleled shallow performance",
                        "level": "NATIONAL",
                        "type": "GST"
                      },
                      {
                        "amount": 1.69,
                        "description": "New indigo Bacon with ergonomic design for frightened comfort",
                        "level": "STATE",
                        "type": "SALES"
                      }
                    ],
                    "totalBaseCharge": 74.78,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 17.65,
                    "totalFreightDiscounts": 2.58,
                    "totalNetCharge": 122.87,
                    "totalNetChargeWithDutiesAndTaxes": 275.73,
                    "totalNetFedExCharge": 72.75,
                    "totalNetFreight": 135.49,
                    "totalRebates": 1.61,
                    "totalSurcharges": 5.76,
                    "totalTaxes": 4.68
                  },
                  {
                    "currency": "JPY",
                    "currencyExchangeRate": {
                      "fromCurrency": "USD",
                      "intoCurrency": "BGN",
                      "rate": 0.8262
                    },
                    "dimDivisor": 249,
                    "dimDivisorType": "CUSTOM",
                    "freightDiscounts": [
                      {
                        "amount": 9.62,
                        "description": "The azure Sausages combines Saint Lucia aesthetics with Beryllium-based durability",
                        "percent": 27.55,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 0.7,
                        "description": "Stylish Salad designed to make you stand out with gigantic looks",
                        "percent": 26.67,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 0.21,
                        "description": "The orchid Pants combines American Samoa aesthetics with Dubnium-based durability",
                        "percent": 2.13,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 6.99,
                        "description": "Professional-grade Hat perfect for tinted training and recreational use",
                        "percent": 25.97,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 3.73,
                        "description": "Stylish Ball designed to make you stand out with back looks",
                        "percent": 23.51,
                        "rateDiscountType": "EARNED"
                      }
                    ],
                    "fuelSurchargePercent": 4.45,
                    "legDestinationLocationId": "mJGB",
                    "minimumChargeType": "MIN_WEIGHT",
                    "pricingCode": "LTL",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "1361",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "XGhCvB",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 6.62,
                        "description": "Our fox-friendly Cheese ensures regular comfort for your pets",
                        "level": "NATIONAL",
                        "type": "SALES"
                      },
                      {
                        "amount": 4.88,
                        "description": "Discover the monkey-like agility of our Pizza, perfect for biodegradable users",
                        "level": "STATE",
                        "type": "GST"
                      },
                      {
                        "amount": 8.34,
                        "description": "Featuring Gallium-enhanced technology, our Mouse offers unparalleled illustrious performance",
                        "level": "STATE",
                        "type": "VAT"
                      },
                      {
                        "amount": 8.9,
                        "description": "Our sour-inspired Bacon brings a taste of luxury to your honored lifestyle",
                        "level": "STATE",
                        "type": "VAT"
                      },
                      {
                        "amount": 3.32,
                        "description": "Our zesty-inspired Towels brings a taste of luxury to your usable lifestyle",
                        "level": "STATE",
                        "type": "GST"
                      }
                    ],
                    "totalBaseCharge": 171.03,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 1.01,
                    "totalFreightDiscounts": 2.23,
                    "totalNetCharge": 80.73,
                    "totalNetChargeWithDutiesAndTaxes": 509.3,
                    "totalNetFedExCharge": 42.87,
                    "totalNetFreight": 32.69,
                    "totalRebates": 3.49,
                    "totalSurcharges": 5.38,
                    "totalTaxes": 1.74
                  }
                ],
                "surcharges": [
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  }
                ],
                "taxes": [
                  {
                    "amount": 4.27,
                    "description": "The ivory Computer combines Dominica aesthetics with Germanium-based durability",
                    "level": "NATIONAL",
                    "type": "VAT"
                  },
                  {
                    "amount": 4.71,
                    "description": "Experience the magenta brilliance of our Cheese, perfect for raw environments",
                    "level": "STATE",
                    "type": "SALES"
                  }
                ],
                "totalAncillaryFeesAndTaxes": 2.52,
                "totalBaseCharge": 87.19,
                "totalBillingWeight": {
                  "units": "KG",
                  "value": 68
                },
                "totalDutiesAndTaxes": 7.75,
                "totalDutiesTaxesAndFees": 48.27,
                "totalFreightDiscounts": 3.39,
                "totalNetCharge": 466.18,
                "totalNetChargeWithDutiesAndTaxes": 431.11,
                "totalNetFedExCharge": 402.96,
                "totalNetFreight": 152,
                "totalRebates": 4.24,
                "totalSurcharges": 12.95,
                "totalTaxes": 3.51
              }
            ]
          },
          "usDomestic": false
        },
        "masterTrackingNumber": "468178278893",
        "pieceResponses": [
          {
            "acceptanceTrackingNumber": "794953535000",
            "acceptanceType": "acceptanceType",
            "additionalChargesDiscount": 621.45,
            "baseRateAmount": 321.45,
            "codCollectionAmount": 231.45,
            "customerReferences": [
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              }
            ],
            "deliveryTimestamp": "2012-09-23",
            "listCustomerTotalCharge": "listCustomerTotalCharge",
            "listRateAmount": 1.45,
            "masterTrackingNumber": "794953535000",
            "netChargeAmount": 21.45,
            "netDiscountAmount": 121.45,
            "packageDocuments": [
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              },
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              },
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              },
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              }
            ],
            "packageSequenceNumber": 215,
            "serviceCategory": "EXPRESS",
            "trackingIdType": "FEDEX",
            "trackingNumber": "794953535000"
          },
          {
            "acceptanceTrackingNumber": "794953535000",
            "acceptanceType": "acceptanceType",
            "additionalChargesDiscount": 621.45,
            "baseRateAmount": 321.45,
            "codCollectionAmount": 231.45,
            "customerReferences": [
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              },
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              },
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              }
            ],
            "deliveryTimestamp": "2012-09-23",
            "listCustomerTotalCharge": "listCustomerTotalCharge",
            "listRateAmount": 1.45,
            "masterTrackingNumber": "794953535000",
            "netChargeAmount": 21.45,
            "netDiscountAmount": 121.45,
            "packageDocuments": [
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              }
            ],
            "packageSequenceNumber": 215,
            "serviceCategory": "EXPRESS",
            "trackingIdType": "FEDEX",
            "trackingNumber": "794953535000"
          },
          {
            "acceptanceTrackingNumber": "794953535000",
            "acceptanceType": "acceptanceType",
            "additionalChargesDiscount": 621.45,
            "baseRateAmount": 321.45,
            "codCollectionAmount": 231.45,
            "customerReferences": [
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              },
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              }
            ],
            "deliveryTimestamp": "2012-09-23",
            "listCustomerTotalCharge": "listCustomerTotalCharge",
            "listRateAmount": 1.45,
            "masterTrackingNumber": "794953535000",
            "netChargeAmount": 21.45,
            "netDiscountAmount": 121.45,
            "packageDocuments": [
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              },
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              },
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              }
            ],
            "packageSequenceNumber": 215,
            "serviceCategory": "EXPRESS",
            "trackingIdType": "FEDEX",
            "trackingNumber": "794953535000"
          },
          {
            "acceptanceTrackingNumber": "794953535000",
            "acceptanceType": "acceptanceType",
            "additionalChargesDiscount": 621.45,
            "baseRateAmount": 321.45,
            "codCollectionAmount": 231.45,
            "customerReferences": [
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              },
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              }
            ],
            "deliveryTimestamp": "2012-09-23",
            "listCustomerTotalCharge": "listCustomerTotalCharge",
            "listRateAmount": 1.45,
            "masterTrackingNumber": "794953535000",
            "netChargeAmount": 21.45,
            "netDiscountAmount": 121.45,
            "packageDocuments": [
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              },
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              },
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  },
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              }
            ],
            "packageSequenceNumber": 215,
            "serviceCategory": "EXPRESS",
            "trackingIdType": "FEDEX",
            "trackingNumber": "794953535000"
          }
        ],
        "serviceCategory": "EXPRESS",
        "serviceName": "FedEx Express",
        "serviceType": "FEDEX_GROUND",
        "shipDatestamp": "2025-11-28T00:00:00.0Z",
        "shipmentAdvisoryDetails": {
          "regulatoryAdvisory": {
            "prohibitions": [
              {
                "advisory": {
                  "code": "iNbC",
                  "localizedText": "The orchid Chips combines Falkland Islands (Malvinas) aesthetics with Seaborgium-based durability",
                  "parameters": [
                    {
                      "id": "0648",
                      "value": "Handmade Marble Pants"
                    }
                  ],
                  "text": "Featuring Seaborgium-enhanced technology, our Chicken offers unparalleled noteworthy performance"
                },
                "categories": {
                  "0": "categories"
                },
                "commodityIndex": 49,
                "derivedHarmonizedCode": "787019",
                "source": "CUSTOMS",
                "status": "EXPIRED",
                "type": "IMPORT",
                "waiver": {
                  "advisories": [
                    {
                      "code": "ykVK",
                      "localizedText": "Gorgeous Mouse designed with Steel for humiliating performance",
                      "parameters": [
                        {
                          "id": "0183",
                          "value": "Electronic Marble Hat"
                        },
                        {
                          "id": "1232",
                          "value": "Unbranded Steel Computer"
                        }
                      ],
                      "text": "Bins, Grant and Shanahan's most advanced Chips technology increases insignificant capabilities"
                    },
                    {
                      "code": "50mG",
                      "localizedText": "Discover the ordinary new Table with an exciting mix of Bamboo ingredients",
                      "parameters": [
                        {
                          "id": "6230",
                          "value": "Gorgeous Ceramic Keyboard"
                        },
                        {
                          "id": "6351",
                          "value": "Generic Aluminum Ball"
                        }
                      ],
                      "text": "Jones, McKenzie and Haley's most advanced Salad technology increases gifted capabilities"
                    },
                    {
                      "code": "WvVY",
                      "localizedText": "Ergonomic Chair made with Ceramic for all-day clear-cut support",
                      "parameters": [
                        {
                          "id": "2042",
                          "value": "Practical Metal Hat"
                        },
                        {
                          "id": "7288",
                          "value": "Incredible Granite Hat"
                        }
                      ],
                      "text": "Discover the grubby new Sausages with an exciting mix of Marble ingredients"
                    },
                    {
                      "code": "HPDZ",
                      "localizedText": "The sleek and pleasing Cheese comes with silver LED lighting for smart functionality",
                      "parameters": [
                        {
                          "id": "6283",
                          "value": "Gorgeous Plastic Chips"
                        }
                      ],
                      "text": "New blue Pizza with ergonomic design for hairy comfort"
                    }
                  ],
                  "description": "Discover the glossy new Bike with an exciting mix of Marble ingredients",
                  "id": "7abc285d-b1c6-4468-aa87-995b09b38513"
                }
              },
              {
                "advisory": {
                  "code": "kVGx",
                  "localizedText": "Refined Shoes designed with Bronze for prime performance",
                  "parameters": [
                    {
                      "id": "7027",
                      "value": "Licensed Bronze Chicken"
                    },
                    {
                      "id": "4407",
                      "value": "Soft Silk Ball"
                    },
                    {
                      "id": "2365",
                      "value": "Recycled Aluminum Car"
                    },
                    {
                      "id": "7435",
                      "value": "Licensed Wooden Table"
                    }
                  ],
                  "text": "Our crunchy-inspired Keyboard brings a taste of luxury to your frizzy lifestyle"
                },
                "categories": {
                  "0": "categories"
                },
                "commodityIndex": 43,
                "derivedHarmonizedCode": "414294",
                "source": "CUSTOMS",
                "status": "ACTIVE",
                "type": "EXPORT",
                "waiver": {
                  "advisories": [
                    {
                      "code": "YRoS",
                      "localizedText": "Wilderman, Lemke and Ryan's most advanced Bike technology increases well-to-do capabilities",
                      "parameters": [
                        {
                          "id": "9796",
                          "value": "Refined Metal Fish"
                        }
                      ],
                      "text": "Savor the tender essence in our Computer, designed for variable culinary adventures"
                    },
                    {
                      "code": "Guf6",
                      "localizedText": "Experience the tan brilliance of our Soap, perfect for shocked environments",
                      "parameters": [
                        {
                          "id": "0500",
                          "value": "Gorgeous Plastic Pizza"
                        },
                        {
                          "id": "4364",
                          "value": "Tasty Bronze Cheese"
                        }
                      ],
                      "text": "The Jaren Car is the latest in a series of innocent products from Klein - Grimes"
                    },
                    {
                      "code": "grIc",
                      "localizedText": "Our cat-friendly Soap ensures bossy comfort for your pets",
                      "parameters": [
                        {
                          "id": "9279",
                          "value": "Sleek Bronze Car"
                        },
                        {
                          "id": "0313",
                          "value": "Gorgeous Silk Pants"
                        }
                      ],
                      "text": "Savor the tangy essence in our Sausages, designed for slow culinary adventures"
                    },
                    {
                      "code": "FHf2",
                      "localizedText": "Our rich-inspired Gloves brings a taste of luxury to your aching lifestyle",
                      "parameters": [
                        {
                          "id": "5144",
                          "value": "Recycled Steel Chips"
                        },
                        {
                          "id": "7194",
                          "value": "Practical Granite Ball"
                        }
                      ],
                      "text": "Our hamster-friendly Bacon ensures nimble comfort for your pets"
                    }
                  ],
                  "description": "Innovative Computer featuring primary technology and Concrete construction",
                  "id": "401d5292-a257-4b1c-b239-2ae24c263bee"
                }
              },
              {
                "advisory": {
                  "code": "kBZe",
                  "localizedText": "Featuring Bromine-enhanced technology, our Cheese offers unparalleled idealistic performance",
                  "parameters": [
                    {
                      "id": "6519",
                      "value": "Awesome Cotton Tuna"
                    },
                    {
                      "id": "8804",
                      "value": "Refined Plastic Tuna"
                    },
                    {
                      "id": "9513",
                      "value": "Tasty Wooden Mouse"
                    },
                    {
                      "id": "5360",
                      "value": "Unbranded Gold Car"
                    }
                  ],
                  "text": "Recycled Bacon designed with Granite for grandiose performance"
                },
                "categories": {
                  "0": "categories"
                },
                "commodityIndex": 35,
                "derivedHarmonizedCode": "538469",
                "source": "FDA",
                "status": "EXPIRED",
                "type": "EXPORT",
                "waiver": {
                  "advisories": [
                    {
                      "code": "u4n0",
                      "localizedText": "The maroon Shoes combines United Kingdom aesthetics with Antimony-based durability",
                      "parameters": [
                        {
                          "id": "4415",
                          "value": "Sleek Bamboo Cheese"
                        }
                      ],
                      "text": "Ergonomic Chips made with Granite for all-day well-made support"
                    }
                  ],
                  "description": "Discover the deer-like agility of our Fish, perfect for pretty users",
                  "id": "d077b31e-1802-43e7-b311-731676f4fd90"
                }
              },
              {
                "advisory": {
                  "code": "ArSj",
                  "localizedText": "Discover the unwilling new Keyboard with an exciting mix of Bronze ingredients",
                  "parameters": [
                    {
                      "id": "4480",
                      "value": "Soft Marble Bike"
                    },
                    {
                      "id": "7820",
                      "value": "Sleek Bronze Car"
                    },
                    {
                      "id": "2768",
                      "value": "Practical Concrete Shoes"
                    },
                    {
                      "id": "8487",
                      "value": "Ergonomic Bronze Table"
                    },
                    {
                      "id": "2671",
                      "value": "Gorgeous Ceramic Cheese"
                    }
                  ],
                  "text": "Discover the fish-like agility of our Salad, perfect for elegant users"
                },
                "categories": {
                  "0": "categories"
                },
                "commodityIndex": 25,
                "derivedHarmonizedCode": "498910",
                "source": "CUSTOMS",
                "status": "ACTIVE",
                "type": "IMPORT",
                "waiver": {
                  "advisories": [
                    {
                      "code": "SQ8T",
                      "localizedText": "Goldner - Donnelly's most advanced Hat technology increases white capabilities",
                      "parameters": [
                        {
                          "id": "2824",
                          "value": "Incredible Rubber Pants"
                        }
                      ],
                      "text": "Stylish Chair designed to make you stand out with mundane looks"
                    }
                  ],
                  "description": "Introducing the Cote d'Ivoire-inspired Table, blending knotty style with local craftsmanship",
                  "id": "1fdcbf58-4a5b-4f2b-a482-e5dae5081dbb"
                }
              },
              {
                "advisory": {
                  "code": "m58S",
                  "localizedText": "Savor the golden essence in our Gloves, designed for sour culinary adventures",
                  "parameters": [
                    {
                      "id": "4752",
                      "value": "Licensed Steel Mouse"
                    }
                  ],
                  "text": "Stylish Shirt designed to make you stand out with exhausted looks"
                },
                "categories": {
                  "0": "categories"
                },
                "commodityIndex": 21,
                "derivedHarmonizedCode": "170667",
                "source": "CUSTOMS",
                "status": "ACTIVE",
                "type": "EXPORT",
                "waiver": {
                  "advisories": [
                    {
                      "code": "9IaD",
                      "localizedText": "Our bitter-inspired Chair brings a taste of luxury to your lawful lifestyle",
                      "parameters": [
                        {
                          "id": "2780",
                          "value": "Luxurious Bamboo Chair"
                        }
                      ],
                      "text": "New fuchsia Soap with ergonomic design for tough comfort"
                    },
                    {
                      "code": "IGt8",
                      "localizedText": "Our sweet-inspired Shoes brings a taste of luxury to your impure lifestyle",
                      "parameters": [
                        {
                          "id": "1738",
                          "value": "Handcrafted Ceramic Pants"
                        },
                        {
                          "id": "9246",
                          "value": "Recycled Steel Bacon"
                        },
                        {
                          "id": "2609",
                          "value": "Unbranded Aluminum Chair"
                        }
                      ],
                      "text": "Our rich-inspired Shirt brings a taste of luxury to your essential lifestyle"
                    },
                    {
                      "code": "Dh4R",
                      "localizedText": "Our rabbit-friendly Shirt ensures deficient comfort for your pets",
                      "parameters": [
                        {
                          "id": "6780",
                          "value": "Sleek Granite Fish"
                        },
                        {
                          "id": "3159",
                          "value": "Recycled Metal Soap"
                        },
                        {
                          "id": "2399",
                          "value": "Sleek Concrete Shoes"
                        }
                      ],
                      "text": "Experience the plum brilliance of our Shoes, perfect for rubbery environments"
                    },
                    {
                      "code": "lx9H",
                      "localizedText": "Jacobs, Cummerata and Littel's most advanced Chips technology increases palatable capabilities",
                      "parameters": [
                        {
                          "id": "0490",
                          "value": "Recycled Bamboo Gloves"
                        },
                        {
                          "id": "8985",
                          "value": "Refined Rubber Shirt"
                        },
                        {
                          "id": "0370",
                          "value": "Luxurious Gold Bike"
                        },
                        {
                          "id": "3680",
                          "value": "Intelligent Steel Hat"
                        },
                        {
                          "id": "9047",
                          "value": "Unbranded Wooden Soap"
                        }
                      ],
                      "text": "Our crunchy-inspired Towels brings a taste of luxury to your crafty lifestyle"
                    },
                    {
                      "code": "IT3q",
                      "localizedText": "New Pizza model with 74 GB RAM, 318 GB storage, and taut features",
                      "parameters": [
                        {
                          "id": "3167",
                          "value": "Oriental Cotton Table"
                        },
                        {
                          "id": "3750",
                          "value": "Tasty Steel Keyboard"
                        },
                        {
                          "id": "8789",
                          "value": "Oriental Marble Bacon"
                        },
                        {
                          "id": "2535",
                          "value": "Modern Silk Towels"
                        }
                      ],
                      "text": "Ergonomic Chair made with Granite for all-day shocked support"
                    }
                  ],
                  "description": "Our sweet-inspired Pants brings a taste of luxury to your whopping lifestyle",
                  "id": "b645c455-228a-4e2a-aafe-58525fb5ec38"
                }
              }
            ]
          }
        },
        "shipmentDocuments": [
          {
            "alerts": [
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              },
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              },
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              }
            ],
            "contentKey": "content key",
            "contentType": "COMMERCIAL_INVOICE",
            "copiesToPrint": 10,
            "docType": "PDF",
            "encodedLabel": "encoded label",
            "trackingNumber": "794953535000",
            "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
          },
          {
            "alerts": [
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              },
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              },
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              }
            ],
            "contentKey": "content key",
            "contentType": "COMMERCIAL_INVOICE",
            "copiesToPrint": 10,
            "docType": "PDF",
            "encodedLabel": "encoded label",
            "trackingNumber": "794953535000",
            "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
          },
          {
            "alerts": [
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              },
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              }
            ],
            "contentKey": "content key",
            "contentType": "COMMERCIAL_INVOICE",
            "copiesToPrint": 10,
            "docType": "PDF",
            "encodedLabel": "encoded label",
            "trackingNumber": "794953535000",
            "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
          },
          {
            "alerts": [
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              },
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              }
            ],
            "contentKey": "content key",
            "contentType": "COMMERCIAL_INVOICE",
            "copiesToPrint": 10,
            "docType": "PDF",
            "encodedLabel": "encoded label",
            "trackingNumber": "794953535000",
            "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
          }
        ]
      },
      {
        "alerts": [
          {
            "code": "RECIPIENTCONTACT.PHONENUMBER.INVALID",
            "message": "Recipient’s phone number format is not matching with recipient's country code; hence, recipient will not receive Convenient Delivery Options. Moving forward, please provide valid mobile phone number."
          }
        ],
        "completedShipmentDetail": {
          "accessDetail": {
            "accessorDetails": [
              {
                "emailLabelUrl": "https://unsteady-priesthood.org",
                "password": "FHCiBn0q0J",
                "role": "USER",
                "userId": "e84a8a8d-9a3a-4a65-a602-c25c1b554921"
              }
            ]
          },
          "carrierCode": "FDXE",
          "completedEtdDetail": {
            "folderId": "0xD",
            "type": "PRO_FORMA_INVOICE",
            "uploadDocumentReferenceDetails": [
              {
                "description": "PRO FORMA INVOICE",
                "documentId": "090927d680038c61",
                "documentReference": "DocumentReference",
                "documentType": "PRO_FORMA_INVOICE"
              },
              {
                "description": "PRO FORMA INVOICE",
                "documentId": "090927d680038c61",
                "documentReference": "DocumentReference",
                "documentType": "PRO_FORMA_INVOICE"
              }
            ]
          },
          "completedHoldAtLocationDetail": {
            "holdingLocation": {
              "address": {
                "city": "Beverly Hills",
                "countryCode": "US",
                "postalCode": "38127",
                "residential": false,
                "stateOrProvinceCode": "CA",
                "streetLines": [
                  "10 FedEx Parkway",
                  "Suite 302"
                ]
              },
              "contact": {
                "companyName": "Connelly Group",
                "emailAddress": "Alexandrine64@yahoo.com",
                "personName": "Pauline Moore",
                "phoneExtension": "6",
                "phoneNumber": "(953) 624-2859"
              }
            },
            "holdingLocationType": "FEDEX_SELF_SERVICE"
          },
          "completedPackageDetails": [
            {
              "dryIceWeight": {
                "units": "KG",
                "value": 68
              },
              "groupNumber": 567,
              "hazardousPackageDetail": {
                "accessibility": "ACCESSIBLE",
                "cargoAircraftOnly": true,
                "containers": [
                  {
                    "hazardousCommodities": [
                      {
                        "description": {
                          "attributes": {
                            "0": "attributes"
                          },
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": {
                            "0": "Subsidiary Classes"
                          },
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      },
                      {
                        "description": {
                          "attributes": {
                            "0": "attributes"
                          },
                          "authorization": "authorization",
                          "hazardClass": "hazardClass",
                          "id": "1234",
                          "labelText": "labelText",
                          "packingGroup": "packingGroup",
                          "packingInstructions": "packingInstructions",
                          "properShippingName": "properShippingName",
                          "properShippingNameAndDescription": "properShippingNameAndDescription",
                          "sequenceNumber": 876,
                          "specialProvisions": "specialProvisions",
                          "subsidiaryClasses": {
                            "0": "Subsidiary Classes"
                          },
                          "symbols": "symbols",
                          "technicalName": "technicalName",
                          "tunnelRestrictionCode": "UN2919"
                        },
                        "massPoints": 2,
                        "netExplosiveDetail": {
                          "amount": 10,
                          "type": "NET_EXPLOSIVE_WEIGHT",
                          "units": "units"
                        },
                        "options": {
                          "customerSuppliedLabelText": "Customer Supplied Label Text",
                          "labelTextOption": "STANDARD"
                        },
                        "quantity": {
                          "amount": 24.56,
                          "quantityType": "GROSS",
                          "units": "Kg",
                          "value": 68.25
                        }
                      }
                    ],
                    "QValue": 2
                  }
                ],
                "labelType": "II_YELLOW",
                "radioactiveTransportIndex": 2.45,
                "referenceId": "123456",
                "regulation": "IATA"
              },
              "operationalDetail": {
                "astraHandlingText": "astraHandlingText",
                "barcodes": {
                  "binaryBarcodes": [
                    {
                      "type": "COMMON-2D",
                      "value": "cebSd5wZ"
                    },
                    {
                      "type": "COMMON-2D",
                      "value": "/3B6frXxNi"
                    },
                    {
                      "type": "COMMON-2D",
                      "value": "j9"
                    }
                  ],
                  "stringBarcodes": [
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    },
                    {
                      "type": "ADDRESS",
                      "value": "1010062512241535917900794953544894"
                    }
                  ]
                },
                "operationalInstructions": [
                  {
                    "content": "content",
                    "number": 17
                  }
                ]
              },
              "oversizeClass": "OVERSIZE_1, OVERSIZE_2, OVERSIZE_3",
              "packageRating": {
                "actualRateType": "PAYOR_ACCOUNT_PACKAGE",
                "effectiveNetDiscount": 0,
                "packageRateDetails": [
                  {
                    "baseCharge": 45.67,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "CUSTOMER",
                    "netCharge": 121.56,
                    "netFedExCharge": 12.56,
                    "netFreight": 4.89,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 44.55,
                    "totalRebates": 4.56,
                    "totalSurcharges": 22.56,
                    "totalTaxes": 3.45
                  },
                  {
                    "baseCharge": 45.67,
                    "billingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "currency": "USD",
                    "minimumChargeType": "CUSTOMER",
                    "netCharge": 121.56,
                    "netFedExCharge": 12.56,
                    "netFreight": 4.89,
                    "ratedWeightMethod": "DIM",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "totalFreightDiscounts": 44.55,
                    "totalRebates": 4.56,
                    "totalSurcharges": 22.56,
                    "totalTaxes": 3.45
                  }
                ]
              },
              "sequenceNumber": 256,
              "signatureOption": "DIRECT",
              "trackingIds": [
                {
                  "formId": "0201",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "49092000070120032835",
                  "uspsApplicationId": "92"
                },
                {
                  "formId": "0201",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "49092000070120032835",
                  "uspsApplicationId": "92"
                },
                {
                  "formId": "0201",
                  "trackingIdType": "EXPRESS",
                  "trackingNumber": "49092000070120032835",
                  "uspsApplicationId": "92"
                }
              ]
            }
          ],
          "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": {
              "0": "CERTIFICATE_OF_ORIGIN"
            },
            "requiredDocuments": {
              "0": "COMMERCIAL_OR_PRO_FORMA_INVOICE",
              "1": "AIR_WAYBILL"
            }
          },
          "exportComplianceStatement": "mW7fs5RrJVU9RWWq",
          "hazardousShipmentDetail": {
            "adrLicense": {
              "licenseOrPermitDetail": {
                "effectiveDate": "2025-10-29T00:00:00.0Z",
                "expirationDate": "2026-12-04T00:00:00.0Z",
                "number": "3"
              }
            },
            "dryIceDetail": {
              "packageCount": 8,
              "processingOptions": {
                "options": {
                  "0": "options"
                }
              },
              "totalWeight": {
                "units": "KG",
                "value": 68
              }
            },
            "hazardousSummaryDetail": {
              "smallQuantityExceptionPackageCount": 6
            }
          },
          "masterTrackingId": {
            "formId": "0201",
            "trackingIdType": "EXPRESS",
            "trackingNumber": "49092000070120032835",
            "uspsApplicationId": "92"
          },
          "operationalDetail": {
            "airportId": "DFW",
            "astraDescription": "SMART POST",
            "astraPlannedServiceLevel": "THU - 17 OCT 10:30A",
            "commitDate": "2026-08-24T00:00:00.0Z",
            "commitDay": "Sun",
            "countryCode": "US",
            "customTransitTime": "TWO_DAYS",
            "deliveryDate": "2001-04-05",
            "deliveryDay": "TUE",
            "deliveryEligibilities": {
              "0": "deliveryEligibilities"
            },
            "destinationLocationId": "Fxic",
            "destinationLocationNumber": 847,
            "destinationLocationStateOrProvinceCode": "KS",
            "destinationServiceArea": "17",
            "ineligibleForMoneyBackGuarantee": false,
            "maximumTransitTime": "THREE_DAYS",
            "originLocationId": "678",
            "originLocationNumber": 243,
            "originServiceArea": "A1",
            "packagingCode": "05",
            "postalCode": "38010",
            "publishedDeliveryTime": "12:00P",
            "scac": "scac",
            "serviceCode": "010",
            "stateOrProvinceCode": "AZ",
            "transitTime": "ONE_DAY",
            "ursaPrefixCode": "xA",
            "ursaSuffixCode": "gq"
          },
          "packagingDescription": "FedEx Box",
          "serviceDescription": {
            "astraDescription": "1 DAY FRT",
            "code": "1",
            "description": "Professional-grade Hat perfect for cruel training and recreational use",
            "names": [
              {
                "encoding": "UTF-8",
                "type": "long",
                "value": "G-1"
              },
              {
                "encoding": "UTF-8",
                "type": "long",
                "value": "F-2"
              }
            ],
            "operatingOrgCodes": {
              "0": "FXE"
            },
            "serviceCategory": "FREIGHT",
            "serviceId": "VwHMZfUbL6iD",
            "serviceType": "STANDARD_OVERNIGHT"
          },
          "shipmentRating": {
            "actualRateType": "PAYOR_LIST_SHIPMENT",
            "shipmentRateDetails": [
              {
                "currency": "PHP",
                "currencyExchangeRate": {
                  "fromCurrency": "CZK",
                  "intoCurrency": "AOA",
                  "rate": 0.8977
                },
                "dimDivisor": 294,
                "freightDiscounts": [
                  {
                    "amount": 5.16,
                    "description": "Ergonomic Mouse made with Aluminum for all-day clean support",
                    "percent": 24.94,
                    "rateDiscountType": "COUPON"
                  },
                  {
                    "amount": 8.98,
                    "description": "Our shark-friendly Chair ensures enlightened comfort for your pets",
                    "percent": 17.4,
                    "rateDiscountType": "VOLUME"
                  },
                  {
                    "amount": 9.69,
                    "description": "Modern Car designed with Cotton for left performance",
                    "percent": 1.45,
                    "rateDiscountType": "COUPON"
                  },
                  {
                    "amount": 7.67,
                    "description": "Experience the fuchsia brilliance of our Shirt, perfect for inborn environments",
                    "percent": 23.47,
                    "rateDiscountType": "VOLUME"
                  }
                ],
                "fuelSurchargePercent": 8.39,
                "pricingCode": "LTL_FREIGHT",
                "ratedWeightMethod": "DIMENSIONAL",
                "rateScale": "5555",
                "rateType": "RATED_SHIPMENT",
                "rateZone": "FsZw4v",
                "shipmentLegRateDetails": [
                  {
                    "currency": "BTN",
                    "currencyExchangeRate": {
                      "fromCurrency": "RON",
                      "intoCurrency": "ANG",
                      "rate": 1.0129
                    },
                    "dimDivisor": 105,
                    "dimDivisorType": "STANDARD",
                    "freightDiscounts": [
                      {
                        "amount": 3.85,
                        "description": "Stylish Computer designed to make you stand out with serene looks",
                        "percent": 12.12,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 4.81,
                        "description": "Fresh Chair designed with Gold for muddy performance",
                        "percent": 15.44,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 0.82,
                        "description": "The sleek and babyish Computer comes with white LED lighting for smart functionality",
                        "percent": 13.41,
                        "rateDiscountType": "COUPON"
                      }
                    ],
                    "fuelSurchargePercent": 8.71,
                    "legDestinationLocationId": "vGN8",
                    "minimumChargeType": "MIN_WEIGHT",
                    "pricingCode": "PACKAGE",
                    "ratedWeightMethod": "DIMENSIONAL",
                    "rateScale": "9882",
                    "rateType": "PAYOR_ACCOUNT",
                    "rateZone": "35XhPM",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 4.81,
                        "description": "Innovative Sausages featuring elegant technology and Ceramic construction",
                        "level": "STATE",
                        "type": "VAT"
                      }
                    ],
                    "totalBaseCharge": 121.08,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 1.93,
                    "totalFreightDiscounts": 2.44,
                    "totalNetCharge": 189.93,
                    "totalNetChargeWithDutiesAndTaxes": 291.54,
                    "totalNetFedExCharge": 118.11,
                    "totalNetFreight": 89.04,
                    "totalRebates": 0.53,
                    "totalSurcharges": 9.4,
                    "totalTaxes": 0.43
                  },
                  {
                    "currency": "ALL",
                    "currencyExchangeRate": {
                      "fromCurrency": "KYD",
                      "intoCurrency": "TTD",
                      "rate": 0.8494
                    },
                    "dimDivisor": 124,
                    "dimDivisorType": "CUSTOM",
                    "freightDiscounts": [
                      {
                        "amount": 3.3,
                        "description": "Featuring Zirconium-enhanced technology, our Gloves offers unparalleled humiliating performance",
                        "percent": 27.22,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 6.23,
                        "description": "The Total zero tolerance approach Keyboard offers reliable performance and polite design",
                        "percent": 7.41,
                        "rateDiscountType": "EARNED"
                      }
                    ],
                    "fuelSurchargePercent": 3.33,
                    "legDestinationLocationId": "P3xX",
                    "minimumChargeType": "NONE",
                    "pricingCode": "PACKAGE",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "4058",
                    "rateType": "PAYOR_ACCOUNT",
                    "rateZone": "nx645L",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 5.34,
                        "description": "Ergonomic Computer made with Rubber for all-day worst support",
                        "level": "STATE",
                        "type": "GST"
                      },
                      {
                        "amount": 5.33,
                        "description": "The sleek and black Chicken comes with purple LED lighting for smart functionality",
                        "level": "STATE",
                        "type": "SALES"
                      }
                    ],
                    "totalBaseCharge": 41.53,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 8.27,
                    "totalFreightDiscounts": 2.81,
                    "totalNetCharge": 357.68,
                    "totalNetChargeWithDutiesAndTaxes": 125.66,
                    "totalNetFedExCharge": 104.66,
                    "totalNetFreight": 47.13,
                    "totalRebates": 2.02,
                    "totalSurcharges": 6.68,
                    "totalTaxes": 2.92
                  },
                  {
                    "currency": "INR",
                    "currencyExchangeRate": {
                      "fromCurrency": "AED",
                      "intoCurrency": "LSL",
                      "rate": 1.1493
                    },
                    "dimDivisor": 107,
                    "dimDivisorType": "STANDARD",
                    "freightDiscounts": [
                      {
                        "amount": 4.99,
                        "description": "Introducing the Niger-inspired Chips, blending trustworthy style with local craftsmanship",
                        "percent": 17.24,
                        "rateDiscountType": "BONUS"
                      }
                    ],
                    "fuelSurchargePercent": 7.23,
                    "legDestinationLocationId": "1wX4",
                    "minimumChargeType": "NONE",
                    "pricingCode": "PACKAGE",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "9043",
                    "rateType": "PAYOR_ACCOUNT",
                    "rateZone": "G8DjgX",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 8.73,
                        "description": "Innovative Towels featuring mealy technology and Bronze construction",
                        "level": "NATIONAL",
                        "type": "VAT"
                      },
                      {
                        "amount": 6.93,
                        "description": "Our fresh-inspired Pizza brings a taste of luxury to your scratchy lifestyle",
                        "level": "STATE",
                        "type": "GST"
                      },
                      {
                        "amount": 4.63,
                        "description": "Our snake-friendly Shoes ensures blaring comfort for your pets",
                        "level": "STATE",
                        "type": "VAT"
                      },
                      {
                        "amount": 2.63,
                        "description": "Introducing the Tokelau-inspired Sausages, blending wasteful style with local craftsmanship",
                        "level": "STATE",
                        "type": "GST"
                      },
                      {
                        "amount": 8.39,
                        "description": "The sleek and outgoing Salad comes with azure LED lighting for smart functionality",
                        "level": "NATIONAL",
                        "type": "GST"
                      }
                    ],
                    "totalBaseCharge": 151.39,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 6.57,
                    "totalFreightDiscounts": 3.15,
                    "totalNetCharge": 159.96,
                    "totalNetChargeWithDutiesAndTaxes": 402.59,
                    "totalNetFedExCharge": 27.57,
                    "totalNetFreight": 68.75,
                    "totalRebates": 2.11,
                    "totalSurcharges": 9.9,
                    "totalTaxes": 1.56
                  },
                  {
                    "currency": "CNY",
                    "currencyExchangeRate": {
                      "fromCurrency": "AOA",
                      "intoCurrency": "KWD",
                      "rate": 0.9005
                    },
                    "dimDivisor": 104,
                    "dimDivisorType": "STANDARD",
                    "freightDiscounts": [
                      {
                        "amount": 2.21,
                        "description": "Introducing the Libyan Arab Jamahiriya-inspired Ball, blending every style with local craftsmanship",
                        "percent": 26.7,
                        "rateDiscountType": "COUPON"
                      }
                    ],
                    "fuelSurchargePercent": 4.67,
                    "legDestinationLocationId": "Ua7W",
                    "minimumChargeType": "MIN_WEIGHT",
                    "pricingCode": "PACKAGE",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "6655",
                    "rateType": "PAYOR_ACCOUNT",
                    "rateZone": "LgIuLO",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 8.48,
                        "description": "Discover the fish-like agility of our Cheese, perfect for warmhearted users",
                        "level": "NATIONAL",
                        "type": "SALES"
                      },
                      {
                        "amount": 0.16,
                        "description": "Experience the blue brilliance of our Chips, perfect for uncomfortable environments",
                        "level": "NATIONAL",
                        "type": "GST"
                      },
                      {
                        "amount": 8.18,
                        "description": "Featuring Phosphorus-enhanced technology, our Chips offers unparalleled artistic performance",
                        "level": "NATIONAL",
                        "type": "VAT"
                      },
                      {
                        "amount": 2.68,
                        "description": "Stylish Bacon designed to make you stand out with impolite looks",
                        "level": "NATIONAL",
                        "type": "VAT"
                      }
                    ],
                    "totalBaseCharge": 130.12,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 5.6,
                    "totalFreightDiscounts": 2.57,
                    "totalNetCharge": 162.2,
                    "totalNetChargeWithDutiesAndTaxes": 333.34,
                    "totalNetFedExCharge": 50.91,
                    "totalNetFreight": 63.43,
                    "totalRebates": 3.24,
                    "totalSurcharges": 9.73,
                    "totalTaxes": 4.77
                  }
                ],
                "surcharges": [
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  }
                ],
                "taxes": [
                  {
                    "amount": 1.52,
                    "description": "Experience the orchid brilliance of our Bacon, perfect for insistent environments",
                    "level": "NATIONAL",
                    "type": "SALES"
                  },
                  {
                    "amount": 5.35,
                    "description": "Innovative Hat featuring shiny technology and Marble construction",
                    "level": "STATE",
                    "type": "SALES"
                  },
                  {
                    "amount": 6.93,
                    "description": "Professional-grade Computer perfect for disloyal training and recreational use",
                    "level": "NATIONAL",
                    "type": "VAT"
                  },
                  {
                    "amount": 9.6,
                    "description": "Innovative Cheese featuring heavenly technology and Aluminum construction",
                    "level": "STATE",
                    "type": "SALES"
                  }
                ],
                "totalAncillaryFeesAndTaxes": 4.67,
                "totalBaseCharge": 370.23,
                "totalBillingWeight": {
                  "units": "KG",
                  "value": 68
                },
                "totalDutiesAndTaxes": 18.04,
                "totalDutiesTaxesAndFees": 99.74,
                "totalFreightDiscounts": 5.3,
                "totalNetCharge": 404.12,
                "totalNetChargeWithDutiesAndTaxes": 115.57,
                "totalNetFedExCharge": 269.06,
                "totalNetFreight": 151.34,
                "totalRebates": 4.93,
                "totalSurcharges": 6.69,
                "totalTaxes": 1.52
              },
              {
                "currency": "MOP",
                "currencyExchangeRate": {
                  "fromCurrency": "DOP",
                  "intoCurrency": "SYP",
                  "rate": 1.0181
                },
                "dimDivisor": 234,
                "freightDiscounts": [
                  {
                    "amount": 7.35,
                    "description": "Gulgowski, Steuber and Borer's most advanced Table technology increases aware capabilities",
                    "percent": 16.81,
                    "rateDiscountType": "VOLUME"
                  }
                ],
                "fuelSurchargePercent": 8.53,
                "pricingCode": "PACKAGE",
                "ratedWeightMethod": "DIMENSIONAL",
                "rateScale": "2593",
                "rateType": "RATED_ACCOUNT_SHIPMENT",
                "rateZone": "SeoUZa",
                "shipmentLegRateDetails": [
                  {
                    "currency": "COP",
                    "currencyExchangeRate": {
                      "fromCurrency": "UGX",
                      "intoCurrency": "PHP",
                      "rate": 0.84
                    },
                    "dimDivisor": 250,
                    "dimDivisorType": "STANDARD",
                    "freightDiscounts": [
                      {
                        "amount": 6.5,
                        "description": "Savor the tender essence in our Keyboard, designed for good culinary adventures",
                        "percent": 10.53,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 7.46,
                        "description": "The Brennon Pants is the latest in a series of lavish products from Gottlieb - Rodriguez",
                        "percent": 6.25,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 7.2,
                        "description": "Hudson - Botsford's most advanced Mouse technology increases aware capabilities",
                        "percent": 3.27,
                        "rateDiscountType": "EARNED"
                      }
                    ],
                    "fuelSurchargePercent": 4.3,
                    "legDestinationLocationId": "Vdg7",
                    "minimumChargeType": "MIN_WEIGHT",
                    "pricingCode": "LTL",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "7399",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "T3QF5z",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 5.01,
                        "description": "Discover the rhinoceros-like agility of our Sausages, perfect for imaginary users",
                        "level": "STATE",
                        "type": "SALES"
                      }
                    ],
                    "totalBaseCharge": 140.14,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 19.58,
                    "totalFreightDiscounts": 0.43,
                    "totalNetCharge": 206.55,
                    "totalNetChargeWithDutiesAndTaxes": 215.73,
                    "totalNetFedExCharge": 171.85,
                    "totalNetFreight": 121.66,
                    "totalRebates": 1.24,
                    "totalSurcharges": 9.79,
                    "totalTaxes": 1.75
                  },
                  {
                    "currency": "MDL",
                    "currencyExchangeRate": {
                      "fromCurrency": "BYN",
                      "intoCurrency": "LAK",
                      "rate": 0.8441
                    },
                    "dimDivisor": 132,
                    "dimDivisorType": "STANDARD",
                    "freightDiscounts": [
                      {
                        "amount": 3.4,
                        "description": "The Arch Hat is the latest in a series of straight products from Kris, Kuhn and Pfeffer",
                        "percent": 6.16,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 2.57,
                        "description": "The gold Bacon combines Papua New Guinea aesthetics with Bismuth-based durability",
                        "percent": 22.05,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 8.42,
                        "description": "Introducing the Solomon Islands-inspired Tuna, blending decent style with local craftsmanship",
                        "percent": 28.7,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 9.5,
                        "description": "Experience the pink brilliance of our Soap, perfect for wide environments",
                        "percent": 26.7,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 9.99,
                        "description": "The Networked actuating functionalities Shoes offers reliable performance and rural design",
                        "percent": 6.66,
                        "rateDiscountType": "BONUS"
                      }
                    ],
                    "fuelSurchargePercent": 6.04,
                    "legDestinationLocationId": "Z094",
                    "minimumChargeType": "MIN_WEIGHT",
                    "pricingCode": "LTL",
                    "ratedWeightMethod": "DIMENSIONAL",
                    "rateScale": "5730",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "YpiQtU",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 4.11,
                        "description": "Experience the mint green brilliance of our Towels, perfect for cautious environments",
                        "level": "NATIONAL",
                        "type": "GST"
                      }
                    ],
                    "totalBaseCharge": 152.54,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 15.09,
                    "totalFreightDiscounts": 0.14,
                    "totalNetCharge": 395.79,
                    "totalNetChargeWithDutiesAndTaxes": 199.59,
                    "totalNetFedExCharge": 228.15,
                    "totalNetFreight": 175.98,
                    "totalRebates": 2.49,
                    "totalSurcharges": 1.62,
                    "totalTaxes": 4.88
                  },
                  {
                    "currency": "ERN",
                    "currencyExchangeRate": {
                      "fromCurrency": "NAD",
                      "intoCurrency": "XOF",
                      "rate": 0.9861
                    },
                    "dimDivisor": 154,
                    "dimDivisorType": "STANDARD",
                    "freightDiscounts": [
                      {
                        "amount": 1.08,
                        "description": "Introducing the Czechia-inspired Pants, blending smoggy style with local craftsmanship",
                        "percent": 9.58,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 4.66,
                        "description": "Featuring Plutonium-enhanced technology, our Gloves offers unparalleled fair performance",
                        "percent": 0.65,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 2.86,
                        "description": "Introducing the Norfolk Island-inspired Table, blending wrathful style with local craftsmanship",
                        "percent": 25.1,
                        "rateDiscountType": "COUPON"
                      }
                    ],
                    "fuelSurchargePercent": 5.15,
                    "legDestinationLocationId": "dqgS",
                    "minimumChargeType": "MIN_WEIGHT",
                    "pricingCode": "PACKAGE",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "2441",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "3MEFbU",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 7.82,
                        "description": "New Chips model with 88 GB RAM, 379 GB storage, and milky features",
                        "level": "STATE",
                        "type": "SALES"
                      },
                      {
                        "amount": 6.89,
                        "description": "Discover the koala-like agility of our Salad, perfect for lasting users",
                        "level": "NATIONAL",
                        "type": "GST"
                      }
                    ],
                    "totalBaseCharge": 68.59,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 17.56,
                    "totalFreightDiscounts": 3.63,
                    "totalNetCharge": 323.16,
                    "totalNetChargeWithDutiesAndTaxes": 285.82,
                    "totalNetFedExCharge": 33.51,
                    "totalNetFreight": 26.09,
                    "totalRebates": 3.78,
                    "totalSurcharges": 9.95,
                    "totalTaxes": 1.19
                  },
                  {
                    "currency": "KYD",
                    "currencyExchangeRate": {
                      "fromCurrency": "HTG",
                      "intoCurrency": "GTQ",
                      "rate": 1.1902
                    },
                    "dimDivisor": 200,
                    "dimDivisorType": "STANDARD",
                    "freightDiscounts": [
                      {
                        "amount": 9.33,
                        "description": "Generic Mouse designed with Aluminum for perky performance",
                        "percent": 21.1,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 5.7,
                        "description": "Introducing the Jamaica-inspired Tuna, blending jaunty style with local craftsmanship",
                        "percent": 20.59,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 2.93,
                        "description": "New green Bacon with ergonomic design for lazy comfort",
                        "percent": 9.41,
                        "rateDiscountType": "BONUS"
                      }
                    ],
                    "fuelSurchargePercent": 3.6,
                    "legDestinationLocationId": "MoVL",
                    "minimumChargeType": "NONE",
                    "pricingCode": "LTL",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "3178",
                    "rateType": "PAYOR_ACCOUNT",
                    "rateZone": "wGVHFr",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 1.61,
                        "description": "Savor the smoky essence in our Computer, designed for qualified culinary adventures",
                        "level": "STATE",
                        "type": "GST"
                      },
                      {
                        "amount": 4.95,
                        "description": "New azure Keyboard with ergonomic design for winged comfort",
                        "level": "NATIONAL",
                        "type": "SALES"
                      }
                    ],
                    "totalBaseCharge": 39.07,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 7.33,
                    "totalFreightDiscounts": 1.13,
                    "totalNetCharge": 399.15,
                    "totalNetChargeWithDutiesAndTaxes": 155.24,
                    "totalNetFedExCharge": 110.38,
                    "totalNetFreight": 98.33,
                    "totalRebates": 3.06,
                    "totalSurcharges": 6.22,
                    "totalTaxes": 1.66
                  }
                ],
                "surcharges": [
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  }
                ],
                "taxes": [
                  {
                    "amount": 4.9,
                    "description": "New Towels model with 52 GB RAM, 895 GB storage, and stained features",
                    "level": "STATE",
                    "type": "VAT"
                  },
                  {
                    "amount": 3.82,
                    "description": "Licensed Pizza designed with Steel for growing performance",
                    "level": "NATIONAL",
                    "type": "VAT"
                  }
                ],
                "totalAncillaryFeesAndTaxes": 3.93,
                "totalBaseCharge": 98.44,
                "totalBillingWeight": {
                  "units": "KG",
                  "value": 68
                },
                "totalDutiesAndTaxes": 6.49,
                "totalDutiesTaxesAndFees": 43.47,
                "totalFreightDiscounts": 9.51,
                "totalNetCharge": 148.55,
                "totalNetChargeWithDutiesAndTaxes": 530.01,
                "totalNetFedExCharge": 574.47,
                "totalNetFreight": 472.17,
                "totalRebates": 0.88,
                "totalSurcharges": 4.08,
                "totalTaxes": 4.89
              },
              {
                "currency": "LYD",
                "currencyExchangeRate": {
                  "fromCurrency": "UGX",
                  "intoCurrency": "RUB",
                  "rate": 1.1851
                },
                "dimDivisor": 270,
                "freightDiscounts": [
                  {
                    "amount": 4.3,
                    "description": "Discover the helpful new Cheese with an exciting mix of Aluminum ingredients",
                    "percent": 0.01,
                    "rateDiscountType": "COUPON"
                  },
                  {
                    "amount": 8.42,
                    "description": "Gibson - Hayes's most advanced Towels technology increases greedy capabilities",
                    "percent": 26.58,
                    "rateDiscountType": "EARNED"
                  },
                  {
                    "amount": 7.85,
                    "description": "Innovative Salad featuring enchanted technology and Rubber construction",
                    "percent": 16.71,
                    "rateDiscountType": "VOLUME"
                  },
                  {
                    "amount": 8.12,
                    "description": "New Pizza model with 36 GB RAM, 633 GB storage, and able features",
                    "percent": 1.63,
                    "rateDiscountType": "VOLUME"
                  }
                ],
                "fuelSurchargePercent": 5.85,
                "pricingCode": "LTL_FREIGHT",
                "ratedWeightMethod": "ACTUAL",
                "rateScale": "8811",
                "rateType": "RATED_ACCOUNT_SHIPMENT",
                "rateZone": "WlVJrj",
                "shipmentLegRateDetails": [
                  {
                    "currency": "BYN",
                    "currencyExchangeRate": {
                      "fromCurrency": "CVE",
                      "intoCurrency": "LRD",
                      "rate": 1.1796
                    },
                    "dimDivisor": 157,
                    "dimDivisorType": "STANDARD",
                    "freightDiscounts": [
                      {
                        "amount": 9.84,
                        "description": "Our creamy-inspired Soap brings a taste of luxury to your regular lifestyle",
                        "percent": 5.39,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 1.93,
                        "description": "Savor the fluffy essence in our Table, designed for pale culinary adventures",
                        "percent": 8.24,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 5.79,
                        "description": "The sleek and respectful Pants comes with orange LED lighting for smart functionality",
                        "percent": 9.37,
                        "rateDiscountType": "VOLUME"
                      }
                    ],
                    "fuelSurchargePercent": 6.28,
                    "legDestinationLocationId": "QNx2",
                    "minimumChargeType": "MIN_WEIGHT",
                    "pricingCode": "PACKAGE",
                    "ratedWeightMethod": "DIMENSIONAL",
                    "rateScale": "6683",
                    "rateType": "PAYOR_ACCOUNT",
                    "rateZone": "hX89mc",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 5.84,
                        "description": "Our juicy-inspired Pants brings a taste of luxury to your outrageous lifestyle",
                        "level": "NATIONAL",
                        "type": "GST"
                      }
                    ],
                    "totalBaseCharge": 194.62,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 14.26,
                    "totalFreightDiscounts": 2.9,
                    "totalNetCharge": 436.61,
                    "totalNetChargeWithDutiesAndTaxes": 208.21,
                    "totalNetFedExCharge": 248.73,
                    "totalNetFreight": 193.44,
                    "totalRebates": 4.05,
                    "totalSurcharges": 7.72,
                    "totalTaxes": 1.68
                  },
                  {
                    "currency": "MOP",
                    "currencyExchangeRate": {
                      "fromCurrency": "QAR",
                      "intoCurrency": "SYP",
                      "rate": 0.9945
                    },
                    "dimDivisor": 223,
                    "dimDivisorType": "CUSTOM",
                    "freightDiscounts": [
                      {
                        "amount": 8.92,
                        "description": "The Pearline Pizza is the latest in a series of foolhardy products from Gutkowski - Graham",
                        "percent": 18.74,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 7.68,
                        "description": "Featuring Antimony-enhanced technology, our Pizza offers unparalleled quixotic performance",
                        "percent": 22.86,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 3.71,
                        "description": "Experience the mint green brilliance of our Chips, perfect for empty environments",
                        "percent": 20.74,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 6.41,
                        "description": "Stylish Computer designed to make you stand out with dual looks",
                        "percent": 3.62,
                        "rateDiscountType": "EARNED"
                      }
                    ],
                    "fuelSurchargePercent": 9.34,
                    "legDestinationLocationId": "doZ9",
                    "minimumChargeType": "NONE",
                    "pricingCode": "PACKAGE",
                    "ratedWeightMethod": "DIMENSIONAL",
                    "rateScale": "5767",
                    "rateType": "PAYOR_ACCOUNT",
                    "rateZone": "safhcf",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 4.57,
                        "description": "Savor the creamy essence in our Table, designed for cool culinary adventures",
                        "level": "NATIONAL",
                        "type": "SALES"
                      },
                      {
                        "amount": 1.53,
                        "description": "Discover the cow-like agility of our Salad, perfect for lovable users",
                        "level": "STATE",
                        "type": "SALES"
                      },
                      {
                        "amount": 3.88,
                        "description": "Experience the gold brilliance of our Hat, perfect for blank environments",
                        "level": "STATE",
                        "type": "VAT"
                      },
                      {
                        "amount": 4.32,
                        "description": "Incredible Towels designed with Steel for willing performance",
                        "level": "STATE",
                        "type": "VAT"
                      },
                      {
                        "amount": 1.55,
                        "description": "Discover the clear new Sausages with an exciting mix of Metal ingredients",
                        "level": "NATIONAL",
                        "type": "VAT"
                      }
                    ],
                    "totalBaseCharge": 186.38,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 2.33,
                    "totalFreightDiscounts": 0.81,
                    "totalNetCharge": 363.68,
                    "totalNetChargeWithDutiesAndTaxes": 348.43,
                    "totalNetFedExCharge": 75.78,
                    "totalNetFreight": 181.95,
                    "totalRebates": 3.4,
                    "totalSurcharges": 4.91,
                    "totalTaxes": 1.76
                  },
                  {
                    "currency": "BAM",
                    "currencyExchangeRate": {
                      "fromCurrency": "DJF",
                      "intoCurrency": "BHD",
                      "rate": 1.1041
                    },
                    "dimDivisor": 198,
                    "dimDivisorType": "CUSTOM",
                    "freightDiscounts": [
                      {
                        "amount": 7.36,
                        "description": "Connelly, Schuster and Feil's most advanced Gloves technology increases strident capabilities",
                        "percent": 25.11,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 5.09,
                        "description": "New Sausages model with 84 GB RAM, 754 GB storage, and mean features",
                        "percent": 17.85,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 4.74,
                        "description": "Discover the quarterly new Ball with an exciting mix of Bronze ingredients",
                        "percent": 3.91,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 4.68,
                        "description": "The tan Cheese combines Malawi aesthetics with Oxygen-based durability",
                        "percent": 21.79,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 4.08,
                        "description": "The Daisy Ball is the latest in a series of remorseful products from Ratke LLC",
                        "percent": 10.23,
                        "rateDiscountType": "EARNED"
                      }
                    ],
                    "fuelSurchargePercent": 8.79,
                    "legDestinationLocationId": "0bVN",
                    "minimumChargeType": "MIN_WEIGHT",
                    "pricingCode": "LTL",
                    "ratedWeightMethod": "DIMENSIONAL",
                    "rateScale": "2547",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "ZYBBfa",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      },
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 3.2,
                        "description": "Discover the lion-like agility of our Computer, perfect for interesting users",
                        "level": "STATE",
                        "type": "GST"
                      },
                      {
                        "amount": 7.07,
                        "description": "Discover the zebra-like agility of our Soap, perfect for standard users",
                        "level": "STATE",
                        "type": "VAT"
                      },
                      {
                        "amount": 7.67,
                        "description": "Introducing the Uzbekistan-inspired Mouse, blending lean style with local craftsmanship",
                        "level": "STATE",
                        "type": "GST"
                      }
                    ],
                    "totalBaseCharge": 83.22,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 8.57,
                    "totalFreightDiscounts": 1.34,
                    "totalNetCharge": 377.01,
                    "totalNetChargeWithDutiesAndTaxes": 328.97,
                    "totalNetFedExCharge": 185.59,
                    "totalNetFreight": 24.7,
                    "totalRebates": 3.18,
                    "totalSurcharges": 5.6,
                    "totalTaxes": 0.86
                  }
                ],
                "surcharges": [
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  },
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  }
                ],
                "taxes": [
                  {
                    "amount": 0.52,
                    "description": "New Fish model with 45 GB RAM, 865 GB storage, and gloomy features",
                    "level": "STATE",
                    "type": "VAT"
                  },
                  {
                    "amount": 4.05,
                    "description": "Savor the smoky essence in our Chicken, designed for easy culinary adventures",
                    "level": "NATIONAL",
                    "type": "VAT"
                  },
                  {
                    "amount": 8.04,
                    "description": "New tan Keyboard with ergonomic design for clear-cut comfort",
                    "level": "STATE",
                    "type": "VAT"
                  }
                ],
                "totalAncillaryFeesAndTaxes": 0.65,
                "totalBaseCharge": 94.49,
                "totalBillingWeight": {
                  "units": "KG",
                  "value": 68
                },
                "totalDutiesAndTaxes": 8.58,
                "totalDutiesTaxesAndFees": 71.12,
                "totalFreightDiscounts": 6.74,
                "totalNetCharge": 392.3,
                "totalNetChargeWithDutiesAndTaxes": 189.57,
                "totalNetFedExCharge": 38.87,
                "totalNetFreight": 238,
                "totalRebates": 2.23,
                "totalSurcharges": 7.61,
                "totalTaxes": 4.8
              }
            ]
          },
          "usDomestic": false
        },
        "masterTrackingNumber": "308386404764",
        "pieceResponses": [
          {
            "acceptanceTrackingNumber": "794953535000",
            "acceptanceType": "acceptanceType",
            "additionalChargesDiscount": 621.45,
            "baseRateAmount": 321.45,
            "codCollectionAmount": 231.45,
            "customerReferences": [
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              },
              {
                "customerReferenceType": "DEPARTMENT_NUMBER",
                "value": "3686"
              }
            ],
            "deliveryTimestamp": "2012-09-23",
            "listCustomerTotalCharge": "listCustomerTotalCharge",
            "listRateAmount": 1.45,
            "masterTrackingNumber": "794953535000",
            "netChargeAmount": 21.45,
            "netDiscountAmount": 121.45,
            "packageDocuments": [
              {
                "alerts": [
                  {
                    "alertType": "NOTE",
                    "code": "SHIPMENT.VALIDATION.SUCCESS",
                    "message": "Shipment validated successfully. No errors found."
                  }
                ],
                "contentKey": "content key",
                "contentType": "COMMERCIAL_INVOICE",
                "copiesToPrint": 10,
                "docType": "PDF",
                "encodedLabel": "encoded label",
                "trackingNumber": "794953535000",
                "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
              }
            ],
            "packageSequenceNumber": 215,
            "serviceCategory": "EXPRESS",
            "trackingIdType": "FEDEX",
            "trackingNumber": "794953535000"
          }
        ],
        "serviceCategory": "EXPRESS",
        "serviceName": "FedEx Express",
        "serviceType": "STANDARD_OVERNIGHT",
        "shipDatestamp": "2026-03-07T00:00:00.0Z",
        "shipmentAdvisoryDetails": {
          "regulatoryAdvisory": {
            "prohibitions": [
              {
                "advisory": {
                  "code": "fn4i",
                  "localizedText": "Stylish Shirt designed to make you stand out with sociable looks",
                  "parameters": [
                    {
                      "id": "5579",
                      "value": "Fantastic Bronze Table"
                    }
                  ],
                  "text": "The Business-focused dynamic complexity Hat offers reliable performance and ambitious design"
                },
                "categories": {
                  "0": "categories"
                },
                "commodityIndex": 49,
                "derivedHarmonizedCode": "575588",
                "source": "CUSTOMS",
                "status": "EXPIRED",
                "type": "EXPORT",
                "waiver": {
                  "advisories": [
                    {
                      "code": "qrhC",
                      "localizedText": "Discover the live new Hat with an exciting mix of Gold ingredients",
                      "parameters": [
                        {
                          "id": "7533",
                          "value": "Small Concrete Chicken"
                        },
                        {
                          "id": "0858",
                          "value": "Refined Gold Sausages"
                        },
                        {
                          "id": "5542",
                          "value": "Practical Steel Bacon"
                        },
                        {
                          "id": "1617",
                          "value": "Practical Cotton Pizza"
                        },
                        {
                          "id": "6077",
                          "value": "Intelligent Bamboo Mouse"
                        }
                      ],
                      "text": "Stylish Shirt designed to make you stand out with mediocre looks"
                    },
                    {
                      "code": "ZJRK",
                      "localizedText": "Ergonomic Fish made with Aluminum for all-day shoddy support",
                      "parameters": [
                        {
                          "id": "5406",
                          "value": "Modern Steel Pizza"
                        },
                        {
                          "id": "1613",
                          "value": "Sleek Gold Chair"
                        },
                        {
                          "id": "4059",
                          "value": "Refined Metal Table"
                        }
                      ],
                      "text": "The Julie Table is the latest in a series of shady products from Pfannerstill Group"
                    }
                  ],
                  "description": "Discover the antique new Car with an exciting mix of Aluminum ingredients",
                  "id": "1b329b8c-7832-40a2-a2ca-4d6d005c6423"
                }
              },
              {
                "advisory": {
                  "code": "d6ea",
                  "localizedText": "Our sweet-inspired Chair brings a taste of luxury to your annual lifestyle",
                  "parameters": [
                    {
                      "id": "7355",
                      "value": "Tasty Gold Salad"
                    },
                    {
                      "id": "4240",
                      "value": "Elegant Rubber Table"
                    },
                    {
                      "id": "2146",
                      "value": "Bespoke Plastic Ball"
                    },
                    {
                      "id": "0493",
                      "value": "Practical Metal Keyboard"
                    }
                  ],
                  "text": "Discover the serpentine new Mouse with an exciting mix of Concrete ingredients"
                },
                "categories": {
                  "0": "categories"
                },
                "commodityIndex": 27,
                "derivedHarmonizedCode": "257370",
                "source": "CUSTOMS",
                "status": "EXPIRED",
                "type": "EXPORT",
                "waiver": {
                  "advisories": [
                    {
                      "code": "S6qN",
                      "localizedText": "Featuring Thorium-enhanced technology, our Shoes offers unparalleled early performance",
                      "parameters": [
                        {
                          "id": "3709",
                          "value": "Elegant Wooden Car"
                        },
                        {
                          "id": "0216",
                          "value": "Handmade Gold Car"
                        },
                        {
                          "id": "6060",
                          "value": "Refined Bamboo Pizza"
                        }
                      ],
                      "text": "Experience the white brilliance of our Bike, perfect for severe environments"
                    },
                    {
                      "code": "ABG1",
                      "localizedText": "New Table model with 54 GB RAM, 765 GB storage, and lawful features",
                      "parameters": [
                        {
                          "id": "2254",
                          "value": "Awesome Concrete Chicken"
                        },
                        {
                          "id": "9715",
                          "value": "Ergonomic Bronze Shoes"
                        },
                        {
                          "id": "3885",
                          "value": "Soft Cotton Chicken"
                        },
                        {
                          "id": "1792",
                          "value": "Incredible Steel Keyboard"
                        },
                        {
                          "id": "2331",
                          "value": "Handcrafted Concrete Sausages"
                        }
                      ],
                      "text": "Stylish Ball designed to make you stand out with reasonable looks"
                    }
                  ],
                  "description": "Innovative Cheese featuring flustered technology and Rubber construction",
                  "id": "09db8c47-5e75-469d-857b-d6489312e230"
                }
              },
              {
                "advisory": {
                  "code": "pknt",
                  "localizedText": "The sleek and wiggly Gloves comes with red LED lighting for smart functionality",
                  "parameters": [
                    {
                      "id": "3779",
                      "value": "Intelligent Cotton Shoes"
                    },
                    {
                      "id": "8707",
                      "value": "Tasty Wooden Fish"
                    }
                  ],
                  "text": "Innovative Chips featuring these technology and Concrete construction"
                },
                "categories": {
                  "0": "categories"
                },
                "commodityIndex": 32,
                "derivedHarmonizedCode": "398414",
                "source": "CUSTOMS",
                "status": "EXPIRED",
                "type": "EXPORT",
                "waiver": {
                  "advisories": [
                    {
                      "code": "KW1I",
                      "localizedText": "The yellow Bike combines Bulgaria aesthetics with Neodymium-based durability",
                      "parameters": [
                        {
                          "id": "4312",
                          "value": "Unbranded Plastic Ball"
                        }
                      ],
                      "text": "The black Shirt combines Cyprus aesthetics with Zinc-based durability"
                    },
                    {
                      "code": "vaHP",
                      "localizedText": "Turner Inc's most advanced Bacon technology increases corrupt capabilities",
                      "parameters": [
                        {
                          "id": "0638",
                          "value": "Rustic Marble Cheese"
                        },
                        {
                          "id": "3667",
                          "value": "Recycled Rubber Chips"
                        }
                      ],
                      "text": "The Ayana Pizza is the latest in a series of husky products from Kutch - Bogisich"
                    },
                    {
                      "code": "ELhM",
                      "localizedText": "Savor the salty essence in our Bacon, designed for scary culinary adventures",
                      "parameters": [
                        {
                          "id": "8177",
                          "value": "Unbranded Bamboo Pants"
                        }
                      ],
                      "text": "Professional-grade Hat perfect for earnest training and recreational use"
                    }
                  ],
                  "description": "Experience the teal brilliance of our Chair, perfect for vengeful environments",
                  "id": "563e1720-7b59-47fa-9e2f-ac51c4cd79de"
                }
              }
            ]
          }
        },
        "shipmentDocuments": [
          {
            "alerts": [
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              }
            ],
            "contentKey": "content key",
            "contentType": "COMMERCIAL_INVOICE",
            "copiesToPrint": 10,
            "docType": "PDF",
            "encodedLabel": "encoded label",
            "trackingNumber": "794953535000",
            "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
          },
          {
            "alerts": [
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              }
            ],
            "contentKey": "content key",
            "contentType": "COMMERCIAL_INVOICE",
            "copiesToPrint": 10,
            "docType": "PDF",
            "encodedLabel": "encoded label",
            "trackingNumber": "794953535000",
            "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
          },
          {
            "alerts": [
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              },
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              },
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              },
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              },
              {
                "alertType": "NOTE",
                "code": "SHIPMENT.VALIDATION.SUCCESS",
                "message": "Shipment validated successfully. No errors found."
              }
            ],
            "contentKey": "content key",
            "contentType": "COMMERCIAL_INVOICE",
            "copiesToPrint": 10,
            "docType": "PDF",
            "encodedLabel": "encoded label",
            "trackingNumber": "794953535000",
            "url": "https://wwwdev.idev.fedex.com/document/v2/document/retrieve/SH,794810209259_SHIPPING_P/isLabel=true&autoPrint=false"
          }
        ]
      }
    ]
  },
  "transactionId": "cae2f5b4-f895-4b9e-ade1-98a605eb4553"
}
{
  "transactionId": "624xxxxx-b709-470c-8c39-4b55112xxxxx",
  "customerTransactionId": "AnyCo_order123456789",
  "errors": [
    {
      "code": "TRACKINGNUMBER.ENTERED.INVALID",
      "message": "Error with entered Tracking Number. Please verify the entered Tracking Number."
    }
  ]
}
{
  "transactionId": "624xxxxx-b709-470c-8c39-4b55112xxxxx",
  "errors": [
    {
      "code": "NOT.AUTHORIZED.ERROR",
      "message": "Access token expired. Please modify your request and try again."
    }
  ]
}
{
  "transactionId": "624xxxxx-b709-470c-8c39-4b55112xxxxx",
  "errors": [
    {
      "code": "FORBIDDEN.ERROR",
      "message": "We could not authorize your credentials. Please check your permissions and try again."
    }
  ]
}
{
  "transactionId": "624xxxxx-b709-470c-8c39-4b55112xxxxx",
  "errors": [
    {
      "code": "NOT.FOUND.ERROR",
      "message": "The resource you requested is no longer available. Please modify your request and try again."
    }
  ]
}
{
  "transactionId": "624xxxxx-b709-470c-8c39-4b55112xxxxx",
  "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": "624xxxxx-b709-470c-8c39-4b55112xxxxx",
  "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-customer-transaction-id"624deea6-b709-470c-8c39-4b5511281492"
content-type*"application/json"
x-locale"en_US"
authorization*"Bearer XXX"
{
  "accountNumber": {
    "value": "Your account number"
  },
  "requestedShipment": {
    "blockInsightVisibility": true,
    "customsClearanceDetail": {
      "brokers": [
        {
          "broker": {
            "accountNumber": {
              "value": "Your account number"
            },
            "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",
              "faxNumber": 1234567,
              "personName": "John Taylor",
              "phoneExtension": 91,
              "phoneNumber": "1234567890"
            },
            "deliveryInstructions": "deliveryInstructions",
            "tins": [
              {
                "effectiveDate": "2000-01-23T04:56:07.000+00:00",
                "expirationDate": "2000-01-23T04:56:07.000+00:00",
                "number": "number",
                "tinType": "FEDERAL",
                "usage": "usage"
              }
            ]
          },
          "type": "IMPORT"
        },
        {
          "broker": {
            "accountNumber": {
              "value": "Your account number"
            },
            "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",
              "faxNumber": 1234567,
              "personName": "John Taylor",
              "phoneExtension": 91,
              "phoneNumber": "1234567890"
            },
            "deliveryInstructions": "deliveryInstructions",
            "tins": [
              {
                "effectiveDate": "2000-01-23T04:56:07.000+00:00",
                "expirationDate": "2000-01-23T04:56:07.000+00:00",
                "number": "number",
                "tinType": "FEDERAL",
                "usage": "usage"
              }
            ]
          },
          "type": "IMPORT"
        }
      ],
      "commercialInvoice": {
        "comments": {
          "0": "optional comments for the commercial invoice"
        },
        "customerReferences": [
          {
            "customerReferenceType": "DEPARTMENT_NUMBER",
            "value": "3686"
          },
          {
            "customerReferenceType": "DEPARTMENT_NUMBER",
            "value": "3686"
          },
          {
            "customerReferenceType": "DEPARTMENT_NUMBER",
            "value": "3686"
          },
          {
            "customerReferenceType": "DEPARTMENT_NUMBER",
            "value": "3686"
          }
        ],
        "declarationStatement": "declarationStatement",
        "emailNotificationDetail": {
          "emailAddress": "neena@fedex.com",
          "recipientType": "SHIPPER",
          "type": "EMAILED"
        },
        "freightCharge": {
          "amount": 41730.98,
          "currency": "LKR"
        },
        "handlingCosts": {
          "amount": 71306.8,
          "currency": "SLE"
        },
        "originatorName": "originator Name",
        "packingCosts": {
          "amount": 84464.71,
          "currency": "AOA"
        },
        "paymentTerms": "payment terms",
        "shipmentPurpose": "REPAIR_AND_RETURN",
        "specialInstructions": "specialInstructions\"",
        "taxesOrMiscellaneousCharge": {
          "amount": 12336.63,
          "currency": "SSP"
        },
        "taxesOrMiscellaneousChargeType": "COMMISSIONS",
        "termsOfSale": "FCA"
      },
      "commodities": [
        {
          "additionalMeasures": [
            {
              "quantity": 12.45,
              "units": "KG"
            },
            {
              "quantity": 12.45,
              "units": "KG"
            },
            {
              "quantity": 12.45,
              "units": "KG"
            },
            {
              "quantity": 12.45,
              "units": "KG"
            },
            {
              "quantity": 12.45,
              "units": "KG"
            }
          ],
          "cIMarksAndNumbers": "87123",
          "clearanceItemDetail": [
            {
              "address": {
                "city": "Birmingham",
                "countryCode": "US",
                "postalCode": "35209",
                "residential": false,
                "stateOrProvinceCode": "CA",
                "streetLines": [
                  "98 Royal Crescent"
                ]
              },
              "contact": {
                "companyName": "THE GREENHOUSE"
              },
              "id": "USGRE98BIR",
              "type": "MANUFACTURER"
            },
            {
              "address": {
                "city": "Birmingham",
                "countryCode": "US",
                "postalCode": "35209",
                "residential": false,
                "stateOrProvinceCode": "CA",
                "streetLines": [
                  "98 Royal Crescent"
                ]
              },
              "contact": {
                "companyName": "THE GREENHOUSE"
              },
              "id": "USGRE98BIR",
              "type": "MANUFACTURER"
            }
          ],
          "countryOfManufacture": "US",
          "customsValue": {
            "amount": "1556.25",
            "currency": "USD"
          },
          "description": "description",
          "exportLicenseExpirationDate": "1896-01-25T21:18:34.0Z",
          "exportLicenseNumber": "26456",
          "harmonizedCode": "0613",
          "name": "non-threaded rivets",
          "numberOfPieces": 12,
          "partNumber": "167",
          "purpose": "BUSINESS",
          "quantity": 125,
          "quantityUnits": "Ea",
          "unitPrice": {
            "amount": 45272.37,
            "currency": "TOP"
          },
          "usmcaDetail": {
            "originCriterion": "D"
          },
          "weight": {
            "units": "KG",
            "value": 68
          }
        },
        {
          "additionalMeasures": [
            {
              "quantity": 12.45,
              "units": "KG"
            },
            {
              "quantity": 12.45,
              "units": "KG"
            },
            {
              "quantity": 12.45,
              "units": "KG"
            }
          ],
          "cIMarksAndNumbers": "87123",
          "clearanceItemDetail": [
            {
              "address": {
                "city": "Birmingham",
                "countryCode": "US",
                "postalCode": "35209",
                "residential": false,
                "stateOrProvinceCode": "CA",
                "streetLines": [
                  "98 Royal Crescent"
                ]
              },
              "contact": {
                "companyName": "THE GREENHOUSE"
              },
              "id": "USGRE98BIR",
              "type": "MANUFACTURER"
            },
            {
              "address": {
                "city": "Birmingham",
                "countryCode": "US",
                "postalCode": "35209",
                "residential": false,
                "stateOrProvinceCode": "CA",
                "streetLines": [
                  "98 Royal Crescent"
                ]
              },
              "contact": {
                "companyName": "THE GREENHOUSE"
              },
              "id": "USGRE98BIR",
              "type": "MANUFACTURER"
            }
          ],
          "countryOfManufacture": "US",
          "customsValue": {
            "amount": "1556.25",
            "currency": "USD"
          },
          "description": "description",
          "exportLicenseExpirationDate": "1904-01-18T14:41:17.0Z",
          "exportLicenseNumber": "26456",
          "harmonizedCode": "0613",
          "name": "non-threaded rivets",
          "numberOfPieces": 12,
          "partNumber": "167",
          "purpose": "BUSINESS",
          "quantity": 125,
          "quantityUnits": "Ea",
          "unitPrice": {
            "amount": 85108.25,
            "currency": "GHS"
          },
          "usmcaDetail": {
            "originCriterion": "D"
          },
          "weight": {
            "units": "KG",
            "value": 68
          }
        },
        {
          "additionalMeasures": [
            {
              "quantity": 12.45,
              "units": "KG"
            }
          ],
          "cIMarksAndNumbers": "87123",
          "clearanceItemDetail": [
            {
              "address": {
                "city": "Birmingham",
                "countryCode": "US",
                "postalCode": "35209",
                "residential": false,
                "stateOrProvinceCode": "CA",
                "streetLines": [
                  "98 Royal Crescent"
                ]
              },
              "contact": {
                "companyName": "THE GREENHOUSE"
              },
              "id": "USGRE98BIR",
              "type": "MANUFACTURER"
            },
            {
              "address": {
                "city": "Birmingham",
                "countryCode": "US",
                "postalCode": "35209",
                "residential": false,
                "stateOrProvinceCode": "CA",
                "streetLines": [
                  "98 Royal Crescent"
                ]
              },
              "contact": {
                "companyName": "THE GREENHOUSE"
              },
              "id": "USGRE98BIR",
              "type": "MANUFACTURER"
            },
            {
              "address": {
                "city": "Birmingham",
                "countryCode": "US",
                "postalCode": "35209",
                "residential": false,
                "stateOrProvinceCode": "CA",
                "streetLines": [
                  "98 Royal Crescent"
                ]
              },
              "contact": {
                "companyName": "THE GREENHOUSE"
              },
              "id": "USGRE98BIR",
              "type": "MANUFACTURER"
            }
          ],
          "countryOfManufacture": "US",
          "customsValue": {
            "amount": "1556.25",
            "currency": "USD"
          },
          "description": "description",
          "exportLicenseExpirationDate": "1964-03-05T06:44:07.0Z",
          "exportLicenseNumber": "26456",
          "harmonizedCode": "0613",
          "name": "non-threaded rivets",
          "numberOfPieces": 12,
          "partNumber": "167",
          "purpose": "BUSINESS",
          "quantity": 125,
          "quantityUnits": "Ea",
          "unitPrice": {
            "amount": 18266.82,
            "currency": "MDL"
          },
          "usmcaDetail": {
            "originCriterion": "D"
          },
          "weight": {
            "units": "KG",
            "value": 68
          }
        }
      ],
      "customsOption": {
        "description": "Description",
        "type": "COURTESY_RETURN_LABEL"
      },
      "declarationStatementDetail": {
        "usmcaLowValueStatementDetail": {
          "countryOfOriginLowValueDocumentRequested": true,
          "customsRole": "EXPORTER"
        }
      },
      "dutiesPayment": {
        "billingDetails": {
          "accountNickname": "accountNickname",
          "accountNumber": "Your account number",
          "accountNumberCountryCode": "US",
          "aliasId": "aliasId",
          "billingCode": "billingCode",
          "billingType": "billingType"
        },
        "paymentType": "SENDER",
        "payor": {
          "responsibleParty": {
            "accountNumber": {
              "value": "Your account number"
            },
            "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": "fax number",
              "personName": "John Taylor",
              "phoneExtension": "phone extension",
              "phoneNumber": "1234567890"
            },
            "tins": [
              {
                "effectiveDate": "2024-06-13",
                "expirationDate": "2024-06-13",
                "number": "number",
                "tinType": "FEDERAL",
                "usage": "usage"
              },
              {
                "effectiveDate": "2024-06-13",
                "expirationDate": "2024-06-13",
                "number": "number",
                "tinType": "FEDERAL",
                "usage": "usage"
              }
            ]
          }
        }
      },
      "exportDetail": {
        "b13AFilingOption": "NOT_REQUIRED",
        "destinationControlDetail": {
          "destinationCountries": {
            "0": "USA",
            "1": "India"
          },
          "endUser": "dest country user",
          "statementTypes": "DEPARTMENT_OF_COMMERCE"
        },
        "exportComplianceStatement": "12345678901234567",
        "permitNumber": "12345"
      },
      "freightOnValue": "OWN_RISK",
      "generatedDocumentLocale": "en_US",
      "importerOfRecord": {
        "accountNumber": {
          "value": "Your account number"
        },
        "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": "XXXX345671"
        },
        "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"
          }
        ]
      },
      "insuranceCharge": {
        "amount": 88728.24,
        "currency": "FJD"
      },
      "isDocumentOnly": true,
      "partiesToTransactionAreRelated": true,
      "recipientCustomsId": {
        "type": "PASSPORT",
        "value": "123"
      },
      "regulatoryControls": {
        "0": "NOT_IN_FREE_CIRCULATION",
        "1": "USMCA"
      },
      "totalCustomsValue": {
        "amount": 39746.22,
        "currency": "KPW"
      }
    },
    "emailNotificationDetail": {
      "aggregationType": "PER_PACKAGE",
      "emailNotificationRecipients": [
        {
          "emailAddress": "Blair.Stark13@yahoo.com",
          "emailNotificationRecipientType": "SHIPPER",
          "locale": "fr_FR",
          "name": "Randall Kihn",
          "notificationEventType": {
            "0": "ON_PICKUP_DRIVER_ARRIVED",
            "1": "ON_SHIPMENT"
          },
          "notificationFormatType": "TEXT",
          "notificationType": "EMAIL"
        },
        {
          "emailAddress": "Monty_Streich@yahoo.com",
          "emailNotificationRecipientType": "SHIPPER",
          "locale": "en_US",
          "name": "Mona Bailey",
          "notificationEventType": {
            "0": "ON_PICKUP_DRIVER_ARRIVED",
            "1": "ON_SHIPMENT"
          },
          "notificationFormatType": "TEXT",
          "notificationType": "EMAIL"
        },
        {
          "emailAddress": "Napoleon_Roob71@yahoo.com",
          "emailNotificationRecipientType": "SHIPPER",
          "locale": "en_US",
          "name": "Brandi Lubowitz",
          "notificationEventType": {
            "0": "ON_PICKUP_DRIVER_ARRIVED",
            "1": "ON_SHIPMENT"
          },
          "notificationFormatType": "TEXT",
          "notificationType": "EMAIL"
        }
      ],
      "personalMessage": "The sleek and magnificent Gloves comes with mint green LED lighting for smart functionality"
    },
    "expressFreightDetail": {
      "bookingConfirmationNumber": 123456789812,
      "packingListEnclosed": true,
      "shippersLoadAndCount": 123
    },
    "labelSpecification": {
      "customerSpecifiedDetail": {
        "additionalLabels": [
          {
            "count": 1,
            "type": "MANIFEST"
          },
          {
            "count": 1,
            "type": "MANIFEST"
          }
        ],
        "docTabContent": {
          "barcoded": {
            "specification": {
              "dataField": "ut non eiusmod in tempor",
              "header": "labore dolor",
              "justification": "RIGHT",
              "literalValue": "enim",
              "zoneNumber": -1714301564
            },
            "symbology": "UCC128"
          },
          "docTabContentType": "BARCODED",
          "zone001": {
            "docTabZoneSpecifications": [
              {
                "dataField": "aliquip ullamco laborum",
                "header": "proident",
                "justification": "RIGHT",
                "literalValue": "consequat",
                "zoneNumber": 526412055
              },
              {
                "dataField": "eu ut proident consequat",
                "header": "id reprehenderit ut aute esse",
                "justification": "RIGHT",
                "literalValue": "labore sit esse",
                "zoneNumber": -1888475235
              },
              {
                "dataField": "proident Ut dolore",
                "header": "ex exercitation officia fugiat",
                "justification": "RIGHT",
                "literalValue": "proident minim dolor Excepteur",
                "zoneNumber": 510239501
              },
              {
                "dataField": "esse",
                "header": "consequat labore irure anim eu",
                "justification": "RIGHT",
                "literalValue": "officia sunt dolor",
                "zoneNumber": 325979474
              },
              {
                "dataField": "elit labore est nostrud nulla",
                "header": "amet",
                "justification": "RIGHT",
                "literalValue": "occaecat",
                "zoneNumber": 1919312679
              }
            ]
          }
        },
        "maskedData": {
          "0": "PACKAGE_SEQUENCE_AND_COUNT",
          "1": "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"
          },
          {
            "generationOptions": "CONTENT_ON_SHIPPING_LABEL_ONLY",
            "type": "ALCOHOL_SHIPMENT_LABEL"
          }
        ]
      },
      "imageType": "PDF",
      "labelFormatType": "COMMON2D",
      "labelOrder": "SHIPPING_LABEL_FIRST",
      "labelPrintingOrientation": "TOP_EDGE_OF_TEXT_FIRST",
      "labelRotation": "UPSIDE_DOWN",
      "labelStockType": "PAPER_7X475",
      "printedLabelOrigin": {
        "address": {
          "city": "Beverly Hills",
          "countryCode": "US",
          "postalCode": "38127",
          "residential": false,
          "stateOrProvinceCode": "CA",
          "streetLines": [
            "10 FedEx Parkway",
            "Suite 302"
          ]
        },
        "contact": {
          "companyName": "company name",
          "emailAddress": "email address",
          "faxNumber": "fax number",
          "personName": "person name",
          "phoneExtension": "phone extension",
          "phoneNumber": "phone number"
        }
      },
      "resolution": 300,
      "returnedDispositionDetail": "RETURNED"
    },
    "origin": {
      "address": {
        "city": "Beverly Hills",
        "countryCode": "US",
        "postalCode": "38127",
        "residential": false,
        "stateOrProvinceCode": "CA",
        "streetLines": [
          "10 FedEx Parkway",
          "Suite 302"
        ]
      },
      "contact": {
        "companyName": "company name",
        "emailAddress": "email address",
        "faxNumber": "fax number",
        "personName": "person name",
        "phoneExtension": "phone extension",
        "phoneNumber": "phone number"
      }
    },
    "packagingType": "YOUR_PACKAGING",
    "pickupType": "USE_SCHEDULED_PICKUP",
    "preferredCurrency": "MAD",
    "rateRequestType": {
      "0": "LIST",
      "1": "PREFERRED"
    },
    "recipients": [
      {
        "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": "XXXX345671"
        },
        "deliveryInstructions": "Delivery Instructions",
        "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"
          }
        ]
      },
      {
        "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": "XXXX345671"
        },
        "deliveryInstructions": "Delivery Instructions",
        "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"
          }
        ]
      }
    ],
    "requestedPackageLineItems": [
      {
        "contentRecord": [
          {
            "description": "Description",
            "itemNumber": "2876",
            "partNumber": "456",
            "receivedQuantity": 256
          },
          {
            "description": "Description",
            "itemNumber": "2876",
            "partNumber": "456",
            "receivedQuantity": 256
          },
          {
            "description": "Description",
            "itemNumber": "2876",
            "partNumber": "456",
            "receivedQuantity": 256
          },
          {
            "description": "Description",
            "itemNumber": "2876",
            "partNumber": "456",
            "receivedQuantity": 256
          }
        ],
        "customerReferences": [
          {
            "customerReferenceType": "INVOICE_NUMBER",
            "value": "3686"
          },
          {
            "customerReferenceType": "INVOICE_NUMBER",
            "value": "3686"
          },
          {
            "customerReferenceType": "INVOICE_NUMBER",
            "value": "3686"
          },
          {
            "customerReferenceType": "INVOICE_NUMBER",
            "value": "3686"
          },
          {
            "customerReferenceType": "INVOICE_NUMBER",
            "value": "3686"
          }
        ],
        "declaredValue": {
          "amount": 49557.07,
          "currency": "SBD"
        },
        "dimensions": {
          "height": 30,
          "length": 100,
          "units": "CM",
          "width": 50
        },
        "groupPackageCount": 2,
        "itemDescription": "item description for the package",
        "itemDescriptionForClearance": "description",
        "packageSpecialServices": {
          "alcoholDetail": {
            "alcoholRecipientType": "LICENSEE",
            "shipperAgreementType": "Retailer"
          },
          "batteryDetails": [
            {
              "batteryMaterialType": "LITHIUM_METAL",
              "batteryPackingType": "PACKED_WITH_EQUIPMENT",
              "batteryRegulatoryType": "IATA_SECTION_II"
            },
            {
              "batteryMaterialType": "LITHIUM_ION",
              "batteryPackingType": "CONTAINED_IN_EQUIPMENT",
              "batteryRegulatoryType": "IATA_SECTION_II"
            },
            {
              "batteryMaterialType": "LITHIUM_METAL",
              "batteryPackingType": "PACKED_WITH_EQUIPMENT",
              "batteryRegulatoryType": "IATA_SECTION_II"
            },
            {
              "batteryMaterialType": "LITHIUM_ION",
              "batteryPackingType": "CONTAINED_IN_EQUIPMENT",
              "batteryRegulatoryType": "IATA_SECTION_II"
            }
          ],
          "dangerousGoodsDetail": {
            "accessibility": "INACCESSIBLE",
            "cargoAircraftOnly": false,
            "options": {
              "0": "LIMITED_QUANTITIES_COMMODITIES",
              "1": "ORM_D"
            },
            "regulation": "ADR"
          },
          "dryIceWeight": {
            "units": "KG",
            "value": 68
          },
          "packageCODDetail": {
            "codCollectionAmount": {
              "amount": 13728.8,
              "currency": "MOP"
            }
          },
          "pieceCountVerificationBoxCount": 1,
          "priorityAlertDetail": {
            "content": {
              "0": "string"
            },
            "enhancementTypes": {
              "0": "PRIORITY_ALERT_PLUS"
            }
          },
          "signatureOptionDetail": {
            "signatureReleaseNumber": "23456"
          },
          "signatureOptionType": "ADULT",
          "specialServiceTypes": {
            "0": "ALCOHOL",
            "1": "NON_STANDARD_CONTAINER",
            "2": "DANGEROUS_GOODS",
            "3": "SIGNATURE_OPTION",
            "4": "PRIORITY_ALERT"
          },
          "standaloneBatteryDetails": [
            {
              "batteryMaterialType": "LITHIUM_METAL"
            },
            {
              "batteryMaterialType": "LITHIUM_METAL"
            },
            {
              "batteryMaterialType": "LITHIUM_METAL"
            }
          ]
        },
        "sequenceNumber": 1,
        "subPackagingType": "BUCKET",
        "variableHandlingChargeDetail": {
          "fixedValue": {
            "amount": 24.45,
            "currency": "USD"
          },
          "percentValue": 12.45,
          "rateElementBasis": "NET_CHARGE_EXCLUDING_TAXES",
          "rateLevelType": "INDIVIDUAL_PACKAGE_RATE",
          "rateType": "PREFERRED_CURRENCY"
        },
        "weight": {
          "units": "KG",
          "value": 68
        }
      },
      {
        "contentRecord": [
          {
            "description": "Description",
            "itemNumber": "2876",
            "partNumber": "456",
            "receivedQuantity": 256
          }
        ],
        "customerReferences": [
          {
            "customerReferenceType": "INVOICE_NUMBER",
            "value": "3686"
          },
          {
            "customerReferenceType": "INVOICE_NUMBER",
            "value": "3686"
          },
          {
            "customerReferenceType": "INVOICE_NUMBER",
            "value": "3686"
          },
          {
            "customerReferenceType": "INVOICE_NUMBER",
            "value": "3686"
          }
        ],
        "declaredValue": {
          "amount": 14593.44,
          "currency": "BIF"
        },
        "dimensions": {
          "height": 30,
          "length": 100,
          "units": "CM",
          "width": 50
        },
        "groupPackageCount": 2,
        "itemDescription": "item description for the package",
        "itemDescriptionForClearance": "description",
        "packageSpecialServices": {
          "alcoholDetail": {
            "alcoholRecipientType": "LICENSEE",
            "shipperAgreementType": "Retailer"
          },
          "batteryDetails": [
            {
              "batteryMaterialType": "LITHIUM_ION",
              "batteryPackingType": "PACKED_WITH_EQUIPMENT",
              "batteryRegulatoryType": "IATA_SECTION_II"
            },
            {
              "batteryMaterialType": "LITHIUM_ION",
              "batteryPackingType": "PACKED_WITH_EQUIPMENT",
              "batteryRegulatoryType": "IATA_SECTION_II"
            },
            {
              "batteryMaterialType": "LITHIUM_METAL",
              "batteryPackingType": "CONTAINED_IN_EQUIPMENT",
              "batteryRegulatoryType": "IATA_SECTION_II"
            }
          ],
          "dangerousGoodsDetail": {
            "accessibility": "INACCESSIBLE",
            "cargoAircraftOnly": false,
            "options": {
              "0": "LIMITED_QUANTITIES_COMMODITIES",
              "1": "ORM_D"
            },
            "regulation": "ADR"
          },
          "dryIceWeight": {
            "units": "KG",
            "value": 68
          },
          "packageCODDetail": {
            "codCollectionAmount": {
              "amount": 90905.46,
              "currency": "PLN"
            }
          },
          "pieceCountVerificationBoxCount": 1,
          "priorityAlertDetail": {
            "content": {
              "0": "string"
            },
            "enhancementTypes": {
              "0": "PRIORITY_ALERT_PLUS"
            }
          },
          "signatureOptionDetail": {
            "signatureReleaseNumber": "23456"
          },
          "signatureOptionType": "ADULT",
          "specialServiceTypes": {
            "0": "ALCOHOL",
            "1": "NON_STANDARD_CONTAINER",
            "2": "DANGEROUS_GOODS",
            "3": "SIGNATURE_OPTION",
            "4": "PRIORITY_ALERT"
          },
          "standaloneBatteryDetails": [
            {
              "batteryMaterialType": "LITHIUM_METAL"
            },
            {
              "batteryMaterialType": "LITHIUM_METAL"
            },
            {
              "batteryMaterialType": "LITHIUM_METAL"
            }
          ]
        },
        "sequenceNumber": 1,
        "subPackagingType": "BUCKET",
        "variableHandlingChargeDetail": {
          "fixedValue": {
            "amount": 24.45,
            "currency": "USD"
          },
          "percentValue": 12.45,
          "rateElementBasis": "NET_CHARGE_EXCLUDING_TAXES",
          "rateLevelType": "INDIVIDUAL_PACKAGE_RATE",
          "rateType": "PREFERRED_CURRENCY"
        },
        "weight": {
          "units": "KG",
          "value": 68
        }
      },
      {
        "contentRecord": [
          {
            "description": "Description",
            "itemNumber": "2876",
            "partNumber": "456",
            "receivedQuantity": 256
          },
          {
            "description": "Description",
            "itemNumber": "2876",
            "partNumber": "456",
            "receivedQuantity": 256
          },
          {
            "description": "Description",
            "itemNumber": "2876",
            "partNumber": "456",
            "receivedQuantity": 256
          },
          {
            "description": "Description",
            "itemNumber": "2876",
            "partNumber": "456",
            "receivedQuantity": 256
          }
        ],
        "customerReferences": [
          {
            "customerReferenceType": "INVOICE_NUMBER",
            "value": "3686"
          }
        ],
        "declaredValue": {
          "amount": 33100.45,
          "currency": "NZD"
        },
        "dimensions": {
          "height": 30,
          "length": 100,
          "units": "CM",
          "width": 50
        },
        "groupPackageCount": 2,
        "itemDescription": "item description for the package",
        "itemDescriptionForClearance": "description",
        "packageSpecialServices": {
          "alcoholDetail": {
            "alcoholRecipientType": "LICENSEE",
            "shipperAgreementType": "Retailer"
          },
          "batteryDetails": [
            {
              "batteryMaterialType": "LITHIUM_ION",
              "batteryPackingType": "PACKED_WITH_EQUIPMENT",
              "batteryRegulatoryType": "IATA_SECTION_II"
            },
            {
              "batteryMaterialType": "LITHIUM_METAL",
              "batteryPackingType": "CONTAINED_IN_EQUIPMENT",
              "batteryRegulatoryType": "IATA_SECTION_II"
            },
            {
              "batteryMaterialType": "LITHIUM_METAL",
              "batteryPackingType": "PACKED_WITH_EQUIPMENT",
              "batteryRegulatoryType": "IATA_SECTION_II"
            }
          ],
          "dangerousGoodsDetail": {
            "accessibility": "INACCESSIBLE",
            "cargoAircraftOnly": false,
            "options": {
              "0": "LIMITED_QUANTITIES_COMMODITIES",
              "1": "ORM_D"
            },
            "regulation": "ADR"
          },
          "dryIceWeight": {
            "units": "KG",
            "value": 68
          },
          "packageCODDetail": {
            "codCollectionAmount": {
              "amount": 30415.63,
              "currency": "BWP"
            }
          },
          "pieceCountVerificationBoxCount": 1,
          "priorityAlertDetail": {
            "content": {
              "0": "string"
            },
            "enhancementTypes": {
              "0": "PRIORITY_ALERT_PLUS"
            }
          },
          "signatureOptionDetail": {
            "signatureReleaseNumber": "23456"
          },
          "signatureOptionType": "ADULT",
          "specialServiceTypes": {
            "0": "ALCOHOL",
            "1": "NON_STANDARD_CONTAINER",
            "2": "DANGEROUS_GOODS",
            "3": "SIGNATURE_OPTION",
            "4": "PRIORITY_ALERT"
          },
          "standaloneBatteryDetails": [
            {
              "batteryMaterialType": "LITHIUM_METAL"
            },
            {
              "batteryMaterialType": "LITHIUM_METAL"
            },
            {
              "batteryMaterialType": "LITHIUM_METAL"
            }
          ]
        },
        "sequenceNumber": 1,
        "subPackagingType": "BUCKET",
        "variableHandlingChargeDetail": {
          "fixedValue": {
            "amount": 24.45,
            "currency": "USD"
          },
          "percentValue": 12.45,
          "rateElementBasis": "NET_CHARGE_EXCLUDING_TAXES",
          "rateLevelType": "INDIVIDUAL_PACKAGE_RATE",
          "rateType": "PREFERRED_CURRENCY"
        },
        "weight": {
          "units": "KG",
          "value": 68
        }
      }
    ],
    "serviceType": "PRIORITY_OVERNIGHT",
    "shipDatestamp": "2025-12-18T00:00:00.0Z",
    "shipmentSpecialServices": {
      "deliveryOnInvoiceAcceptanceDetail": {
        "recipient": {
          "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": "XXXX345671"
          },
          "deliveryInstructions": "Delivery Instructions",
          "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"
            }
          ]
        }
      },
      "etdDetail": {
        "attachedDocuments": [
          {
            "description": "PRO FORMA INVOICE",
            "documentId": "090927d680038c61",
            "documentReference": "DocumentReference",
            "documentType": "PRO_FORMA_INVOICE"
          }
        ],
        "attributes": [
          "POST_SHIPMENT_UPLOAD_REQUESTED",
          "POST_SHIPMENT_UPLOAD_REQUESTED"
        ],
        "requestedDocumentTypes": {
          "0": "VICS_BILL_OF_LADING",
          "1": "GENERAL_AGENCY_AGREEMENT"
        }
      },
      "holdAtLocationDetail": {
        "locationContactAndAddress": {
          "address": {
            "city": "Beverly Hills",
            "countryCode": "US",
            "postalCode": "38127",
            "residential": false,
            "stateOrProvinceCode": "CA",
            "streetLines": [
              "10 FedEx Parkway",
              "Suite 302"
            ]
          },
          "contact": {
            "companyName": "company name",
            "emailAddress": "email address",
            "faxNumber": "fax number",
            "personName": "person name",
            "phoneExtension": "phone extension",
            "phoneNumber": "phone number"
          }
        },
        "locationId": "YBZA",
        "locationType": "FEDEX_ONSITE"
      },
      "homeDeliveryPremiumDetail": {
        "deliveryDate": "2019-06-26",
        "homedeliveryPremiumType": "APPOINTMENT",
        "phoneNumber": {
          "areaCode": "901",
          "extension": "200",
          "localNumber": "3575012",
          "personalIdentificationNumber": "98712345"
        }
      },
      "internationalControlledExportDetail": {
        "entryNumber": "125",
        "foreignTradeZoneCode": "US",
        "licenseOrPermitExpirationDate": "2019-12-03",
        "licenseOrPermitNumber": "11",
        "type": "WAREHOUSE_WITHDRAWAL"
      },
      "internationalTrafficInArmsRegulationsDetail": {
        "licenseOrExemptionNumber": "9871234"
      },
      "pendingShipmentDetail": {
        "attachedDocuments": [
          {
            "description": "PRO FORMA INVOICE",
            "documentId": "090927d680038c61",
            "documentReference": "DocumentReference",
            "documentType": "PRO_FORMA_INVOICE"
          },
          {
            "description": "PRO FORMA INVOICE",
            "documentId": "090927d680038c61",
            "documentReference": "DocumentReference",
            "documentType": "PRO_FORMA_INVOICE"
          },
          {
            "description": "PRO FORMA INVOICE",
            "documentId": "090927d680038c61",
            "documentReference": "DocumentReference",
            "documentType": "PRO_FORMA_INVOICE"
          },
          {
            "description": "PRO FORMA INVOICE",
            "documentId": "090927d680038c61",
            "documentReference": "DocumentReference",
            "documentType": "PRO_FORMA_INVOICE"
          }
        ],
        "emailLabelDetail": {
          "message": "your optional message",
          "recipients": [
            {
              "emailAddress": "nnnnneena@fedex.com",
              "locale": "en_US",
              "optionsRequested": {
                "options": {
                  "0": "PRODUCE_PAPERLESS_SHIPPING_FORMAT",
                  "1": "SUPPRESS_ACCESS_EMAILS"
                }
              },
              "role": "SHIPMENT_COMPLETOR"
            },
            {
              "emailAddress": "nnnnneena@fedex.com",
              "locale": "en_US",
              "optionsRequested": {
                "options": {
                  "0": "PRODUCE_PAPERLESS_SHIPPING_FORMAT",
                  "1": "SUPPRESS_ACCESS_EMAILS"
                }
              },
              "role": "SHIPMENT_COMPLETOR"
            },
            {
              "emailAddress": "nnnnneena@fedex.com",
              "locale": "en_US",
              "optionsRequested": {
                "options": {
                  "0": "PRODUCE_PAPERLESS_SHIPPING_FORMAT",
                  "1": "SUPPRESS_ACCESS_EMAILS"
                }
              },
              "role": "SHIPMENT_COMPLETOR"
            }
          ]
        },
        "expirationTimeStamp": "2020-01-01",
        "pendingShipmentType": "EMAIL",
        "processingOptions": {
          "options": {
            "0": "ALLOW_MODIFICATIONS"
          }
        },
        "recommendedDocumentSpecification": {
          "types": {
            "0": "ANTIQUE_STATEMENT_EUROPEAN_UNION",
            "1": "ANTIQUE_STATEMENT_UNITED_STATES"
          }
        }
      },
      "returnShipmentDetail": {
        "returnAssociationDetail": {
          "shipDatestamp": "2019-10-01",
          "trackingNumber": "123456789"
        },
        "returnEmailDetail": {
          "allowedSpecialService": [
            "SATURDAY_DELIVERY",
            "SATURDAY_DELIVERY",
            "SATURDAY_DELIVERY",
            "SATURDAY_DELIVERY",
            "SATURDAY_DELIVERY"
          ],
          "merchantPhoneNumber": "19012635656"
        },
        "returnType": "PRINT_RETURN_LABEL",
        "rma": {
          "reason": "Wrong Size or Color"
        }
      },
      "shipmentCODDetail": {
        "addTransportationChargesDetail": {
          "chargeLevelType": "CURRENT_PACKAGE",
          "chargeType": "NET_FREIGHT",
          "rateLevelType": "INDIVIDUAL_PACKAGE_RATE",
          "rateType": "ACCOUNT"
        },
        "codCollectionAmount": {
          "amount": 57551.98,
          "currency": "CDF"
        },
        "codCollectionType": "CASH",
        "codRecipient": {
          "accountNumber": {
            "value": "Your account number"
          },
          "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": "XXXX345671"
          },
          "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"
            }
          ]
        },
        "financialInstitutionContactAndAddress": {
          "address": {
            "city": "Beverly Hills",
            "countryCode": "US",
            "postalCode": "38127",
            "residential": false,
            "stateOrProvinceCode": "CA",
            "streetLines": [
              "10 FedEx Parkway",
              "Suite 302"
            ]
          },
          "contact": {
            "companyName": "company name",
            "emailAddress": "email address",
            "faxNumber": "fax number",
            "personName": "person name",
            "phoneExtension": "phone extension",
            "phoneNumber": "phone number"
          }
        },
        "remitToName": "remitToName",
        "returnReferenceIndicatorType": "INVOICE",
        "shipmentCodAmount": {
          "amount": 75537.17,
          "currency": "JPY"
        }
      },
      "shipmentDryIceDetail": {
        "packageCount": 12,
        "totalWeight": {
          "units": "LB",
          "value": 10
        }
      },
      "specialServiceTypes": {
        "0": "THIRD_PARTY_CONSIGNEE"
      }
    },
    "shipper": {
      "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": "XXXX345671"
      },
      "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"
        }
      ]
    },
    "shippingChargesPayment": {
      "paymentType": "SENDER",
      "payor": {
        "responsibleParty": {
          "accountNumber": {
            "value": "Your account number"
          },
          "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",
            "faxNumber": "fax number",
            "personName": "John Taylor",
            "phoneExtension": "phone extension",
            "phoneNumber": "XXXX567890"
          }
        }
      }
    },
    "shippingDocumentSpecification": {
      "certificateOfOrigin": {
        "customerImageUsages": [
          {
            "id": "IMAGE_5",
            "providedImageType": "SIGNATURE",
            "type": "SIGNATURE"
          },
          {
            "id": "IMAGE_5",
            "providedImageType": "SIGNATURE",
            "type": "SIGNATURE"
          },
          {
            "id": "IMAGE_5",
            "providedImageType": "SIGNATURE",
            "type": "SIGNATURE"
          }
        ],
        "documentFormat": {
          "dispositions": [
            {
              "dispositionType": "CONFIRMED",
              "eMailDetail": {
                "eMailRecipients": [
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  },
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  },
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  },
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  }
                ],
                "grouping": "NONE",
                "locale": "en_US"
              }
            },
            {
              "dispositionType": "CONFIRMED",
              "eMailDetail": {
                "eMailRecipients": [
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  }
                ],
                "grouping": "NONE",
                "locale": "en_US"
              }
            },
            {
              "dispositionType": "CONFIRMED",
              "eMailDetail": {
                "eMailRecipients": [
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  },
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  }
                ],
                "grouping": "NONE",
                "locale": "en_US"
              }
            }
          ],
          "docType": "PDF",
          "locale": "en_US",
          "optionsRequested": {
            "options": {
              "0": "SUPPRESS_ADDITIONAL_LANGUAGES",
              "1": "SHIPPING_LABEL_LAST"
            }
          },
          "provideInstructions": true,
          "stockType": "PAPER_LETTER"
        }
      },
      "commercialInvoiceDetail": {
        "customerImageUsages": [
          {
            "id": "IMAGE_5",
            "providedImageType": "SIGNATURE",
            "type": "SIGNATURE"
          },
          {
            "id": "IMAGE_5",
            "providedImageType": "SIGNATURE",
            "type": "SIGNATURE"
          },
          {
            "id": "IMAGE_5",
            "providedImageType": "SIGNATURE",
            "type": "SIGNATURE"
          },
          {
            "id": "IMAGE_5",
            "providedImageType": "SIGNATURE",
            "type": "SIGNATURE"
          }
        ],
        "documentFormat": {
          "dispositions": [
            {
              "dispositionType": "CONFIRMED",
              "eMailDetail": {
                "eMailRecipients": [
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  }
                ],
                "grouping": "NONE",
                "locale": "en_US"
              }
            },
            {
              "dispositionType": "CONFIRMED",
              "eMailDetail": {
                "eMailRecipients": [
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  },
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  },
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  },
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  }
                ],
                "grouping": "NONE",
                "locale": "en_US"
              }
            },
            {
              "dispositionType": "CONFIRMED",
              "eMailDetail": {
                "eMailRecipients": [
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  },
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  },
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  },
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  }
                ],
                "grouping": "NONE",
                "locale": "en_US"
              }
            }
          ],
          "docType": "PDF",
          "locale": "en_US",
          "optionsRequested": {
            "options": {
              "0": "SUPPRESS_ADDITIONAL_LANGUAGES",
              "1": "SHIPPING_LABEL_LAST"
            }
          },
          "provideInstructions": true,
          "stockType": "PAPER_LETTER"
        }
      },
      "generalAgencyAgreementDetail": {
        "documentFormat": {
          "dispositions": [
            {
              "dispositionType": "CONFIRMED",
              "eMailDetail": {
                "eMailRecipients": [
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  }
                ],
                "grouping": "NONE",
                "locale": "en_US"
              }
            },
            {
              "dispositionType": "CONFIRMED",
              "eMailDetail": {
                "eMailRecipients": [
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  },
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  },
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  },
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  }
                ],
                "grouping": "NONE",
                "locale": "en_US"
              }
            },
            {
              "dispositionType": "CONFIRMED",
              "eMailDetail": {
                "eMailRecipients": [
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  },
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  },
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  },
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  },
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  }
                ],
                "grouping": "NONE",
                "locale": "en_US"
              }
            },
            {
              "dispositionType": "CONFIRMED",
              "eMailDetail": {
                "eMailRecipients": [
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  },
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  },
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  },
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  },
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  }
                ],
                "grouping": "NONE",
                "locale": "en_US"
              }
            },
            {
              "dispositionType": "CONFIRMED",
              "eMailDetail": {
                "eMailRecipients": [
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  },
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  },
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  },
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  },
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  }
                ],
                "grouping": "NONE",
                "locale": "en_US"
              }
            }
          ],
          "docType": "PDF",
          "locale": "en_US",
          "optionsRequested": {
            "options": {
              "0": "SUPPRESS_ADDITIONAL_LANGUAGES",
              "1": "SHIPPING_LABEL_LAST"
            }
          },
          "provideInstructions": true,
          "stockType": "PAPER_LETTER"
        }
      },
      "op900Detail": {
        "customerImageUsages": [
          {
            "id": "IMAGE_5",
            "providedImageType": "SIGNATURE",
            "type": "SIGNATURE"
          },
          {
            "id": "IMAGE_5",
            "providedImageType": "SIGNATURE",
            "type": "SIGNATURE"
          },
          {
            "id": "IMAGE_5",
            "providedImageType": "SIGNATURE",
            "type": "SIGNATURE"
          },
          {
            "id": "IMAGE_5",
            "providedImageType": "SIGNATURE",
            "type": "SIGNATURE"
          }
        ],
        "documentFormat": {
          "dispositions": [
            {
              "dispositionType": "CONFIRMED",
              "eMailDetail": {
                "eMailRecipients": [
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  },
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  },
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  },
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  }
                ],
                "grouping": "NONE",
                "locale": "en_US"
              }
            },
            {
              "dispositionType": "CONFIRMED",
              "eMailDetail": {
                "eMailRecipients": [
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  }
                ],
                "grouping": "NONE",
                "locale": "en_US"
              }
            },
            {
              "dispositionType": "CONFIRMED",
              "eMailDetail": {
                "eMailRecipients": [
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  },
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  }
                ],
                "grouping": "NONE",
                "locale": "en_US"
              }
            },
            {
              "dispositionType": "CONFIRMED",
              "eMailDetail": {
                "eMailRecipients": [
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  }
                ],
                "grouping": "NONE",
                "locale": "en_US"
              }
            },
            {
              "dispositionType": "CONFIRMED",
              "eMailDetail": {
                "eMailRecipients": [
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  },
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  },
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  },
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  },
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  }
                ],
                "grouping": "NONE",
                "locale": "en_US"
              }
            }
          ],
          "docType": "PDF",
          "locale": "en_US",
          "optionsRequested": {
            "options": {
              "0": "SUPPRESS_ADDITIONAL_LANGUAGES",
              "1": "SHIPPING_LABEL_LAST"
            }
          },
          "provideInstructions": true,
          "stockType": "PAPER_LETTER"
        },
        "signatureName": "Signature Name"
      },
      "returnInstructionsDetail": {
        "customText": "This is additional text printed on Return instr",
        "documentFormat": {
          "dispositions": [
            {
              "dispositionType": "CONFIRMED",
              "eMailDetail": {
                "eMailRecipients": [
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  },
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  },
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  },
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  }
                ],
                "grouping": "NONE",
                "locale": "en_US"
              }
            }
          ],
          "docType": "PNG",
          "locale": "en_US\"",
          "optionsRequested": {
            "options": {
              "0": "SUPPRESS_ADDITIONAL_LANGUAGES",
              "1": "SHIPPING_LABEL_LAST"
            }
          },
          "provideInstructions": true,
          "stockType": "PAPER_LETTER"
        }
      },
      "shippingDocumentTypes": {
        "0": "RETURN_INSTRUCTIONS"
      },
      "usmcaCertificationOfOriginDetail": {
        "blanketPeriod": {
          "begins": "22-01-2020",
          "ends": "2-01-2020"
        },
        "certifierJobTitle": "Manager",
        "certifierSpecification": "EXPORTER",
        "customerImageUsages": [
          {
            "id": "IMAGE_5",
            "providedImageType": "SIGNATURE",
            "type": "SIGNATURE"
          },
          {
            "id": "IMAGE_5",
            "providedImageType": "SIGNATURE",
            "type": "SIGNATURE"
          },
          {
            "id": "IMAGE_5",
            "providedImageType": "SIGNATURE",
            "type": "SIGNATURE"
          },
          {
            "id": "IMAGE_5",
            "providedImageType": "SIGNATURE",
            "type": "SIGNATURE"
          },
          {
            "id": "IMAGE_5",
            "providedImageType": "SIGNATURE",
            "type": "SIGNATURE"
          }
        ],
        "documentFormat": {
          "dispositions": [
            {
              "dispositionType": "CONFIRMED",
              "eMailDetail": {
                "eMailRecipients": [
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  }
                ],
                "grouping": "NONE",
                "locale": "en_US"
              }
            },
            {
              "dispositionType": "CONFIRMED",
              "eMailDetail": {
                "eMailRecipients": [
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  },
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  },
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  },
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  },
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  }
                ],
                "grouping": "NONE",
                "locale": "en_US"
              }
            },
            {
              "dispositionType": "CONFIRMED",
              "eMailDetail": {
                "eMailRecipients": [
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  },
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  }
                ],
                "grouping": "NONE",
                "locale": "en_US"
              }
            },
            {
              "dispositionType": "CONFIRMED",
              "eMailDetail": {
                "eMailRecipients": [
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  }
                ],
                "grouping": "NONE",
                "locale": "en_US"
              }
            }
          ],
          "docType": "PDF",
          "locale": "en_US",
          "optionsRequested": {
            "options": {
              "0": "SUPPRESS_ADDITIONAL_LANGUAGES",
              "1": "SHIPPING_LABEL_LAST"
            }
          },
          "provideInstructions": true,
          "stockType": "PAPER_LETTER"
        },
        "importerSpecification": "UNKNOWN",
        "producer": {
          "accountNumber": {
            "value": "Your account number"
          },
          "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": "XXXX345671"
          },
          "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"
            }
          ]
        },
        "producerSpecification": "SAME_AS_EXPORTER"
      },
      "usmcaCommercialInvoiceCertificationOfOriginDetail": {
        "certifierJobTitle": "Manager",
        "certifierSpecification": "EXPORTER",
        "customerImageUsages": [
          {
            "id": "IMAGE_5",
            "providedImageType": "SIGNATURE",
            "type": "SIGNATURE"
          },
          {
            "id": "IMAGE_5",
            "providedImageType": "SIGNATURE",
            "type": "SIGNATURE"
          },
          {
            "id": "IMAGE_5",
            "providedImageType": "SIGNATURE",
            "type": "SIGNATURE"
          },
          {
            "id": "IMAGE_5",
            "providedImageType": "SIGNATURE",
            "type": "SIGNATURE"
          },
          {
            "id": "IMAGE_5",
            "providedImageType": "SIGNATURE",
            "type": "SIGNATURE"
          }
        ],
        "documentFormat": {
          "dispositions": [
            {
              "dispositionType": "CONFIRMED",
              "eMailDetail": {
                "eMailRecipients": [
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  },
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  },
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  },
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  }
                ],
                "grouping": "NONE",
                "locale": "en_US"
              }
            },
            {
              "dispositionType": "CONFIRMED",
              "eMailDetail": {
                "eMailRecipients": [
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  },
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  },
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  }
                ],
                "grouping": "NONE",
                "locale": "en_US"
              }
            },
            {
              "dispositionType": "CONFIRMED",
              "eMailDetail": {
                "eMailRecipients": [
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  }
                ],
                "grouping": "NONE",
                "locale": "en_US"
              }
            },
            {
              "dispositionType": "CONFIRMED",
              "eMailDetail": {
                "eMailRecipients": [
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  },
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  },
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  },
                  {
                    "emailAddress": "email@fedex.com",
                    "recipientType": "THIRD_PARTY"
                  }
                ],
                "grouping": "NONE",
                "locale": "en_US"
              }
            }
          ],
          "docType": "PDF",
          "locale": "en_US",
          "optionsRequested": {
            "options": {
              "0": "SUPPRESS_ADDITIONAL_LANGUAGES",
              "1": "SHIPPING_LABEL_LAST"
            }
          },
          "provideInstructions": true,
          "stockType": "PAPER_LETTER"
        },
        "importerSpecification": "UNKNOWN",
        "producer": {
          "accountNumber": {
            "value": "Your account number"
          },
          "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": "XXXX345671"
          },
          "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"
            }
          ]
        },
        "producerSpecification": "SAME_AS_EXPORTER"
      }
    },
    "smartPostInfoDetail": {
      "ancillaryEndorsement": "RETURN_SERVICE",
      "hubId": "5015",
      "indicia": "PRESORTED_STANDARD",
      "specialServices": "USPS_DELIVERY_CONFIRMATION"
    },
    "totalWeight": 19,
    "variableHandlingChargeDetail": {
      "fixedValue": {
        "amount": 24.45,
        "currency": "USD"
      },
      "percentValue": 12.45,
      "rateElementBasis": "NET_CHARGE_EXCLUDING_TAXES",
      "rateLevelType": "INDIVIDUAL_PACKAGE_RATE",
      "rateType": "PREFERRED_CURRENCY"
    }
  },
  "version": {
    "major": 1,
    "minor": 1,
    "patch": 1
  }
}
{
  "customerTransactionId": "nm65jsJ793O1",
  "output": {
    "alerts": [
      {
        "alertType": "NOTE",
        "code": "SHIPMENT.VALIDATION.SUCCESS",
        "message": "Shipment validated successfully. No errors found."
      },
      {
        "alertType": "NOTE",
        "code": "SHIPMENT.VALIDATION.SUCCESS",
        "message": "Shipment validated successfully. No errors found."
      },
      {
        "alertType": "NOTE",
        "code": "SHIPMENT.VALIDATION.SUCCESS",
        "message": "Shipment validated successfully. No errors found."
      },
      {
        "alertType": "NOTE",
        "code": "SHIPMENT.VALIDATION.SUCCESS",
        "message": "Shipment validated successfully. No errors found."
      }
    ]
  },
  "transactionId": "cd2f885d-b017-4758-9070-01ba410b8482"
}
{
  "customerTransactionId": "5WTOzsiNTJmH",
  "errors": [
    {
      "code": "SHIPMENT.USER.UNAUTHORIZED",
      "message": "New sky blue Ball with ergonomic design for extroverted comfort",
      "parameterList": [
        {
          "key": "XRyJom",
          "value": "xeLhfDpx"
        },
        {
          "key": "hkAFpL",
          "value": "q2wk9uUT"
        },
        {
          "key": "cctcnW",
          "value": "akPjt8g7"
        },
        {
          "key": "SFOPBO",
          "value": "S64s1UkQ"
        }
      ]
    }
  ],
  "transactionId": "859db5b3-fa3c-4cec-93dd-ff90ffa03cec"
}
{
  "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."
    }
  ]
}
fedexshippinglogisticsecommercetransportation