GetMyShipments Method

Allows you to download the DHL24 customer shipment list. Shipment IDs are also returned. You will need them in order to use other methods (bookCourier, deleteShipments, getLabels, getShipmentScan, getTrackAndTraceInfo).

Input Parameters

Field Name Type Required? Description
authData AuthData Yes Authorisation structure
createdFrom string Yes Start of time range, date in YYYY-MM-DD format
createdTo string Yes End of time range, date in YYYY-MM-DD format
offset integer No The service returns the maximum of 100 records - use an offset if the number of records in the time slot is exceeded.

Output Parameters

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

Examples of Calls

<getMyShipments>
    <authData>
        <username>testan</username>
        <password>testington</password>
    </authData>
    <createdFrom>2012-09-11</createdFrom>
    <createdTo>2012-11-22</createdTo>
    <offset>100</offset>
</getMyShipments>
Go back to topic list