CreateShipmentResponseStructure
This structure is the object returned by the createShipment method.
Structure Fields
Field Name | Type | Description |
---|---|---|
shipmentNumber | string | Consignment note number |
label | LabelStructure | Structure containing the label to be printed |
Example:
<shipment> <shipmentNumber></shipmentNumber> <label> <labelType>BLP</labelType> <labelContent>[label data encoded in base64]</labelContent> <labelFormat>application/pdf</labelFormat> <labelName>128312873.pdf</labelName> </label> </shipment>