davidtsadler / ebay-sdk-php

An eBay SDK for PHP. Use the eBay API in your PHP projects.
Apache License 2.0
349 stars 341 forks source link

Question: about this SDK and eBay 2017 Restful API #210

Closed timramseyjr closed 6 years ago

timramseyjr commented 6 years ago

Not sure where to ask this, and I am a little confused about this SDK and the new REST API eBay launched last year. Does this package use any of the new API, or is it strictly for the older SOAP based API.

Thanks!

michabbb commented 6 years ago

github offers a search, nice thing if u ask me 😏

timramseyjr commented 6 years ago

Thanks. So the answer is both API's are mixed in this package.

Does anyone have any opinions if creating a new APP we should use the new API(does anyone know if eBay will deprecate the non REST version)?

The reason I ask is because I have working code working from an old app with non-REST version of the API, but I should update it won't work in a couple years.

michabbb commented 6 years ago

That question does not really has something to do with this SDK, but anyway, it's up to you if you use rest or not. I'm not aware of any statement that says, old APIs will be shut down in the near future. You can ask ebay developer support for a reliable answer.

Uebix commented 6 years ago

@timramseyjr , this SDK is for REST API and for SOAP API, you can use both.

Uebix commented 6 years ago

Yes @timramseyjr, if ebay does not declare bankruptcy crushed by amazon, the SOAP api will be deprecated in about 3/4 years (eBay not say when).