DHL End of Day (Manifest)
The End of Day process closes all open shipments with DHL and creates a manifest document.
Overview
| Aspect | Description |
|---|---|
| Purpose | Report open shipments to DHL as ready for dispatch |
| API Endpoint | POST /manifest (close) / GET /manifests?date= (retrieve document) |
| Timing | After the last shipment of the day |
| Result | Manifest PDF (handover list for DHL driver) |
Performing End of Day
Via the DHL Dashboard
- Open the DHL Dashboard
- Click End of Day
- All open shipments for the day are closed
Via the Shipment Label List
- Open the Shipment Labels list
- Click End of Day (action in the action bar)
What Happens During End of Day?
- POST /manifest is sent to the DHL API
- All non-manifested shipments are marked as ready for dispatch
- DHL creates the manifest document (handover list)
- The document can then be retrieved and printed
Automatic Retrieval
After closing, the manifest document is automatically retrieved (GET /manifests?date=YYYY-MM-DD) and saved as PDF.
Manifest Document
The manifest (handover list) contains:
- Shipper information (your company)
- Date of the end-of-day closing
- List of all manifested shipments with shipment numbers
- Signature fields for handover to DHL driver
Print Manifest
- After end of day, the manifest is automatically displayed
- Alternatively: Retrieve Manifest → select date → open PDF
Cancellation After End of Day
Important
After end of day, labels can no longer be cancelled. Cancellations must be made before the manifest.
If a label was mistakenly not shipped after the manifest:
- Contact DHL customer service
- Or manually mark the shipment as "not shipped"
Recommended Workflow
Process orders → Create labels → Print labels
→ Pack parcels → End of day → Print manifest
→ Hand over parcels to DHL driver
Error Handling
| Error | Cause | Solution |
|---|---|---|
| No shipments to manifest | No open shipments available | Check if end of day was already performed |
| HTTP 401 | Token expired | Run connection test → token is renewed |
| Manifest document not available | Document not yet generated (processing time) | Wait a few minutes and retrieve again |