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.
blocki26
Posted 2 years ago·Last reply 2 years ago
4 comments
blocki26
OP2 years agoWe made a GeteBayDetails request for ShippingServiceDetails:
And one part of the response was this:
Is it possible that the special eBay Plus flag was omitted and the same information is provided through the shipping services?
blocki26
OP2 years agoHas anyone any idea about this? We were still unable to find the respective information in the new API.
shipscript
·2 years agoI 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?
blocki26
OP2 years agoOnly 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.