davidtsadler / ebay-sdk-examples

Several examples of using the eBay SDK for PHP
http://devbay.net
Apache License 2.0
184 stars 100 forks source link

how to get seller's products ? #70

Closed buddyy93 closed 6 years ago

buddyy93 commented 6 years ago

i've been looking in the examples, but i haven't anything that shows how to get products for specific sellers by using access token.. please someone help, thank you

kernio commented 6 years ago

The best for you will take a look into the developer documentation of ebay. Here you can find a link for Trading Api reference— https://developer.ebay.com/Devzone/XML/docs/Reference/eBay/index.html As soon as you find the corresponding api, you can find a related code in this library.

(and answering to your question, here example you are looking for — https://github.com/davidtsadler/ebay-sdk-examples/blob/master/trading/11-get-my-ebay-selling.php)

buddyy93 commented 6 years ago

@kernio hi, thank you, it's working! :)