cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

where to find eBay Plus as well as checkout status?

We are currently in the process of switching from the old GetSellerTransactions to the RESTful getOrders call.

We are currently looking for the information where the eBay Plus status is provided. GetSellerTransactions has the boolean value "eBayPlusTransaction" but the documentation for the getOrders call is not mentioning anything in regards to eBay Plus.
On top of that we couldn't find a field which matches the old CheckoutStatus.

Message 1 of 5
latest reply
4 REPLIES 4

where to find eBay Plus as well as checkout status?

Has anyone any idea about this? We were still unable to find the respective information in the new API.

Message 2 of 5
latest reply

where to find eBay Plus as well as checkout status?

I see that eBay Plus is currently available only in Australia.

https://www.ebay.com.au/help/buying/buying-ebay-plus/buying-ebay-plus?id=4755

 

developer_support@ebay   Is this feature supported in the RESTful APIs?

ShipScript has been an eBay Community volunteer since 2003, specializing in HTML, CSS, Scripts, Photos, Active Content, Technical Solutions, and online Seller Tools.
Message 3 of 5
latest reply

where to find eBay Plus as well as checkout status?

Only to be clear, eBay Plus is not just available in Australia, but also in Germany:

https://www.ebay.de/ebayplus/home

 

And our sellers use this feature, so we would require to get that information somehow fin the RESTful API.

Message 4 of 5
latest reply

where to find eBay Plus as well as checkout status?

We made a GeteBayDetails request for ShippingServiceDetails:

<?xml version="1.0" encoding="utf-8"?>
<GeteBayDetailsRequest xmlns="urn:ebay:apis:eBLBaseComponents">
	<DetailName>ShippingServiceDetails</DetailName>
	<ErrorLanguage>en_US</ErrorLanguage>
</GeteBayDetailsRequest>


And one part of the response was this:

<ShippingServiceDetails>
    <Description>eBayPlus</Description>
    <ShippingService>eBayPlus</ShippingService>
    <ShippingServiceID>500</ShippingServiceID>
    <ShippingTimeMax>2</ShippingTimeMax>
    <ShippingTimeMin>1</ShippingTimeMin>
    <ServiceType>Flat</ServiceType>
    <ValidForSellingFlow>false</ValidForSellingFlow>
    <DetailVersion>474</DetailVersion>
    <UpdateTime>2023-09-05T13:20:42.000Z</UpdateTime>
    <ShippingCategory>ONE_DAY</ShippingCategory>
  </ShippingServiceDetails>

 
Is it possible that the special eBay Plus flag was omitted and the same information is provided through the shipping services?

Message 5 of 5
latest reply