CalculatedShippingRateType

Details pertinent to one or more items for which calculated shipping (or flat rate shipping using shipping rate tables with weight surcharges) has been offered by the seller, such as package dimension and weight and packaging/handling costs. Also returned with the data for an item's transaction.

Types that use CalculatedShippingRateType:

Calls that use one or more fields of CalculatedShippingRateType:

Fields

InternationalPackagingHandlingCosts ( AmountType (double) )
MeasurementUnit ( MeasurementSystemCodeType )
OriginatingPostalCode ( string )
PackageDepth ( MeasureType (decimal) )
PackageLength ( MeasureType (decimal) )
PackageWidth ( MeasureType (decimal) )
PackagingHandlingCosts ( AmountType (double) )
ShippingIrregular ( boolean )
ShippingPackage ( ShippingPackageCodeType )
WeightMajor ( MeasureType (decimal) )
WeightMinor ( MeasureType (decimal) )

InternationalPackagingHandlingCosts ( AmountType (double) ) [0..1]
Fees a seller might assess for the shipping of the item (in addition to whatever the shipping service might charge). Any packaging/handling cost specified on input is added to each shipping service on output. If domestic and international calculated shipping is offered for an item and if packaging/handling cost is specified only for domestic shipping, that cost will be applied by eBay as the international packaging/handling cost. (To specify a international packaging/handling cost, you must always specify a domestic packaging/handling cost, even if it is 0.) For international calculated shipping only.
See the Field Index to learn which calls use InternationalPackagingHandlingCosts.

MeasurementUnit ( see MeasurementSystemCodeType for possible values ) [0..1]
Specifies the unit type of the weight and dimensions of a shipping package. If MeasurementUnit is used, it overrides the system specified by measurementSystem. If MeasurementUnit and measurementSystem are not specified, the following defaults will be used:

English: US
Metric: CA, CAFR, AU

CA and CAFR supports both English and Metric, while other sites only support the site's default.

Use MeasurementUnit with weight and package dimensions. For example, to represent a 5 lbs 2 oz package:
<MeasurementUnit>English</MeasurementUnit>
<WeightMajor>5</WeightMajor>
<WeightMinor>2</WeightMinor>
See the Field Index to learn which calls use MeasurementUnit.

OriginatingPostalCode ( string ) [0..1]
Postal code for the location from which the package will be shipped. Required for calculated shipping. Use Item.PostalCode to specify the location of the item used for searches by location.
See the Field Index to learn which calls use OriginatingPostalCode.

PackageDepth ( MeasureType (decimal) ) [0..1]
Depth of the package, in whole number of inches, needed to ship the item. This is validated against the selected shipping service. Upon mismatch, a message is returned, such as, "Package dimensions exceeds maximum allowable limit for service XXXXX," where XXXXX is the name of the shipping service. For calculated shipping only. Only returned if the seller specified the value for the item. (In many cases, the seller only specifies the weight fields.)

Developer impact: UPS requires dimensions for any Ground packages that are 3 cubic feet or larger and for all air packages, if they are to provide correct shipping cost. If package dimensions are not included for an item listed with calculated shipping, the shipping cost returned will be an estimate based on standard dimensions for the defined package type. eBay enforces a dimensions requirement on listings so that buyers receive accurate calculated shipping costs.
See the Field Index to learn which calls use PackageDepth.

PackageLength ( MeasureType (decimal) ) [0..1]
Length of the package, in whole number of inches, needed to ship the item. Upon mismatch, a message is returned, such as, "Package dimensions exceeds maximum allowable limit for service XXXXX," where XXXXX is the name of the shipping service. For calculated shipping only. Only returned if the seller specified the value for the item. (In many cases, the seller only specifies the weight fields.)
See the Field Index to learn which calls use PackageLength.

PackageWidth ( MeasureType (decimal) ) [0..1]
Width of the package, in whole number of inches, needed to ship the item. Upon mismatch, a message is returned, such as, "Package dimensions exceeds maximum allowable limit for service XXXXX," where XXXXX is the name of the shipping service. For calculated shipping only. Only returned if the seller specified the value for the item. (In many cases, the seller only specifies the weight fields.)
See the Field Index to learn which calls use PackageWidth.

PackagingHandlingCosts ( AmountType (double) ) [0..1]
Fees a seller might assess for the shipping of the item (in addition to whatever the shipping service might charge). Any packaging/handling cost specified on input is added to each shipping service on output. If domestic and international calculated shipping is offered for an item and if packaging/handling cost is specified only for domestic shipping, that cost will be applied by eBay as the international packaging/handling cost. (To specify a international packaging/handling cost, you must always specify a domestic packaging/handling cost, even if it is 0.) When UPS is one of the shipping services offered by the seller, package dimensions are required on list/relist/revise. For calculated shipping only.
See the Field Index to learn which calls use PackagingHandlingCosts.

ShippingIrregular ( boolean ) [0..1]
Whether a package is irregular and therefore cannot go through the stamping machine at the shipping service office and thus requires special or fragile handling. For calculated shipping only.
See the Field Index to learn which calls use ShippingIrregular.

ShippingPackage ( see ShippingPackageCodeType for possible values ) [0..1]
The nature of the package used to ship the item(s). This is required for calculated shipping only. To get the applicable ShippingPackage values for your site, call GeteBayDetails with DetailName set to ShippingPackageDetails, and then look for the ShippingPackageDetails.ShippingPackage fields in the response.
See the Field Index to learn which calls use ShippingPackage.

WeightMajor ( MeasureType (decimal) ) [0..1]
WeightMajor and WeightMinor are used to specify the weight of a shipping package. Here is how you would represent a package weight of 5 lbs 2 oz: <WeightMajor unit="lbs">5</WeightMajor> <WeightMinor unit="oz">2</WeightMinor> See http://www.ups.com for the maximum weight allowed by UPS. Above this maximum, the shipping type becomes Freight, an option that can only be selected via the eBay Web site and not via API. The weight details are validated against the selected shipping service.

For calculated shipping or for flat rate shipping if shipping rate tables are specified and the shipping rate table uses weight surcharges. Required on input when calculated shipping is used.
See the Field Index to learn which calls use WeightMajor.

WeightMinor ( MeasureType (decimal) ) [0..1]
See the definition of WeightMajor. For calculated shipping or for flat rate shipping if shipping rate tables are specified and the shipping rate table uses weight surcharges. (When used with the shipping rate tables with weight surcharge, any WeightMinor value greater than zero results in WeightMajor getting rounded up in the shipping cost calculation for example, 1 lb, 2 oz is rounded up to 2 lbs.)

Required on input when calculated shipping is used.
See the Field Index to learn which calls use WeightMinor.

Copyright © 2005–2013 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developers Program and API License Agreement.