TotalWeight Property
The total weight of all the pieces in this shipment.
Syntax
[VB.NET] Public Property TotalWeight As String
[C#] public string TotalWeight {get; set;}
Remarks
This property is required when submitting a rate request by calling GetRates method. It requires one explicit decimal position (i.e. N.N formatting, example 5.0) and has a maximum length of 12 including the decimal.
Default Value
"1.0"