ConsoleCatalog
Sign in
DHL logo

DHL

dhl.comLogisticsno auth

International rate quotes, service offers, and delivery estimates.

Shipping Rate Quote

ASYNCREADNo auth

Returns priced shipping offers and delivery estimates for an origin-destination lane and parcel size.

ParametersFormJSON

Origin city name for the shipment lane

ISO country code for the origin (e.g. IN, US)

Origin postal or ZIP code

Destination city name for the shipment lane

ISO country code for the destination

Destination postal or ZIP code

Parcel weight in kilograms

Parcel length in centimeters

Parcel width in centimeters

Parcel height in centimeters

GAQ market country code controlling quote widget locale and pricing market

Optional GAQ session quote counter sent as gaq-quote-counter request header

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_dhl_shipping_rate_quote",
    "params": {
      "origin_city": "Mumbai",
      "origin_country_code": "IN",
      "origin_postal_code": "400001",
      "destination_city": "New York",
      "destination_country_code": "US",
      "destination_postal_code": "10001",
      "package_weight_kg": "2",
      "package_length_cm": "75",
      "package_width_cm": "35",
      "package_height_cm": "35",
      "market_country": "IN",
      "gaq_quote_counter": "1"
    }
  }'