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

MasterTrackingNumber Property

UPS-assigned tracking number assigned to the whole shipment .

Syntax

[VB.NET]
Public ReadOnlyProperty MasterTrackingNumber As String

[C#]
public string MasterTrackingNumber {get;}

Remarks

If the shipment contains only one package (PackageCount = 1), the MasterTrackingNumber is the same as the first PackageTrackingNumber (where PackageIndex = 1). This property is returned in the server response for track requests other than tracking by Reference Number (i.e., IdentifierType is set to a value other than itReferenceNumber).

The MasterTrackingNumber uniquely identifies a shipment up to 18 months. However, it is possible that this number may be reused within a shorter time period. If this occurs, a query by Master Tracking Number returns all shipments (from the same ShipperAccountNumber) matching this number.

This is not available for freight shipments.

This property is read-only.

Default Value

""

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