GetItemShippingRequestType

Returns shipping cost estimates for an item for every calculated shipping service that the seller has offered with the listing. This is analogous to the Shipping Calculator seen in both the buyer and seller web pages.

Fields

DestinationCountryCode ( see CountryCodeType for possible values ) [0..1]
Destination country code. If DestinationCountryCode is US, a postal code is required and it represents the US zip code.
See the Field Index to learn which calls use DestinationCountryCode.

DestinationPostalCode ( string ) [0..1]
Destination country postal code (or zipcode, for US). Ignored if no country code is provided. Optional tag for some countries. More likely to be required for large countries.
See the Field Index to learn which calls use DestinationPostalCode.

ItemID ( ItemIDType (string) ) [1]
The item ID that uniquely identifies the item listing for which to retrieve the data. Required input.
See the Field Index to learn which calls use ItemID.

QuantitySold ( int ) [0..1]
Number of items sold to a single buyer and to be shipped together.
See the Field Index to learn which calls use QuantitySold.

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.