diff --git a/src/api-reference/06.shipments.md b/src/api-reference/06.shipments.md index 8f16375d..cb67dd80 100644 --- a/src/api-reference/06.shipments.md +++ b/src/api-reference/06.shipments.md @@ -1593,6 +1593,14 @@ labels, this process will take between 3 seconds and 3 minutes. You can regularly check whether the label is available or you can use the label_created webhooks. +When you want to retrieve ZPL labels you need to use a different Accept header. +'Accept: application/vnd.shipment_label+zpl' or 'Accept: application/vnd.zpl' You will now receive the ZPL label. +Currently, our system supports only PostNL labels in ZPL format for the following shipment types: +- Domestic shipments for both normal packages and mailbox packages. +- EU shipments +If you request a rest of world label, the system will return a label in PDF format. +Additionally, it's important to note that you can request just one label at a time. + ### 6.F.2 Reference | --- | --- |