ShipmentDescription Property
A textual description of goods for the whole shipment.
Syntax
[VB.NET] Public Property ShipmentDescription As String
[C#] public string ShipmentDescription {get; set;}
Remarks
This is applicable to international shipments only. Provide a detailed description of items being shipped for documents and non-documents, such as 'annual reports', '9 mm steel screws', etc..
This is required to be provided in a ship request if all of the listed conditions are true:
- the CountryCode and CountryCode are not the same;
- the CountryCode and/or CountryCode are not in the European Union; or the CountryCode and CountryCode are both in the European Union; and ServiceType is not 'UPS Standard'.
- the packaging type of any packages contained in the shipment is not 'UPS Letter';
Maximum length: 35 characters.
Default Value
""