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,
    "labelSpecification": {
      "imageType": "PDF",
      "labelStockType": "PAPER_85X11_TOP_HALF_LABEL"
    },
    "packagingType": "YOUR_PACKAGING",
    "pickupType": "USE_SCHEDULED_PICKUP",
    "recipients": [
      {
        "address": {
          "city": "Irving",
          "countryCode": "US",
          "postalCode": 75063,
          "residential": true,
          "stateOrProvinceCode": "TX",
          "streetLines": [
            "RECIPIENT STREET LINE 1"
          ]
        },
        "contact": {
          "companyName": "Recipient Company Name",
          "personName": "RECIPIENT NAME",
          "phoneNumber": 1234567890
        }
      }
    ],
    "requestedPackageLineItems": [
      {
        "weight": {
          "units": "LB",
          "value": 10
        }
      }
    ],
    "serviceType": "GROUND_HOME_DELIVERY",
    "shipDatestamp": "2020-07-03",
    "shipmentSpecialServices": {
      "homeDeliveryPremiumDetail": {
        "deliveryDate": "2020-07-07",
        "homedeliveryPremiumType": "APPOINTMENT",
        "phoneNumber": {
          "localNumber": 1234567890
        }
      },
      "specialServiceTypes": [
        "HOME_DELIVERY_PREMIUM"
      ]
    },
    "shipper": {
      "address": {
        "city": "Memphis",
        "countryCode": "US",
        "postalCode": 38116,
        "stateOrProvinceCode": "TN",
        "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."
      },
      {
        "alertType": "NOTE",
        "code": "SHIPMENT.VALIDATION.SUCCESS",
        "message": "Shipment validated successfully. No errors found."
      }
    ],
    "jobId": "8bf21e7e-532a-437b-8fed-171a57961e1d",
    "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."
          },
          {
            "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://same-gripper.org",
                "password": "ULREuYlsaW",
                "role": "ADMIN",
                "userId": "b9c1ee4d-e728-46c7-8a93-86422047d1d5"
              }
            ]
          },
          "carrierCode": "FXCC",
          "completedEtdDetail": {
            "folderId": "0xe",
            "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"
              },
              {
                "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": "Schumm, Swaniawski and Heaney",
                "emailAddress": "Devin.Casper80@hotmail.com",
                "personName": "Celia Koepp",
                "phoneExtension": "8",
                "phoneNumber": "(325) 896-3518"
              }
            },
            "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
                  },
                  {
                    "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
                        }
                      }
                    ],
                    "QValue": 2
                  }
                ],
                "labelType": "II_YELLOW",
                "radioactiveTransportIndex": 2.45,
                "referenceId": "123456",
                "regulation": "IATA"
              },
              "operationalDetail": {
                "astraHandlingText": "astraHandlingText",
                "barcodes": {
                  "binaryBarcodes": [
                    {
                      "type": "COMMON-2D",
                      "value": ""
                    },
                    {
                      "type": "COMMON-2D",
                      "value": ""
                    },
                    {
                      "type": "COMMON-2D",
                      "value": "aM"
                    }
                  ],
                  "stringBarcodes": [
                    {
                      "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"
                      }
                    ],
                    "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"
                      }
                    ],
                    "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"
                },
                {
                  "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": "UpiiBNPI1578L1tk",
          "hazardousShipmentDetail": {
            "adrLicense": {
              "licenseOrPermitDetail": {
                "effectiveDate": "2025-09-17T00:00:00.0Z",
                "expirationDate": "2027-02-21T00:00:00.0Z",
                "number": "9"
              }
            },
            "dryIceDetail": {
              "packageCount": 7,
              "processingOptions": {
                "options": [
                  "options"
                ]
              },
              "totalWeight": {
                "units": "KG",
                "value": 68
              }
            },
            "hazardousSummaryDetail": {
              "smallQuantityExceptionPackageCount": 20
            }
          },
          "masterTrackingId": {
            "formId": "0201",
            "trackingIdType": "EXPRESS",
            "trackingNumber": "49092000070120032835",
            "uspsApplicationId": "92"
          },
          "operationalDetail": {
            "airportId": "DFW",
            "astraDescription": "SMART POST",
            "astraPlannedServiceLevel": "THU - 17 OCT 10:30A",
            "commitDate": "2026-07-27T00:00:00.0Z",
            "commitDay": "Sun",
            "countryCode": "US",
            "customTransitTime": "THREE_DAYS",
            "deliveryDate": "2001-04-05",
            "deliveryDay": "TUE",
            "deliveryEligibilities": [
              "deliveryEligibilities"
            ],
            "destinationLocationId": "R9Z3",
            "destinationLocationNumber": 736,
            "destinationLocationStateOrProvinceCode": "WI",
            "destinationServiceArea": "kW",
            "ineligibleForMoneyBackGuarantee": false,
            "maximumTransitTime": "THREE_DAYS",
            "originLocationId": "678",
            "originLocationNumber": 243,
            "originServiceArea": "A1",
            "packagingCode": "03",
            "postalCode": "38010",
            "publishedDeliveryTime": "10:30A",
            "scac": "scac",
            "serviceCode": "010",
            "stateOrProvinceCode": "AK",
            "transitTime": "ONE_DAY",
            "ursaPrefixCode": "ZK",
            "ursaSuffixCode": "ZC"
          },
          "packagingDescription": "Customer Packaging",
          "serviceDescription": {
            "astraDescription": "1 DAY FRT",
            "code": "2",
            "description": "The Sharable mission-critical hub Hat offers reliable performance and awesome design",
            "names": [
              {
                "encoding": "UTF-8",
                "type": "long",
                "value": "F-1"
              }
            ],
            "operatingOrgCodes": [
              "FXE"
            ],
            "serviceCategory": "EXPRESS_PARCEL",
            "serviceId": "hBxLr8JOWTw5",
            "serviceType": "FEDEX_GROUND"
          },
          "shipmentRating": {
            "actualRateType": "RATED_ACCOUNT_SHIPMENT",
            "pickupRateDetail": {
              "ancillaryFeesAndTaxes": [
                {
                  "amount": {
                    "currency": "INR",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Introducing the Afghanistan-inspired Chips, blending dull style with local craftsmanship",
                  "type": "CLEARANCE_ENTRY_FEE"
                },
                {
                  "amount": {
                    "currency": "CNY",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Professional-grade Chicken perfect for reckless training and recreational use",
                  "type": "CLEARANCE_ENTRY_FEE"
                },
                {
                  "amount": {
                    "currency": "MYR",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "The tan Soap combines Tuvalu aesthetics with Scandium-based durability",
                  "type": "CLEARANCE_ENTRY_FEE"
                }
              ],
              "currencyExchangeRate": {
                "fromCurrency": "BOB",
                "intoCurrency": "PKR",
                "rate": 0.8858
              },
              "dutiesAndTaxes": [
                {
                  "harmonizedCode": "375312",
                  "taxes": {
                    "amount": {
                      "currency": "LKR",
                      "value": "CUSTOMS_VALUE"
                    },
                    "appliedPreferentialTradeAgreement": {
                      "description": "Stylish Sausages designed to make you stand out with speedy looks",
                      "id": "942de7fe-4e8e-43a8-8af2-2020f36cae00",
                      "name": "SALES_TAX"
                    },
                    "description": "Professional-grade Tuna perfect for utter training and recreational use",
                    "effectiveDate": "2025-07-26T00:00:00.0Z",
                    "formula": "BASE*RATE",
                    "name": "GST",
                    "taxableValue": {
                      "currency": "XAF",
                      "value": "CUSTOMS_VALUE"
                    },
                    "taxcode": "Z58p",
                    "taxRates": [
                      {
                        "currency": "USD",
                        "quantity": 100,
                        "unitOfMeasure": "LB",
                        "value": "20"
                      },
                      {
                        "currency": "GBP",
                        "quantity": 100,
                        "unitOfMeasure": "KG",
                        "value": "20"
                      },
                      {
                        "currency": "GBP",
                        "quantity": 300,
                        "unitOfMeasure": "KG",
                        "value": "10"
                      }
                    ],
                    "taxType": "INCENTIVE"
                  },
                  "total": {
                    "currency": "EUR",
                    "value": "CUSTOMS_VALUE"
                  }
                },
                {
                  "harmonizedCode": "447630",
                  "taxes": {
                    "amount": {
                      "currency": "KWD",
                      "value": "CUSTOMS_VALUE"
                    },
                    "appliedPreferentialTradeAgreement": {
                      "description": "Discover the gorilla-like agility of our Chair, perfect for helpless users",
                      "id": "66fc36bc-edbb-4c50-98eb-3cbaa0a51151",
                      "name": "VAT"
                    },
                    "description": "Innovative Shoes featuring substantial technology and Metal construction",
                    "effectiveDate": "2026-06-12T00:00:00.0Z",
                    "formula": "BASE*RATE",
                    "name": "VAT",
                    "taxableValue": {
                      "currency": "CVE",
                      "value": "CUSTOMS_VALUE"
                    },
                    "taxcode": "B1xl",
                    "taxRates": [
                      {
                        "currency": "EUR",
                        "quantity": 100,
                        "unitOfMeasure": "PCS",
                        "value": "20"
                      },
                      {
                        "currency": "USD",
                        "quantity": 100,
                        "unitOfMeasure": "KG",
                        "value": "5"
                      },
                      {
                        "currency": "USD",
                        "quantity": 200,
                        "unitOfMeasure": "PCS",
                        "value": "20"
                      },
                      {
                        "currency": "USD",
                        "quantity": 300,
                        "unitOfMeasure": "PCS",
                        "value": "20"
                      },
                      {
                        "currency": "USD",
                        "quantity": 300,
                        "unitOfMeasure": "KG",
                        "value": "5"
                      }
                    ],
                    "taxType": "INCENTIVE"
                  },
                  "total": {
                    "currency": "UAH",
                    "value": "CUSTOMS_VALUE"
                  }
                },
                {
                  "harmonizedCode": "932867",
                  "taxes": {
                    "amount": {
                      "currency": "VES",
                      "value": "CUSTOMS_VALUE"
                    },
                    "appliedPreferentialTradeAgreement": {
                      "description": "Savor the salty essence in our Table, designed for esteemed culinary adventures",
                      "id": "e7ea560b-18c4-429c-9e62-bcc046045ca8",
                      "name": "GST"
                    },
                    "description": "The sleek and our Computer comes with orange LED lighting for smart functionality",
                    "effectiveDate": "2026-05-25T00:00:00.0Z",
                    "formula": "BASE*RATE",
                    "name": "VAT",
                    "taxableValue": {
                      "currency": "KWD",
                      "value": "CUSTOMS_VALUE"
                    },
                    "taxcode": "xOfa",
                    "taxRates": [
                      {
                        "currency": "EUR",
                        "quantity": 100,
                        "unitOfMeasure": "LB",
                        "value": "20"
                      },
                      {
                        "currency": "USD",
                        "quantity": 300,
                        "unitOfMeasure": "PCS",
                        "value": "20"
                      },
                      {
                        "currency": "USD",
                        "quantity": 200,
                        "unitOfMeasure": "PCS",
                        "value": "20"
                      },
                      {
                        "currency": "GBP",
                        "quantity": 100,
                        "unitOfMeasure": "KG",
                        "value": "10"
                      }
                    ],
                    "taxType": "INCENTIVE"
                  },
                  "total": {
                    "currency": "AOA",
                    "value": "CUSTOMS_VALUE"
                  }
                },
                {
                  "harmonizedCode": "747908",
                  "taxes": {
                    "amount": {
                      "currency": "TTD",
                      "value": "CUSTOMS_VALUE"
                    },
                    "appliedPreferentialTradeAgreement": {
                      "description": "Our rhinoceros-friendly Bike ensures esteemed comfort for your pets",
                      "id": "15e95d39-e78b-4684-921f-e6e38b56872c",
                      "name": "VAT"
                    },
                    "description": "Experience the grey brilliance of our Mouse, perfect for insidious environments",
                    "effectiveDate": "2026-05-24T00:00:00.0Z",
                    "formula": "FIXED",
                    "name": "VAT",
                    "taxableValue": {
                      "currency": "PEN",
                      "value": "CUSTOMS_VALUE"
                    },
                    "taxcode": "4eCf",
                    "taxRates": [
                      {
                        "currency": "GBP",
                        "quantity": 300,
                        "unitOfMeasure": "LB",
                        "value": "20"
                      },
                      {
                        "currency": "EUR",
                        "quantity": 300,
                        "unitOfMeasure": "KG",
                        "value": "5"
                      },
                      {
                        "currency": "GBP",
                        "quantity": 100,
                        "unitOfMeasure": "KG",
                        "value": "10"
                      },
                      {
                        "currency": "GBP",
                        "quantity": 100,
                        "unitOfMeasure": "LB",
                        "value": "10"
                      }
                    ],
                    "taxType": "INCENTIVE"
                  },
                  "total": {
                    "currency": "BIF",
                    "value": "CUSTOMS_VALUE"
                  }
                },
                {
                  "harmonizedCode": "633765",
                  "taxes": {
                    "amount": {
                      "currency": "PEN",
                      "value": "CUSTOMS_VALUE"
                    },
                    "appliedPreferentialTradeAgreement": {
                      "description": "New pink Hat with ergonomic design for warmhearted comfort",
                      "id": "2ed03b8a-0bc8-4f76-9f91-aec4d9eb0015",
                      "name": "SALES_TAX"
                    },
                    "description": "Stylish Chips designed to make you stand out with growing looks",
                    "effectiveDate": "2026-05-19T00:00:00.0Z",
                    "formula": "BASE*RATE",
                    "name": "VAT",
                    "taxableValue": {
                      "currency": "AMD",
                      "value": "CUSTOMS_VALUE"
                    },
                    "taxcode": "Zi1F",
                    "taxRates": [
                      {
                        "currency": "EUR",
                        "quantity": 100,
                        "unitOfMeasure": "KG",
                        "value": "10"
                      },
                      {
                        "currency": "GBP",
                        "quantity": 300,
                        "unitOfMeasure": "KG",
                        "value": "10"
                      }
                    ],
                    "taxType": "INCENTIVE"
                  },
                  "total": {
                    "currency": "CAD",
                    "value": "CUSTOMS_VALUE"
                  }
                }
              ],
              "freightDiscounts": [
                {
                  "amount": {
                    "currency": "LRD",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "The Reverse-engineered zero defect leverage Soap offers reliable performance and frank design",
                  "percent": 16.63,
                  "rateDiscountType": "INCENTIVE"
                },
                {
                  "amount": {
                    "currency": "TOP",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Lemke - Abernathy's most advanced Gloves technology increases authorized capabilities",
                  "percent": 20.55,
                  "rateDiscountType": "INCENTIVE"
                },
                {
                  "amount": {
                    "currency": "GIP",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Experience the gold brilliance of our Pizza, perfect for each environments",
                  "percent": 6.09,
                  "rateDiscountType": "INCENTIVE"
                },
                {
                  "amount": {
                    "currency": "CNY",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Experience the turquoise brilliance of our Shoes, perfect for assured environments",
                  "percent": 1.05,
                  "rateDiscountType": "INCENTIVE"
                }
              ],
              "fuelSurchargePercent": 5.57,
              "minimumChargeType": "EARNED_DISCOUNT",
              "pickupBaseChargeDescription": "Pickup Area Surcharge",
              "pricingCode": "ACTUAL",
              "rateScale": "N0jmbmzLYb",
              "rateType": "PAYOR_ACCOUNT_PACKAGE",
              "rateZone": "y4oSxS",
              "ratingBasis": "SHIPMENT_WEIGHT_BASED",
              "rebates": [
                {
                  "amount": {
                    "currency": "FKP",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Our bitter-inspired Fish brings a taste of luxury to your yellow lifestyle",
                  "percent": 1.79,
                  "rebateType": "EARNED"
                },
                {
                  "amount": {
                    "currency": "AED",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "The sleek and calculating Chips comes with teal LED lighting for smart functionality",
                  "percent": 6.47,
                  "rebateType": "EARNED"
                },
                {
                  "amount": {
                    "currency": "ARS",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Discover the menacing new Car with an exciting mix of Metal ingredients",
                  "percent": 2.56,
                  "rebateType": "EARNED"
                },
                {
                  "amount": {
                    "currency": "UYU",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Innovative Hat featuring winged technology and Marble construction",
                  "percent": 7.56,
                  "rebateType": "EARNED"
                },
                {
                  "amount": {
                    "currency": "KYD",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Ergonomic Shoes made with Silk for all-day common support",
                  "percent": 5.01,
                  "rebateType": "EARNED"
                }
              ],
              "specialRatingApplied": "FEDEX_ONE_RATE",
              "surcharges": [
                {
                  "amount": {
                    "currency": "AOA",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Featuring Radium-enhanced technology, our Hat offers unparalleled fortunate performance",
                  "level": "PACKAGE",
                  "surchargeType": "COD"
                },
                {
                  "amount": {
                    "currency": "GIP",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Stylish Fish designed to make you stand out with gaseous looks",
                  "level": "PACKAGE",
                  "surchargeType": "COD"
                },
                {
                  "amount": {
                    "currency": "LKR",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Ergonomic Chair made with Plastic for all-day arid support",
                  "level": "PACKAGE",
                  "surchargeType": "COD"
                }
              ],
              "taxes": [
                {
                  "amount": {
                    "currency": "BIF",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Innovative Table featuring heavenly technology and Aluminum construction",
                  "taxType": "VAT"
                },
                {
                  "amount": {
                    "currency": "MGA",
                    "value": "CUSTOMS_VALUE"
                  },
                  "description": "Featuring Gallium-enhanced technology, our Bacon offers unparalleled actual performance",
                  "taxType": "VAT"
                }
              ],
              "totalAncillaryFeesAndTaxes": {
                "currency": "CAD",
                "value": "CUSTOMS_VALUE"
              },
              "totalBaseCharge": {
                "currency": "KES",
                "value": "CUSTOMS_VALUE"
              },
              "totalDutiesAndTaxes": {
                "currency": "SZL",
                "value": "CUSTOMS_VALUE"
              },
              "totalDutiesTaxesAndFees": {
                "currency": "BND",
                "value": "CUSTOMS_VALUE"
              },
              "totalFreightDiscounts": {
                "currency": "SGD",
                "value": "CUSTOMS_VALUE"
              },
              "totalNetCharge": {
                "currency": "MOP",
                "value": "CUSTOMS_VALUE"
              },
              "totalNetChargeWithDutiesAndTaxes": {
                "currency": "SSP",
                "value": "CUSTOMS_VALUE"
              },
              "totalNetFedExCharge": {
                "currency": "CDF",
                "value": "CUSTOMS_VALUE"
              },
              "totalNetFreight": {
                "currency": "BSD",
                "value": "CUSTOMS_VALUE"
              },
              "totalRebates": {
                "currency": "BHD",
                "value": "CUSTOMS_VALUE"
              },
              "totalSurcharges": {
                "currency": "RSD",
                "value": "CUSTOMS_VALUE"
              },
              "totalTaxes": {
                "currency": "KZT",
                "value": "CUSTOMS_VALUE"
              },
              "totalVariableHandlingCharges": {
                "fixedVariableHandlingCharge": {
                  "currency": "NOK",
                  "value": "CUSTOMS_VALUE"
                },
                "percentVariableHandlingCharge": {
                  "currency": "YER",
                  "value": "CUSTOMS_VALUE"
                },
                "totalCustomerCharge": {
                  "currency": "TRY",
                  "value": "CUSTOMS_VALUE"
                },
                "variableHandlingCharge": {
                  "currency": "JPY",
                  "value": "CUSTOMS_VALUE"
                }
              },
              "variableHandlingCharges": {
                "fixedVariableHandlingCharge": {
                  "currency": "PAB",
                  "value": "CUSTOMS_VALUE"
                },
                "percentVariableHandlingCharge": {
                  "currency": "TOP",
                  "value": "CUSTOMS_VALUE"
                },
                "totalCustomerCharge": {
                  "currency": "PAB",
                  "value": "CUSTOMS_VALUE"
                },
                "variableHandlingCharge": {
                  "currency": "AWG",
                  "value": "CUSTOMS_VALUE"
                }
              }
            },
            "shipmentRateDetails": [
              {
                "currency": "IDR",
                "currencyExchangeRate": {
                  "fromCurrency": "RON",
                  "intoCurrency": "NAD",
                  "rate": 0.9778
                },
                "dimDivisor": 274,
                "freightDiscounts": [
                  {
                    "amount": 2.13,
                    "description": "Introducing the Republic of Korea-inspired Salad, blending reflecting style with local craftsmanship",
                    "percent": 21.55,
                    "rateDiscountType": "BONUS"
                  },
                  {
                    "amount": 5.25,
                    "description": "The sleek and energetic Gloves comes with blue LED lighting for smart functionality",
                    "percent": 16.39,
                    "rateDiscountType": "VOLUME"
                  }
                ],
                "fuelSurchargePercent": 8.73,
                "pricingCode": "PACKAGE",
                "ratedWeightMethod": "ACTUAL",
                "rateScale": "1218",
                "rateType": "RATED_ACCOUNT_SHIPMENT",
                "rateZone": "XGXBu0",
                "shipmentLegRateDetails": [
                  {
                    "currency": "HKD",
                    "currencyExchangeRate": {
                      "fromCurrency": "GNF",
                      "intoCurrency": "DKK",
                      "rate": 1.1787
                    },
                    "dimDivisor": 253,
                    "dimDivisorType": "CUSTOM",
                    "freightDiscounts": [
                      {
                        "amount": 0.29,
                        "description": "Ergonomic Soap made with Wooden for all-day granular support",
                        "percent": 1.59,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 9.04,
                        "description": "Our deer-friendly Pizza ensures silver comfort for your pets",
                        "percent": 28.33,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 1.2,
                        "description": "Savor the fresh essence in our Mouse, designed for webbed culinary adventures",
                        "percent": 4.08,
                        "rateDiscountType": "COUPON"
                      }
                    ],
                    "fuelSurchargePercent": 5.83,
                    "legDestinationLocationId": "JvLS",
                    "minimumChargeType": "MIN_WEIGHT",
                    "pricingCode": "LTL",
                    "ratedWeightMethod": "DIMENSIONAL",
                    "rateScale": "0044",
                    "rateType": "PAYOR_ACCOUNT",
                    "rateZone": "K2nuxR",
                    "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.56,
                        "description": "Professional-grade Shirt perfect for minor training and recreational use",
                        "level": "STATE",
                        "type": "VAT"
                      },
                      {
                        "amount": 5.76,
                        "description": "Featuring Neptunium-enhanced technology, our Shirt offers unparalleled turbulent performance",
                        "level": "STATE",
                        "type": "SALES"
                      },
                      {
                        "amount": 1.17,
                        "description": "Introducing the Iraq-inspired Shirt, blending brisk style with local craftsmanship",
                        "level": "NATIONAL",
                        "type": "VAT"
                      }
                    ],
                    "totalBaseCharge": 179.07,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 3.87,
                    "totalFreightDiscounts": 4.85,
                    "totalNetCharge": 127.15,
                    "totalNetChargeWithDutiesAndTaxes": 412.37,
                    "totalNetFedExCharge": 40.26,
                    "totalNetFreight": 61.67,
                    "totalRebates": 1.91,
                    "totalSurcharges": 1.1,
                    "totalTaxes": 2.64
                  },
                  {
                    "currency": "CHF",
                    "currencyExchangeRate": {
                      "fromCurrency": "CNY",
                      "intoCurrency": "SDG",
                      "rate": 1.0437
                    },
                    "dimDivisor": 297,
                    "dimDivisorType": "STANDARD",
                    "freightDiscounts": [
                      {
                        "amount": 8.24,
                        "description": "Professional-grade Mouse perfect for selfish training and recreational use",
                        "percent": 8.21,
                        "rateDiscountType": "VOLUME"
                      }
                    ],
                    "fuelSurchargePercent": 1.9,
                    "legDestinationLocationId": "3bkw",
                    "minimumChargeType": "MIN_WEIGHT",
                    "pricingCode": "LTL",
                    "ratedWeightMethod": "DIMENSIONAL",
                    "rateScale": "7628",
                    "rateType": "PAYOR_ACCOUNT",
                    "rateZone": "Xj0roS",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 2.59,
                        "description": "The Organized responsive pricing structure Keyboard offers reliable performance and breakable design",
                        "level": "NATIONAL",
                        "type": "SALES"
                      },
                      {
                        "amount": 4.57,
                        "description": "Introducing the Somalia-inspired Table, blending hidden style with local craftsmanship",
                        "level": "NATIONAL",
                        "type": "VAT"
                      },
                      {
                        "amount": 5.53,
                        "description": "Roob, Hamill and Hessel's most advanced Fish technology increases diligent capabilities",
                        "level": "NATIONAL",
                        "type": "GST"
                      }
                    ],
                    "totalBaseCharge": 71.68,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 19.93,
                    "totalFreightDiscounts": 3.76,
                    "totalNetCharge": 64.93,
                    "totalNetChargeWithDutiesAndTaxes": 468.19,
                    "totalNetFedExCharge": 102.26,
                    "totalNetFreight": 89.77,
                    "totalRebates": 2.16,
                    "totalSurcharges": 0.13,
                    "totalTaxes": 4.86
                  },
                  {
                    "currency": "NOK",
                    "currencyExchangeRate": {
                      "fromCurrency": "GYD",
                      "intoCurrency": "PLN",
                      "rate": 1.1683
                    },
                    "dimDivisor": 265,
                    "dimDivisorType": "STANDARD",
                    "freightDiscounts": [
                      {
                        "amount": 6.76,
                        "description": "New Towels model with 25 GB RAM, 814 GB storage, and corrupt features",
                        "percent": 21.4,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 7.26,
                        "description": "Discover the wordy new Gloves with an exciting mix of Steel ingredients",
                        "percent": 14.9,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 6.82,
                        "description": "New Table model with 39 GB RAM, 517 GB storage, and parallel features",
                        "percent": 6.44,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 1.92,
                        "description": "The sleek and stormy Soap comes with orchid LED lighting for smart functionality",
                        "percent": 4.56,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 3.82,
                        "description": "Rustic Chicken designed with Granite for quarterly performance",
                        "percent": 21.66,
                        "rateDiscountType": "COUPON"
                      }
                    ],
                    "fuelSurchargePercent": 6.6,
                    "legDestinationLocationId": "Rg6g",
                    "minimumChargeType": "MIN_WEIGHT",
                    "pricingCode": "LTL",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "1793",
                    "rateType": "PAYOR_ACCOUNT",
                    "rateZone": "6FJskg",
                    "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.25,
                        "description": "Professional-grade Computer perfect for kooky training and recreational use",
                        "level": "NATIONAL",
                        "type": "GST"
                      }
                    ],
                    "totalBaseCharge": 75.87,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 16.97,
                    "totalFreightDiscounts": 4.57,
                    "totalNetCharge": 164.32,
                    "totalNetChargeWithDutiesAndTaxes": 247.42,
                    "totalNetFedExCharge": 172.7,
                    "totalNetFreight": 110.07,
                    "totalRebates": 1.77,
                    "totalSurcharges": 1.95,
                    "totalTaxes": 3.1
                  },
                  {
                    "currency": "TZS",
                    "currencyExchangeRate": {
                      "fromCurrency": "AED",
                      "intoCurrency": "DKK",
                      "rate": 0.9673
                    },
                    "dimDivisor": 236,
                    "dimDivisorType": "STANDARD",
                    "freightDiscounts": [
                      {
                        "amount": 3.78,
                        "description": "Savor the rich essence in our Table, designed for quarrelsome culinary adventures",
                        "percent": 8.73,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 3.27,
                        "description": "Our savory-inspired Mouse brings a taste of luxury to your general lifestyle",
                        "percent": 10.76,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 4.67,
                        "description": "The Visionary dedicated framework Fish offers reliable performance and guilty design",
                        "percent": 20.32,
                        "rateDiscountType": "VOLUME"
                      }
                    ],
                    "fuelSurchargePercent": 3.7,
                    "legDestinationLocationId": "OenI",
                    "minimumChargeType": "MIN_WEIGHT",
                    "pricingCode": "PACKAGE",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "8925",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "QrpoWI",
                    "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.93,
                        "description": "The black Tuna combines Cyprus aesthetics with Titanium-based durability",
                        "level": "STATE",
                        "type": "VAT"
                      },
                      {
                        "amount": 9.44,
                        "description": "Awesome Table designed with Ceramic for partial performance",
                        "level": "NATIONAL",
                        "type": "GST"
                      },
                      {
                        "amount": 4.98,
                        "description": "Discover the intent new Soap with an exciting mix of Ceramic ingredients",
                        "level": "NATIONAL",
                        "type": "VAT"
                      },
                      {
                        "amount": 4.38,
                        "description": "West Inc's most advanced Cheese technology increases courteous capabilities",
                        "level": "STATE",
                        "type": "GST"
                      },
                      {
                        "amount": 6.59,
                        "description": "Stylish Tuna designed to make you stand out with strict looks",
                        "level": "STATE",
                        "type": "SALES"
                      }
                    ],
                    "totalBaseCharge": 139.31,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 5.85,
                    "totalFreightDiscounts": 0.5,
                    "totalNetCharge": 235.78,
                    "totalNetChargeWithDutiesAndTaxes": 322.73,
                    "totalNetFedExCharge": 53.32,
                    "totalNetFreight": 42.11,
                    "totalRebates": 1.92,
                    "totalSurcharges": 6.34,
                    "totalTaxes": 2.21
                  }
                ],
                "surcharges": [
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  }
                ],
                "taxes": [
                  {
                    "amount": 7.81,
                    "description": "Stylish Sausages designed to make you stand out with busy looks",
                    "level": "NATIONAL",
                    "type": "SALES"
                  },
                  {
                    "amount": 4.56,
                    "description": "Stylish Hat designed to make you stand out with elegant looks",
                    "level": "NATIONAL",
                    "type": "SALES"
                  },
                  {
                    "amount": 8.28,
                    "description": "The Horizontal cloud-native algorithm Bacon offers reliable performance and gentle design",
                    "level": "STATE",
                    "type": "GST"
                  },
                  {
                    "amount": 1.63,
                    "description": "New Cheese model with 34 GB RAM, 356 GB storage, and lovely features",
                    "level": "NATIONAL",
                    "type": "SALES"
                  },
                  {
                    "amount": 7.89,
                    "description": "Our cat-friendly Chair ensures stylish comfort for your pets",
                    "level": "NATIONAL",
                    "type": "VAT"
                  }
                ],
                "totalAncillaryFeesAndTaxes": 4.68,
                "totalBaseCharge": 210.21,
                "totalBillingWeight": {
                  "units": "KG",
                  "value": 68
                },
                "totalDutiesAndTaxes": 2.65,
                "totalDutiesTaxesAndFees": 92.67,
                "totalFreightDiscounts": 2.72,
                "totalNetCharge": 197.15,
                "totalNetChargeWithDutiesAndTaxes": 382.02,
                "totalNetFedExCharge": 59.17,
                "totalNetFreight": 294.43,
                "totalRebates": 1.06,
                "totalSurcharges": 9.35,
                "totalTaxes": 4.27
              }
            ],
            "totalNetFedExTransportationAndPickupCharge": {
              "currency": "SCR",
              "value": "CUSTOMS_VALUE"
            },
            "totalNetTransportationAndPickupCharge": {
              "currency": "BYN",
              "value": "CUSTOMS_VALUE"
            }
          },
          "usDomestic": true
        },
        "masterTrackingNumber": "054950145183",
        "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"
              },
              {
                "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"
              }
            ],
            "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."
                  }
                ],
                "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."
                  }
                ],
                "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": "PNNz",
                  "localizedText": "Our rich-inspired Shirt brings a taste of luxury to your bitter lifestyle",
                  "parameters": [
                    {
                      "id": "0770",
                      "value": "Practical Rubber Pants"
                    },
                    {
                      "id": "8797",
                      "value": "Fantastic Granite Car"
                    },
                    {
                      "id": "6759",
                      "value": "Sleek Bamboo Mouse"
                    }
                  ],
                  "text": "New Keyboard model with 73 GB RAM, 36 GB storage, and svelte features"
                },
                "categories": [
                  "categories"
                ],
                "commodityIndex": 33,
                "derivedHarmonizedCode": "924683",
                "source": "CUSTOMS",
                "status": "EXPIRED",
                "type": "IMPORT",
                "waiver": {
                  "advisories": [
                    {
                      "code": "3WBo",
                      "localizedText": "Innovative Hat featuring black technology and Silk construction",
                      "parameters": [
                        {
                          "id": "3275",
                          "value": "Bespoke Bronze Table"
                        }
                      ],
                      "text": "Marks - Abbott's most advanced Towels technology increases celebrated capabilities"
                    },
                    {
                      "code": "5umm",
                      "localizedText": "Innovative Keyboard featuring unpleasant technology and Steel construction",
                      "parameters": [
                        {
                          "id": "1032",
                          "value": "Ergonomic Metal Gloves"
                        },
                        {
                          "id": "0789",
                          "value": "Gorgeous Steel Pants"
                        },
                        {
                          "id": "7293",
                          "value": "Elegant Bamboo Hat"
                        },
                        {
                          "id": "4083",
                          "value": "Soft Bronze Hat"
                        }
                      ],
                      "text": "Professional-grade Soap perfect for rewarding training and recreational use"
                    }
                  ],
                  "description": "The sleek and appropriate Bacon comes with orchid LED lighting for smart functionality",
                  "id": "f0aeee29-51ff-44c6-9ab1-98ba98a10370"
                }
              },
              {
                "advisory": {
                  "code": "RYdN",
                  "localizedText": "New fuchsia Salad with ergonomic design for unripe comfort",
                  "parameters": [
                    {
                      "id": "2347",
                      "value": "Oriental Concrete Table"
                    },
                    {
                      "id": "7898",
                      "value": "Refined Granite Hat"
                    },
                    {
                      "id": "7407",
                      "value": "Refined Wooden Mouse"
                    },
                    {
                      "id": "1144",
                      "value": "Awesome Rubber Tuna"
                    }
                  ],
                  "text": "Ergonomic Shirt made with Marble for all-day vast support"
                },
                "categories": [
                  "categories"
                ],
                "commodityIndex": 40,
                "derivedHarmonizedCode": "653712",
                "source": "FDA",
                "status": "EXPIRED",
                "type": "EXPORT",
                "waiver": {
                  "advisories": [
                    {
                      "code": "110b",
                      "localizedText": "New orange Ball with ergonomic design for youthful comfort",
                      "parameters": [
                        {
                          "id": "1851",
                          "value": "Small Silk Mouse"
                        }
                      ],
                      "text": "Our salty-inspired Bacon brings a taste of luxury to your unfit lifestyle"
                    },
                    {
                      "code": "Ymyf",
                      "localizedText": "Ergonomic Shirt made with Ceramic for all-day chubby support",
                      "parameters": [
                        {
                          "id": "9791",
                          "value": "Electronic Aluminum Car"
                        },
                        {
                          "id": "4035",
                          "value": "Luxurious Bronze Ball"
                        },
                        {
                          "id": "6562",
                          "value": "Incredible Cotton Car"
                        },
                        {
                          "id": "3054",
                          "value": "Luxurious Aluminum Table"
                        },
                        {
                          "id": "5427",
                          "value": "Tasty Steel Chicken"
                        }
                      ],
                      "text": "The violet Pizza combines Uzbekistan aesthetics with Molybdenum-based durability"
                    },
                    {
                      "code": "RMP8",
                      "localizedText": "Innovative Chicken featuring upset technology and Steel construction",
                      "parameters": [
                        {
                          "id": "6538",
                          "value": "Electronic Bamboo Sausages"
                        },
                        {
                          "id": "5284",
                          "value": "Awesome Granite Chair"
                        },
                        {
                          "id": "8387",
                          "value": "Licensed Marble Cheese"
                        },
                        {
                          "id": "9664",
                          "value": "Oriental Silk Shirt"
                        },
                        {
                          "id": "4847",
                          "value": "Recycled Marble Salad"
                        }
                      ],
                      "text": "Discover the crocodile-like agility of our Soap, perfect for left users"
                    },
                    {
                      "code": "vZ5l",
                      "localizedText": "Professional-grade Chips perfect for quarterly training and recreational use",
                      "parameters": [
                        {
                          "id": "3093",
                          "value": "Awesome Ceramic Hat"
                        }
                      ],
                      "text": "Featuring Barium-enhanced technology, our Pizza offers unparalleled appropriate performance"
                    }
                  ],
                  "description": "The sleek and quick-witted Gloves comes with lime LED lighting for smart functionality",
                  "id": "0eb045e8-f2b7-4ca3-a580-30726d818b39"
                }
              },
              {
                "advisory": {
                  "code": "L7H4",
                  "localizedText": "The Integrated 24/7 internet solution Cheese offers reliable performance and pastel design",
                  "parameters": [
                    {
                      "id": "4729",
                      "value": "Incredible Ceramic Towels"
                    },
                    {
                      "id": "4705",
                      "value": "Bespoke Ceramic Gloves"
                    },
                    {
                      "id": "4130",
                      "value": "Rustic Plastic Hat"
                    }
                  ],
                  "text": "Innovative Fish featuring velvety technology and Rubber construction"
                },
                "categories": [
                  "categories"
                ],
                "commodityIndex": 8,
                "derivedHarmonizedCode": "126263",
                "source": "FDA",
                "status": "ACTIVE",
                "type": "IMPORT",
                "waiver": {
                  "advisories": [
                    {
                      "code": "y3nH",
                      "localizedText": "Ergonomic Mouse made with Steel for all-day acceptable support",
                      "parameters": [
                        {
                          "id": "2087",
                          "value": "Frozen Bamboo Hat"
                        },
                        {
                          "id": "7852",
                          "value": "Gorgeous Granite Bacon"
                        },
                        {
                          "id": "7941",
                          "value": "Intelligent Metal Fish"
                        }
                      ],
                      "text": "Featuring Lead-enhanced technology, our Computer offers unparalleled easy performance"
                    },
                    {
                      "code": "xHc7",
                      "localizedText": "The sleek and distorted Bacon comes with lavender LED lighting for smart functionality",
                      "parameters": [
                        {
                          "id": "0165",
                          "value": "Gorgeous Rubber Shoes"
                        },
                        {
                          "id": "6864",
                          "value": "Electronic Steel Pants"
                        },
                        {
                          "id": "9383",
                          "value": "Rustic Cotton Chicken"
                        },
                        {
                          "id": "7606",
                          "value": "Handmade Marble Chips"
                        }
                      ],
                      "text": "Introducing the Bhutan-inspired Chicken, blending grouchy style with local craftsmanship"
                    }
                  ],
                  "description": "The Kieran Keyboard is the latest in a series of urban products from Bartoletti, Beatty and Gleason",
                  "id": "099266aa-0d2f-429d-be41-4c44d6a0c903"
                }
              }
            ]
          }
        },
        "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."
              },
              {
                "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"
          }
        ]
      }
    ]
  },
  "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": "Your account number"
  },
  "deletionControl": "DELETE_ALL_PACKAGES",
  "emailShipment": false,
  "senderCountryCode": "NO",
  "trackingNumber": "277825050109",
  "version": {
    "major": 1,
    "minor": 1,
    "patch": 1
  }
}
{
  "customerTransactionId": "tsqQLY7em8We",
  "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."
      },
      {
        "alertType": "NOTE",
        "code": "SHIPMENT.VALIDATION.SUCCESS",
        "message": "Shipment validated successfully. No errors found."
      }
    ],
    "cancelledHistory": false,
    "cancelledShipment": false,
    "message": "New Mouse model with 64 GB RAM, 734 GB storage, and dense features"
  },
  "transactionId": "9ebd2d83-e22b-417a-9f2a-832eee5b4a83"
}
{
  "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": "8014xxxxx"
  },
  "jobId": "89sxxxxx233ae24ff31xxxxx"
}
{
  "customerTransactionId": "o81gxkGZcb25",
  "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."
      }
    ],
    "transactionShipments": [
      {
        "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://proper-language.com/",
                "password": "s1h6pMkTZx",
                "role": "USER",
                "userId": "cf42f289-37f7-41f5-83e3-763dca5c94f0"
              },
              {
                "emailLabelUrl": "https://whopping-milestone.com",
                "password": "TBOpyvE0iD",
                "role": "VIEWER",
                "userId": "30ad9111-f88d-4797-b09a-a5118c660de0"
              },
              {
                "emailLabelUrl": "https://far-flung-obesity.name",
                "password": "cPZ3KCifS7",
                "role": "ADMIN",
                "userId": "d68ec710-a4c0-427a-81e8-7b75bee27026"
              },
              {
                "emailLabelUrl": "https://honored-allocation.org",
                "password": "lPxVvTHYre",
                "role": "USER",
                "userId": "6d350702-f141-4f9e-96c7-f1bd03efea6e"
              }
            ]
          },
          "carrierCode": "FDXG",
          "completedEtdDetail": {
            "folderId": "0xD",
            "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": "Schaden - Lockman",
                "emailAddress": "Burdette.Robel91@hotmail.com",
                "personName": "Miss May Rowe",
                "phoneExtension": "0",
                "phoneNumber": "(897) 893-0965"
              }
            },
            "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
                        }
                      }
                    ],
                    "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
                  },
                  {
                    "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
                        }
                      }
                    ],
                    "QValue": 2
                  }
                ],
                "labelType": "II_YELLOW",
                "radioactiveTransportIndex": 2.45,
                "referenceId": "123456",
                "regulation": "IATA"
              },
              "operationalDetail": {
                "astraHandlingText": "astraHandlingText",
                "barcodes": {
                  "binaryBarcodes": [
                    {
                      "type": "COMMON-2D",
                      "value": "xG"
                    },
                    {
                      "type": "COMMON-2D",
                      "value": "3C6s4o"
                    }
                  ],
                  "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"
                      }
                    ],
                    "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": "IYZswkE8dW5Ba346",
          "hazardousShipmentDetail": {
            "adrLicense": {
              "licenseOrPermitDetail": {
                "effectiveDate": "2025-08-20T00:00:00.0Z",
                "expirationDate": "2027-01-31T00:00:00.0Z",
                "number": "2"
              }
            },
            "dryIceDetail": {
              "packageCount": 2,
              "processingOptions": {
                "options": {
                  "0": "options"
                }
              },
              "totalWeight": {
                "units": "KG",
                "value": 68
              }
            },
            "hazardousSummaryDetail": {
              "smallQuantityExceptionPackageCount": 2
            }
          },
          "masterTrackingId": {
            "formId": "0201",
            "trackingIdType": "EXPRESS",
            "trackingNumber": "49092000070120032835",
            "uspsApplicationId": "92"
          },
          "operationalDetail": {
            "airportId": "DFW",
            "astraDescription": "SMART POST",
            "astraPlannedServiceLevel": "THU - 17 OCT 10:30A",
            "commitDate": "2026-07-15T00:00:00.0Z",
            "commitDay": "Sun",
            "countryCode": "US",
            "customTransitTime": "THREE_DAYS",
            "deliveryDate": "2001-04-05",
            "deliveryDay": "TUE",
            "deliveryEligibilities": {
              "0": "deliveryEligibilities"
            },
            "destinationLocationId": "08JR",
            "destinationLocationNumber": 530,
            "destinationLocationStateOrProvinceCode": "KY",
            "destinationServiceArea": "Vv",
            "ineligibleForMoneyBackGuarantee": false,
            "maximumTransitTime": "SIX_DAYS",
            "originLocationId": "678",
            "originLocationNumber": 243,
            "originServiceArea": "A1",
            "packagingCode": "05",
            "postalCode": "38010",
            "publishedDeliveryTime": "12:00P",
            "scac": "scac",
            "serviceCode": "010",
            "stateOrProvinceCode": "NH",
            "transitTime": "ONE_DAY",
            "ursaPrefixCode": "HI",
            "ursaSuffixCode": "mi"
          },
          "packagingDescription": "FedEx Box",
          "serviceDescription": {
            "astraDescription": "1 DAY FRT",
            "code": "0",
            "description": "Stylish Fish designed to make you stand out with courageous looks",
            "names": [
              {
                "encoding": "UTF-8",
                "type": "short",
                "value": "F-1"
              },
              {
                "encoding": "UTF-8",
                "type": "long",
                "value": "F-2"
              },
              {
                "encoding": "UTF-8",
                "type": "short",
                "value": "G-1"
              },
              {
                "encoding": "UTF-8",
                "type": "long",
                "value": "F-2"
              }
            ],
            "operatingOrgCodes": {
              "0": "FXE"
            },
            "serviceCategory": "FREIGHT",
            "serviceId": "Cv6zUCvigNq4",
            "serviceType": "FEDEX_GROUND"
          },
          "shipmentRating": {
            "actualRateType": "PAYOR_LIST_SHIPMENT",
            "shipmentRateDetails": [
              {
                "currency": "COP",
                "currencyExchangeRate": {
                  "fromCurrency": "CAD",
                  "intoCurrency": "CZK",
                  "rate": 1.0129
                },
                "dimDivisor": 217,
                "freightDiscounts": [
                  {
                    "amount": 4.13,
                    "description": "Discover the penguin-like agility of our Chips, perfect for baggy users",
                    "percent": 12.46,
                    "rateDiscountType": "COUPON"
                  },
                  {
                    "amount": 2.85,
                    "description": "Heathcote, Jacobson and Parisian's most advanced Mouse technology increases yellow capabilities",
                    "percent": 23.15,
                    "rateDiscountType": "COUPON"
                  }
                ],
                "fuelSurchargePercent": 2.88,
                "pricingCode": "PACKAGE",
                "ratedWeightMethod": "ACTUAL",
                "rateScale": "6491",
                "rateType": "RATED_SHIPMENT",
                "rateZone": "90iw5o",
                "shipmentLegRateDetails": [
                  {
                    "currency": "KPW",
                    "currencyExchangeRate": {
                      "fromCurrency": "MOP",
                      "intoCurrency": "PAB",
                      "rate": 0.8697
                    },
                    "dimDivisor": 147,
                    "dimDivisorType": "CUSTOM",
                    "freightDiscounts": [
                      {
                        "amount": 1.39,
                        "description": "Ergonomic Soap made with Aluminum for all-day graceful support",
                        "percent": 19.49,
                        "rateDiscountType": "EARNED"
                      }
                    ],
                    "fuelSurchargePercent": 7.83,
                    "legDestinationLocationId": "BNFp",
                    "minimumChargeType": "NONE",
                    "pricingCode": "LTL",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "3605",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "HdmVLK",
                    "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.18,
                        "description": "Our gecko-friendly Soap ensures french comfort for your pets",
                        "level": "STATE",
                        "type": "GST"
                      },
                      {
                        "amount": 4.1,
                        "description": "The lime Gloves combines Papua New Guinea aesthetics with Nihonium-based durability",
                        "level": "STATE",
                        "type": "VAT"
                      },
                      {
                        "amount": 4.77,
                        "description": "New Fish model with 15 GB RAM, 422 GB storage, and shy features",
                        "level": "NATIONAL",
                        "type": "SALES"
                      },
                      {
                        "amount": 8.21,
                        "description": "The Mario Pants is the latest in a series of ragged products from Dietrich - Howe",
                        "level": "NATIONAL",
                        "type": "GST"
                      },
                      {
                        "amount": 4.28,
                        "description": "Discover the parrot-like agility of our Pants, perfect for familiar users",
                        "level": "STATE",
                        "type": "VAT"
                      }
                    ],
                    "totalBaseCharge": 86.61,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 5.48,
                    "totalFreightDiscounts": 2.92,
                    "totalNetCharge": 79.54,
                    "totalNetChargeWithDutiesAndTaxes": 457.19,
                    "totalNetFedExCharge": 52.71,
                    "totalNetFreight": 81.83,
                    "totalRebates": 4.98,
                    "totalSurcharges": 5.99,
                    "totalTaxes": 4.11
                  },
                  {
                    "currency": "SGD",
                    "currencyExchangeRate": {
                      "fromCurrency": "SLE",
                      "intoCurrency": "CHF",
                      "rate": 1.0153
                    },
                    "dimDivisor": 192,
                    "dimDivisorType": "CUSTOM",
                    "freightDiscounts": [
                      {
                        "amount": 8.72,
                        "description": "Unbranded Ball designed with Metal for unsteady performance",
                        "percent": 10.05,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 9.5,
                        "description": "Recycled Computer designed with Plastic for strange performance",
                        "percent": 24.3,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 7.96,
                        "description": "Professional-grade Pants perfect for yellow training and recreational use",
                        "percent": 22.87,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 3.35,
                        "description": "Electronic Sausages designed with Plastic for helpful performance",
                        "percent": 22.68,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 6.69,
                        "description": "Innovative Mouse featuring sleepy technology and Wooden construction",
                        "percent": 22.97,
                        "rateDiscountType": "VOLUME"
                      }
                    ],
                    "fuelSurchargePercent": 3.31,
                    "legDestinationLocationId": "aQVh",
                    "minimumChargeType": "NONE",
                    "pricingCode": "PACKAGE",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "1734",
                    "rateType": "PAYOR_ACCOUNT",
                    "rateZone": "xVNdRF",
                    "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.38,
                        "description": "Introducing the Solomon Islands-inspired Towels, blending ethical style with local craftsmanship",
                        "level": "STATE",
                        "type": "GST"
                      }
                    ],
                    "totalBaseCharge": 192.22,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 12.17,
                    "totalFreightDiscounts": 0.84,
                    "totalNetCharge": 473.57,
                    "totalNetChargeWithDutiesAndTaxes": 451.92,
                    "totalNetFedExCharge": 120.37,
                    "totalNetFreight": 158.16,
                    "totalRebates": 3.12,
                    "totalSurcharges": 5.7,
                    "totalTaxes": 4.09
                  },
                  {
                    "currency": "IQD",
                    "currencyExchangeRate": {
                      "fromCurrency": "GEL",
                      "intoCurrency": "TWD",
                      "rate": 0.9997
                    },
                    "dimDivisor": 194,
                    "dimDivisorType": "CUSTOM",
                    "freightDiscounts": [
                      {
                        "amount": 8.15,
                        "description": "Professional-grade Mouse perfect for plump training and recreational use",
                        "percent": 21.05,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 2.53,
                        "description": "Discover the ostrich-like agility of our Shirt, perfect for strong users",
                        "percent": 21.57,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 8.93,
                        "description": "Stylish Towels designed to make you stand out with lanky looks",
                        "percent": 25.14,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 0.89,
                        "description": "Professional-grade Pizza perfect for frizzy training and recreational use",
                        "percent": 22.32,
                        "rateDiscountType": "VOLUME"
                      }
                    ],
                    "fuelSurchargePercent": 9.94,
                    "legDestinationLocationId": "ttrq",
                    "minimumChargeType": "MIN_WEIGHT",
                    "pricingCode": "LTL",
                    "ratedWeightMethod": "DIMENSIONAL",
                    "rateScale": "1891",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "xyWRPA",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 2.6,
                        "description": "New Fish model with 71 GB RAM, 572 GB storage, and staid features",
                        "level": "STATE",
                        "type": "GST"
                      },
                      {
                        "amount": 2.97,
                        "description": "Innovative Cheese featuring snarling technology and Aluminum construction",
                        "level": "NATIONAL",
                        "type": "SALES"
                      },
                      {
                        "amount": 1.55,
                        "description": "New orange Towels with ergonomic design for subtle comfort",
                        "level": "NATIONAL",
                        "type": "SALES"
                      }
                    ],
                    "totalBaseCharge": 162.73,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 10.57,
                    "totalFreightDiscounts": 2.72,
                    "totalNetCharge": 361.31,
                    "totalNetChargeWithDutiesAndTaxes": 494.18,
                    "totalNetFedExCharge": 55.75,
                    "totalNetFreight": 75.04,
                    "totalRebates": 2.25,
                    "totalSurcharges": 2.53,
                    "totalTaxes": 1.06
                  },
                  {
                    "currency": "FKP",
                    "currencyExchangeRate": {
                      "fromCurrency": "GIP",
                      "intoCurrency": "SZL",
                      "rate": 1.0893
                    },
                    "dimDivisor": 222,
                    "dimDivisorType": "STANDARD",
                    "freightDiscounts": [
                      {
                        "amount": 7.5,
                        "description": "New Fish model with 14 GB RAM, 385 GB storage, and impeccable features",
                        "percent": 6.56,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 1.14,
                        "description": "Innovative Pizza featuring late technology and Granite construction",
                        "percent": 7.33,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 2.52,
                        "description": "Featuring Indium-enhanced technology, our Keyboard offers unparalleled pure performance",
                        "percent": 29.83,
                        "rateDiscountType": "BONUS"
                      }
                    ],
                    "fuelSurchargePercent": 5.24,
                    "legDestinationLocationId": "dlok",
                    "minimumChargeType": "MIN_WEIGHT",
                    "pricingCode": "LTL",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "4682",
                    "rateType": "PAYOR_ACCOUNT",
                    "rateZone": "1apGvx",
                    "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.59,
                        "description": "Our fluffy-inspired Towels brings a taste of luxury to your silver lifestyle",
                        "level": "NATIONAL",
                        "type": "SALES"
                      },
                      {
                        "amount": 1.17,
                        "description": "Featuring Fermium-enhanced technology, our Shoes offers unparalleled comfortable performance",
                        "level": "STATE",
                        "type": "VAT"
                      },
                      {
                        "amount": 2.11,
                        "description": "Professional-grade Shoes perfect for cool training and recreational use",
                        "level": "STATE",
                        "type": "VAT"
                      }
                    ],
                    "totalBaseCharge": 62.47,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 19.42,
                    "totalFreightDiscounts": 3.96,
                    "totalNetCharge": 366.6,
                    "totalNetChargeWithDutiesAndTaxes": 69.72,
                    "totalNetFedExCharge": 48.55,
                    "totalNetFreight": 135.25,
                    "totalRebates": 1.93,
                    "totalSurcharges": 0.68,
                    "totalTaxes": 4.62
                  },
                  {
                    "currency": "YER",
                    "currencyExchangeRate": {
                      "fromCurrency": "BYN",
                      "intoCurrency": "PAB",
                      "rate": 1.1533
                    },
                    "dimDivisor": 170,
                    "dimDivisorType": "STANDARD",
                    "freightDiscounts": [
                      {
                        "amount": 7.21,
                        "description": "Ergonomic Cheese made with Marble for all-day stylish support",
                        "percent": 7.69,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 2.98,
                        "description": "Discover the bear-like agility of our Mouse, perfect for silent users",
                        "percent": 5.13,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 5.97,
                        "description": "The Neva Pizza is the latest in a series of hot products from Heathcote and Sons",
                        "percent": 6.53,
                        "rateDiscountType": "EARNED"
                      }
                    ],
                    "fuelSurchargePercent": 3.68,
                    "legDestinationLocationId": "KSX8",
                    "minimumChargeType": "MIN_WEIGHT",
                    "pricingCode": "PACKAGE",
                    "ratedWeightMethod": "DIMENSIONAL",
                    "rateScale": "1307",
                    "rateType": "PAYOR_ACCOUNT",
                    "rateZone": "fLSl1A",
                    "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.67,
                        "description": "New Shoes model with 18 GB RAM, 641 GB storage, and gruesome features",
                        "level": "NATIONAL",
                        "type": "GST"
                      },
                      {
                        "amount": 7.68,
                        "description": "The ivory Sausages combines Mauritania aesthetics with Chlorine-based durability",
                        "level": "STATE",
                        "type": "SALES"
                      },
                      {
                        "amount": 2.99,
                        "description": "Discover the wolf-like agility of our Chips, perfect for blue users",
                        "level": "STATE",
                        "type": "GST"
                      },
                      {
                        "amount": 3.28,
                        "description": "The sleek and rotten Cheese comes with gold LED lighting for smart functionality",
                        "level": "NATIONAL",
                        "type": "SALES"
                      },
                      {
                        "amount": 2.49,
                        "description": "The Synchronised 24 hour throughput Ball offers reliable performance and pure design",
                        "level": "NATIONAL",
                        "type": "GST"
                      }
                    ],
                    "totalBaseCharge": 77.64,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 15.74,
                    "totalFreightDiscounts": 0.29,
                    "totalNetCharge": 384.03,
                    "totalNetChargeWithDutiesAndTaxes": 384.87,
                    "totalNetFedExCharge": 11.52,
                    "totalNetFreight": 103.45,
                    "totalRebates": 0.25,
                    "totalSurcharges": 0.78,
                    "totalTaxes": 4.03
                  }
                ],
                "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.4,
                    "description": "Stylish Bike designed to make you stand out with neighboring looks",
                    "level": "STATE",
                    "type": "SALES"
                  },
                  {
                    "amount": 1.39,
                    "description": "Considine Group's most advanced Bike technology increases blond capabilities",
                    "level": "STATE",
                    "type": "VAT"
                  },
                  {
                    "amount": 0.97,
                    "description": "Professional-grade Ball perfect for glaring training and recreational use",
                    "level": "NATIONAL",
                    "type": "SALES"
                  },
                  {
                    "amount": 3.07,
                    "description": "Experience the plum brilliance of our Table, perfect for oily environments",
                    "level": "NATIONAL",
                    "type": "VAT"
                  },
                  {
                    "amount": 6.42,
                    "description": "Stylish Bacon designed to make you stand out with sizzling looks",
                    "level": "STATE",
                    "type": "VAT"
                  }
                ],
                "totalAncillaryFeesAndTaxes": 2.87,
                "totalBaseCharge": 397.58,
                "totalBillingWeight": {
                  "units": "KG",
                  "value": 68
                },
                "totalDutiesAndTaxes": 13.49,
                "totalDutiesTaxesAndFees": 61.66,
                "totalFreightDiscounts": 6.37,
                "totalNetCharge": 250.03,
                "totalNetChargeWithDutiesAndTaxes": 485.51,
                "totalNetFedExCharge": 539.92,
                "totalNetFreight": 254.34,
                "totalRebates": 0.62,
                "totalSurcharges": 14.49,
                "totalTaxes": 2.27
              },
              {
                "currency": "UZS",
                "currencyExchangeRate": {
                  "fromCurrency": "ERN",
                  "intoCurrency": "ZAR",
                  "rate": 1.163
                },
                "dimDivisor": 144,
                "freightDiscounts": [
                  {
                    "amount": 2.01,
                    "description": "Discover the soupy new Bacon with an exciting mix of Ceramic ingredients",
                    "percent": 4.51,
                    "rateDiscountType": "COUPON"
                  },
                  {
                    "amount": 8.23,
                    "description": "Discover the cow-like agility of our Towels, perfect for minty users",
                    "percent": 9.25,
                    "rateDiscountType": "BONUS"
                  }
                ],
                "fuelSurchargePercent": 7.92,
                "pricingCode": "LTL_FREIGHT",
                "ratedWeightMethod": "DIMENSIONAL",
                "rateScale": "7785",
                "rateType": "RATED_ACCOUNT_SHIPMENT",
                "rateZone": "rCcDwp",
                "shipmentLegRateDetails": [
                  {
                    "currency": "DJF",
                    "currencyExchangeRate": {
                      "fromCurrency": "GNF",
                      "intoCurrency": "NIO",
                      "rate": 0.8407
                    },
                    "dimDivisor": 223,
                    "dimDivisorType": "STANDARD",
                    "freightDiscounts": [
                      {
                        "amount": 5.1,
                        "description": "The Sustainable asymmetric interface Soap offers reliable performance and distant design",
                        "percent": 15.01,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 1.43,
                        "description": "Introducing the New Zealand-inspired Cheese, blending unsung style with local craftsmanship",
                        "percent": 10.32,
                        "rateDiscountType": "VOLUME"
                      }
                    ],
                    "fuelSurchargePercent": 2.12,
                    "legDestinationLocationId": "BXCt",
                    "minimumChargeType": "MIN_WEIGHT",
                    "pricingCode": "LTL",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "7689",
                    "rateType": "PAYOR_ACCOUNT",
                    "rateZone": "AxzN3p",
                    "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": 3.9,
                        "description": "Discover the alienated new Towels with an exciting mix of Concrete ingredients",
                        "level": "NATIONAL",
                        "type": "GST"
                      }
                    ],
                    "totalBaseCharge": 119.66,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 6.32,
                    "totalFreightDiscounts": 3.6,
                    "totalNetCharge": 497.87,
                    "totalNetChargeWithDutiesAndTaxes": 512.95,
                    "totalNetFedExCharge": 51.73,
                    "totalNetFreight": 63.02,
                    "totalRebates": 2.59,
                    "totalSurcharges": 4.12,
                    "totalTaxes": 4.3
                  },
                  {
                    "currency": "DKK",
                    "currencyExchangeRate": {
                      "fromCurrency": "ARS",
                      "intoCurrency": "DZD",
                      "rate": 0.9795
                    },
                    "dimDivisor": 147,
                    "dimDivisorType": "CUSTOM",
                    "freightDiscounts": [
                      {
                        "amount": 9.47,
                        "description": "Our savory-inspired Towels brings a taste of luxury to your defenseless lifestyle",
                        "percent": 22.93,
                        "rateDiscountType": "VOLUME"
                      }
                    ],
                    "fuelSurchargePercent": 3.69,
                    "legDestinationLocationId": "2usR",
                    "minimumChargeType": "NONE",
                    "pricingCode": "LTL",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "1951",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "FYgtZr",
                    "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.37,
                        "description": "Discover the limping new Chicken with an exciting mix of Plastic ingredients",
                        "level": "STATE",
                        "type": "VAT"
                      },
                      {
                        "amount": 0.85,
                        "description": "Stylish Computer designed to make you stand out with fair looks",
                        "level": "NATIONAL",
                        "type": "GST"
                      },
                      {
                        "amount": 2.19,
                        "description": "New Shirt model with 37 GB RAM, 741 GB storage, and burdensome features",
                        "level": "NATIONAL",
                        "type": "SALES"
                      }
                    ],
                    "totalBaseCharge": 143.69,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 3.7,
                    "totalFreightDiscounts": 2.77,
                    "totalNetCharge": 323.64,
                    "totalNetChargeWithDutiesAndTaxes": 476.71,
                    "totalNetFedExCharge": 180.55,
                    "totalNetFreight": 59.46,
                    "totalRebates": 4.12,
                    "totalSurcharges": 9.55,
                    "totalTaxes": 3.92
                  },
                  {
                    "currency": "GHS",
                    "currencyExchangeRate": {
                      "fromCurrency": "VND",
                      "intoCurrency": "SCR",
                      "rate": 1.0189
                    },
                    "dimDivisor": 186,
                    "dimDivisorType": "CUSTOM",
                    "freightDiscounts": [
                      {
                        "amount": 6.96,
                        "description": "New gold Bacon with ergonomic design for superior comfort",
                        "percent": 2.5,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 9.74,
                        "description": "Innovative Table featuring whirlwind technology and Silk construction",
                        "percent": 16.31,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 9.04,
                        "description": "The Zack Car is the latest in a series of orange products from Wisoky Inc",
                        "percent": 4.99,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 8.81,
                        "description": "Stylish Soap designed to make you stand out with handy looks",
                        "percent": 20.94,
                        "rateDiscountType": "BONUS"
                      }
                    ],
                    "fuelSurchargePercent": 3.97,
                    "legDestinationLocationId": "TjEP",
                    "minimumChargeType": "MIN_WEIGHT",
                    "pricingCode": "LTL",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "6427",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "2F7WbK",
                    "surcharges": [
                      {
                        "amount": "56.22",
                        "description": "description",
                        "level": "PACKAGE, or SHIPMENT",
                        "surchargeType": "APPOINTMENT_DELIVERY"
                      }
                    ],
                    "taxes": [
                      {
                        "amount": 2.38,
                        "description": "Experience the orange brilliance of our Chicken, perfect for wrathful environments",
                        "level": "NATIONAL",
                        "type": "GST"
                      },
                      {
                        "amount": 8.49,
                        "description": "Discover the gifted new Chicken with an exciting mix of Aluminum ingredients",
                        "level": "NATIONAL",
                        "type": "GST"
                      }
                    ],
                    "totalBaseCharge": 113.95,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 14.93,
                    "totalFreightDiscounts": 3.65,
                    "totalNetCharge": 232.07,
                    "totalNetChargeWithDutiesAndTaxes": 352.47,
                    "totalNetFedExCharge": 209.76,
                    "totalNetFreight": 44.17,
                    "totalRebates": 1.93,
                    "totalSurcharges": 6.11,
                    "totalTaxes": 0.88
                  },
                  {
                    "currency": "BOB",
                    "currencyExchangeRate": {
                      "fromCurrency": "INR",
                      "intoCurrency": "MYR",
                      "rate": 0.8361
                    },
                    "dimDivisor": 199,
                    "dimDivisorType": "CUSTOM",
                    "freightDiscounts": [
                      {
                        "amount": 2.1,
                        "description": "Discover the athletic new Pizza with an exciting mix of Concrete ingredients",
                        "percent": 3.12,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 8.01,
                        "description": "Experience the yellow brilliance of our Chicken, perfect for those environments",
                        "percent": 4.88,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 8.43,
                        "description": "Discover the definitive new Table with an exciting mix of Bamboo ingredients",
                        "percent": 6,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 1.96,
                        "description": "Savor the moist essence in our Gloves, designed for young culinary adventures",
                        "percent": 10.8,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 5.13,
                        "description": "Featuring Roentgenium-enhanced technology, our Gloves offers unparalleled primary performance",
                        "percent": 16.24,
                        "rateDiscountType": "EARNED"
                      }
                    ],
                    "fuelSurchargePercent": 4.14,
                    "legDestinationLocationId": "N60t",
                    "minimumChargeType": "MIN_WEIGHT",
                    "pricingCode": "PACKAGE",
                    "ratedWeightMethod": "DIMENSIONAL",
                    "rateScale": "7517",
                    "rateType": "PAYOR_ACCOUNT",
                    "rateZone": "D95Kre",
                    "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.58,
                        "description": "Professional-grade Mouse perfect for smoggy training and recreational use",
                        "level": "NATIONAL",
                        "type": "SALES"
                      }
                    ],
                    "totalBaseCharge": 111.51,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 18.05,
                    "totalFreightDiscounts": 2.92,
                    "totalNetCharge": 69.52,
                    "totalNetChargeWithDutiesAndTaxes": 510.78,
                    "totalNetFedExCharge": 195.08,
                    "totalNetFreight": 60.65,
                    "totalRebates": 3.96,
                    "totalSurcharges": 3.09,
                    "totalTaxes": 1.67
                  }
                ],
                "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.07,
                    "description": "Ergonomic Chicken made with Gold for all-day mature support",
                    "level": "NATIONAL",
                    "type": "SALES"
                  },
                  {
                    "amount": 2.32,
                    "description": "The Skyla Mouse is the latest in a series of pitiful products from Powlowski LLC",
                    "level": "NATIONAL",
                    "type": "GST"
                  },
                  {
                    "amount": 0.02,
                    "description": "Our rich-inspired Bike brings a taste of luxury to your quiet lifestyle",
                    "level": "STATE",
                    "type": "VAT"
                  },
                  {
                    "amount": 2.1,
                    "description": "Featuring Osmium-enhanced technology, our Fish offers unparalleled definitive performance",
                    "level": "STATE",
                    "type": "GST"
                  }
                ],
                "totalAncillaryFeesAndTaxes": 4.24,
                "totalBaseCharge": 480.01,
                "totalBillingWeight": {
                  "units": "KG",
                  "value": 68
                },
                "totalDutiesAndTaxes": 16.98,
                "totalDutiesTaxesAndFees": 11.5,
                "totalFreightDiscounts": 4.65,
                "totalNetCharge": 140.7,
                "totalNetChargeWithDutiesAndTaxes": 285.89,
                "totalNetFedExCharge": 517.24,
                "totalNetFreight": 403.8,
                "totalRebates": 1.87,
                "totalSurcharges": 17.87,
                "totalTaxes": 4.31
              },
              {
                "currency": "DKK",
                "currencyExchangeRate": {
                  "fromCurrency": "RON",
                  "intoCurrency": "BWP",
                  "rate": 0.9703
                },
                "dimDivisor": 160,
                "freightDiscounts": [
                  {
                    "amount": 1.54,
                    "description": "Savor the zesty essence in our Chair, designed for unripe culinary adventures",
                    "percent": 28.5,
                    "rateDiscountType": "BONUS"
                  },
                  {
                    "amount": 6.02,
                    "description": "Discover the gullible new Mouse with an exciting mix of Wooden ingredients",
                    "percent": 9.56,
                    "rateDiscountType": "COUPON"
                  },
                  {
                    "amount": 6.3,
                    "description": "The Maximo Car is the latest in a series of fruitful products from Baumbach, Greenholt and Kemmer",
                    "percent": 5.6,
                    "rateDiscountType": "VOLUME"
                  }
                ],
                "fuelSurchargePercent": 3.7,
                "pricingCode": "LTL_FREIGHT",
                "ratedWeightMethod": "DIMENSIONAL",
                "rateScale": "0249",
                "rateType": "RATED_ACCOUNT_SHIPMENT",
                "rateZone": "KKVKz6",
                "shipmentLegRateDetails": [
                  {
                    "currency": "LKR",
                    "currencyExchangeRate": {
                      "fromCurrency": "MKD",
                      "intoCurrency": "UYU",
                      "rate": 0.9765
                    },
                    "dimDivisor": 123,
                    "dimDivisorType": "CUSTOM",
                    "freightDiscounts": [
                      {
                        "amount": 7.7,
                        "description": "Featuring Cadmium-enhanced technology, our Car offers unparalleled political performance",
                        "percent": 24.39,
                        "rateDiscountType": "EARNED"
                      },
                      {
                        "amount": 5.52,
                        "description": "New fuchsia Pants with ergonomic design for subtle comfort",
                        "percent": 25.31,
                        "rateDiscountType": "EARNED"
                      }
                    ],
                    "fuelSurchargePercent": 6.53,
                    "legDestinationLocationId": "2HLU",
                    "minimumChargeType": "MIN_WEIGHT",
                    "pricingCode": "PACKAGE",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "1753",
                    "rateType": "PAYOR_ACCOUNT",
                    "rateZone": "sMXpkm",
                    "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.09,
                        "description": "Our koala-friendly Bacon ensures sophisticated comfort for your pets",
                        "level": "STATE",
                        "type": "SALES"
                      },
                      {
                        "amount": 9.24,
                        "description": "New Towels model with 13 GB RAM, 262 GB storage, and apprehensive features",
                        "level": "STATE",
                        "type": "VAT"
                      },
                      {
                        "amount": 2.03,
                        "description": "Ergonomic Soap made with Rubber for all-day sour support",
                        "level": "STATE",
                        "type": "SALES"
                      },
                      {
                        "amount": 7.46,
                        "description": "Our panda-friendly Shirt ensures evil comfort for your pets",
                        "level": "STATE",
                        "type": "VAT"
                      },
                      {
                        "amount": 5.74,
                        "description": "Featuring Polonium-enhanced technology, our Cheese offers unparalleled frightened performance",
                        "level": "NATIONAL",
                        "type": "VAT"
                      }
                    ],
                    "totalBaseCharge": 119.82,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 11.98,
                    "totalFreightDiscounts": 1.82,
                    "totalNetCharge": 279.42,
                    "totalNetChargeWithDutiesAndTaxes": 235.05,
                    "totalNetFedExCharge": 38.63,
                    "totalNetFreight": 146.53,
                    "totalRebates": 0.09,
                    "totalSurcharges": 1.99,
                    "totalTaxes": 2.29
                  },
                  {
                    "currency": "IQD",
                    "currencyExchangeRate": {
                      "fromCurrency": "BHD",
                      "intoCurrency": "HUF",
                      "rate": 0.9788
                    },
                    "dimDivisor": 159,
                    "dimDivisorType": "CUSTOM",
                    "freightDiscounts": [
                      {
                        "amount": 7.48,
                        "description": "Oriental Gloves designed with Gold for puny performance",
                        "percent": 18.6,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 2.71,
                        "description": "Discover the pertinent new Salad with an exciting mix of Plastic ingredients",
                        "percent": 15.19,
                        "rateDiscountType": "VOLUME"
                      }
                    ],
                    "fuelSurchargePercent": 5.23,
                    "legDestinationLocationId": "0WRl",
                    "minimumChargeType": "MIN_WEIGHT",
                    "pricingCode": "PACKAGE",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "8117",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "XelU4B",
                    "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.79,
                        "description": "Our sweet-inspired Chips brings a taste of luxury to your well-documented lifestyle",
                        "level": "STATE",
                        "type": "GST"
                      },
                      {
                        "amount": 7.94,
                        "description": "The sleek and honorable Chips comes with sky blue LED lighting for smart functionality",
                        "level": "STATE",
                        "type": "VAT"
                      },
                      {
                        "amount": 8.99,
                        "description": "Our crispy-inspired Bike brings a taste of luxury to your neighboring lifestyle",
                        "level": "STATE",
                        "type": "SALES"
                      },
                      {
                        "amount": 5.77,
                        "description": "Discover the squirrel-like agility of our Pizza, perfect for lovable users",
                        "level": "STATE",
                        "type": "SALES"
                      }
                    ],
                    "totalBaseCharge": 93.34,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 10.85,
                    "totalFreightDiscounts": 4.15,
                    "totalNetCharge": 422.24,
                    "totalNetChargeWithDutiesAndTaxes": 385.14,
                    "totalNetFedExCharge": 124.95,
                    "totalNetFreight": 71.83,
                    "totalRebates": 3.24,
                    "totalSurcharges": 1.16,
                    "totalTaxes": 2.85
                  },
                  {
                    "currency": "USD",
                    "currencyExchangeRate": {
                      "fromCurrency": "IDR",
                      "intoCurrency": "SYP",
                      "rate": 0.8346
                    },
                    "dimDivisor": 186,
                    "dimDivisorType": "CUSTOM",
                    "freightDiscounts": [
                      {
                        "amount": 3.46,
                        "description": "Our delicious-inspired Soap brings a taste of luxury to your self-reliant lifestyle",
                        "percent": 6.64,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 7.86,
                        "description": "Discover the lion-like agility of our Computer, perfect for rare users",
                        "percent": 6.74,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 1.29,
                        "description": "The Genevieve Tuna is the latest in a series of insidious products from Streich, Jacobs and Rohan",
                        "percent": 29.68,
                        "rateDiscountType": "VOLUME"
                      },
                      {
                        "amount": 6.61,
                        "description": "Windler, Robel and Klein's most advanced Computer technology increases understated capabilities",
                        "percent": 4.71,
                        "rateDiscountType": "BONUS"
                      },
                      {
                        "amount": 3.81,
                        "description": "The sleek and aggravating Chicken comes with ivory LED lighting for smart functionality",
                        "percent": 22.86,
                        "rateDiscountType": "BONUS"
                      }
                    ],
                    "fuelSurchargePercent": 3.28,
                    "legDestinationLocationId": "Gr7d",
                    "minimumChargeType": "MIN_WEIGHT",
                    "pricingCode": "PACKAGE",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "1857",
                    "rateType": "PAYOR_ACCOUNT",
                    "rateZone": "OVqxQF",
                    "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.47,
                        "description": "The sleek and actual Bike comes with teal LED lighting for smart functionality",
                        "level": "STATE",
                        "type": "SALES"
                      },
                      {
                        "amount": 7.21,
                        "description": "The sleek and dull Chair comes with olive LED lighting for smart functionality",
                        "level": "NATIONAL",
                        "type": "SALES"
                      },
                      {
                        "amount": 5.99,
                        "description": "Our lion-friendly Tuna ensures pastel comfort for your pets",
                        "level": "STATE",
                        "type": "VAT"
                      },
                      {
                        "amount": 3.58,
                        "description": "The Wiley Table is the latest in a series of short-term products from Berge, Konopelski and Krajcik",
                        "level": "NATIONAL",
                        "type": "VAT"
                      }
                    ],
                    "totalBaseCharge": 71.85,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 0.89,
                    "totalFreightDiscounts": 1.43,
                    "totalNetCharge": 183.67,
                    "totalNetChargeWithDutiesAndTaxes": 521.46,
                    "totalNetFedExCharge": 105.12,
                    "totalNetFreight": 167.44,
                    "totalRebates": 4.34,
                    "totalSurcharges": 4.26,
                    "totalTaxes": 2.27
                  },
                  {
                    "currency": "MXN",
                    "currencyExchangeRate": {
                      "fromCurrency": "TRY",
                      "intoCurrency": "TTD",
                      "rate": 0.9376
                    },
                    "dimDivisor": 289,
                    "dimDivisorType": "STANDARD",
                    "freightDiscounts": [
                      {
                        "amount": 1.93,
                        "description": "Introducing the French Polynesia-inspired Chips, blending first style with local craftsmanship",
                        "percent": 1.52,
                        "rateDiscountType": "VOLUME"
                      }
                    ],
                    "fuelSurchargePercent": 5.77,
                    "legDestinationLocationId": "3t3r",
                    "minimumChargeType": "NONE",
                    "pricingCode": "PACKAGE",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "3544",
                    "rateType": "PAYOR_ACCOUNT",
                    "rateZone": "pEv0rZ",
                    "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.12,
                        "description": "Our salty-inspired Cheese brings a taste of luxury to your edible lifestyle",
                        "level": "STATE",
                        "type": "VAT"
                      },
                      {
                        "amount": 3.47,
                        "description": "Stylish Chair designed to make you stand out with practical looks",
                        "level": "STATE",
                        "type": "VAT"
                      },
                      {
                        "amount": 0.47,
                        "description": "Modern Car designed with Aluminum for definitive performance",
                        "level": "STATE",
                        "type": "VAT"
                      }
                    ],
                    "totalBaseCharge": 130.97,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 10.63,
                    "totalFreightDiscounts": 4.85,
                    "totalNetCharge": 73.23,
                    "totalNetChargeWithDutiesAndTaxes": 223.41,
                    "totalNetFedExCharge": 188.95,
                    "totalNetFreight": 152.91,
                    "totalRebates": 3.87,
                    "totalSurcharges": 2.65,
                    "totalTaxes": 0.68
                  },
                  {
                    "currency": "BMD",
                    "currencyExchangeRate": {
                      "fromCurrency": "CRC",
                      "intoCurrency": "PAB",
                      "rate": 0.9015
                    },
                    "dimDivisor": 229,
                    "dimDivisorType": "CUSTOM",
                    "freightDiscounts": [
                      {
                        "amount": 7.77,
                        "description": "Introducing the Faroe Islands-inspired Keyboard, blending sure-footed style with local craftsmanship",
                        "percent": 26.19,
                        "rateDiscountType": "COUPON"
                      },
                      {
                        "amount": 8.28,
                        "description": "Introducing the Germany-inspired Mouse, blending discrete style with local craftsmanship",
                        "percent": 4.83,
                        "rateDiscountType": "EARNED"
                      }
                    ],
                    "fuelSurchargePercent": 8.46,
                    "legDestinationLocationId": "RGfz",
                    "minimumChargeType": "NONE",
                    "pricingCode": "LTL",
                    "ratedWeightMethod": "ACTUAL",
                    "rateScale": "0997",
                    "rateType": "PAYOR_RETAIL_PACKAGE",
                    "rateZone": "fejYPI",
                    "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.71,
                        "description": "Featuring Samarium-enhanced technology, our Table offers unparalleled gruesome performance",
                        "level": "STATE",
                        "type": "GST"
                      },
                      {
                        "amount": 9.17,
                        "description": "Introducing the Western Sahara-inspired Cheese, blending extra-large style with local craftsmanship",
                        "level": "NATIONAL",
                        "type": "VAT"
                      },
                      {
                        "amount": 6.11,
                        "description": "Featuring Oganesson-enhanced technology, our Computer offers unparalleled deep performance",
                        "level": "STATE",
                        "type": "GST"
                      },
                      {
                        "amount": 3.44,
                        "description": "Our peacock-friendly Salad ensures far-flung comfort for your pets",
                        "level": "NATIONAL",
                        "type": "GST"
                      }
                    ],
                    "totalBaseCharge": 92.82,
                    "totalBillingWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDimWeight": {
                      "units": "KG",
                      "value": 68
                    },
                    "totalDutiesAndTaxes": 12.52,
                    "totalFreightDiscounts": 4.87,
                    "totalNetCharge": 337.73,
                    "totalNetChargeWithDutiesAndTaxes": 430.55,
                    "totalNetFedExCharge": 86.72,
                    "totalNetFreight": 132.33,
                    "totalRebates": 1.04,
                    "totalSurcharges": 6.31,
                    "totalTaxes": 0.96
                  }
                ],
                "surcharges": [
                  {
                    "amount": "56.22",
                    "description": "description",
                    "level": "PACKAGE, or SHIPMENT",
                    "surchargeType": "APPOINTMENT_DELIVERY"
                  }
                ],
                "taxes": [
                  {
                    "amount": 8.16,
                    "description": "The Public-key national archive Car offers reliable performance and naughty design",
                    "level": "NATIONAL",
                    "type": "SALES"
                  },
                  {
                    "amount": 2.69,
                    "description": "New yellow Sausages with ergonomic design for youthful comfort",
                    "level": "STATE",
                    "type": "SALES"
                  },
                  {
                    "amount": 9.98,
                    "description": "Our deer-friendly Hat ensures smooth comfort for your pets",
                    "level": "STATE",
                    "type": "GST"
                  },
                  {
                    "amount": 7.77,
                    "description": "Stylish Ball designed to make you stand out with devoted looks",
                    "level": "NATIONAL",
                    "type": "SALES"
                  },
                  {
                    "amount": 1.41,
                    "description": "The Team-oriented impactful instruction set Hat offers reliable performance and vain design",
                    "level": "STATE",
                    "type": "VAT"
                  }
                ],
                "totalAncillaryFeesAndTaxes": 1.41,
                "totalBaseCharge": 188.97,
                "totalBillingWeight": {
                  "units": "KG",
                  "value": 68
                },
                "totalDutiesAndTaxes": 11.26,
                "totalDutiesTaxesAndFees": 71.11,
                "totalFreightDiscounts": 2.11,
                "totalNetCharge": 274.77,
                "totalNetChargeWithDutiesAndTaxes": 63.18,
                "totalNetFedExCharge": 268.35,
                "totalNetFreight": 365.28,
                "totalRebates": 4.71,
                "totalSurcharges": 4,
                "totalTaxes": 2.23
              }
            ]
          },
          "usDomestic": false
        },
        "masterTrackingNumber": "292692268586",
        "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"
              },
              {
                "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."
                  }
                ],
                "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."
                  }
                ],
                "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": [
                  {
                    "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."
                  }
                ],
                "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"
              }
            ],
            "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."
                  },
                  {
                    "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": "2026-04-26T00:00:00.0Z",
        "shipmentAdvisoryDetails": {
          "regulatoryAdvisory": {
            "prohibitions": [
              {
                "advisory": {
                  "code": "x4WB",
                  "localizedText": "Stylish Table designed to make you stand out with quixotic looks",
                  "parameters": [
                    {
                      "id": "5161",
                      "value": "Handmade Concrete Soap"
                    },
                    {
                      "id": "9833",
                      "value": "Oriental Aluminum Bike"
                    },
                    {
                      "id": "2669",
                      "value": "Unbranded Silk Soap"
                    }
                  ],
                  "text": "Discover the rabbit-like agility of our Fish, perfect for happy users"
                },
                "categories": {
                  "0": "categories"
                },
                "commodityIndex": 11,
                "derivedHarmonizedCode": "906377",
                "source": "FDA",
                "status": "ACTIVE",
                "type": "IMPORT",
                "waiver": {
                  "advisories": [
                    {
                      "code": "Kgh1",
                      "localizedText": "The sleek and chilly Chair comes with pink LED lighting for smart functionality",
                      "parameters": [
                        {
                          "id": "1211",
                          "value": "Frozen Wooden Chips"
                        }
                      ],
                      "text": "Featuring Argon-enhanced technology, our Ball offers unparalleled elegant performance"
                    },
                    {
                      "code": "MV88",
                      "localizedText": "Discover the ecstatic new Bacon with an exciting mix of Ceramic ingredients",
                      "parameters": [
                        {
                          "id": "3452",
                          "value": "Frozen Marble Bike"
                        },
                        {
                          "id": "6078",
                          "value": "Incredible Bronze Cheese"
                        },
                        {
                          "id": "2577",
                          "value": "Elegant Gold Shirt"
                        },
                        {
                          "id": "5958",
                          "value": "Sleek Marble Fish"
                        }
                      ],
                      "text": "Savor the fresh essence in our Chicken, designed for new culinary adventures"
                    }
                  ],
                  "description": "Savor the salty essence in our Towels, designed for elliptical culinary adventures",
                  "id": "10a8f6df-fd2d-421e-86c4-39ac6822ffe8"
                }
              },
              {
                "advisory": {
                  "code": "CyBU",
                  "localizedText": "Discover the snarling new Pants with an exciting mix of Metal ingredients",
                  "parameters": [
                    {
                      "id": "8988",
                      "value": "Recycled Marble Towels"
                    },
                    {
                      "id": "4532",
                      "value": "Sleek Cotton Soap"
                    }
                  ],
                  "text": "Our cat-friendly Computer ensures miserly comfort for your pets"
                },
                "categories": {
                  "0": "categories"
                },
                "commodityIndex": 30,
                "derivedHarmonizedCode": "598660",
                "source": "CUSTOMS",
                "status": "ACTIVE",
                "type": "EXPORT",
                "waiver": {
                  "advisories": [
                    {
                      "code": "8Ib4",
                      "localizedText": "Experience the maroon brilliance of our Keyboard, perfect for smooth environments",
                      "parameters": [
                        {
                          "id": "2810",
                          "value": "Licensed Plastic Mouse"
                        },
                        {
                          "id": "6360",
                          "value": "Sleek Metal Fish"
                        },
                        {
                          "id": "7630",
                          "value": "Unbranded Marble Towels"
                        }
                      ],
                      "text": "Tromp - Feil's most advanced Fish technology increases sentimental capabilities"
                    }
                  ],
                  "description": "Our panda-friendly Shirt ensures worthwhile comfort for your pets",
                  "id": "a5ce335f-9d70-4931-9789-8c192ef51d97"
                }
              },
              {
                "advisory": {
                  "code": "0zYv",
                  "localizedText": "Ergonomic Table made with Gold for all-day secret support",
                  "parameters": [
                    {
                      "id": "8721",
                      "value": "Tasty Wooden Table"
                    },
                    {
                      "id": "2440",
                      "value": "Soft Bamboo Shirt"
                    },
                    {
                      "id": "2497",
                      "value": "Sleek Wooden Pants"
                    },
                    {
                      "id": "7151",
                      "value": "Frozen Steel Gloves"
                    },
                    {
                      "id": "0058",
                      "value": "Refined Granite Chair"
                    }
                  ],
                  "text": "Ergonomic Shirt made with Bamboo for all-day victorious support"
                },
                "categories": {
                  "0": "categories"
                },
                "commodityIndex": 10,
                "derivedHarmonizedCode": "564892",
                "source": "FDA",
                "status": "ACTIVE",
                "type": "EXPORT",
                "waiver": {
                  "advisories": [
                    {
                      "code": "syoJ",
                      "localizedText": "Modern Table designed with Silk for tepid performance",
                      "parameters": [
                        {
                          "id": "7282",
                          "value": "Small Granite Computer"
                        },
                        {
                          "id": "7943",
                          "value": "Handmade Steel Cheese"
                        },
                        {
                          "id": "5122",
                          "value": "Practical Bronze Keyboard"
                        },
                        {
                          "id": "8615",
                          "value": "Electronic Plastic Hat"
                        },
                        {
                          "id": "1315",
                          "value": "Small Steel Chair"
                        }
                      ],
                      "text": "Armstrong - Hettinger's most advanced Soap technology increases frank capabilities"
                    },
                    {
                      "code": "JWcK",
                      "localizedText": "Innovative Shirt featuring tinted technology and Aluminum construction",
                      "parameters": [
                        {
                          "id": "1361",
                          "value": "Handcrafted Bamboo Chips"
                        },
                        {
                          "id": "8912",
                          "value": "Fantastic Cotton Hat"
                        },
                        {
                          "id": "5019",
                          "value": "Luxurious Bronze Table"
                        },
                        {
                          "id": "6520",
                          "value": "Generic Rubber Salad"
                        },
                        {
                          "id": "1519",
                          "value": "Generic Bamboo Chair"
                        }
                      ],
                      "text": "Professional-grade Bacon perfect for bad training and recreational use"
                    },
                    {
                      "code": "p8tC",
                      "localizedText": "Savor the juicy essence in our Computer, designed for impassioned culinary adventures",
                      "parameters": [
                        {
                          "id": "4841",
                          "value": "Rustic Bamboo Ball"
                        },
                        {
                          "id": "8700",
                          "value": "Rustic Wooden Hat"
                        }
                      ],
                      "text": "Discover the butterfly-like agility of our Table, perfect for glass users"
                    },
                    {
                      "code": "L3AY",
                      "localizedText": "New maroon Table with ergonomic design for strict comfort",
                      "parameters": [
                        {
                          "id": "5200",
                          "value": "Frozen Bronze Chicken"
                        },
                        {
                          "id": "2937",
                          "value": "Unbranded Bamboo Cheese"
                        }
                      ],
                      "text": "The Derrick Car is the latest in a series of thorny products from Kiehn, Shanahan and Feil"
                    }
                  ],
                  "description": "Professional-grade Chair perfect for ashamed training and recreational use",
                  "id": "b571b203-5fa0-4005-aed2-0e662839e70c"
                }
              },
              {
                "advisory": {
                  "code": "AUDn",
                  "localizedText": "Ergonomic Chips made with Marble for all-day menacing support",
                  "parameters": [
                    {
                      "id": "2182",
                      "value": "Rustic Gold Computer"
                    },
                    {
                      "id": "6397",
                      "value": "Bespoke Marble Table"
                    }
                  ],
                  "text": "Featuring Zinc-enhanced technology, our Hat offers unparalleled trusty performance"
                },
                "categories": {
                  "0": "categories"
                },
                "commodityIndex": 44,
                "derivedHarmonizedCode": "970911",
                "source": "FDA",
                "status": "ACTIVE",
                "type": "IMPORT",
                "waiver": {
                  "advisories": [
                    {
                      "code": "HBqg",
                      "localizedText": "The Aisha Tuna is the latest in a series of neat products from Pfannerstill Group",
                      "parameters": [
                        {
                          "id": "2238",
                          "value": "Intelligent Aluminum Car"
                        },
                        {
                          "id": "9091",
                          "value": "Tasty Aluminum Cheese"
                        },
                        {
                          "id": "3801",
                          "value": "Licensed Gold Keyboard"
                        },
                        {
                          "id": "9172",
                          "value": "Elegant Aluminum Keyboard"
                        },
                        {
                          "id": "7682",
                          "value": "Gorgeous Steel Chips"
                        }
                      ],
                      "text": "Ryan, Gislason and Haley's most advanced Chair technology increases usable capabilities"
                    }
                  ],
                  "description": "Discover the dolphin-like agility of our Table, perfect for minor users",
                  "id": "18cdc759-ee69-4ebf-97d5-9eb8cbcc2496"
                }
              }
            ]
          }
        },
        "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."
              },
              {
                "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"
          }
        ]
      }
    ]
  },
  "transactionId": "adff4ac4-c31d-4f44-b400-657db0614f38"
}
{
  "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": "740561073"
  },
  "requestedShipment": {
    "blockInsightVisibility": false,
    "labelSpecification": {
      "imageType": "PDF",
      "labelStockType": "PAPER_7X475"
    },
    "packagingType": "YOUR_PACKAGING",
    "pickupType": "DROPOFF_AT_FEDEX_LOCATION",
    "recipients": [
      {
        "address": {
          "city": "PITTSBURGH",
          "countryCode": "US",
          "postalCode": "15220",
          "residential": true,
          "stateOrProvinceCode": "PA",
          "streetLines": [
            "45 NOBLESTOWN RD"
          ]
        },
        "contact": {
          "companyName": "TEST_APIRECIPIENT-WSXI6000",
          "personName": "TEST_Recipient_Name",
          "phoneNumber": "9018549266"
        }
      }
    ],
    "requestedPackageLineItems": [
      {
        "weight": {
          "units": "LB",
          "value": "50"
        }
      }
    ],
    "serviceType": "PRIORITY_OVERNIGHT",
    "shipDatestamp": "2022-11-07",
    "shipper": {
      "address": {
        "city": "MEMPHIS",
        "countryCode": "US",
        "postalCode": "38101",
        "residential": false,
        "stateOrProvinceCode": "TN",
        "streetLines": [
          "TEST_Sender_Address_Line1",
          "TEST_Sender_Address_Line2"
        ]
      },
      "contact": {
        "companyName": "TEST_APISENDER-WSXI6000",
        "personName": "TEST_Sender_Name",
        "phoneNumber": "9012704839"
      }
    },
    "shippingChargesPayment": {
      "paymentType": "SENDER"
    }
  }
}
{
  "customerTransactionId": "ZSNjKXuAQ1WN",
  "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."
      },
      {
        "alertType": "NOTE",
        "code": "SHIPMENT.VALIDATION.SUCCESS",
        "message": "Shipment validated successfully. No errors found."
      }
    ]
  },
  "transactionId": "2597820f-c3f3-446e-80a0-a632dae5a9d7"
}
{
  "customerTransactionId": "fqUILyui0MXr",
  "errors": [
    {
      "code": "SHIPMENT.USER.UNAUTHORIZED",
      "message": "Sleek Car designed with Granite for variable performance",
      "parameterList": [
        {
          "key": "ZtLjyR",
          "value": "jcz1eCUi"
        },
        {
          "key": "WKzgtk",
          "value": "aFrzThMU"
        },
        {
          "key": "ziIRZN",
          "value": "Fnq5vZ27"
        },
        {
          "key": "FAapuu",
          "value": "DSwTDtKN"
        },
        {
          "key": "KMkiaP",
          "value": "dRhIHfZ9"
        }
      ]
    },
    {
      "code": "SHIPMENT.USER.UNAUTHORIZED",
      "message": "Professional-grade Shoes perfect for vain training and recreational use",
      "parameterList": [
        {
          "key": "foBKmR",
          "value": "WSexQJig"
        }
      ]
    },
    {
      "code": "SHIPMENT.USER.UNAUTHORIZED",
      "message": "Tasty Shoes designed with Concrete for weighty performance",
      "parameterList": [
        {
          "key": "VbneKk",
          "value": "yGEkz5GE"
        }
      ]
    }
  ],
  "transactionId": "eed6c2f3-cf1d-471b-8fa0-ab6812f9027f"
}
{
  "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