DHL Freight Product API Virtual Sandbox

Access domestic and international palletized road freight transport products and package types.

The DHL Freight Product API allows business customers to retrieve available road freight transport products and package types across Europe. It supports querying specific product details, matching products based on shipment criteria, and calculating chargeable weights for palletized freight.

Use this hosted sandbox to simulate DHL Freight Product 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 freight product availability, test product matching logic based on shipment parameters, verify chargeable weight calculation responses, and handle package type lookups before integrating with DHL Freight production systems.

DHL Freight Product API virtual sandbox is up and running!

Use this sandbox URL as the API base in your code to simulate DHL Freight Product API responses instantly.

https://dhl-freight-product.mock.beeceptor.com



Products(5 operations)

[
  {
    "active": true,
    "additionalServices": [
      {
        "code": "PreAdvice",
        "codeMappings": [
          {
            "code": "INS",
            "value": "456"
          }
        ],
        "customs": false,
        "customUsageRules": "Optional for domestic",
        "information": "Signed POD requested",
        "name": "Insurance",
        "translations": [
          {
            "information": "Additional coverage",
            "languageCode": "de",
            "name": "Versicherung"
          },
          {
            "information": "Copertura aggiuntiva",
            "languageCode": "es",
            "name": "Versicherung"
          },
          {
            "information": "Couverture supplémentaire",
            "languageCode": "en",
            "name": "Insurance"
          },
          {
            "information": "Cobertura adicional",
            "languageCode": "fr",
            "name": "Assicurazione"
          },
          {
            "information": "Additional coverage",
            "languageCode": "it",
            "name": "Seguro"
          }
        ]
      },
      {
        "code": "DropOffByConsignor",
        "codeMappings": [
          {
            "code": "POD",
            "value": "456"
          },
          {
            "code": "POD",
            "value": "789"
          },
          {
            "code": "INS",
            "value": "456"
          }
        ],
        "customs": false,
        "customUsageRules": "Mandatory for international",
        "information": "Email/SMS notifications",
        "name": "Insurance",
        "translations": [
          {
            "information": "Cobertura adicional",
            "languageCode": "de",
            "name": "Assurance"
          },
          {
            "information": "Cobertura adicional",
            "languageCode": "es",
            "name": "Assurance"
          }
        ]
      }
    ],
    "customRules": "Height limit 2.4m",
    "dangerousGoodsExclusions": [
      {
        "allowed": true,
        "class": "3",
        "exceptions": [
          {
            "type": "QUANTITY",
            "value": "1000kg"
          },
          {
            "type": "PACKAGING",
            "value": "LQ"
          }
        ],
        "name": "Flammable Gases"
      },
      {
        "allowed": true,
        "class": "2.1",
        "exceptions": [
          {
            "type": "UN_NUMBER",
            "value": "LQ"
          }
        ],
        "name": "Flammable Gases"
      },
      {
        "allowed": true,
        "class": "8",
        "exceptions": [
          {
            "type": "UN_NUMBER",
            "value": "LQ"
          },
          {
            "type": "PACKAGING",
            "value": "PACKED"
          },
          {
            "type": "UN_NUMBER",
            "value": "PACKED"
          },
          {
            "type": "PACKAGING",
            "value": "PACKED"
          },
          {
            "type": "PACKAGING",
            "value": "LQ"
          }
        ],
        "name": "Flammable Gases"
      },
      {
        "allowed": true,
        "class": "9",
        "exceptions": [
          {
            "type": "UN_NUMBER",
            "value": "UN1234"
          },
          {
            "type": "UN_NUMBER",
            "value": "UN1234"
          },
          {
            "type": "UN_NUMBER",
            "value": "LQ"
          },
          {
            "type": "PACKAGING",
            "value": "LQ"
          },
          {
            "type": "PACKAGING",
            "value": "LQ"
          }
        ],
        "name": "Explosives"
      }
    ],
    "description": "Standard road freight transport",
    "exclusions": [
      {
        "code": "OVERSZ",
        "name": "Oversized Load"
      },
      {
        "code": "HAZMAT",
        "name": "Perishable Goods"
      },
      {
        "code": "LIVESTOCK",
        "name": "Oversized Load"
      },
      {
        "code": "OVERSZ",
        "name": "Oversized Load"
      },
      {
        "code": "HAZMAT",
        "name": "Livestock"
      }
    ],
    "fromCountries": [
      {
        "country": {
          "countryCode": "BT",
          "customs": false,
          "englishName": "Iran"
        }
      }
    ],
    "isDomestic": false,
    "marketAvailability": [
      {
        "name": "C2B"
      },
      {
        "name": "B2B"
      },
      {
        "name": "C2C"
      },
      {
        "name": "ENTERPRISE"
      },
      {
        "name": "B2C"
      }
    ],
    "name": "DHL Freight LTL",
    "packageTypes": [
      {
        "code": "BARREL",
        "name": "Box"
      },
      {
        "code": "BARREL",
        "name": "Pallet"
      },
      {
        "code": "BAG",
        "name": "Barrel"
      }
    ],
    "payerCodes": [
      {
        "code": "THIRD_PARTY",
        "customs": false,
        "name": "Third Party Pays"
      },
      {
        "code": "THIRD_PARTY",
        "customs": false,
        "name": "Sender Pays"
      }
    ],
    "piece": {
      "height": {
        "max": 39,
        "min": 5
      },
      "length": {
        "max": 39,
        "min": 5
      },
      "loadingMeters": {
        "max": 6218.77,
        "min": 63.02
      },
      "numberOfPieces": {
        "max": 43,
        "min": 4
      },
      "palletPlaces": {
        "max": 8519.35,
        "min": 95.54
      },
      "volume": {
        "max": 3937.03,
        "min": 65.52
      },
      "weight": {
        "max": 9340.77,
        "min": 98.21
      },
      "width": {
        "max": 33,
        "min": 4
      }
    },
    "productCode": "LTL",
    "shipmentTotal": {
      "totalLoadingMeters": {
        "max": 21655.29,
        "min": 95.69
      },
      "totalNumberOfPieces": {
        "max": 44,
        "min": 3
      },
      "totalPalletPlaces": {
        "max": 24899.81,
        "min": 69.83
      },
      "totalVolume": {
        "max": 5098.14,
        "min": 75.74
      },
      "totalWeight": {
        "max": 21947.4,
        "min": 68.46
      }
    },
    "stackable": true,
    "toCountries": [
      {
        "country": {
          "countryCode": "KW",
          "customs": false,
          "englishName": "Sint Maarten"
        },
        "deliveryTypes": [
          {
            "code": "EXP",
            "name": "Express Delivery",
            "piece": {
              "height": {
                "max": 28,
                "min": 3
              },
              "length": {
                "max": 11,
                "min": 3
              },
              "loadingMeters": {
                "max": 12489.16,
                "min": 83.33
              },
              "numberOfPieces": {
                "max": 23,
                "min": 5
              },
              "palletPlaces": {
                "max": 15075.46,
                "min": 52.29
              },
              "volume": {
                "max": 19627.89,
                "min": 86.1
              },
              "weight": {
                "max": 2151.29,
                "min": 60.33
              },
              "width": {
                "max": 32,
                "min": 5
              }
            },
            "shipmentTotal": {
              "totalLoadingMeters": {
                "max": 20585.26,
                "min": 36.73
              },
              "totalNumberOfPieces": {
                "max": 23,
                "min": 3
              },
              "totalPalletPlaces": {
                "max": 19772.89,
                "min": 87.97
              },
              "totalVolume": {
                "max": 13534.42,
                "min": 62.97
              },
              "totalWeight": {
                "max": 19230.16,
                "min": 38.79
              }
            }
          }
        ],
        "postalCodeExcludes": "70000-79999"
      }
    ]
  },
  {
    "active": true,
    "additionalServices": [
      {
        "code": "FixedDeliveryDate",
        "codeMappings": [
          {
            "code": "LFT",
            "value": "123"
          },
          {
            "code": "LFT",
            "value": "123"
          }
        ],
        "customs": false,
        "customUsageRules": "Mandatory for international",
        "information": "Signed POD requested",
        "name": "Proof of Delivery",
        "translations": [
          {
            "information": "Additional coverage",
            "languageCode": "en",
            "name": "Assurance"
          },
          {
            "information": "Couverture supplémentaire",
            "languageCode": "en",
            "name": "Insurance"
          },
          {
            "information": "Copertura aggiuntiva",
            "languageCode": "fr",
            "name": "Assicurazione"
          },
          {
            "information": "Cobertura adicional",
            "languageCode": "it",
            "name": "Assicurazione"
          },
          {
            "information": "Additional coverage",
            "languageCode": "fr",
            "name": "Versicherung"
          }
        ]
      },
      {
        "code": "PriorityServiceP10",
        "codeMappings": [
          {
            "code": "POD",
            "value": "456"
          },
          {
            "code": "LFT",
            "value": "456"
          },
          {
            "code": "POD",
            "value": "789"
          }
        ],
        "customs": false,
        "customUsageRules": "Optional for domestic",
        "information": "Additional insurance cover",
        "name": "Insurance",
        "translations": [
          {
            "information": "Copertura aggiuntiva",
            "languageCode": "en",
            "name": "Seguro"
          }
        ]
      },
      {
        "code": "Insurance",
        "codeMappings": [
          {
            "code": "POD",
            "value": "456"
          }
        ],
        "customs": false,
        "customUsageRules": "Required for items > 500kg",
        "information": "Email/SMS notifications",
        "name": "Notifications",
        "translations": [
          {
            "information": "Cobertura adicional",
            "languageCode": "it",
            "name": "Versicherung"
          },
          {
            "information": "Additional coverage",
            "languageCode": "en",
            "name": "Versicherung"
          }
        ]
      },
      {
        "code": "AvailablePickupTime",
        "codeMappings": [
          {
            "code": "NOTIF",
            "value": "123"
          }
        ],
        "customs": false,
        "customUsageRules": "Optional for domestic",
        "information": "Liftgate service required",
        "name": "Insurance",
        "translations": [
          {
            "information": "Copertura aggiuntiva",
            "languageCode": "it",
            "name": "Assurance"
          }
        ]
      }
    ],
    "customRules": "Requires hydraulic ramp",
    "dangerousGoodsExclusions": [
      {
        "allowed": false,
        "class": "3",
        "exceptions": [
          {
            "type": "UN_NUMBER",
            "value": "PACKED"
          },
          {
            "type": "UN_NUMBER",
            "value": "LQ"
          },
          {
            "type": "PACKAGING",
            "value": "LQ"
          },
          {
            "type": "UN_NUMBER",
            "value": "PACKED"
          }
        ],
        "name": "Explosives"
      }
    ],
    "description": "Standard road freight transport",
    "exclusions": [
      {
        "code": "HAZMAT",
        "name": "Oversized Load"
      },
      {
        "code": "LIVESTOCK",
        "name": "Perishable Goods"
      },
      {
        "code": "OVERSZ",
        "name": "Fragile Items"
      },
      {
        "code": "PERISH",
        "name": "Perishable Goods"
      },
      {
        "code": "PERISH",
        "name": "Fragile Items"
      }
    ],
    "fromCountries": [
      {
        "country": {
          "countryCode": "BQ",
          "customs": false,
          "englishName": "Albania"
        }
      },
      {
        "country": {
          "countryCode": "DK",
          "customs": false,
          "englishName": "Moldova"
        }
      },
      {
        "country": {
          "countryCode": "IQ",
          "customs": false,
          "englishName": "Romania"
        }
      }
    ],
    "isDomestic": true,
    "marketAvailability": [
      {
        "name": "C2B"
      },
      {
        "name": "ENTERPRISE"
      }
    ],
    "name": "DHL Freight Eurapid",
    "packageTypes": [
      {
        "code": "PAL",
        "name": "Crate"
      },
      {
        "code": "BARREL",
        "name": "Bundle"
      },
      {
        "code": "BOX",
        "name": "Pallet"
      }
    ],
    "payerCodes": [
      {
        "code": "THIRD_PARTY",
        "customs": false,
        "name": "Receiver Pays"
      },
      {
        "code": "THIRD_PARTY",
        "customs": false,
        "name": "Third Party Pays"
      }
    ],
    "piece": {
      "height": {
        "max": 47,
        "min": 1
      },
      "length": {
        "max": 37,
        "min": 1
      },
      "loadingMeters": {
        "max": 23556.21,
        "min": 39.11
      },
      "numberOfPieces": {
        "max": 35,
        "min": 2
      },
      "palletPlaces": {
        "max": 18248.84,
        "min": 46.88
      },
      "volume": {
        "max": 2885.73,
        "min": 49.48
      },
      "weight": {
        "max": 17051.17,
        "min": 75.79
      },
      "width": {
        "max": 44,
        "min": 2
      }
    },
    "productCode": "DPR",
    "shipmentTotal": {
      "totalLoadingMeters": {
        "max": 13429.07,
        "min": 56.12
      },
      "totalNumberOfPieces": {
        "max": 45,
        "min": 5
      },
      "totalPalletPlaces": {
        "max": 11861.35,
        "min": 48.64
      },
      "totalVolume": {
        "max": 8522.37,
        "min": 49.52
      },
      "totalWeight": {
        "max": 18673.28,
        "min": 49.37
      }
    },
    "stackable": true,
    "toCountries": [
      {
        "country": {
          "countryCode": "SM",
          "customs": false,
          "englishName": "Zimbabwe"
        },
        "deliveryTypes": [
          {
            "code": "EXP",
            "name": "Door-to-Door",
            "piece": {
              "height": {
                "max": 44,
                "min": 4
              },
              "length": {
                "max": 39,
                "min": 1
              },
              "loadingMeters": {
                "max": 12505.91,
                "min": 71.78
              },
              "numberOfPieces": {
                "max": 42,
                "min": 3
              },
              "palletPlaces": {
                "max": 9761.69,
                "min": 77.37
              },
              "volume": {
                "max": 11201.89,
                "min": 87.93
              },
              "weight": {
                "max": 1873.53,
                "min": 48.55
              },
              "width": {
                "max": 16,
                "min": 5
              }
            },
            "shipmentTotal": {
              "totalLoadingMeters": {
                "max": 5807.96,
                "min": 64.13
              },
              "totalNumberOfPieces": {
                "max": 33,
                "min": 5
              },
              "totalPalletPlaces": {
                "max": 11082.09,
                "min": 79.73
              },
              "totalVolume": {
                "max": 2832.83,
                "min": 83.6
              },
              "totalWeight": {
                "max": 22695.31,
                "min": 51.48
              }
            }
          }
        ],
        "postalCodeExcludes": "00100"
      },
      {
        "country": {
          "countryCode": "EE",
          "customs": false,
          "englishName": "Sint Maarten"
        },
        "deliveryTypes": [
          {
            "code": "HUB-TO-HUB",
            "name": "Hub-to-Hub",
            "piece": {
              "height": {
                "max": 13,
                "min": 2
              },
              "length": {
                "max": 50,
                "min": 4
              },
              "loadingMeters": {
                "max": 13627.57,
                "min": 77.83
              },
              "numberOfPieces": {
                "max": 50,
                "min": 2
              },
              "palletPlaces": {
                "max": 13535.85,
                "min": 61.65
              },
              "volume": {
                "max": 13596.63,
                "min": 76.52
              },
              "weight": {
                "max": 21568.08,
                "min": 36.16
              },
              "width": {
                "max": 12,
                "min": 4
              }
            },
            "shipmentTotal": {
              "totalLoadingMeters": {
                "max": 21300.13,
                "min": 99.81
              },
              "totalNumberOfPieces": {
                "max": 24,
                "min": 1
              },
              "totalPalletPlaces": {
                "max": 1095.39,
                "min": 40.72
              },
              "totalVolume": {
                "max": 24362.62,
                "min": 77.92
              },
              "totalWeight": {
                "max": 12919.95,
                "min": 40.29
              }
            }
          }
        ],
        "postalCodeExcludes": "12345"
      },
      {
        "country": {
          "countryCode": "RS",
          "customs": true,
          "englishName": "Spain"
        },
        "deliveryTypes": [
          {
            "code": "DOOR-TO-DOOR",
            "name": "Hub-to-Hub",
            "piece": {
              "height": {
                "max": 35,
                "min": 1
              },
              "length": {
                "max": 41,
                "min": 5
              },
              "loadingMeters": {
                "max": 15720.52,
                "min": 83.61
              },
              "numberOfPieces": {
                "max": 22,
                "min": 3
              },
              "palletPlaces": {
                "max": 21525.07,
                "min": 96.67
              },
              "volume": {
                "max": 5810.25,
                "min": 53.28
              },
              "weight": {
                "max": 6299.37,
                "min": 53.95
              },
              "width": {
                "max": 12,
                "min": 5
              }
            },
            "shipmentTotal": {
              "totalLoadingMeters": {
                "max": 8463.05,
                "min": 87.48
              },
              "totalNumberOfPieces": {
                "max": 13,
                "min": 2
              },
              "totalPalletPlaces": {
                "max": 1798.72,
                "min": 97.39
              },
              "totalVolume": {
                "max": 6840.14,
                "min": 52.16
              },
              "totalWeight": {
                "max": 12150.28,
                "min": 59.45
              }
            }
          },
          {
            "code": "PRI",
            "name": "Hub-to-Hub",
            "piece": {
              "height": {
                "max": 30,
                "min": 3
              },
              "length": {
                "max": 32,
                "min": 1
              },
              "loadingMeters": {
                "max": 22522.42,
                "min": 73.08
              },
              "numberOfPieces": {
                "max": 18,
                "min": 1
              },
              "palletPlaces": {
                "max": 17903.97,
                "min": 97.28
              },
              "volume": {
                "max": 8014.84,
                "min": 67.39
              },
              "weight": {
                "max": 6406.3,
                "min": 78.45
              },
              "width": {
                "max": 41,
                "min": 4
              }
            },
            "shipmentTotal": {
              "totalLoadingMeters": {
                "max": 14639.13,
                "min": 77.45
              },
              "totalNumberOfPieces": {
                "max": 25,
                "min": 1
              },
              "totalPalletPlaces": {
                "max": 12489.03,
                "min": 57.54
              },
              "totalVolume": {
                "max": 579.12,
                "min": 40.67
              },
              "totalWeight": {
                "max": 20677.59,
                "min": 70.83
              }
            }
          },
          {
            "code": "ON-DEMAND",
            "name": "Express Delivery",
            "piece": {
              "height": {
                "max": 10,
                "min": 4
              },
              "length": {
                "max": 26,
                "min": 1
              },
              "loadingMeters": {
                "max": 9394.01,
                "min": 76.78
              },
              "numberOfPieces": {
                "max": 35,
                "min": 2
              },
              "palletPlaces": {
                "max": 14697.37,
                "min": 69.49
              },
              "volume": {
                "max": 22065.84,
                "min": 63.89
              },
              "weight": {
                "max": 23048.12,
                "min": 83.82
              },
              "width": {
                "max": 35,
                "min": 5
              }
            },
            "shipmentTotal": {
              "totalLoadingMeters": {
                "max": 5796.27,
                "min": 63.2
              },
              "totalNumberOfPieces": {
                "max": 44,
                "min": 2
              },
              "totalPalletPlaces": {
                "max": 22357.83,
                "min": 44.75
              },
              "totalVolume": {
                "max": 15369.81,
                "min": 84.82
              },
              "totalWeight": {
                "max": 3687.76,
                "min": 88.68
              }
            }
          },
          {
            "code": "ON-DEMAND",
            "name": "Door-to-Door",
            "piece": {
              "height": {
                "max": 32,
                "min": 5
              },
              "length": {
                "max": 33,
                "min": 5
              },
              "loadingMeters": {
                "max": 21247.75,
                "min": 62.12
              },
              "numberOfPieces": {
                "max": 34,
                "min": 1
              },
              "palletPlaces": {
                "max": 16857.44,
                "min": 72.31
              },
              "volume": {
                "max": 14545.34,
                "min": 45.2
              },
              "weight": {
                "max": 8792.64,
                "min": 65
              },
              "width": {
                "max": 22,
                "min": 5
              }
            },
            "shipmentTotal": {
              "totalLoadingMeters": {
                "max": 5891.17,
                "min": 71.56
              },
              "totalNumberOfPieces": {
                "max": 15,
                "min": 5
              },
              "totalPalletPlaces": {
                "max": 1666.11,
                "min": 98.56
              },
              "totalVolume": {
                "max": 4313.85,
                "min": 88.53
              },
              "totalWeight": {
                "max": 22183.4,
                "min": 88.75
              }
            }
          },
          {
            "code": "POINT-TO-POINT",
            "name": "On-Demand Delivery",
            "piece": {
              "height": {
                "max": 22,
                "min": 3
              },
              "length": {
                "max": 25,
                "min": 3
              },
              "loadingMeters": {
                "max": 5816.28,
                "min": 86.75
              },
              "numberOfPieces": {
                "max": 44,
                "min": 5
              },
              "palletPlaces": {
                "max": 15485.38,
                "min": 45.16
              },
              "volume": {
                "max": 5831.36,
                "min": 70.75
              },
              "weight": {
                "max": 17677.25,
                "min": 64.4
              },
              "width": {
                "max": 33,
                "min": 5
              }
            },
            "shipmentTotal": {
              "totalLoadingMeters": {
                "max": 1274.65,
                "min": 67.02
              },
              "totalNumberOfPieces": {
                "max": 50,
                "min": 5
              },
              "totalPalletPlaces": {
                "max": 15631.42,
                "min": 70.55
              },
              "totalVolume": {
                "max": 4120.91,
                "min": 60.67
              },
              "totalWeight": {
                "max": 6567.1,
                "min": 87.25
              }
            }
          }
        ],
        "postalCodeExcludes": "98765"
      }
    ]
  },
  {
    "active": true,
    "additionalServices": [
      {
        "code": "After12Delivery",
        "codeMappings": [
          {
            "code": "LFT",
            "value": "123"
          },
          {
            "code": "NOTIF",
            "value": "789"
          },
          {
            "code": "INS",
            "value": "456"
          }
        ],
        "customs": false,
        "customUsageRules": "Mandatory for international",
        "information": "Signed POD requested",
        "name": "Proof of Delivery",
        "translations": [
          {
            "information": "Additional coverage",
            "languageCode": "fr",
            "name": "Insurance"
          },
          {
            "information": "Cobertura adicional",
            "languageCode": "en",
            "name": "Assicurazione"
          }
        ]
      },
      {
        "code": "ThermoCold",
        "codeMappings": [
          {
            "code": "INS",
            "value": "789"
          },
          {
            "code": "NOTIF",
            "value": "456"
          },
          {
            "code": "POD",
            "value": "456"
          },
          {
            "code": "INS",
            "value": "123"
          },
          {
            "code": "NOTIF",
            "value": "789"
          }
        ],
        "customs": false,
        "customUsageRules": "Mandatory for international",
        "information": "Tail lift required",
        "name": "Notifications",
        "translations": [
          {
            "information": "Cobertura adicional",
            "languageCode": "fr",
            "name": "Seguro"
          },
          {
            "information": "Couverture supplémentaire",
            "languageCode": "es",
            "name": "Assicurazione"
          },
          {
            "information": "Cobertura adicional",
            "languageCode": "fr",
            "name": "Assicurazione"
          },
          {
            "information": "Copertura aggiuntiva",
            "languageCode": "fr",
            "name": "Insurance"
          },
          {
            "information": "Additional coverage",
            "languageCode": "es",
            "name": "Assicurazione"
          }
        ]
      },
      {
        "code": "DropOffByConsignor",
        "codeMappings": [
          {
            "code": "INS",
            "value": "456"
          },
          {
            "code": "NOTIF",
            "value": "123"
          },
          {
            "code": "POD",
            "value": "789"
          },
          {
            "code": "LFT",
            "value": "456"
          },
          {
            "code": "LFT",
            "value": "456"
          }
        ],
        "customs": true,
        "customUsageRules": "Optional for domestic",
        "information": "Tail lift required",
        "name": "Insurance",
        "translations": [
          {
            "information": "Zusätzliche Deckung",
            "languageCode": "de",
            "name": "Insurance"
          },
          {
            "information": "Additional coverage",
            "languageCode": "es",
            "name": "Seguro"
          },
          {
            "information": "Cobertura adicional",
            "languageCode": "it",
            "name": "Insurance"
          }
        ]
      },
      {
        "code": "DangerousGoods",
        "codeMappings": [
          {
            "code": "POD",
            "value": "789"
          },
          {
            "code": "NOTIF",
            "value": "789"
          },
          {
            "code": "LFT",
            "value": "456"
          }
        ],
        "customs": false,
        "customUsageRules": "Mandatory for international",
        "information": "Liftgate service required",
        "name": "Notifications",
        "translations": [
          {
            "information": "Additional coverage",
            "languageCode": "es",
            "name": "Insurance"
          },
          {
            "information": "Cobertura adicional",
            "languageCode": "en",
            "name": "Seguro"
          },
          {
            "information": "Zusätzliche Deckung",
            "languageCode": "fr",
            "name": "Assurance"
          },
          {
            "information": "Zusätzliche Deckung",
            "languageCode": "en",
            "name": "Seguro"
          }
        ]
      }
    ],
    "customRules": "Pallet exchange only",
    "dangerousGoodsExclusions": [
      {
        "allowed": false,
        "class": "6.1",
        "exceptions": [
          {
            "type": "PACKAGING",
            "value": "UN1234"
          },
          {
            "type": "UN_NUMBER",
            "value": "1000kg"
          },
          {
            "type": "QUANTITY",
            "value": "1000kg"
          },
          {
            "type": "PACKAGING",
            "value": "PACKED"
          }
        ],
        "name": "Flammable Liquids"
      },
      {
        "allowed": false,
        "class": "8",
        "exceptions": [
          {
            "type": "QUANTITY",
            "value": "LQ"
          },
          {
            "type": "UN_NUMBER",
            "value": "UN1234"
          }
        ],
        "name": "Explosives"
      }
    ],
    "description": "Cross-border road delivery",
    "exclusions": [
      {
        "code": "FRAGILE",
        "name": "Fragile Items"
      },
      {
        "code": "FRAGILE",
        "name": "Hazardous Materials"
      },
      {
        "code": "OVERSZ",
        "name": "Fragile Items"
      },
      {
        "code": "OVERSZ",
        "name": "Fragile Items"
      },
      {
        "code": "HAZMAT",
        "name": "Fragile Items"
      }
    ],
    "fromCountries": [
      {
        "country": {
          "countryCode": "TW",
          "customs": false,
          "englishName": "Suriname"
        }
      },
      {
        "country": {
          "countryCode": "BG",
          "customs": false,
          "englishName": "Puerto Rico"
        }
      },
      {
        "country": {
          "countryCode": "PW",
          "customs": true,
          "englishName": "Antigua and Barbuda"
        }
      },
      {
        "country": {
          "countryCode": "GN",
          "customs": false,
          "englishName": "Togo"
        }
      },
      {
        "country": {
          "countryCode": "KH",
          "customs": false,
          "englishName": "Denmark"
        }
      }
    ],
    "isDomestic": true,
    "marketAvailability": [
      {
        "name": "B2B"
      },
      {
        "name": "GOV"
      },
      {
        "name": "C2B"
      },
      {
        "name": "ENTERPRISE"
      }
    ],
    "name": "DHL Freight Euroconnect",
    "packageTypes": [
      {
        "code": "BAG",
        "name": "Bag"
      },
      {
        "code": "BOX",
        "name": "Bundle"
      },
      {
        "code": "BAG",
        "name": "Box"
      }
    ],
    "payerCodes": [
      {
        "code": "RECEIVER",
        "customs": false,
        "name": "Receiver Pays"
      },
      {
        "code": "RECEIVER",
        "customs": true,
        "name": "Sender Pays"
      },
      {
        "code": "THIRD_PARTY",
        "customs": false,
        "name": "Third Party Pays"
      },
      {
        "code": "RECEIVER",
        "customs": true,
        "name": "Sender Pays"
      }
    ],
    "piece": {
      "height": {
        "max": 29,
        "min": 1
      },
      "length": {
        "max": 29,
        "min": 2
      },
      "loadingMeters": {
        "max": 14261.6,
        "min": 45.99
      },
      "numberOfPieces": {
        "max": 31,
        "min": 1
      },
      "palletPlaces": {
        "max": 20963.86,
        "min": 73.83
      },
      "volume": {
        "max": 13976.08,
        "min": 50.29
      },
      "weight": {
        "max": 11483.29,
        "min": 50.96
      },
      "width": {
        "max": 35,
        "min": 3
      }
    },
    "productCode": "DPL",
    "shipmentTotal": {
      "totalLoadingMeters": {
        "max": 16003.45,
        "min": 80.47
      },
      "totalNumberOfPieces": {
        "max": 23,
        "min": 2
      },
      "totalPalletPlaces": {
        "max": 19921.33,
        "min": 91.23
      },
      "totalVolume": {
        "max": 15283.11,
        "min": 62.27
      },
      "totalWeight": {
        "max": 11811.93,
        "min": 44.93
      }
    },
    "stackable": true,
    "toCountries": [
      {
        "country": {
          "countryCode": "NI",
          "customs": false,
          "englishName": "Oman"
        },
        "deliveryTypes": [
          {
            "code": "STD",
            "name": "Standard Delivery",
            "piece": {
              "height": {
                "max": 49,
                "min": 1
              },
              "length": {
                "max": 25,
                "min": 2
              },
              "loadingMeters": {
                "max": 1049.89,
                "min": 90.03
              },
              "numberOfPieces": {
                "max": 29,
                "min": 2
              },
              "palletPlaces": {
                "max": 19276.83,
                "min": 85.66
              },
              "volume": {
                "max": 15976.72,
                "min": 64.54
              },
              "weight": {
                "max": 7341.48,
                "min": 79.36
              },
              "width": {
                "max": 48,
                "min": 4
              }
            },
            "shipmentTotal": {
              "totalLoadingMeters": {
                "max": 11600.62,
                "min": 83.69
              },
              "totalNumberOfPieces": {
                "max": 31,
                "min": 5
              },
              "totalPalletPlaces": {
                "max": 4312.92,
                "min": 45.13
              },
              "totalVolume": {
                "max": 23837.71,
                "min": 57.9
              },
              "totalWeight": {
                "max": 11343.06,
                "min": 72.22
              }
            }
          },
          {
            "code": "STD",
            "name": "Door-to-Door",
            "piece": {
              "height": {
                "max": 12,
                "min": 1
              },
              "length": {
                "max": 18,
                "min": 1
              },
              "loadingMeters": {
                "max": 1392.78,
                "min": 80.62
              },
              "numberOfPieces": {
                "max": 16,
                "min": 5
              },
              "palletPlaces": {
                "max": 13125.46,
                "min": 73.58
              },
              "volume": {
                "max": 11131.14,
                "min": 50.12
              },
              "weight": {
                "max": 9661.96,
                "min": 86.13
              },
              "width": {
                "max": 40,
                "min": 4
              }
            },
            "shipmentTotal": {
              "totalLoadingMeters": {
                "max": 11971.89,
                "min": 58.33
              },
              "totalNumberOfPieces": {
                "max": 45,
                "min": 5
              },
              "totalPalletPlaces": {
                "max": 11140.27,
                "min": 38.44
              },
              "totalVolume": {
                "max": 663.66,
                "min": 92.15
              },
              "totalWeight": {
                "max": 4797.73,
                "min": 92.71
              }
            }
          },
          {
            "code": "STD",
            "name": "Priority Delivery",
            "piece": {
              "height": {
                "max": 14,
                "min": 3
              },
              "length": {
                "max": 37,
                "min": 1
              },
              "loadingMeters": {
                "max": 23117.69,
                "min": 51.34
              },
              "numberOfPieces": {
                "max": 45,
                "min": 3
              },
              "palletPlaces": {
                "max": 10801.32,
                "min": 80.55
              },
              "volume": {
                "max": 10752.52,
                "min": 98.96
              },
              "weight": {
                "max": 24469.38,
                "min": 50.24
              },
              "width": {
                "max": 21,
                "min": 4
              }
            },
            "shipmentTotal": {
              "totalLoadingMeters": {
                "max": 18676.56,
                "min": 73.87
              },
              "totalNumberOfPieces": {
                "max": 16,
                "min": 5
              },
              "totalPalletPlaces": {
                "max": 8677.67,
                "min": 61.45
              },
              "totalVolume": {
                "max": 3278.53,
                "min": 71.15
              },
              "totalWeight": {
                "max": 19715.53,
                "min": 38.19
              }
            }
          },
          {
            "code": "DOOR-TO-DOOR",
            "name": "Hub-to-Hub",
            "piece": {
              "height": {
                "max": 17,
                "min": 2
              },
              "length": {
                "max": 33,
                "min": 1
              },
              "loadingMeters": {
                "max": 20279.22,
                "min": 53.39
              },
              "numberOfPieces": {
                "max": 42,
                "min": 1
              },
              "palletPlaces": {
                "max": 7950.4,
                "min": 68.72
              },
              "volume": {
                "max": 3388.51,
                "min": 92.68
              },
              "weight": {
                "max": 22670.5,
                "min": 72.61
              },
              "width": {
                "max": 26,
                "min": 5
              }
            },
            "shipmentTotal": {
              "totalLoadingMeters": {
                "max": 20663.62,
                "min": 63.36
              },
              "totalNumberOfPieces": {
                "max": 40,
                "min": 4
              },
              "totalPalletPlaces": {
                "max": 13707.04,
                "min": 79.12
              },
              "totalVolume": {
                "max": 18231.29,
                "min": 43.67
              },
              "totalWeight": {
                "max": 21008.69,
                "min": 56.57
              }
            }
          }
        ],
        "postalCodeExcludes": "00000"
      },
      {
        "country": {
          "countryCode": "SB",
          "customs": false,
          "englishName": "Czechia"
        },
        "deliveryTypes": [
          {
            "code": "ON-DEMAND",
            "name": "Standard Delivery",
            "piece": {
              "height": {
                "max": 20,
                "min": 2
              },
              "length": {
                "max": 35,
                "min": 3
              },
              "loadingMeters": {
                "max": 19465.23,
                "min": 45.49
              },
              "numberOfPieces": {
                "max": 11,
                "min": 2
              },
              "palletPlaces": {
                "max": 18570.02,
                "min": 78.03
              },
              "volume": {
                "max": 2846.19,
                "min": 63.13
              },
              "weight": {
                "max": 9619.09,
                "min": 56.16
              },
              "width": {
                "max": 44,
                "min": 1
              }
            },
            "shipmentTotal": {
              "totalLoadingMeters": {
                "max": 10927.57,
                "min": 87.73
              },
              "totalNumberOfPieces": {
                "max": 49,
                "min": 4
              },
              "totalPalletPlaces": {
                "max": 16561.64,
                "min": 93.72
              },
              "totalVolume": {
                "max": 14257.49,
                "min": 65.51
              },
              "totalWeight": {
                "max": 11145.83,
                "min": 91.64
              }
            }
          },
          {
            "code": "PRI",
            "name": "On-Demand Delivery",
            "piece": {
              "height": {
                "max": 13,
                "min": 2
              },
              "length": {
                "max": 12,
                "min": 3
              },
              "loadingMeters": {
                "max": 8444.07,
                "min": 68.31
              },
              "numberOfPieces": {
                "max": 30,
                "min": 2
              },
              "palletPlaces": {
                "max": 1199.35,
                "min": 95.81
              },
              "volume": {
                "max": 20875.8,
                "min": 85.85
              },
              "weight": {
                "max": 8844.42,
                "min": 95.57
              },
              "width": {
                "max": 40,
                "min": 3
              }
            },
            "shipmentTotal": {
              "totalLoadingMeters": {
                "max": 21161.94,
                "min": 66.45
              },
              "totalNumberOfPieces": {
                "max": 38,
                "min": 5
              },
              "totalPalletPlaces": {
                "max": 3541.94,
                "min": 68.47
              },
              "totalVolume": {
                "max": 24231.7,
                "min": 39.44
              },
              "totalWeight": {
                "max": 3021.12,
                "min": 98.18
              }
            }
          },
          {
            "code": "DOOR-TO-DOOR",
            "name": "Priority Delivery",
            "piece": {
              "height": {
                "max": 14,
                "min": 5
              },
              "length": {
                "max": 17,
                "min": 2
              },
              "loadingMeters": {
                "max": 1236.66,
                "min": 99.88
              },
              "numberOfPieces": {
                "max": 42,
                "min": 1
              },
              "palletPlaces": {
                "max": 12121.58,
                "min": 78.87
              },
              "volume": {
                "max": 12614.35,
                "min": 92.49
              },
              "weight": {
                "max": 21640.36,
                "min": 52.02
              },
              "width": {
                "max": 40,
                "min": 1
              }
            },
            "shipmentTotal": {
              "totalLoadingMeters": {
                "max": 13241.02,
                "min": 77.75
              },
              "totalNumberOfPieces": {
                "max": 45,
                "min": 1
              },
              "totalPalletPlaces": {
                "max": 24582.71,
                "min": 64.52
              },
              "totalVolume": {
                "max": 7218,
                "min": 42.36
              },
              "totalWeight": {
                "max": 12032.7,
                "min": 92.95
              }
            }
          }
        ],
        "postalCodeExcludes": "80000-90000"
      },
      {
        "country": {
          "countryCode": "EE",
          "customs": false,
          "englishName": "Timor-Leste"
        },
        "deliveryTypes": [
          {
            "code": "EXP",
            "name": "Priority Delivery",
            "piece": {
              "height": {
                "max": 26,
                "min": 2
              },
              "length": {
                "max": 35,
                "min": 3
              },
              "loadingMeters": {
                "max": 13670.12,
                "min": 67.55
              },
              "numberOfPieces": {
                "max": 49,
                "min": 4
              },
              "palletPlaces": {
                "max": 18430.83,
                "min": 65.68
              },
              "volume": {
                "max": 11733.3,
                "min": 54.37
              },
              "weight": {
                "max": 23935.12,
                "min": 45.97
              },
              "width": {
                "max": 10,
                "min": 5
              }
            },
            "shipmentTotal": {
              "totalLoadingMeters": {
                "max": 9891.2,
                "min": 78.66
              },
              "totalNumberOfPieces": {
                "max": 33,
                "min": 4
              },
              "totalPalletPlaces": {
                "max": 4210.74,
                "min": 69.21
              },
              "totalVolume": {
                "max": 13299.59,
                "min": 61.05
              },
              "totalWeight": {
                "max": 17009.44,
                "min": 94.79
              }
            }
          },
          {
            "code": "HUB-TO-HUB",
            "name": "On-Demand Delivery",
            "piece": {
              "height": {
                "max": 25,
                "min": 4
              },
              "length": {
                "max": 16,
                "min": 3
              },
              "loadingMeters": {
                "max": 7680.37,
                "min": 50.42
              },
              "numberOfPieces": {
                "max": 41,
                "min": 2
              },
              "palletPlaces": {
                "max": 10489.69,
                "min": 63.72
              },
              "volume": {
                "max": 16714.53,
                "min": 97.78
              },
              "weight": {
                "max": 23944.69,
                "min": 75.98
              },
              "width": {
                "max": 24,
                "min": 2
              }
            },
            "shipmentTotal": {
              "totalLoadingMeters": {
                "max": 12694.64,
                "min": 46.6
              },
              "totalNumberOfPieces": {
                "max": 44,
                "min": 4
              },
              "totalPalletPlaces": {
                "max": 2504.06,
                "min": 65.6
              },
              "totalVolume": {
                "max": 20190.54,
                "min": 90.48
              },
              "totalWeight": {
                "max": 20827.27,
                "min": 52.01
              }
            }
          },
          {
            "code": "PRI",
            "name": "On-Demand Delivery",
            "piece": {
              "height": {
                "max": 36,
                "min": 1
              },
              "length": {
                "max": 38,
                "min": 3
              },
              "loadingMeters": {
                "max": 1720.11,
                "min": 48.82
              },
              "numberOfPieces": {
                "max": 39,
                "min": 1
              },
              "palletPlaces": {
                "max": 18857.68,
                "min": 53.46
              },
              "volume": {
                "max": 6573.38,
                "min": 58.32
              },
              "weight": {
                "max": 23098.03,
                "min": 97.34
              },
              "width": {
                "max": 20,
                "min": 3
              }
            },
            "shipmentTotal": {
              "totalLoadingMeters": {
                "max": 7334.38,
                "min": 49.18
              },
              "totalNumberOfPieces": {
                "max": 14,
                "min": 4
              },
              "totalPalletPlaces": {
                "max": 15353.7,
                "min": 77.72
              },
              "totalVolume": {
                "max": 6429.45,
                "min": 67.4
              },
              "totalWeight": {
                "max": 17797.09,
                "min": 83.57
              }
            }
          },
          {
            "code": "PRI",
            "name": "Point-to-Point",
            "piece": {
              "height": {
                "max": 37,
                "min": 1
              },
              "length": {
                "max": 34,
                "min": 4
              },
              "loadingMeters": {
                "max": 8299.58,
                "min": 63.84
              },
              "numberOfPieces": {
                "max": 48,
                "min": 1
              },
              "palletPlaces": {
                "max": 5512.34,
                "min": 64.79
              },
              "volume": {
                "max": 14016.99,
                "min": 50.76
              },
              "weight": {
                "max": 20971.33,
                "min": 65.25
              },
              "width": {
                "max": 28,
                "min": 5
              }
            },
            "shipmentTotal": {
              "totalLoadingMeters": {
                "max": 19556.67,
                "min": 67.54
              },
              "totalNumberOfPieces": {
                "max": 50,
                "min": 3
              },
              "totalPalletPlaces": {
                "max": 4507.29,
                "min": 54.12
              },
              "totalVolume": {
                "max": 11306.08,
                "min": 66.02
              },
              "totalWeight": {
                "max": 17318.1,
                "min": 36.16
              }
            }
          },
          {
            "code": "PRI",
            "name": "Express Delivery",
            "piece": {
              "height": {
                "max": 11,
                "min": 5
              },
              "length": {
                "max": 21,
                "min": 2
              },
              "loadingMeters": {
                "max": 11472.56,
                "min": 90.2
              },
              "numberOfPieces": {
                "max": 25,
                "min": 5
              },
              "palletPlaces": {
                "max": 15113.33,
                "min": 37.42
              },
              "volume": {
                "max": 776.07,
                "min": 59.91
              },
              "weight": {
                "max": 21125.84,
                "min": 91.85
              },
              "width": {
                "max": 39,
                "min": 2
              }
            },
            "shipmentTotal": {
              "totalLoadingMeters": {
                "max": 3810.91,
                "min": 94.18
              },
              "totalNumberOfPieces": {
                "max": 10,
                "min": 3
              },
              "totalPalletPlaces": {
                "max": 10597.35,
                "min": 50.08
              },
              "totalVolume": {
                "max": 13687.44,
                "min": 99.13
              },
              "totalWeight": {
                "max": 22791.68,
                "min": 59.94
              }
            }
          }
        ],
        "postalCodeExcludes": "98765"
      },
      {
        "country": {
          "countryCode": "VC",
          "customs": false,
          "englishName": "Aland Islands"
        },
        "deliveryTypes": [
          {
            "code": "ON-DEMAND",
            "name": "On-Demand Delivery",
            "piece": {
              "height": {
                "max": 50,
                "min": 5
              },
              "length": {
                "max": 17,
                "min": 5
              },
              "loadingMeters": {
                "max": 7607.49,
                "min": 80.57
              },
              "numberOfPieces": {
                "max": 43,
                "min": 3
              },
              "palletPlaces": {
                "max": 13774.76,
                "min": 69.8
              },
              "volume": {
                "max": 17450.53,
                "min": 39.67
              },
              "weight": {
                "max": 18922.65,
                "min": 62.45
              },
              "width": {
                "max": 10,
                "min": 1
              }
            },
            "shipmentTotal": {
              "totalLoadingMeters": {
                "max": 16201.97,
                "min": 70.7
              },
              "totalNumberOfPieces": {
                "max": 49,
                "min": 2
              },
              "totalPalletPlaces": {
                "max": 504.64,
                "min": 52.06
              },
              "totalVolume": {
                "max": 12721.47,
                "min": 80.39
              },
              "totalWeight": {
                "max": 10071.63,
                "min": 73.01
              }
            }
          },
          {
            "code": "ON-DEMAND",
            "name": "Hub-to-Hub",
            "piece": {
              "height": {
                "max": 36,
                "min": 4
              },
              "length": {
                "max": 17,
                "min": 1
              },
              "loadingMeters": {
                "max": 10221.1,
                "min": 77.73
              },
              "numberOfPieces": {
                "max": 12,
                "min": 3
              },
              "palletPlaces": {
                "max": 7103.43,
                "min": 46.53
              },
              "volume": {
                "max": 1659.82,
                "min": 51.43
              },
              "weight": {
                "max": 17385.2,
                "min": 83.43
              },
              "width": {
                "max": 17,
                "min": 3
              }
            },
            "shipmentTotal": {
              "totalLoadingMeters": {
                "max": 22887.68,
                "min": 56.99
              },
              "totalNumberOfPieces": {
                "max": 33,
                "min": 1
              },
              "totalPalletPlaces": {
                "max": 4447.7,
                "min": 98.04
              },
              "totalVolume": {
                "max": 15937.37,
                "min": 65.11
              },
              "totalWeight": {
                "max": 19620.11,
                "min": 45.16
              }
            }
          },
          {
            "code": "ON-DEMAND",
            "name": "Priority Delivery",
            "piece": {
              "height": {
                "max": 13,
                "min": 2
              },
              "length": {
                "max": 18,
                "min": 3
              },
              "loadingMeters": {
                "max": 4157.19,
                "min": 74.92
              },
              "numberOfPieces": {
                "max": 49,
                "min": 3
              },
              "palletPlaces": {
                "max": 8220.33,
                "min": 65.87
              },
              "volume": {
                "max": 5051.13,
                "min": 84.31
              },
              "weight": {
                "max": 19370.4,
                "min": 73.75
              },
              "width": {
                "max": 33,
                "min": 5
              }
            },
            "shipmentTotal": {
              "totalLoadingMeters": {
                "max": 10641.64,
                "min": 41.29
              },
              "totalNumberOfPieces": {
                "max": 45,
                "min": 2
              },
              "totalPalletPlaces": {
                "max": 15727.94,
                "min": 46.99
              },
              "totalVolume": {
                "max": 24424.25,
                "min": 41.88
              },
              "totalWeight": {
                "max": 22648.42,
                "min": 41.02
              }
            }
          },
          {
            "code": "DOOR-TO-DOOR",
            "name": "Express Delivery",
            "piece": {
              "height": {
                "max": 46,
                "min": 5
              },
              "length": {
                "max": 24,
                "min": 3
              },
              "loadingMeters": {
                "max": 13997.49,
                "min": 75.11
              },
              "numberOfPieces": {
                "max": 39,
                "min": 5
              },
              "palletPlaces": {
                "max": 13202.06,
                "min": 79.04
              },
              "volume": {
                "max": 11706.89,
                "min": 67.53
              },
              "weight": {
                "max": 8047.18,
                "min": 53.29
              },
              "width": {
                "max": 28,
                "min": 4
              }
            },
            "shipmentTotal": {
              "totalLoadingMeters": {
                "max": 21401.38,
                "min": 98.07
              },
              "totalNumberOfPieces": {
                "max": 36,
                "min": 4
              },
              "totalPalletPlaces": {
                "max": 4295.79,
                "min": 38.93
              },
              "totalVolume": {
                "max": 13555.74,
                "min": 49.22
              },
              "totalWeight": {
                "max": 24246.56,
                "min": 84.62
              }
            }
          }
        ],
        "postalCodeExcludes": "12345"
      },
      {
        "country": {
          "countryCode": "MW",
          "customs": false,
          "englishName": "Brunei Darussalam"
        },
        "deliveryTypes": [
          {
            "code": "STD",
            "name": "Standard Delivery",
            "piece": {
              "height": {
                "max": 36,
                "min": 2
              },
              "length": {
                "max": 18,
                "min": 1
              },
              "loadingMeters": {
                "max": 15806.27,
                "min": 56.88
              },
              "numberOfPieces": {
                "max": 13,
                "min": 2
              },
              "palletPlaces": {
                "max": 4817.45,
                "min": 59.44
              },
              "volume": {
                "max": 5976.95,
                "min": 81.12
              },
              "weight": {
                "max": 18005.02,
                "min": 65.65
              },
              "width": {
                "max": 11,
                "min": 5
              }
            },
            "shipmentTotal": {
              "totalLoadingMeters": {
                "max": 12906.45,
                "min": 56.73
              },
              "totalNumberOfPieces": {
                "max": 27,
                "min": 3
              },
              "totalPalletPlaces": {
                "max": 11445.15,
                "min": 43.54
              },
              "totalVolume": {
                "max": 9376.58,
                "min": 95.05
              },
              "totalWeight": {
                "max": 1365.32,
                "min": 58.2
              }
            }
          },
          {
            "code": "POINT-TO-POINT",
            "name": "Standard Delivery",
            "piece": {
              "height": {
                "max": 35,
                "min": 3
              },
              "length": {
                "max": 31,
                "min": 2
              },
              "loadingMeters": {
                "max": 20638.38,
                "min": 75.02
              },
              "numberOfPieces": {
                "max": 44,
                "min": 2
              },
              "palletPlaces": {
                "max": 11836.05,
                "min": 69.82
              },
              "volume": {
                "max": 9589.9,
                "min": 56.86
              },
              "weight": {
                "max": 12857.74,
                "min": 54.24
              },
              "width": {
                "max": 17,
                "min": 5
              }
            },
            "shipmentTotal": {
              "totalLoadingMeters": {
                "max": 10823.87,
                "min": 58.67
              },
              "totalNumberOfPieces": {
                "max": 10,
                "min": 3
              },
              "totalPalletPlaces": {
                "max": 8253.11,
                "min": 40.14
              },
              "totalVolume": {
                "max": 4873.16,
                "min": 42.98
              },
              "totalWeight": {
                "max": 23678.93,
                "min": 91.82
              }
            }
          },
          {
            "code": "POINT-TO-POINT",
            "name": "Point-to-Point",
            "piece": {
              "height": {
                "max": 29,
                "min": 1
              },
              "length": {
                "max": 32,
                "min": 5
              },
              "loadingMeters": {
                "max": 6353.5,
                "min": 72.46
              },
              "numberOfPieces": {
                "max": 43,
                "min": 3
              },
              "palletPlaces": {
                "max": 14640.64,
                "min": 42.53
              },
              "volume": {
                "max": 4975.1,
                "min": 46.16
              },
              "weight": {
                "max": 13382.27,
                "min": 95.94
              },
              "width": {
                "max": 45,
                "min": 5
              }
            },
            "shipmentTotal": {
              "totalLoadingMeters": {
                "max": 15896.79,
                "min": 98.07
              },
              "totalNumberOfPieces": {
                "max": 11,
                "min": 3
              },
              "totalPalletPlaces": {
                "max": 7976.88,
                "min": 48.44
              },
              "totalVolume": {
                "max": 22399.17,
                "min": 60.68
              },
              "totalWeight": {
                "max": 10597.39,
                "min": 35.52
              }
            }
          },
          {
            "code": "ON-DEMAND",
            "name": "Hub-to-Hub",
            "piece": {
              "height": {
                "max": 43,
                "min": 4
              },
              "length": {
                "max": 10,
                "min": 3
              },
              "loadingMeters": {
                "max": 6867.92,
                "min": 94.72
              },
              "numberOfPieces": {
                "max": 29,
                "min": 5
              },
              "palletPlaces": {
                "max": 1325.8,
                "min": 99.22
              },
              "volume": {
                "max": 18033.56,
                "min": 91.58
              },
              "weight": {
                "max": 6119.17,
                "min": 65.34
              },
              "width": {
                "max": 32,
                "min": 2
              }
            },
            "shipmentTotal": {
              "totalLoadingMeters": {
                "max": 2504.96,
                "min": 60.22
              },
              "totalNumberOfPieces": {
                "max": 26,
                "min": 5
              },
              "totalPalletPlaces": {
                "max": 3547.76,
                "min": 81.02
              },
              "totalVolume": {
                "max": 6291.16,
                "min": 89.11
              },
              "totalWeight": {
                "max": 1721.86,
                "min": 36.04
              }
            }
          }
        ],
        "postalCodeExcludes": "00000"
      }
    ]
  },
  {
    "active": true,
    "additionalServices": [
      {
        "code": "PriorityServiceP10",
        "codeMappings": [
          {
            "code": "POD",
            "value": "456"
          }
        ],
        "customs": false,
        "customUsageRules": "Optional for domestic",
        "information": "Tail lift required",
        "name": "Proof of Delivery",
        "translations": [
          {
            "information": "Couverture supplémentaire",
            "languageCode": "fr",
            "name": "Seguro"
          }
        ]
      },
      {
        "code": "FixedDeliveryDate",
        "codeMappings": [
          {
            "code": "NOTIF",
            "value": "789"
          },
          {
            "code": "LFT",
            "value": "789"
          },
          {
            "code": "POD",
            "value": "123"
          }
        ],
        "customs": false,
        "customUsageRules": "Mandatory for international",
        "information": "Email/SMS notifications",
        "name": "Proof of Delivery",
        "translations": [
          {
            "information": "Cobertura adicional",
            "languageCode": "de",
            "name": "Insurance"
          },
          {
            "information": "Couverture supplémentaire",
            "languageCode": "fr",
            "name": "Assurance"
          }
        ]
      },
      {
        "code": "PriorityServiceP12",
        "codeMappings": [
          {
            "code": "INS",
            "value": "456"
          }
        ],
        "customs": false,
        "customUsageRules": "Optional for domestic",
        "information": "Email/SMS notifications",
        "name": "Notifications",
        "translations": [
          {
            "information": "Additional coverage",
            "languageCode": "es",
            "name": "Insurance"
          },
          {
            "information": "Couverture supplémentaire",
            "languageCode": "en",
            "name": "Seguro"
          },
          {
            "information": "Cobertura adicional",
            "languageCode": "de",
            "name": "Assicurazione"
          },
          {
            "information": "Additional coverage",
            "languageCode": "es",
            "name": "Seguro"
          },
          {
            "information": "Additional coverage",
            "languageCode": "es",
            "name": "Assicurazione"
          }
        ]
      },
      {
        "code": "TailLiftLoading",
        "codeMappings": [
          {
            "code": "LFT",
            "value": "789"
          }
        ],
        "customs": false,
        "customUsageRules": "Required for items > 500kg",
        "information": "Email/SMS notifications",
        "name": "Proof of Delivery",
        "translations": [
          {
            "information": "Copertura aggiuntiva",
            "languageCode": "de",
            "name": "Seguro"
          },
          {
            "information": "Cobertura adicional",
            "languageCode": "fr",
            "name": "Versicherung"
          },
          {
            "information": "Copertura aggiuntiva",
            "languageCode": "es",
            "name": "Insurance"
          },
          {
            "information": "Couverture supplémentaire",
            "languageCode": "fr",
            "name": "Seguro"
          },
          {
            "information": "Cobertura adicional",
            "languageCode": "it",
            "name": "Assicurazione"
          }
        ]
      }
    ],
    "customRules": "No hazardous chemicals",
    "dangerousGoodsExclusions": [
      {
        "allowed": false,
        "class": "1",
        "exceptions": [
          {
            "type": "QUANTITY",
            "value": "1000kg"
          },
          {
            "type": "QUANTITY",
            "value": "LQ"
          }
        ],
        "name": "Flammable Gases"
      },
      {
        "allowed": true,
        "class": "5.1",
        "exceptions": [
          {
            "type": "UN_NUMBER",
            "value": "UN1234"
          },
          {
            "type": "UN_NUMBER",
            "value": "UN1234"
          }
        ],
        "name": "Oxidizers"
      },
      {
        "allowed": false,
        "class": "6.1",
        "exceptions": [
          {
            "type": "PACKAGING",
            "value": "LQ"
          },
          {
            "type": "UN_NUMBER",
            "value": "PACKED"
          },
          {
            "type": "PACKAGING",
            "value": "UN1234"
          }
        ],
        "name": "Toxic Substances"
      },
      {
        "allowed": false,
        "class": "9",
        "exceptions": [
          {
            "type": "PACKAGING",
            "value": "UN1234"
          },
          {
            "type": "UN_NUMBER",
            "value": "PACKED"
          },
          {
            "type": "UN_NUMBER",
            "value": "UN1234"
          },
          {
            "type": "UN_NUMBER",
            "value": "UN1234"
          },
          {
            "type": "PACKAGING",
            "value": "UN1234"
          }
        ],
        "name": "Flammable Liquids"
      }
    ],
    "description": "Cross-border road delivery",
    "exclusions": [
      {
        "code": "HAZMAT",
        "name": "Perishable Goods"
      }
    ],
    "fromCountries": [
      {
        "country": {
          "countryCode": "FK",
          "customs": false,
          "englishName": "Samoa"
        }
      },
      {
        "country": {
          "countryCode": "NE",
          "customs": false,
          "englishName": "Azerbaijan"
        }
      },
      {
        "country": {
          "countryCode": "PT",
          "customs": false,
          "englishName": "Cocos (Keeling) Islands"
        }
      },
      {
        "country": {
          "countryCode": "CG",
          "customs": false,
          "englishName": "Romania"
        }
      },
      {
        "country": {
          "countryCode": "BG",
          "customs": true,
          "englishName": "Cote d'Ivoire"
        }
      }
    ],
    "isDomestic": true,
    "marketAvailability": [
      {
        "name": "ENTERPRISE"
      },
      {
        "name": "GOV"
      }
    ],
    "name": "DHL Freight Standard",
    "packageTypes": [
      {
        "code": "BAG",
        "name": "Bag"
      }
    ],
    "payerCodes": [
      {
        "code": "RECEIVER",
        "customs": true,
        "name": "Receiver Pays"
      },
      {
        "code": "RECEIVER",
        "customs": true,
        "name": "Sender Pays"
      },
      {
        "code": "SENDER",
        "customs": false,
        "name": "Receiver Pays"
      },
      {
        "code": "RECEIVER",
        "customs": false,
        "name": "Receiver Pays"
      }
    ],
    "piece": {
      "height": {
        "max": 27,
        "min": 3
      },
      "length": {
        "max": 23,
        "min": 2
      },
      "loadingMeters": {
        "max": 21073.91,
        "min": 61.79
      },
      "numberOfPieces": {
        "max": 43,
        "min": 5
      },
      "palletPlaces": {
        "max": 2370.43,
        "min": 40.54
      },
      "volume": {
        "max": 9227.23,
        "min": 77.44
      },
      "weight": {
        "max": 16487.69,
        "min": 98.38
      },
      "width": {
        "max": 41,
        "min": 3
      }
    },
    "productCode": "DPL",
    "shipmentTotal": {
      "totalLoadingMeters": {
        "max": 22080.41,
        "min": 53.37
      },
      "totalNumberOfPieces": {
        "max": 16,
        "min": 5
      },
      "totalPalletPlaces": {
        "max": 8938.41,
        "min": 84.11
      },
      "totalVolume": {
        "max": 23483.43,
        "min": 50.8
      },
      "totalWeight": {
        "max": 8721.02,
        "min": 54.79
      }
    },
    "stackable": false,
    "toCountries": [
      {
        "country": {
          "countryCode": "PG",
          "customs": false,
          "englishName": "Panama"
        },
        "deliveryTypes": [
          {
            "code": "EXP",
            "name": "On-Demand Delivery",
            "piece": {
              "height": {
                "max": 43,
                "min": 1
              },
              "length": {
                "max": 19,
                "min": 5
              },
              "loadingMeters": {
                "max": 24472.39,
                "min": 63.2
              },
              "numberOfPieces": {
                "max": 16,
                "min": 5
              },
              "palletPlaces": {
                "max": 1804.57,
                "min": 63.6
              },
              "volume": {
                "max": 19082.4,
                "min": 85.53
              },
              "weight": {
                "max": 4547.25,
                "min": 92.72
              },
              "width": {
                "max": 35,
                "min": 4
              }
            },
            "shipmentTotal": {
              "totalLoadingMeters": {
                "max": 21253.98,
                "min": 99.9
              },
              "totalNumberOfPieces": {
                "max": 50,
                "min": 2
              },
              "totalPalletPlaces": {
                "max": 915.44,
                "min": 96.56
              },
              "totalVolume": {
                "max": 21938.42,
                "min": 76.07
              },
              "totalWeight": {
                "max": 4648.53,
                "min": 45.68
              }
            }
          },
          {
            "code": "ON-DEMAND",
            "name": "Door-to-Door",
            "piece": {
              "height": {
                "max": 12,
                "min": 5
              },
              "length": {
                "max": 21,
                "min": 4
              },
              "loadingMeters": {
                "max": 12424.63,
                "min": 91.29
              },
              "numberOfPieces": {
                "max": 21,
                "min": 5
              },
              "palletPlaces": {
                "max": 10296.94,
                "min": 44.81
              },
              "volume": {
                "max": 12961.12,
                "min": 59.37
              },
              "weight": {
                "max": 14080.84,
                "min": 92.39
              },
              "width": {
                "max": 39,
                "min": 1
              }
            },
            "shipmentTotal": {
              "totalLoadingMeters": {
                "max": 18443.96,
                "min": 83.28
              },
              "totalNumberOfPieces": {
                "max": 39,
                "min": 1
              },
              "totalPalletPlaces": {
                "max": 20407.96,
                "min": 96.53
              },
              "totalVolume": {
                "max": 13427.05,
                "min": 71.55
              },
              "totalWeight": {
                "max": 22773.29,
                "min": 72.37
              }
            }
          }
        ],
        "postalCodeExcludes": "00000"
      }
    ]
  },
  {
    "active": true,
    "additionalServices": [
      {
        "code": "After12Delivery",
        "codeMappings": [
          {
            "code": "LFT",
            "value": "789"
          },
          {
            "code": "LFT",
            "value": "123"
          },
          {
            "code": "POD",
            "value": "123"
          },
          {
            "code": "POD",
            "value": "789"
          }
        ],
        "customs": false,
        "customUsageRules": "Optional for domestic",
        "information": "Additional insurance cover",
        "name": "Liftgate",
        "translations": [
          {
            "information": "Copertura aggiuntiva",
            "languageCode": "de",
            "name": "Assurance"
          },
          {
            "information": "Zusätzliche Deckung",
            "languageCode": "fr",
            "name": "Assurance"
          },
          {
            "information": "Zusätzliche Deckung",
            "languageCode": "fr",
            "name": "Versicherung"
          },
          {
            "information": "Cobertura adicional",
            "languageCode": "fr",
            "name": "Seguro"
          },
          {
            "information": "Cobertura adicional",
            "languageCode": "es",
            "name": "Assurance"
          }
        ]
      },
      {
        "code": "AvailablePickupTime",
        "codeMappings": [
          {
            "code": "POD",
            "value": "789"
          }
        ],
        "customs": false,
        "customUsageRules": "Required for items > 500kg",
        "information": "Additional insurance cover",
        "name": "Notifications",
        "translations": [
          {
            "information": "Cobertura adicional",
            "languageCode": "es",
            "name": "Seguro"
          },
          {
            "information": "Couverture supplémentaire",
            "languageCode": "en",
            "name": "Assurance"
          },
          {
            "information": "Additional coverage",
            "languageCode": "de",
            "name": "Assurance"
          },
          {
            "information": "Additional coverage",
            "languageCode": "it",
            "name": "Assurance"
          },
          {
            "information": "Cobertura adicional",
            "languageCode": "it",
            "name": "Seguro"
          }
        ]
      },
      {
        "code": "CashOnDelivery",
        "codeMappings": [
          {
            "code": "LFT",
            "value": "456"
          },
          {
            "code": "NOTIF",
            "value": "789"
          }
        ],
        "customs": false,
        "customUsageRules": "Required for items > 500kg",
        "information": "Email/SMS notifications",
        "name": "Tail lift",
        "translations": [
          {
            "information": "Additional coverage",
            "languageCode": "en",
            "name": "Assicurazione"
          },
          {
            "information": "Couverture supplémentaire",
            "languageCode": "es",
            "name": "Seguro"
          },
          {
            "information": "Additional coverage",
            "languageCode": "it",
            "name": "Assicurazione"
          }
        ]
      },
      {
        "code": "FixedDeliveryDate",
        "codeMappings": [
          {
            "code": "LFT",
            "value": "456"
          },
          {
            "code": "POD",
            "value": "123"
          },
          {
            "code": "NOTIF",
            "value": "456"
          },
          {
            "code": "NOTIF",
            "value": "456"
          },
          {
            "code": "INS",
            "value": "789"
          }
        ],
        "customs": false,
        "customUsageRules": "Mandatory for international",
        "information": "Liftgate service required",
        "name": "Liftgate",
        "translations": [
          {
            "information": "Copertura aggiuntiva",
            "languageCode": "en",
            "name": "Seguro"
          },
          {
            "information": "Couverture supplémentaire",
            "languageCode": "es",
            "name": "Assurance"
          }
        ]
      }
    ],
    "customRules": "Standard EU pallet rules apply",
    "dangerousGoodsExclusions": [
      {
        "allowed": true,
        "class": "6.1",
        "exceptions": [
          {
            "type": "UN_NUMBER",
            "value": "LQ"
          },
          {
            "type": "QUANTITY",
            "value": "UN1234"
          },
          {
            "type": "UN_NUMBER",
            "value": "1000kg"
          }
        ],
        "name": "Toxic Substances"
      },
      {
        "allowed": false,
        "class": "8",
        "exceptions": [
          {
            "type": "UN_NUMBER",
            "value": "PACKED"
          }
        ],
        "name": "Corrosives"
      },
      {
        "allowed": false,
        "class": "6.1",
        "exceptions": [
          {
            "type": "QUANTITY",
            "value": "PACKED"
          },
          {
            "type": "PACKAGING",
            "value": "1000kg"
          }
        ],
        "name": "Flammable Liquids"
      },
      {
        "allowed": false,
        "class": "8",
        "exceptions": [
          {
            "type": "QUANTITY",
            "value": "1000kg"
          },
          {
            "type": "UN_NUMBER",
            "value": "UN1234"
          }
        ],
        "name": "Toxic Substances"
      },
      {
        "allowed": true,
        "class": "9",
        "exceptions": [
          {
            "type": "PACKAGING",
            "value": "UN1234"
          },
          {
            "type": "UN_NUMBER",
            "value": "LQ"
          },
          {
            "type": "PACKAGING",
            "value": "UN1234"
          },
          {
            "type": "UN_NUMBER",
            "value": "1000kg"
          },
          {
            "type": "QUANTITY",
            "value": "UN1234"
          }
        ],
        "name": "Oxidizers"
      }
    ],
    "description": "Less than truck load service",
    "exclusions": [
      {
        "code": "OVERSZ",
        "name": "Fragile Items"
      },
      {
        "code": "OVERSZ",
        "name": "Oversized Load"
      },
      {
        "code": "FRAGILE",
        "name": "Hazardous Materials"
      },
      {
        "code": "HAZMAT",
        "name": "Fragile Items"
      },
      {
        "code": "OVERSZ",
        "name": "Perishable Goods"
      }
    ],
    "fromCountries": [
      {
        "country": {
          "countryCode": "GN",
          "customs": false,
          "englishName": "Guinea"
        }
      },
      {
        "country": {
          "countryCode": "NA",
          "customs": true,
          "englishName": "Moldova"
        }
      },
      {
        "country": {
          "countryCode": "VC",
          "customs": false,
          "englishName": "Togo"
        }
      },
      {
        "country": {
          "countryCode": "NA",
          "customs": false,
          "englishName": "Democratic People's Republic of Korea"
        }
      },
      {
        "country": {
          "countryCode": "KG",
          "customs": false,
          "englishName": "Gabon"
        }
      }
    ],
    "isDomestic": false,
    "marketAvailability": [
      {
        "name": "ENTERPRISE"
      },
      {
        "name": "GOV"
      },
      {
        "name": "ENTERPRISE"
      },
      {
        "name": "C2B"
      }
    ],
    "name": "DHL Freight Plus",
    "packageTypes": [
      {
        "code": "BARREL",
        "name": "Bundle"
      }
    ],
    "payerCodes": [
      {
        "code": "SENDER",
        "customs": true,
        "name": "Sender Pays"
      },
      {
        "code": "RECEIVER",
        "customs": false,
        "name": "Receiver Pays"
      },
      {
        "code": "SENDER",
        "customs": true,
        "name": "Third Party Pays"
      },
      {
        "code": "RECEIVER",
        "customs": false,
        "name": "Sender Pays"
      },
      {
        "code": "RECEIVER",
        "customs": true,
        "name": "Receiver Pays"
      }
    ],
    "piece": {
      "height": {
        "max": 30,
        "min": 2
      },
      "length": {
        "max": 12,
        "min": 1
      },
      "loadingMeters": {
        "max": 24898.97,
        "min": 88.68
      },
      "numberOfPieces": {
        "max": 38,
        "min": 3
      },
      "palletPlaces": {
        "max": 2868.17,
        "min": 35.57
      },
      "volume": {
        "max": 6835.22,
        "min": 97.88
      },
      "weight": {
        "max": 3826.9,
        "min": 89.29
      },
      "width": {
        "max": 20,
        "min": 4
      }
    },
    "productCode": "DEX",
    "shipmentTotal": {
      "totalLoadingMeters": {
        "max": 15123.28,
        "min": 92.57
      },
      "totalNumberOfPieces": {
        "max": 42,
        "min": 5
      },
      "totalPalletPlaces": {
        "max": 21697.62,
        "min": 58.21
      },
      "totalVolume": {
        "max": 17654.66,
        "min": 56.23
      },
      "totalWeight": {
        "max": 23511.32,
        "min": 53.27
      }
    },
    "stackable": true,
    "toCountries": [
      {
        "country": {
          "countryCode": "WS",
          "customs": false,
          "englishName": "Cyprus"
        },
        "deliveryTypes": [
          {
            "code": "PRI",
            "name": "Hub-to-Hub",
            "piece": {
              "height": {
                "max": 22,
                "min": 5
              },
              "length": {
                "max": 23,
                "min": 2
              },
              "loadingMeters": {
                "max": 18056.2,
                "min": 67.76
              },
              "numberOfPieces": {
                "max": 41,
                "min": 2
              },
              "palletPlaces": {
                "max": 24032,
                "min": 36.38
              },
              "volume": {
                "max": 2782.26,
                "min": 61.44
              },
              "weight": {
                "max": 11399.62,
                "min": 48.24
              },
              "width": {
                "max": 16,
                "min": 3
              }
            },
            "shipmentTotal": {
              "totalLoadingMeters": {
                "max": 17150.45,
                "min": 40.42
              },
              "totalNumberOfPieces": {
                "max": 38,
                "min": 4
              },
              "totalPalletPlaces": {
                "max": 2715.01,
                "min": 60.61
              },
              "totalVolume": {
                "max": 20376.77,
                "min": 87.8
              },
              "totalWeight": {
                "max": 19606.21,
                "min": 44.77
              }
            }
          },
          {
            "code": "POINT-TO-POINT",
            "name": "Door-to-Door",
            "piece": {
              "height": {
                "max": 21,
                "min": 1
              },
              "length": {
                "max": 50,
                "min": 5
              },
              "loadingMeters": {
                "max": 18790.11,
                "min": 42.28
              },
              "numberOfPieces": {
                "max": 31,
                "min": 3
              },
              "palletPlaces": {
                "max": 556.69,
                "min": 81.73
              },
              "volume": {
                "max": 7601.44,
                "min": 54.4
              },
              "weight": {
                "max": 24661.01,
                "min": 42.1
              },
              "width": {
                "max": 29,
                "min": 4
              }
            },
            "shipmentTotal": {
              "totalLoadingMeters": {
                "max": 7374.29,
                "min": 82.72
              },
              "totalNumberOfPieces": {
                "max": 27,
                "min": 1
              },
              "totalPalletPlaces": {
                "max": 22277.02,
                "min": 70.37
              },
              "totalVolume": {
                "max": 8390.45,
                "min": 71.76
              },
              "totalWeight": {
                "max": 15371.85,
                "min": 69.01
              }
            }
          },
          {
            "code": "DOOR-TO-DOOR",
            "name": "Standard Delivery",
            "piece": {
              "height": {
                "max": 50,
                "min": 5
              },
              "length": {
                "max": 18,
                "min": 5
              },
              "loadingMeters": {
                "max": 6489.34,
                "min": 43.74
              },
              "numberOfPieces": {
                "max": 23,
                "min": 5
              },
              "palletPlaces": {
                "max": 10167.36,
                "min": 97.6
              },
              "volume": {
                "max": 1290.81,
                "min": 75.81
              },
              "weight": {
                "max": 14353.98,
                "min": 55.32
              },
              "width": {
                "max": 35,
                "min": 2
              }
            },
            "shipmentTotal": {
              "totalLoadingMeters": {
                "max": 3860.33,
                "min": 55.89
              },
              "totalNumberOfPieces": {
                "max": 37,
                "min": 2
              },
              "totalPalletPlaces": {
                "max": 778.31,
                "min": 71.83
              },
              "totalVolume": {
                "max": 1144.26,
                "min": 93.33
              },
              "totalWeight": {
                "max": 3823.36,
                "min": 48.7
              }
            }
          },
          {
            "code": "PRI",
            "name": "Hub-to-Hub",
            "piece": {
              "height": {
                "max": 11,
                "min": 1
              },
              "length": {
                "max": 24,
                "min": 1
              },
              "loadingMeters": {
                "max": 3465.7,
                "min": 88.67
              },
              "numberOfPieces": {
                "max": 48,
                "min": 3
              },
              "palletPlaces": {
                "max": 8957.1,
                "min": 83.26
              },
              "volume": {
                "max": 10088.37,
                "min": 43.06
              },
              "weight": {
                "max": 12783.72,
                "min": 83.41
              },
              "width": {
                "max": 15,
                "min": 2
              }
            },
            "shipmentTotal": {
              "totalLoadingMeters": {
                "max": 12914.31,
                "min": 48.29
              },
              "totalNumberOfPieces": {
                "max": 23,
                "min": 3
              },
              "totalPalletPlaces": {
                "max": 4314.44,
                "min": 36.8
              },
              "totalVolume": {
                "max": 13247.1,
                "min": 71.5
              },
              "totalWeight": {
                "max": 18547.01,
                "min": 74.45
              }
            }
          },
          {
            "code": "STD",
            "name": "Express Delivery",
            "piece": {
              "height": {
                "max": 15,
                "min": 4
              },
              "length": {
                "max": 27,
                "min": 2
              },
              "loadingMeters": {
                "max": 7308.38,
                "min": 49.11
              },
              "numberOfPieces": {
                "max": 30,
                "min": 1
              },
              "palletPlaces": {
                "max": 10101.11,
                "min": 80.58
              },
              "volume": {
                "max": 20036.66,
                "min": 83.13
              },
              "weight": {
                "max": 896.13,
                "min": 84.48
              },
              "width": {
                "max": 23,
                "min": 3
              }
            },
            "shipmentTotal": {
              "totalLoadingMeters": {
                "max": 20810.89,
                "min": 98.9
              },
              "totalNumberOfPieces": {
                "max": 26,
                "min": 2
              },
              "totalPalletPlaces": {
                "max": 14759.57,
                "min": 46.18
              },
              "totalVolume": {
                "max": 1412.83,
                "min": 84.14
              },
              "totalWeight": {
                "max": 12548.52,
                "min": 50.82
              }
            }
          }
        ],
        "postalCodeExcludes": "80000-90000"
      }
    ]
  }
]
Query Parameter NameExample
fromCountryCodeDE
toCountryCodeFR
{
  "active": true,
  "additionalServices": [
    {
      "code": "ThermoCold",
      "codeMappings": [
        {
          "code": "NOTIF",
          "value": "456"
        },
        {
          "code": "NOTIF",
          "value": "123"
        },
        {
          "code": "NOTIF",
          "value": "789"
        },
        {
          "code": "POD",
          "value": "123"
        }
      ],
      "customs": false,
      "customUsageRules": "Mandatory for international",
      "information": "Liftgate service required",
      "name": "Notifications",
      "translations": [
        {
          "information": "Additional coverage",
          "languageCode": "es",
          "name": "Insurance"
        }
      ]
    },
    {
      "code": "PreAdvice",
      "codeMappings": [
        {
          "code": "NOTIF",
          "value": "123"
        },
        {
          "code": "INS",
          "value": "789"
        },
        {
          "code": "NOTIF",
          "value": "789"
        },
        {
          "code": "POD",
          "value": "123"
        }
      ],
      "customs": false,
      "customUsageRules": "Optional for domestic",
      "information": "Tail lift required",
      "name": "Proof of Delivery",
      "translations": [
        {
          "information": "Zusätzliche Deckung",
          "languageCode": "de",
          "name": "Versicherung"
        },
        {
          "information": "Couverture supplémentaire",
          "languageCode": "en",
          "name": "Seguro"
        },
        {
          "information": "Copertura aggiuntiva",
          "languageCode": "it",
          "name": "Versicherung"
        },
        {
          "information": "Couverture supplémentaire",
          "languageCode": "en",
          "name": "Seguro"
        }
      ]
    },
    {
      "code": "PriorityServiceP10",
      "codeMappings": [
        {
          "code": "INS",
          "value": "789"
        },
        {
          "code": "LFT",
          "value": "456"
        },
        {
          "code": "NOTIF",
          "value": "123"
        }
      ],
      "customs": false,
      "customUsageRules": "Mandatory for international",
      "information": "Signed POD requested",
      "name": "Tail lift",
      "translations": [
        {
          "information": "Cobertura adicional",
          "languageCode": "de",
          "name": "Insurance"
        }
      ]
    }
  ],
  "customRules": "Customs clearance required",
  "dangerousGoodsExclusions": [
    {
      "allowed": false,
      "class": "9",
      "exceptions": [
        {
          "type": "UN_NUMBER",
          "value": "LQ"
        },
        {
          "type": "QUANTITY",
          "value": "UN1234"
        }
      ],
      "name": "Corrosives"
    },
    {
      "allowed": false,
      "class": "2.1",
      "exceptions": [
        {
          "type": "UN_NUMBER",
          "value": "1000kg"
        },
        {
          "type": "PACKAGING",
          "value": "LQ"
        },
        {
          "type": "PACKAGING",
          "value": "1000kg"
        },
        {
          "type": "QUANTITY",
          "value": "PACKED"
        },
        {
          "type": "QUANTITY",
          "value": "UN1234"
        }
      ],
      "name": "Flammable Gases"
    },
    {
      "allowed": false,
      "class": "1",
      "exceptions": [
        {
          "type": "QUANTITY",
          "value": "UN1234"
        },
        {
          "type": "UN_NUMBER",
          "value": "1000kg"
        },
        {
          "type": "QUANTITY",
          "value": "PACKED"
        },
        {
          "type": "PACKAGING",
          "value": "PACKED"
        },
        {
          "type": "QUANTITY",
          "value": "LQ"
        }
      ],
      "name": "Miscellaneous"
    }
  ],
  "description": "Palletized freight transport",
  "exclusions": [
    {
      "code": "LIVESTOCK",
      "name": "Perishable Goods"
    },
    {
      "code": "LIVESTOCK",
      "name": "Perishable Goods"
    },
    {
      "code": "HAZMAT",
      "name": "Oversized Load"
    },
    {
      "code": "OVERSZ",
      "name": "Hazardous Materials"
    }
  ],
  "fromCountries": [
    {
      "country": {
        "countryCode": "ES",
        "customs": false,
        "englishName": "Angola"
      }
    },
    {
      "country": {
        "countryCode": "SJ",
        "customs": false,
        "englishName": "Australia"
      }
    },
    {
      "country": {
        "countryCode": "IR",
        "customs": false,
        "englishName": "Kiribati"
      }
    }
  ],
  "isDomestic": false,
  "marketAvailability": [
    {
      "name": "C2C"
    },
    {
      "name": "C2B"
    }
  ],
  "name": "DHL Freight Plus",
  "packageTypes": [
    {
      "code": "PAL",
      "name": "Barrel"
    },
    {
      "code": "BAG",
      "name": "Crate"
    },
    {
      "code": "CRATE",
      "name": "Crate"
    },
    {
      "code": "BAG",
      "name": "Bundle"
    }
  ],
  "payerCodes": [
    {
      "code": "THIRD_PARTY",
      "customs": false,
      "name": "Sender Pays"
    },
    {
      "code": "SENDER",
      "customs": true,
      "name": "Third Party Pays"
    },
    {
      "code": "SENDER",
      "customs": false,
      "name": "Sender Pays"
    },
    {
      "code": "RECEIVER",
      "customs": false,
      "name": "Sender Pays"
    }
  ],
  "piece": {
    "height": {
      "max": 45,
      "min": 1
    },
    "length": {
      "max": 15,
      "min": 1
    },
    "loadingMeters": {
      "max": 10546.36,
      "min": 93.21
    },
    "numberOfPieces": {
      "max": 50,
      "min": 5
    },
    "palletPlaces": {
      "max": 8160.67,
      "min": 81.49
    },
    "volume": {
      "max": 20019.59,
      "min": 65.25
    },
    "weight": {
      "max": 580.47,
      "min": 99.02
    },
    "width": {
      "max": 10,
      "min": 2
    }
  },
  "productCode": "DPL",
  "shipmentTotal": {
    "totalLoadingMeters": {
      "max": 14985.83,
      "min": 45.07
    },
    "totalNumberOfPieces": {
      "max": 38,
      "min": 2
    },
    "totalPalletPlaces": {
      "max": 7695.7,
      "min": 94.71
    },
    "totalVolume": {
      "max": 21628.61,
      "min": 71.85
    },
    "totalWeight": {
      "max": 625.43,
      "min": 41.9
    }
  },
  "stackable": true,
  "toCountries": [
    {
      "country": {
        "countryCode": "MX",
        "customs": false,
        "englishName": "Bangladesh"
      },
      "deliveryTypes": [
        {
          "code": "HUB-TO-HUB",
          "name": "On-Demand Delivery",
          "piece": {
            "height": {
              "max": 17,
              "min": 4
            },
            "length": {
              "max": 39,
              "min": 1
            },
            "loadingMeters": {
              "max": 21349.26,
              "min": 94.87
            },
            "numberOfPieces": {
              "max": 18,
              "min": 1
            },
            "palletPlaces": {
              "max": 4321.29,
              "min": 46.41
            },
            "volume": {
              "max": 8365.74,
              "min": 69.47
            },
            "weight": {
              "max": 1283.57,
              "min": 74.01
            },
            "width": {
              "max": 46,
              "min": 3
            }
          },
          "shipmentTotal": {
            "totalLoadingMeters": {
              "max": 18757.63,
              "min": 65.81
            },
            "totalNumberOfPieces": {
              "max": 23,
              "min": 1
            },
            "totalPalletPlaces": {
              "max": 9664.56,
              "min": 42.4
            },
            "totalVolume": {
              "max": 23748.23,
              "min": 57.09
            },
            "totalWeight": {
              "max": 7907.06,
              "min": 76.03
            }
          }
        },
        {
          "code": "DOOR-TO-DOOR",
          "name": "Priority Delivery",
          "piece": {
            "height": {
              "max": 34,
              "min": 5
            },
            "length": {
              "max": 41,
              "min": 4
            },
            "loadingMeters": {
              "max": 10612.14,
              "min": 76.89
            },
            "numberOfPieces": {
              "max": 23,
              "min": 2
            },
            "palletPlaces": {
              "max": 19599.27,
              "min": 68.03
            },
            "volume": {
              "max": 23322.38,
              "min": 82.9
            },
            "weight": {
              "max": 12978.75,
              "min": 48.28
            },
            "width": {
              "max": 40,
              "min": 5
            }
          },
          "shipmentTotal": {
            "totalLoadingMeters": {
              "max": 17233.9,
              "min": 42.87
            },
            "totalNumberOfPieces": {
              "max": 31,
              "min": 4
            },
            "totalPalletPlaces": {
              "max": 18113.07,
              "min": 40.03
            },
            "totalVolume": {
              "max": 3454.45,
              "min": 78.17
            },
            "totalWeight": {
              "max": 17882.62,
              "min": 82.21
            }
          }
        },
        {
          "code": "DOOR-TO-DOOR",
          "name": "Standard Delivery",
          "piece": {
            "height": {
              "max": 33,
              "min": 4
            },
            "length": {
              "max": 15,
              "min": 2
            },
            "loadingMeters": {
              "max": 22843.13,
              "min": 43.8
            },
            "numberOfPieces": {
              "max": 47,
              "min": 2
            },
            "palletPlaces": {
              "max": 23250.78,
              "min": 43.9
            },
            "volume": {
              "max": 11664.59,
              "min": 59.76
            },
            "weight": {
              "max": 8050.36,
              "min": 38.92
            },
            "width": {
              "max": 35,
              "min": 3
            }
          },
          "shipmentTotal": {
            "totalLoadingMeters": {
              "max": 5683.88,
              "min": 78.58
            },
            "totalNumberOfPieces": {
              "max": 19,
              "min": 3
            },
            "totalPalletPlaces": {
              "max": 2323.08,
              "min": 63.4
            },
            "totalVolume": {
              "max": 13587.13,
              "min": 77.12
            },
            "totalWeight": {
              "max": 1154.68,
              "min": 86.83
            }
          }
        },
        {
          "code": "ON-DEMAND",
          "name": "Hub-to-Hub",
          "piece": {
            "height": {
              "max": 35,
              "min": 5
            },
            "length": {
              "max": 29,
              "min": 5
            },
            "loadingMeters": {
              "max": 17812.45,
              "min": 71.82
            },
            "numberOfPieces": {
              "max": 49,
              "min": 5
            },
            "palletPlaces": {
              "max": 1091.49,
              "min": 77.05
            },
            "volume": {
              "max": 10247.07,
              "min": 74.48
            },
            "weight": {
              "max": 8098.9,
              "min": 82.68
            },
            "width": {
              "max": 23,
              "min": 5
            }
          },
          "shipmentTotal": {
            "totalLoadingMeters": {
              "max": 9885.21,
              "min": 59.07
            },
            "totalNumberOfPieces": {
              "max": 13,
              "min": 4
            },
            "totalPalletPlaces": {
              "max": 4006.6,
              "min": 64.01
            },
            "totalVolume": {
              "max": 15365.65,
              "min": 53.9
            },
            "totalWeight": {
              "max": 3636.94,
              "min": 96.54
            }
          }
        },
        {
          "code": "ON-DEMAND",
          "name": "On-Demand Delivery",
          "piece": {
            "height": {
              "max": 25,
              "min": 4
            },
            "length": {
              "max": 28,
              "min": 3
            },
            "loadingMeters": {
              "max": 6140.37,
              "min": 53.99
            },
            "numberOfPieces": {
              "max": 24,
              "min": 2
            },
            "palletPlaces": {
              "max": 20364.85,
              "min": 82.02
            },
            "volume": {
              "max": 12512.14,
              "min": 68.82
            },
            "weight": {
              "max": 12211.29,
              "min": 36.3
            },
            "width": {
              "max": 45,
              "min": 3
            }
          },
          "shipmentTotal": {
            "totalLoadingMeters": {
              "max": 976.92,
              "min": 58.17
            },
            "totalNumberOfPieces": {
              "max": 42,
              "min": 2
            },
            "totalPalletPlaces": {
              "max": 12656.71,
              "min": 48.73
            },
            "totalVolume": {
              "max": 1843.72,
              "min": 85.44
            },
            "totalWeight": {
              "max": 2200.29,
              "min": 42.9
            }
          }
        }
      ],
      "postalCodeExcludes": "00000"
    },
    {
      "country": {
        "countryCode": "CN",
        "customs": true,
        "englishName": "Vietnam"
      },
      "deliveryTypes": [
        {
          "code": "PRI",
          "name": "Point-to-Point",
          "piece": {
            "height": {
              "max": 31,
              "min": 2
            },
            "length": {
              "max": 30,
              "min": 3
            },
            "loadingMeters": {
              "max": 6825.93,
              "min": 51.93
            },
            "numberOfPieces": {
              "max": 40,
              "min": 1
            },
            "palletPlaces": {
              "max": 17563.37,
              "min": 77.65
            },
            "volume": {
              "max": 5744.54,
              "min": 94
            },
            "weight": {
              "max": 5875.52,
              "min": 69.04
            },
            "width": {
              "max": 15,
              "min": 1
            }
          },
          "shipmentTotal": {
            "totalLoadingMeters": {
              "max": 7399.72,
              "min": 72.89
            },
            "totalNumberOfPieces": {
              "max": 31,
              "min": 3
            },
            "totalPalletPlaces": {
              "max": 18331.01,
              "min": 37.2
            },
            "totalVolume": {
              "max": 24583.84,
              "min": 51.9
            },
            "totalWeight": {
              "max": 12061.34,
              "min": 38.55
            }
          }
        },
        {
          "code": "HUB-TO-HUB",
          "name": "Point-to-Point",
          "piece": {
            "height": {
              "max": 28,
              "min": 5
            },
            "length": {
              "max": 32,
              "min": 1
            },
            "loadingMeters": {
              "max": 3330.82,
              "min": 67.4
            },
            "numberOfPieces": {
              "max": 30,
              "min": 3
            },
            "palletPlaces": {
              "max": 15277.39,
              "min": 79.96
            },
            "volume": {
              "max": 16481.22,
              "min": 38.18
            },
            "weight": {
              "max": 6145.35,
              "min": 38.53
            },
            "width": {
              "max": 29,
              "min": 4
            }
          },
          "shipmentTotal": {
            "totalLoadingMeters": {
              "max": 504.53,
              "min": 72.34
            },
            "totalNumberOfPieces": {
              "max": 36,
              "min": 1
            },
            "totalPalletPlaces": {
              "max": 16991.87,
              "min": 71.38
            },
            "totalVolume": {
              "max": 15716.52,
              "min": 58.69
            },
            "totalWeight": {
              "max": 8151.73,
              "min": 80.56
            }
          }
        },
        {
          "code": "POINT-TO-POINT",
          "name": "Priority Delivery",
          "piece": {
            "height": {
              "max": 40,
              "min": 2
            },
            "length": {
              "max": 47,
              "min": 2
            },
            "loadingMeters": {
              "max": 2306.33,
              "min": 78.42
            },
            "numberOfPieces": {
              "max": 44,
              "min": 2
            },
            "palletPlaces": {
              "max": 16525.85,
              "min": 77.34
            },
            "volume": {
              "max": 12603.17,
              "min": 84.59
            },
            "weight": {
              "max": 5836.89,
              "min": 57.59
            },
            "width": {
              "max": 29,
              "min": 4
            }
          },
          "shipmentTotal": {
            "totalLoadingMeters": {
              "max": 4027.27,
              "min": 79.07
            },
            "totalNumberOfPieces": {
              "max": 15,
              "min": 4
            },
            "totalPalletPlaces": {
              "max": 21316.47,
              "min": 83.13
            },
            "totalVolume": {
              "max": 24268.09,
              "min": 93.61
            },
            "totalWeight": {
              "max": 24500.91,
              "min": 46.25
            }
          }
        },
        {
          "code": "HUB-TO-HUB",
          "name": "Standard Delivery",
          "piece": {
            "height": {
              "max": 50,
              "min": 4
            },
            "length": {
              "max": 16,
              "min": 4
            },
            "loadingMeters": {
              "max": 2417.56,
              "min": 94.87
            },
            "numberOfPieces": {
              "max": 21,
              "min": 1
            },
            "palletPlaces": {
              "max": 6908.6,
              "min": 41.54
            },
            "volume": {
              "max": 4090.04,
              "min": 71.75
            },
            "weight": {
              "max": 13431.78,
              "min": 63.88
            },
            "width": {
              "max": 48,
              "min": 3
            }
          },
          "shipmentTotal": {
            "totalLoadingMeters": {
              "max": 17496.09,
              "min": 89.54
            },
            "totalNumberOfPieces": {
              "max": 23,
              "min": 2
            },
            "totalPalletPlaces": {
              "max": 10981.39,
              "min": 63.76
            },
            "totalVolume": {
              "max": 19239.43,
              "min": 53.36
            },
            "totalWeight": {
              "max": 12447.04,
              "min": 59.31
            }
          }
        }
      ],
      "postalCodeExcludes": "70000-79999"
    },
    {
      "country": {
        "countryCode": "SB",
        "customs": false,
        "englishName": "South Georgia and the South Sandwich Islands"
      },
      "deliveryTypes": [
        {
          "code": "DOOR-TO-DOOR",
          "name": "On-Demand Delivery",
          "piece": {
            "height": {
              "max": 45,
              "min": 1
            },
            "length": {
              "max": 46,
              "min": 5
            },
            "loadingMeters": {
              "max": 2963.05,
              "min": 49.01
            },
            "numberOfPieces": {
              "max": 45,
              "min": 2
            },
            "palletPlaces": {
              "max": 12945.28,
              "min": 36.74
            },
            "volume": {
              "max": 17374.07,
              "min": 98.92
            },
            "weight": {
              "max": 11570.35,
              "min": 35.79
            },
            "width": {
              "max": 46,
              "min": 2
            }
          },
          "shipmentTotal": {
            "totalLoadingMeters": {
              "max": 22476.69,
              "min": 48.44
            },
            "totalNumberOfPieces": {
              "max": 10,
              "min": 1
            },
            "totalPalletPlaces": {
              "max": 12489.97,
              "min": 88.03
            },
            "totalVolume": {
              "max": 22895.51,
              "min": 38.43
            },
            "totalWeight": {
              "max": 9631.04,
              "min": 90.93
            }
          }
        },
        {
          "code": "STD",
          "name": "On-Demand Delivery",
          "piece": {
            "height": {
              "max": 14,
              "min": 4
            },
            "length": {
              "max": 36,
              "min": 1
            },
            "loadingMeters": {
              "max": 14947.16,
              "min": 95.63
            },
            "numberOfPieces": {
              "max": 46,
              "min": 3
            },
            "palletPlaces": {
              "max": 4020.54,
              "min": 58.57
            },
            "volume": {
              "max": 7535.04,
              "min": 54.07
            },
            "weight": {
              "max": 5335.4,
              "min": 94.13
            },
            "width": {
              "max": 49,
              "min": 2
            }
          },
          "shipmentTotal": {
            "totalLoadingMeters": {
              "max": 612.97,
              "min": 98.66
            },
            "totalNumberOfPieces": {
              "max": 37,
              "min": 3
            },
            "totalPalletPlaces": {
              "max": 12441.64,
              "min": 55.7
            },
            "totalVolume": {
              "max": 3627.86,
              "min": 38.66
            },
            "totalWeight": {
              "max": 12592.1,
              "min": 45.35
            }
          }
        }
      ],
      "postalCodeExcludes": "00100"
    },
    {
      "country": {
        "countryCode": "CN",
        "customs": true,
        "englishName": "Marshall Islands"
      },
      "deliveryTypes": [
        {
          "code": "ON-DEMAND",
          "name": "Express Delivery",
          "piece": {
            "height": {
              "max": 26,
              "min": 1
            },
            "length": {
              "max": 18,
              "min": 3
            },
            "loadingMeters": {
              "max": 11598.55,
              "min": 71.07
            },
            "numberOfPieces": {
              "max": 16,
              "min": 5
            },
            "palletPlaces": {
              "max": 5230.56,
              "min": 55.65
            },
            "volume": {
              "max": 11550.71,
              "min": 83.18
            },
            "weight": {
              "max": 24837.33,
              "min": 62.15
            },
            "width": {
              "max": 44,
              "min": 4
            }
          },
          "shipmentTotal": {
            "totalLoadingMeters": {
              "max": 16437.44,
              "min": 77.88
            },
            "totalNumberOfPieces": {
              "max": 10,
              "min": 2
            },
            "totalPalletPlaces": {
              "max": 13093.75,
              "min": 58.68
            },
            "totalVolume": {
              "max": 24515.04,
              "min": 90.93
            },
            "totalWeight": {
              "max": 20662.55,
              "min": 96.79
            }
          }
        },
        {
          "code": "EXP",
          "name": "Point-to-Point",
          "piece": {
            "height": {
              "max": 24,
              "min": 3
            },
            "length": {
              "max": 27,
              "min": 3
            },
            "loadingMeters": {
              "max": 17969.88,
              "min": 94.88
            },
            "numberOfPieces": {
              "max": 25,
              "min": 5
            },
            "palletPlaces": {
              "max": 6441.04,
              "min": 49.28
            },
            "volume": {
              "max": 3369.92,
              "min": 63
            },
            "weight": {
              "max": 16777.26,
              "min": 66.5
            },
            "width": {
              "max": 41,
              "min": 3
            }
          },
          "shipmentTotal": {
            "totalLoadingMeters": {
              "max": 23271.44,
              "min": 88.68
            },
            "totalNumberOfPieces": {
              "max": 46,
              "min": 2
            },
            "totalPalletPlaces": {
              "max": 5383.15,
              "min": 95.88
            },
            "totalVolume": {
              "max": 6673.85,
              "min": 82.87
            },
            "totalWeight": {
              "max": 1450.16,
              "min": 84.74
            }
          }
        },
        {
          "code": "ON-DEMAND",
          "name": "Priority Delivery",
          "piece": {
            "height": {
              "max": 48,
              "min": 2
            },
            "length": {
              "max": 38,
              "min": 4
            },
            "loadingMeters": {
              "max": 10846.81,
              "min": 60.86
            },
            "numberOfPieces": {
              "max": 49,
              "min": 2
            },
            "palletPlaces": {
              "max": 15736.08,
              "min": 65.87
            },
            "volume": {
              "max": 13374,
              "min": 37.05
            },
            "weight": {
              "max": 2841.82,
              "min": 85.97
            },
            "width": {
              "max": 40,
              "min": 5
            }
          },
          "shipmentTotal": {
            "totalLoadingMeters": {
              "max": 23825.85,
              "min": 83.95
            },
            "totalNumberOfPieces": {
              "max": 31,
              "min": 3
            },
            "totalPalletPlaces": {
              "max": 22795.45,
              "min": 95.39
            },
            "totalVolume": {
              "max": 1043.36,
              "min": 74.67
            },
            "totalWeight": {
              "max": 20660.38,
              "min": 76.89
            }
          }
        },
        {
          "code": "STD",
          "name": "Point-to-Point",
          "piece": {
            "height": {
              "max": 35,
              "min": 3
            },
            "length": {
              "max": 19,
              "min": 1
            },
            "loadingMeters": {
              "max": 9478.88,
              "min": 51.61
            },
            "numberOfPieces": {
              "max": 18,
              "min": 2
            },
            "palletPlaces": {
              "max": 6705.4,
              "min": 94.31
            },
            "volume": {
              "max": 7289.37,
              "min": 68.96
            },
            "weight": {
              "max": 12495.2,
              "min": 66.58
            },
            "width": {
              "max": 26,
              "min": 5
            }
          },
          "shipmentTotal": {
            "totalLoadingMeters": {
              "max": 20586.5,
              "min": 55.21
            },
            "totalNumberOfPieces": {
              "max": 36,
              "min": 5
            },
            "totalPalletPlaces": {
              "max": 12694.87,
              "min": 43
            },
            "totalVolume": {
              "max": 14504.54,
              "min": 96.5
            },
            "totalWeight": {
              "max": 24138.04,
              "min": 70.19
            }
          }
        }
      ],
      "postalCodeExcludes": "00100"
    },
    {
      "country": {
        "countryCode": "BI",
        "customs": false,
        "englishName": "Mali"
      },
      "deliveryTypes": [
        {
          "code": "HUB-TO-HUB",
          "name": "Express Delivery",
          "piece": {
            "height": {
              "max": 20,
              "min": 4
            },
            "length": {
              "max": 48,
              "min": 5
            },
            "loadingMeters": {
              "max": 24713.15,
              "min": 46.46
            },
            "numberOfPieces": {
              "max": 44,
              "min": 2
            },
            "palletPlaces": {
              "max": 8404.24,
              "min": 60.3
            },
            "volume": {
              "max": 18681.15,
              "min": 44.74
            },
            "weight": {
              "max": 4151.25,
              "min": 49.64
            },
            "width": {
              "max": 13,
              "min": 3
            }
          },
          "shipmentTotal": {
            "totalLoadingMeters": {
              "max": 4295.45,
              "min": 56.18
            },
            "totalNumberOfPieces": {
              "max": 16,
              "min": 4
            },
            "totalPalletPlaces": {
              "max": 17846.3,
              "min": 66.43
            },
            "totalVolume": {
              "max": 8239.79,
              "min": 83.15
            },
            "totalWeight": {
              "max": 19177.08,
              "min": 82.42
            }
          }
        },
        {
          "code": "HUB-TO-HUB",
          "name": "Priority Delivery",
          "piece": {
            "height": {
              "max": 43,
              "min": 1
            },
            "length": {
              "max": 17,
              "min": 4
            },
            "loadingMeters": {
              "max": 11395.3,
              "min": 57.44
            },
            "numberOfPieces": {
              "max": 42,
              "min": 1
            },
            "palletPlaces": {
              "max": 957.27,
              "min": 51.47
            },
            "volume": {
              "max": 9519.39,
              "min": 98.82
            },
            "weight": {
              "max": 23434.21,
              "min": 56.01
            },
            "width": {
              "max": 50,
              "min": 3
            }
          },
          "shipmentTotal": {
            "totalLoadingMeters": {
              "max": 11468.48,
              "min": 81.38
            },
            "totalNumberOfPieces": {
              "max": 14,
              "min": 2
            },
            "totalPalletPlaces": {
              "max": 3161.23,
              "min": 39.8
            },
            "totalVolume": {
              "max": 13030.19,
              "min": 41.47
            },
            "totalWeight": {
              "max": 12374.44,
              "min": 89.69
            }
          }
        },
        {
          "code": "PRI",
          "name": "On-Demand Delivery",
          "piece": {
            "height": {
              "max": 44,
              "min": 5
            },
            "length": {
              "max": 47,
              "min": 2
            },
            "loadingMeters": {
              "max": 19113.97,
              "min": 72.75
            },
            "numberOfPieces": {
              "max": 21,
              "min": 1
            },
            "palletPlaces": {
              "max": 2308.18,
              "min": 75.1
            },
            "volume": {
              "max": 7884.72,
              "min": 82.39
            },
            "weight": {
              "max": 1370.95,
              "min": 85.78
            },
            "width": {
              "max": 45,
              "min": 3
            }
          },
          "shipmentTotal": {
            "totalLoadingMeters": {
              "max": 22127.72,
              "min": 82.26
            },
            "totalNumberOfPieces": {
              "max": 44,
              "min": 1
            },
            "totalPalletPlaces": {
              "max": 4452.53,
              "min": 85.3
            },
            "totalVolume": {
              "max": 3663.69,
              "min": 99.15
            },
            "totalWeight": {
              "max": 23720.57,
              "min": 36.98
            }
          }
        },
        {
          "code": "HUB-TO-HUB",
          "name": "Hub-to-Hub",
          "piece": {
            "height": {
              "max": 42,
              "min": 5
            },
            "length": {
              "max": 26,
              "min": 2
            },
            "loadingMeters": {
              "max": 19038.13,
              "min": 97.37
            },
            "numberOfPieces": {
              "max": 26,
              "min": 5
            },
            "palletPlaces": {
              "max": 24705.57,
              "min": 81.82
            },
            "volume": {
              "max": 17119.57,
              "min": 88.39
            },
            "weight": {
              "max": 8991.49,
              "min": 83.7
            },
            "width": {
              "max": 50,
              "min": 5
            }
          },
          "shipmentTotal": {
            "totalLoadingMeters": {
              "max": 12451.85,
              "min": 51.67
            },
            "totalNumberOfPieces": {
              "max": 48,
              "min": 5
            },
            "totalPalletPlaces": {
              "max": 18171.88,
              "min": 57.75
            },
            "totalVolume": {
              "max": 10131.28,
              "min": 53.25
            },
            "totalWeight": {
              "max": 11593.1,
              "min": 88.96
            }
          }
        },
        {
          "code": "ON-DEMAND",
          "name": "Point-to-Point",
          "piece": {
            "height": {
              "max": 42,
              "min": 3
            },
            "length": {
              "max": 47,
              "min": 3
            },
            "loadingMeters": {
              "max": 21003.55,
              "min": 85.23
            },
            "numberOfPieces": {
              "max": 45,
              "min": 1
            },
            "palletPlaces": {
              "max": 14940.2,
              "min": 48.59
            },
            "volume": {
              "max": 10349.03,
              "min": 63.25
            },
            "weight": {
              "max": 19620.44,
              "min": 74.56
            },
            "width": {
              "max": 17,
              "min": 5
            }
          },
          "shipmentTotal": {
            "totalLoadingMeters": {
              "max": 8123.65,
              "min": 87.12
            },
            "totalNumberOfPieces": {
              "max": 18,
              "min": 5
            },
            "totalPalletPlaces": {
              "max": 762.51,
              "min": 53.85
            },
            "totalVolume": {
              "max": 13963.94,
              "min": 59.9
            },
            "totalWeight": {
              "max": 4333.95,
              "min": 36.32
            }
          }
        }
      ],
      "postalCodeExcludes": "70000-79999"
    }
  ]
}
{
  "marketAvailability": "B2B",
  "parties": [
    {
      "address": {
        "countryCode": "DE",
        "postalCode": "53175"
      },
      "type": "Consignor"
    },
    {
      "address": {
        "countryCode": "FR",
        "postalCode": "69000"
      },
      "type": "Consignee"
    }
  ],
  "pieces": [
    {
      "height": 40,
      "length": 80,
      "numberOfPieces": 5,
      "stackable": true,
      "weight": 100,
      "width": 120
    }
  ],
  "totalNumberOfPieces": 5,
  "totalWeight": 500
}
[
  {
    "active": true,
    "additionalServices": [
      {
        "code": "DangerousGoods",
        "codeMappings": [
          {
            "code": "NOTIF",
            "value": "123"
          },
          {
            "code": "LFT",
            "value": "456"
          },
          {
            "code": "POD",
            "value": "123"
          },
          {
            "code": "LFT",
            "value": "123"
          }
        ],
        "customs": false,
        "customUsageRules": "Required for items > 500kg",
        "information": "Additional insurance cover",
        "name": "Tail lift",
        "translations": [
          {
            "information": "Additional coverage",
            "languageCode": "fr",
            "name": "Assurance"
          },
          {
            "information": "Copertura aggiuntiva",
            "languageCode": "en",
            "name": "Versicherung"
          },
          {
            "information": "Copertura aggiuntiva",
            "languageCode": "de",
            "name": "Assicurazione"
          },
          {
            "information": "Couverture supplémentaire",
            "languageCode": "en",
            "name": "Insurance"
          }
        ]
      }
    ],
    "customRules": "Pallet exchange only",
    "dangerousGoodsExclusions": [
      {
        "allowed": false,
        "class": "1",
        "exceptions": [
          {
            "type": "UN_NUMBER",
            "value": "UN1234"
          },
          {
            "type": "PACKAGING",
            "value": "PACKED"
          }
        ],
        "name": "Corrosives"
      },
      {
        "allowed": false,
        "class": "1",
        "exceptions": [
          {
            "type": "UN_NUMBER",
            "value": "PACKED"
          },
          {
            "type": "PACKAGING",
            "value": "UN1234"
          },
          {
            "type": "QUANTITY",
            "value": "LQ"
          },
          {
            "type": "QUANTITY",
            "value": "1000kg"
          }
        ],
        "name": "Flammable Liquids"
      },
      {
        "allowed": false,
        "class": "5.1",
        "exceptions": [
          {
            "type": "UN_NUMBER",
            "value": "1000kg"
          },
          {
            "type": "QUANTITY",
            "value": "UN1234"
          },
          {
            "type": "PACKAGING",
            "value": "UN1234"
          }
        ],
        "name": "Flammable Gases"
      },
      {
        "allowed": false,
        "class": "5.1",
        "exceptions": [
          {
            "type": "UN_NUMBER",
            "value": "1000kg"
          },
          {
            "type": "QUANTITY",
            "value": "PACKED"
          },
          {
            "type": "QUANTITY",
            "value": "LQ"
          }
        ],
        "name": "Flammable Liquids"
      },
      {
        "allowed": true,
        "class": "6.1",
        "exceptions": [
          {
            "type": "UN_NUMBER",
            "value": "LQ"
          },
          {
            "type": "UN_NUMBER",
            "value": "1000kg"
          }
        ],
        "name": "Corrosives"
      }
    ],
    "description": "Palletized freight transport",
    "exclusions": [
      {
        "code": "LIVESTOCK",
        "name": "Livestock"
      },
      {
        "code": "FRAGILE",
        "name": "Oversized Load"
      }
    ],
    "fromCountries": [
      {
        "country": {
          "countryCode": "PH",
          "customs": true,
          "englishName": "Liechtenstein"
        }
      }
    ],
    "isDomestic": false,
    "marketAvailability": [
      {
        "name": "C2C"
      }
    ],
    "name": "DHL Freight Euroconnect",
    "packageTypes": [
      {
        "code": "CRATE",
        "name": "Drum"
      },
      {
        "code": "DRUM",
        "name": "Drum"
      },
      {
        "code": "DRUM",
        "name": "Crate"
      }
    ],
    "payerCodes": [
      {
        "code": "SENDER",
        "customs": true,
        "name": "Sender Pays"
      },
      {
        "code": "RECEIVER",
        "customs": true,
        "name": "Third Party Pays"
      }
    ],
    "piece": {
      "height": {
        "max": 21,
        "min": 5
      },
      "length": {
        "max": 49,
        "min": 3
      },
      "loadingMeters": {
        "max": 16354.79,
        "min": 95.44
      },
      "numberOfPieces": {
        "max": 10,
        "min": 5
      },
      "palletPlaces": {
        "max": 6914.35,
        "min": 87.3
      },
      "volume": {
        "max": 19631.98,
        "min": 94.22
      },
      "weight": {
        "max": 12326.92,
        "min": 84.81
      },
      "width": {
        "max": 40,
        "min": 1
      }
    },
    "productCode": "DST",
    "shipmentTotal": {
      "totalLoadingMeters": {
        "max": 20329.8,
        "min": 70.48
      },
      "totalNumberOfPieces": {
        "max": 48,
        "min": 3
      },
      "totalPalletPlaces": {
        "max": 1285.87,
        "min": 98.01
      },
      "totalVolume": {
        "max": 18706.92,
        "min": 91.7
      },
      "totalWeight": {
        "max": 12206.4,
        "min": 46.69
      }
    },
    "stackable": true,
    "toCountries": [
      {
        "country": {
          "countryCode": "GP",
          "customs": false,
          "englishName": "Palestine"
        },
        "deliveryTypes": [
          {
            "code": "DOOR-TO-DOOR",
            "name": "Express Delivery",
            "piece": {
              "height": {
                "max": 24,
                "min": 3
              },
              "length": {
                "max": 48,
                "min": 4
              },
              "loadingMeters": {
                "max": 19475.6,
                "min": 45.33
              },
              "numberOfPieces": {
                "max": 42,
                "min": 5
              },
              "palletPlaces": {
                "max": 1950.83,
                "min": 83.56
              },
              "volume": {
                "max": 7115.42,
                "min": 95.24
              },
              "weight": {
                "max": 17934.76,
                "min": 90.07
              },
              "width": {
                "max": 16,
                "min": 4
              }
            },
            "shipmentTotal": {
              "totalLoadingMeters": {
                "max": 2046.96,
                "min": 84.16
              },
              "totalNumberOfPieces": {
                "max": 15,
                "min": 4
              },
              "totalPalletPlaces": {
                "max": 24491.76,
                "min": 95.81
              },
              "totalVolume": {
                "max": 7210.06,
                "min": 39.15
              },
              "totalWeight": {
                "max": 4595.17,
                "min": 74.44
              }
            }
          },
          {
            "code": "HUB-TO-HUB",
            "name": "Point-to-Point",
            "piece": {
              "height": {
                "max": 13,
                "min": 3
              },
              "length": {
                "max": 49,
                "min": 4
              },
              "loadingMeters": {
                "max": 18291.65,
                "min": 81.08
              },
              "numberOfPieces": {
                "max": 43,
                "min": 4
              },
              "palletPlaces": {
                "max": 24748.17,
                "min": 90.42
              },
              "volume": {
                "max": 8197.83,
                "min": 61.68
              },
              "weight": {
                "max": 16439.34,
                "min": 57.06
              },
              "width": {
                "max": 31,
                "min": 5
              }
            },
            "shipmentTotal": {
              "totalLoadingMeters": {
                "max": 19727.45,
                "min": 78.99
              },
              "totalNumberOfPieces": {
                "max": 39,
                "min": 1
              },
              "totalPalletPlaces": {
                "max": 24711.77,
                "min": 78.73
              },
              "totalVolume": {
                "max": 11866.09,
                "min": 96.48
              },
              "totalWeight": {
                "max": 6938.9,
                "min": 74.4
              }
            }
          },
          {
            "code": "HUB-TO-HUB",
            "name": "Standard Delivery",
            "piece": {
              "height": {
                "max": 36,
                "min": 2
              },
              "length": {
                "max": 39,
                "min": 1
              },
              "loadingMeters": {
                "max": 16288.14,
                "min": 53
              },
              "numberOfPieces": {
                "max": 35,
                "min": 2
              },
              "palletPlaces": {
                "max": 13942.54,
                "min": 80.1
              },
              "volume": {
                "max": 23281.06,
                "min": 85.35
              },
              "weight": {
                "max": 1085.79,
                "min": 84.2
              },
              "width": {
                "max": 35,
                "min": 2
              }
            },
            "shipmentTotal": {
              "totalLoadingMeters": {
                "max": 9898.22,
                "min": 81.48
              },
              "totalNumberOfPieces": {
                "max": 20,
                "min": 1
              },
              "totalPalletPlaces": {
                "max": 7710.14,
                "min": 81.08
              },
              "totalVolume": {
                "max": 22970.77,
                "min": 92.24
              },
              "totalWeight": {
                "max": 22806.85,
                "min": 92.79
              }
            }
          },
          {
            "code": "ON-DEMAND",
            "name": "Standard Delivery",
            "piece": {
              "height": {
                "max": 33,
                "min": 2
              },
              "length": {
                "max": 45,
                "min": 3
              },
              "loadingMeters": {
                "max": 10488.17,
                "min": 44.41
              },
              "numberOfPieces": {
                "max": 17,
                "min": 3
              },
              "palletPlaces": {
                "max": 14376.63,
                "min": 85.47
              },
              "volume": {
                "max": 15446.22,
                "min": 44.95
              },
              "weight": {
                "max": 15629.57,
                "min": 86.43
              },
              "width": {
                "max": 45,
                "min": 4
              }
            },
            "shipmentTotal": {
              "totalLoadingMeters": {
                "max": 18388.32,
                "min": 52.4
              },
              "totalNumberOfPieces": {
                "max": 23,
                "min": 2
              },
              "totalPalletPlaces": {
                "max": 12663.74,
                "min": 93.12
              },
              "totalVolume": {
                "max": 23417.33,
                "min": 85.78
              },
              "totalWeight": {
                "max": 9264.45,
                "min": 95.74
              }
            }
          }
        ],
        "postalCodeExcludes": "44444"
      },
      {
        "country": {
          "countryCode": "JO",
          "customs": false,
          "englishName": "Gabon"
        },
        "deliveryTypes": [
          {
            "code": "STD",
            "name": "Point-to-Point",
            "piece": {
              "height": {
                "max": 11,
                "min": 3
              },
              "length": {
                "max": 13,
                "min": 4
              },
              "loadingMeters": {
                "max": 11011.61,
                "min": 85.67
              },
              "numberOfPieces": {
                "max": 25,
                "min": 1
              },
              "palletPlaces": {
                "max": 22943,
                "min": 42.22
              },
              "volume": {
                "max": 16302.75,
                "min": 60.69
              },
              "weight": {
                "max": 7149.7,
                "min": 97.46
              },
              "width": {
                "max": 10,
                "min": 3
              }
            },
            "shipmentTotal": {
              "totalLoadingMeters": {
                "max": 3619.85,
                "min": 74.62
              },
              "totalNumberOfPieces": {
                "max": 39,
                "min": 5
              },
              "totalPalletPlaces": {
                "max": 1574.09,
                "min": 46.08
              },
              "totalVolume": {
                "max": 14798.06,
                "min": 79.42
              },
              "totalWeight": {
                "max": 4945.66,
                "min": 60.93
              }
            }
          },
          {
            "code": "DOOR-TO-DOOR",
            "name": "Point-to-Point",
            "piece": {
              "height": {
                "max": 21,
                "min": 2
              },
              "length": {
                "max": 12,
                "min": 1
              },
              "loadingMeters": {
                "max": 6454.01,
                "min": 96.96
              },
              "numberOfPieces": {
                "max": 18,
                "min": 3
              },
              "palletPlaces": {
                "max": 9675.86,
                "min": 42.37
              },
              "volume": {
                "max": 5210.15,
                "min": 82.86
              },
              "weight": {
                "max": 9282.54,
                "min": 69.46
              },
              "width": {
                "max": 45,
                "min": 2
              }
            },
            "shipmentTotal": {
              "totalLoadingMeters": {
                "max": 14219.58,
                "min": 37.72
              },
              "totalNumberOfPieces": {
                "max": 14,
                "min": 3
              },
              "totalPalletPlaces": {
                "max": 9375.74,
                "min": 51.55
              },
              "totalVolume": {
                "max": 4819.31,
                "min": 87.28
              },
              "totalWeight": {
                "max": 15400.64,
                "min": 68.05
              }
            }
          },
          {
            "code": "DOOR-TO-DOOR",
            "name": "Priority Delivery",
            "piece": {
              "height": {
                "max": 10,
                "min": 2
              },
              "length": {
                "max": 28,
                "min": 2
              },
              "loadingMeters": {
                "max": 13005.72,
                "min": 89.01
              },
              "numberOfPieces": {
                "max": 31,
                "min": 5
              },
              "palletPlaces": {
                "max": 17013.97,
                "min": 83.89
              },
              "volume": {
                "max": 11101.39,
                "min": 80.21
              },
              "weight": {
                "max": 7654.82,
                "min": 66.85
              },
              "width": {
                "max": 42,
                "min": 5
              }
            },
            "shipmentTotal": {
              "totalLoadingMeters": {
                "max": 14632.35,
                "min": 40.85
              },
              "totalNumberOfPieces": {
                "max": 12,
                "min": 5
              },
              "totalPalletPlaces": {
                "max": 692.26,
                "min": 36.69
              },
              "totalVolume": {
                "max": 19284.23,
                "min": 37.52
              },
              "totalWeight": {
                "max": 3734.38,
                "min": 38.89
              }
            }
          },
          {
            "code": "HUB-TO-HUB",
            "name": "Door-to-Door",
            "piece": {
              "height": {
                "max": 40,
                "min": 5
              },
              "length": {
                "max": 10,
                "min": 2
              },
              "loadingMeters": {
                "max": 2516.92,
                "min": 94.99
              },
              "numberOfPieces": {
                "max": 28,
                "min": 5
              },
              "palletPlaces": {
                "max": 23965.88,
                "min": 66.11
              },
              "volume": {
                "max": 1239.97,
                "min": 46.34
              },
              "weight": {
                "max": 11882.82,
                "min": 85.75
              },
              "width": {
                "max": 28,
                "min": 3
              }
            },
            "shipmentTotal": {
              "totalLoadingMeters": {
                "max": 16604.26,
                "min": 44.02
              },
              "totalNumberOfPieces": {
                "max": 36,
                "min": 4
              },
              "totalPalletPlaces": {
                "max": 1883.21,
                "min": 81.68
              },
              "totalVolume": {
                "max": 22627.17,
                "min": 39.7
              },
              "totalWeight": {
                "max": 8976.1,
                "min": 46.36
              }
            }
          },
          {
            "code": "ON-DEMAND",
            "name": "Priority Delivery",
            "piece": {
              "height": {
                "max": 49,
                "min": 3
              },
              "length": {
                "max": 12,
                "min": 4
              },
              "loadingMeters": {
                "max": 23602.06,
                "min": 64.31
              },
              "numberOfPieces": {
                "max": 50,
                "min": 1
              },
              "palletPlaces": {
                "max": 7936.61,
                "min": 89.88
              },
              "volume": {
                "max": 5893.11,
                "min": 77.54
              },
              "weight": {
                "max": 6134.92,
                "min": 37.22
              },
              "width": {
                "max": 29,
                "min": 5
              }
            },
            "shipmentTotal": {
              "totalLoadingMeters": {
                "max": 1996.8,
                "min": 43.67
              },
              "totalNumberOfPieces": {
                "max": 17,
                "min": 2
              },
              "totalPalletPlaces": {
                "max": 22434.49,
                "min": 77.38
              },
              "totalVolume": {
                "max": 17215.11,
                "min": 78.98
              },
              "totalWeight": {
                "max": 19059.26,
                "min": 73.28
              }
            }
          }
        ],
        "postalCodeExcludes": "00100"
      }
    ]
  }
]
{
  "parties": [
    {
      "address": {
        "countryCode": "DE",
        "postalCode": "53175"
      },
      "type": "Consignor"
    },
    {
      "address": {
        "countryCode": "FR",
        "postalCode": "69000"
      },
      "type": "Consignee"
    }
  ],
  "pieces": [
    {
      "height": 40,
      "length": 80,
      "numberOfPieces": 5,
      "stackable": true,
      "weight": 100,
      "width": 120
    }
  ],
  "productCode": "ECI",
  "totalNumberOfPieces": 5,
  "totalWeight": 500
}
{
  "chargeableWeight": 1010.44,
  "pieceLevelCalculationResult": {
    "actualWeight": 110.66,
    "chargeableWeight": 925.91,
    "cubicMetreVolumetricWeight": 225.55,
    "loadingMetreVolumetricWeight": 335.61,
    "longGoodsVolumetricWeight": 132.22,
    "palletPlaceVolumetricWeight": 955.51,
    "sumLoadingMeters": 3.79,
    "sumNumberOfPieces": 15,
    "sumPalletPlaces": 29.3,
    "sumVolume": 5.994,
    "sumWeight": 797.05
  },
  "shipmentLevelCalculationResult": {
    "actualWeight": 361.03,
    "chargeableWeight": 751.17,
    "cubicMetreVolumetricWeight": 740.46,
    "loadingMetreVolumetricWeight": 602.02,
    "longGoodsVolumetricWeight": 797.41,
    "palletPlaceVolumetricWeight": 344.1,
    "sumLoadingMeters": 6.96,
    "sumNumberOfPieces": 21,
    "sumPalletPlaces": 7.5,
    "sumVolume": 2.093,
    "sumWeight": 1750.45
  }
}
{
  "error": "Validation failed",
  "errors": [
    {
      "errorCode": 480,
      "field": "totalWeight",
      "incompatibleFields": [
        "weight",
        "stackable",
        "palletType",
        "volume"
      ],
      "message": "Invalid country code format"
    },
    {
      "errorCode": 490,
      "field": "numberOfPieces",
      "incompatibleFields": [
        "stackable",
        "palletType",
        "weight"
      ],
      "message": "Invalid country code format"
    },
    {
      "errorCode": 471,
      "field": "postalCode",
      "incompatibleFields": [
        "palletType",
        "volume"
      ],
      "message": "Weight must be positive"
    },
    {
      "errorCode": 494,
      "field": "totalWeight",
      "incompatibleFields": [
        "palletType",
        "weight",
        "stackable"
      ],
      "message": "Invalid country code format"
    },
    {
      "errorCode": 495,
      "field": "numberOfPieces",
      "incompatibleFields": [
        "volume",
        "palletType",
        "weight"
      ],
      "message": "Invalid country code format"
    }
  ]
}
Query Parameter NameExample
toCountryCodeFR
fromCountryCodeDE
[
  {
    "code": "CRATE",
    "name": "Box"
  },
  {
    "code": "PAL",
    "name": "Pallet"
  }
]
dhllogisticsfreightshippingtransport