Shipping Integrator V5 - Online Help
Shipping Integrator V5
Questions / Feedback?

TrackShipment Method

Returns tracking data for requested TrackingNumber .

Syntax

[VB.NET]
Public Sub TrackShipment(ByVal TrackingNumber As String)
[C#]
public void TrackShipment(string trackingNumber);

Remarks

The TrackingNumber parameter identifies the shipment (this must be alphanumeric).

If the request is successful, TrackEvents will contain information about each time the package was scanned in transit.

For a summary of the information set RequestType property to rtSummary. Each Status entry is formatted on a single line and contains the date, status (delivered, enroute, etc), state, and zip code.

If there is a problem with a specific TrackingNumber within the request, the response will raise an error that pertains to the specific TrackingNumber. For more details on errors codes and descriptions, please refer to the Error Messages section.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 5.0.6240.0