You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Karrio is always requesting and returning the DHL Parcel DE labels in full A4 page format when requesting via UI. This format is unusable to print on common label printers.
The A4 format is hardcoded in karrio for both system label types "PDF" and "ZPL":
DHL supports other label types such as PDF_910_300_700, but I found no way in karrio GUI to change the label type accordingly.
This is a crucial feature, please add a way to specify label size in the carrier settings.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Karrio is always requesting and returning the DHL Parcel DE labels in full A4 page format when requesting via UI. This format is unusable to print on common label printers.

The A4 format is hardcoded in karrio for both system label types "PDF" and "ZPL":
karrio/modules/connectors/dhl_parcel_de/karrio/providers/dhl_parcel_de/units.py
Line 50 in c3c7ffc
DHL supports other label types such as PDF_910_300_700, but I found no way in karrio GUI to change the label type accordingly.
This is a crucial feature, please add a way to specify label size in the carrier settings.
It can be done by setting label_type in karrio API:
https://docs.karrio.io/reference/api/create-shipment
Beta Was this translation helpful? Give feedback.
All reactions