# Track DHL International Shipping Updates

**Use case:** 

Get detailed tracking information for all your international DHL shipments, from pickup to final delivery. Enhance global supply chain visibility and provide ac

## Input

```json
{
  "mode": "bulkTrack",
  "trackingNumbers": [
    "JD000123456789012345",
    "JD000123456789012346",
    "JD000123456789012347"
  ],
  "carrier": "dhl",
  "query": "FedEx",
  "maxItems": 10
}
```

## Output

```json
{
  "trackingNumber": {
    "label": "Tracking number"
  },
  "carrier": {
    "label": "Carrier"
  },
  "status": {
    "label": "Status"
  },
  "lastEvent": {
    "label": "Last event"
  },
  "lastLocation": {
    "label": "Last location"
  },
  "estimatedDelivery": {
    "label": "Estimated delivery"
  }
}
```

## About this Actor

This example demonstrates how to use [17Track Package Tracking Scraper](https://apify.com/crawlerbros/seventeen-track-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/seventeen-track-scraper) to learn more, explore other use cases, and run it yourself.