GetLabelsData Method

Allows you to download all information about shipments with provided numbers. This method returns all data required to create a label on the customers side.

Input Parameters

Field Name Type Required? Description
itemsToLabelData array Yes Array of itemsToLabelData type structures

Output Parameters

Field Name Type Required? Description
getLabelsDataResponse array Yes Array of getLabelsDataResponse type structures

Examples of Calls

<getLabelsData>
    <authData>
        <username>testan</username>
        <password>testington</password>
    </authData>
    <itemsToLabelData>
        <item>
            <shipmentId>12312312311</shipmentId>
        </item>
    </itemsToLabelData>
</getLabelsData>
Go back to topic list