MasterTrackingNumber Property
Tracking number assigned to the whole MPS shipment.
Syntax
[VB.NET] Public ReadOnlyProperty MasterTrackingNumber As String
[C#] public string MasterTrackingNumber {get;}
Remarks
This is applicable to MPS shipment requests only and identifies the whole shipment. In a MPS ship request, this property is returned in the server reply when the GetShipmentLabels method is called.
This value is used as parameter when a cancel shipment request is sent (i.e., when the CancelShipment method is called). It can also be used when tracking a MPS.
This property is read-only.
Default Value
""