TotalCustomsValue Property
Total customs value for the shipment.
Syntax
[VB.NET] Public Property TotalCustomsValue As String
[C#] public string TotalCustomsValue {get; set;}
Remarks
The TotalCustomsValue is required to be provided in an international shipment request only if the following requirements are met:
- the CountryCode is US;
- the CountryCode is either CA (Canada) or PR (PuertoRico);
- the shipment does not contain any package of UPS Letter type;
Format: Whole number, no decimal position (e.g. 100) with maximum length of 8 digits. Possible values: 1 to 99999999.
Default Value
"1"