Is it possible to get the eBay Category List via an API programmatically?
问题 My goal is to get a list of eBay categories programmatically. It appears that the GetCategories method is only available from the Trading API. If I understand correctly, there is user interaction required to log into the Trading API: http://developer.ebay.com/DevZone/XML/docs/HowTo/Tokens/GettingTokens.html Is there another method to get the eBay categories list programmatically? I'm using Drupal 7, so PHP. 回答1: You do not need a token to get the categories. All you need is your App-ID The