Request a specific label DPI - new query param for Labels
· One min read
You can now request a specific DPI for ZPL labels via a new optional label_dpi query parameter on GET /shipments/{id}/labels.
Supported Values
200300
If label_dpi differs from the shipment's saved label DPI, the label is converted on the fly. If it matches, the label is returned unchanged. This only applies to ZPL formats; other formats ignore the parameter.
For detailed information, see the Shipments API reference.