International shipping is shipping to countries other than the country of the listing marketplace. In the eBay API, there are domestic and international shipping services for each country that eBay supports.
Two options for shipping internationally are:
To determine which shipping services are available for each eBay marketplace call GeteBayDetails with DetailName set to ShippingServiceDetails
. For each service listed, check the values for the following fields within the response payload:
ShippingServiceDetails.InternationalService
If the value of this field is
true
, the associated ShippingServiceDetails.ShippingService is an available option for International shipping.ShippingServiceDetails.ValidForSellingFlow
The value of this field must be
true
in order for the associated ShippingServiceDetails.ShippingService to be an available option for International shipping.If the value of this field is
false
, the associated ShippingServiceDetails.ShippingService has been deprecated/retired and is no longer an available option for International shipping.
For additional information, refer to Shipping Services.