Skip to main content
Published: May 23 2011, 4:26:00 PMUpdated: September 13 2022, 2:14:27 AM

We have a store on ebay.de but the items are located and will be shipped from UK. What Shipping services can I use in my listing calls?

Seller’s item located in UK and being listed on DE site is CBT usecase. Below are some of the Shipping Services  that'll work for your use case. This information can be retrieved by making a call to GeteBayDetails for SiteID 77. 

International Shipping Services -
 

 <ShippingServiceDetails>
    <Description>Standard Int'l Versand</Description>
    <InternationalService>true</InternationalService>
    <ShippingService>DE_PaketInternational</ShippingService>
    <ShippingServiceID>57729</ShippingServiceID>
    <ServiceType>Flat</ServiceType>
    <DimensionsRequired>true</DimensionsRequired>
    <ValidForSellingFlow>true</ValidForSellingFlow>
    <DetailVersion>44</DetailVersion>
    <UpdateTime>2022-03-02T01:40:49.000Z</UpdateTime>
    <ShippingCategory>STANDARD</ShippingCategory>
  </ShippingServiceDetails>

<ShippingServiceDetails>
    <Description>Express Int'l Versand</Description>
    <InternationalService>true</InternationalService>
    <ShippingService>DE_ExpressInternational</ShippingService>
    <ShippingServiceID>57730</ShippingServiceID>
    <ServiceType>Flat</ServiceType>
    <DimensionsRequired>true</DimensionsRequired>
    <ValidForSellingFlow>true</ValidForSellingFlow>
    <DetailVersion>44</DetailVersion>
    <UpdateTime>2022-03-02T01:40:49.000Z</UpdateTime>
    <ShippingCategory>EXPEDITED</ShippingCategory>
  </ShippingServiceDetails>

<ShippingServiceDetails>
    <Description>Economy Int'l Versand</Description>
    <InternationalService>true</InternationalService>
    <ShippingService>DE_SonstigeInternational</ShippingService>
    <ShippingServiceID>57733</ShippingServiceID>
    <ServiceType>Flat</ServiceType>
    <DimensionsRequired>true</DimensionsRequired>
    <ValidForSellingFlow>true</ValidForSellingFlow>
    <DetailVersion>44</DetailVersion>
    <UpdateTime>2022-03-02T01:40:49.000Z</UpdateTime>
    <ShippingCategory>ECONOMY</ShippingCategory>
  </ShippingServiceDetails>
 

 

 

 

How well did this answer your question?
Answers others found helpful