ShipmentId Property
The unique identifier for this shipment.
Syntax
[VB.NET] Public ReadOnlyProperty ShipmentId As String
[C#] public string ShipmentId {get;}
Remarks
A unique identifier for the shipment. This can be used in any future calls to TransmitShipments, using the ExcludedShipments config to indicate that this shipment is to be excluded from the manifest.
This property is read-only.
Default Value
""