4D Shipping SDK 2020 .NET Edition

Questions / Feedback?

PackageWeight Property

Package's weight corresponding to the PackageIndex .

Syntax

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

Default Value

""

Remarks

This property is returned by UPS Server when the TrackShipment method is called. If the shipment contains only one package (PackageCount=1), this is the same as PackageWeight. This is set to 0 for package type of letters.

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]