Question by duisburghandel · Feb 08, 2018 at 08:20 AM · shippingprofileidshippingprofile
Name of shipping profiles / Name von Versandprofilen
Hello,
I need information about the shipping profiles in our account. F.e. if we select "DHL Paket", which name is transfered to the API?
Here is a picture of that, what I mean. We are using the software "Vario8". Thank you for more information.
Answer by yazhou_developersupport · Feb 11, 2018 at 01:28 AM
Hello duisburghandel,
If you are creating shipping polices on ebay de site, the shipping service name on your screen shots will be "DE_DHLPaket" in APIs.
Actually, you can use GetebayDetails API to retrieve all supported shipping service on DE site. Please set X-EBAY-API-SITEID = 77 when you are making the call.
Best Regards
People who like this
Answer by duisburghandel · Feb 13, 2018 at 03:39 AM
Hello,
are all the names of the different shipping services the same?
How can I use " GetebayDetails API"? Can you show it to me please?
People who like this
Answer by yazhou_developersupport · Feb 14, 2018 at 06:03 AM
Hello duisburghandel, Please see below example:
Request:
endpoint: https://api.ebay.com/ws/api.dll
Header
X-EBAY-API-COMPATIBILITY-LEVEL 1045
X-EBAY-API-CALL-NAME GeteBayDetails
X-EBAY-API-SITEID 77
<?xml version="1.0" encoding="utf-8"?>
<GeteBayDetailsRequest xmlns="urn:ebay:apis:eBLBaseComponents">
<RequesterCredentials>
<eBayAuthToken>token</eBayAuthToken>
</RequesterCredentials>
</GeteBayDetailsRequest>
Response:
...
<ShippingServiceDetails>
<Description>Deutsche Post Bücher-/Warensendung</Description>
<ShippingService>DE_DPBuecherWarensendung</ShippingService>
<ShippingServiceID>7724</ShippingServiceID>
<ShippingTimeMax>4</ShippingTimeMax>
<ShippingTimeMin>2</ShippingTimeMin>
<ServiceType>Flat</ServiceType>
<DimensionsRequired>true</DimensionsRequired>
<ValidForSellingFlow>true</ValidForSellingFlow>
<ShippingCarrier>DeutschePost</ShippingCarrier>
<CostGroupFlat>Group2MaxFlatShippingCost</CostGroupFlat>
<DetailVersion>304</DetailVersion>
<UpdateTime>2017-11-03T10:32:48.000Z</UpdateTime>
<ShippingCategory>ECONOMY</ShippingCategory>
</ShippingServiceDetails>
<ShippingServiceDetails>
<Description>eBay DHL Paeckchen</Description>
<ShippingService>DE_eBayDHLPaeckchen</ShippingService>
<ShippingServiceID>7735</ShippingServiceID>
<ServiceType>Flat</ServiceType>
<DimensionsRequired>true</DimensionsRequired>
<ValidForSellingFlow>false</ValidForSellingFlow>
<ShippingCarrier>DHL</ShippingCarrier>
<DetailVersion>304</DetailVersion>
<UpdateTime>2017-11-03T10:32:48.000Z</UpdateTime>
<ShippingCategory>NONE</ShippingCategory>
</ShippingServiceDetails>
...
People who like this
Answer by duisburghandel · Feb 14, 2018 at 07:23 AM
Thank you for the code but I don't know how to handle with it?
I am not a programmer and actually I don't know where I have to put the code?
People who like this
Your answer
