ItemToPrint Structure

This structure defines a label type, which can be downloaded by the user using the getLabels method.

Structure Fields

Field Name Type Required? Description
labelType string Yes Dictionary value - one of the following values:
LP - shipping label
BLP - BLP label,
LBLP - BLP label in A4 PDF format,
ZBLP - BLP label in format used by Zebra printers,
ZBLP300 - BLP 300dpi label in format used by Zebra printers
shipmentId integer Yes Shipment number of the shipment for which a label is to be downloaded

Example:

<itemToPrint>
    <labelType>ZBLP</labelType>
    <shipmentId>11102224567</shipmentId>
</itemToPrint>
Go back to topic list