eBay Trading APIVersion 1349
 

GetItemShippingRequestType ( AbstractRequestType )

This is the base request type of the GetItemShipping call. This call takes an ItemID value for an item that has yet to be shipped, and then returns estimated shipping costs for every shipping service that the seller has offered with the listing. This call will also return PickUpInStoreDetails.EligibleForPickupDropOff and PickUpInStoreDetails.EligibleForPickupInStore flags if the item is available for buyer pick-up through the In-Store Pickup or Click and Collect features.

Call that uses GetItemShippingRequestType:

Fields

DestinationCountryCode ( CountryCodeType ) [0..1]
The destination country code is supplied in this field. GetItemShipping requires the destination of the shipment. Some countries will require both the DestinationPostalCode and the DestinationCountryCode, and some countries will accept either one or the other.

Two-digit country codes can be found in CountryCodeType.
See the Field Index to learn which calls use DestinationCountryCode.

DestinationPostalCode ( string ) [0..1]
The destination postal code (or zip code for US) is supplied in this field. GetItemShipping requires the destination of the shipment. Some countries will require both the DestinationPostalCode and the DestinationCountryCode, and some countries will accept either one or the other.
See the Field Index to learn which calls use DestinationPostalCode.

ItemID ( ItemIDType (string) ) [0..1]
The unique identifier of the eBay listing for which to retrieve estimated shipping costs for all offered shipping service options. The ItemID value passed into this field should be for an listing that offers at least one calculated shipping service option, and for an item that has yet to be shipped.
See the Field Index to learn which calls use ItemID.

QuantitySold ( int ) [0..1]
This field is used to specify the quantity of the item. The QuantitySold value defaults to 1 if not specified. If a value greater than 1 is specified in this field, the shipping service costs returned in the response will reflect the expense to ship multiple quantity of an item.
See the Field Index to learn which calls use QuantitySold.