From 5ceaec8385cfee799f5e3f584329e508b8ab3b85 Mon Sep 17 00:00:00 2001 From: Joost Florijn <125555515+joost-florijn-myparcel@users.noreply.github.com> Date: Wed, 22 Nov 2023 12:56:18 +0100 Subject: [PATCH] docs: bpost also support ZPL labels for domestic and eu shipments (#90) * docs: bpost also support ZPL labels for domestic and eu shipments * add more information about downloading ZPL and PDF label for Bpost --- src/api-reference/06.shipments.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/api-reference/06.shipments.md b/src/api-reference/06.shipments.md index 0b6cace4..45dc241b 100644 --- a/src/api-reference/06.shipments.md +++ b/src/api-reference/06.shipments.md @@ -1597,7 +1597,7 @@ 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: +Currently, our system supports only PostNL and Bpost labels in ZPL format for the following shipment types: - Domestic shipments for both normal packages and mailbox packages. - EU shipments @@ -1605,6 +1605,8 @@ Currently, our system supports only PostNL labels in ZPL format for the followin 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. +For Bpost shipments, you can request a label in ZPL format only if you have not requested a PDF label before. After you requested a ZPL label, you can also request a PDF label. + ### 6.F.2 Reference | --- | --- |