TotalWeight Property
Total shipment's weight.
Syntax
__property String TotalWeight = {read=FTotalWeight, write=FSetTotalWeight, default="1.0"};
Default Value
"1.0"
Remarks
This indicates shipment's weight.
Allows for only one decimal point and one decimal place.
For FedEx, this property is required unless there is only one package in the shipment and that package's weight is provided in the PackageWeight property.
For UPS, this is required for shipments outside the US and non-document shipments inside the US. It will be returned in the server response only if provided in the request.
This property is not applicable to USPS shipments.
Data Type
String