davidtsadler / ebay-sdk-php

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

[Old API] Add Product API #59

Closed quazardous closed 7 years ago

quazardous commented 7 years ago

Hi,

is possible to add support for the Product API ?

http://developer.ebay.com/Devzone/product/CallRef/index.html

this API has the benefit to return ePID + ISBN + UPC + EAN the finding API does only return ePID

davidtsadler commented 7 years ago

I'm currently working on adding several of the new APIs that have been announced so can look at supporting the Product API as well. Aiming for a January release.

quazardous commented 7 years ago

@davidtsadler thx

quazardous commented 7 years ago

just an idea, but a little dev oriented doc (structure, command lines, etc) could give some pointers to others devs on how to fork and add features to your excellent SDK. I ve seen some generated files...

davidtsadler commented 7 years ago

I've been thinking about something along the same lines. It would be something to look at after I've supported the other APIs.

quazardous commented 7 years ago

good to know ! keep the good work

quazardous commented 7 years ago

thx