4D Shipping SDK 2020 .NET Edition

Questions / Feedback?

PackageMessage Property

Message describing the shipping status in more details corresponding to the PackageIndex .

Syntax

public string PackageMessage { get; }
Public ReadOnly Property PackageMessage As String

Default Value

""

Remarks

This property may be returned in server response when the TrackShipment method is called. If the shipment contains multiple packages, the PackageMessage corresponds to each package being shipped as part of this shipment.

To retrieve this property corresponding to each package, the PackageIndex should be set from 0 to PackageCount - 1.

This property is read-only.

Copyright (c) 2023 4D Payments Inc. - All rights reserved.
4D Shipping SDK 2020 .NET Edition - Version 20.1 [Build 8435]