TotalWeight Property
Total shipment's weight.
Syntax
public String getTotalWeight(); public void setTotalWeight(String totalWeight);
Remarks
This indicates shipment's weight. 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.
Allows for only one decimal point and one decimal place. It cannot exceed: 150 LBS, 65 KGS for Canada, 70 KGS for the rest of the world.
Default Value
"1.0"