Shipment - shipment set items
Also note that the value isCompleteLabelRequested is set to true – this way, you will get a single shared URL for the complete set of labels.
This object is included in the response only if you set "isCompleteLabelRequested": true in the request, and its URL contains all labels in the set.
{
"completeLabel": {
"labelUrls": [
"https://api-dev.dhl.com/ecs/ppl/myapi2/shipment/batch/cdf7496e-02a3-4d48-9500-7608c7dcc5c2/label?pageSize=Default&position=1&limit=200&offset=0"
]
}
}
Each parcel contains its own labelUrl with the corresponding label.
"items": [
{
"referenceId": "123456",
"shipmentNumber": "80050527927",
"labelUrl": "https://api-dev.dhl.com/ecs/ppl/myapi2/data/95d48050-f9ad-451c-7a22-08dd6b49c76d",
"importState": "Complete"
}
]