Shipping Integrator V5 - Online Help
Shipping Integrator V5
Questions / Feedback?

Packages Property

A collection of packages contained in the shipment.

Syntax

[VB.NET]
Public Property Packages As PackageDetailList

[C#]
public PackageDetailList Packages {get;}

Remarks

At least one package must be specified.

This property must be set to a collection of PackageDetail instances, which will contain specific information about a package contained in the shipment. See the PackageDetail type for more information.

For FedEx, the PackagingType and either the Weight or TotalWeight must be specified. The Length, Width, Height, InsuredValue, and SpecialServices are optional.

For UPS, the PackagingType is required. The Description is optional. The Weight, Length, Width, and Height are all conditionally required. More information can be found in the individual field definitions.

For USPS, the PackagingType, Size, and Weight fields are required. Length, Width, Height, and Girth are all conditionally required, and more information may be found in the individual field definitions.

Note: USPS only supports one package per shipment.

For Canada Post the PackagingType and the Weight must be specified. The Length, Width, Height, InsuredValue, and SpecialServices are optional.

This property is not available at design time.

Default Value

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 5.0.6240.0