Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: bpost also support ZPL labels for domestic and eu shipments #90

Merged
merged 2 commits into from
Nov 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/api-reference/06.shipments.md
Original file line number Diff line number Diff line change
Expand Up @@ -1597,14 +1597,16 @@ the <ApiLink to="11_C">label_created webhooks</ApiLink>.

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

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

| --- | --- |
Expand Down