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 user store details by using access token? #69

Closed buddyy93 closed 4 years ago

buddyy93 commented 6 years ago

I'm trying to get user store details, like the store name, desciption and such.. is it possible to do it ? if so please anyone tell me how, 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.

(answer to your question — https://github.com/davidtsadler/ebay-sdk-examples/blob/master/trading/13-get-store.php)