eBay Trading APIVersion 1349
 

ShippingPackageDetailsType

Details about type of package used to ship an item.

Type that uses ShippingPackageDetailsType:

Call that uses ShippingPackageDetailsType:

Fields



DefaultValue ( boolean ) [0..1]
Indicates if the package type is the default for the specified site.
See the Field Index to learn which calls use DefaultValue.

Description ( string ) [0..1]
Display string that applications can use to present a list of shipping package options in a more user-friendly format (such as in a drop-down list).
See the Field Index to learn which calls use Description.

DetailVersion ( string ) [0..1]
Returns the latest version number for this field. The version can be used to determine if and when to refresh cached client data.
See the Field Index to learn which calls use DetailVersion.

DimensionsSupported ( boolean ) [0..1]
This field is returned as 'true' if the shipping package supports the use of package dimensions.
See the Field Index to learn which calls use DimensionsSupported.

PackageID ( int ) [0..1]
Numeric identifier. Some applications use this ID to look up shipping packages more efficiently.
See the Field Index to learn which calls use PackageID.

ShippingPackage ( ShippingPackageCodeType ) [0..1]
A supported value for the site that can be used in the Item.ShippingPackageDetails.ShippingPackage or Item.ShippingDetails.CalculatedShippingRate.ShippingPackage fields of an Add/Revise/Relist API call.
See the Field Index to learn which calls use ShippingPackage.

UpdateTime ( dateTime ) [0..1]
Gives the time in GMT that the feature flags for the details were last updated. This timestamp can be used to determine if and when to refresh cached client data.
See the Field Index to learn which calls use UpdateTime.