TotalWeight Property
The total weight of all the pieces in this shipment.
Syntax
char* GetTotalWeight();
int SetTotalWeight(char* lpszTotalWeight);
Default Value
"1.0"
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.
Data Type
String