I want to get ebay India category hierarchy or the list of categories with category id using Ebay API or any other way where they already provides the Category list. Please help me with where i can find a sample API call getAllCategories using Java
I want to get ebay India category hierarchy or the list of categories with category id using Ebay API or any other way where they already provides the Category list. Please help me with where i can find a sample API call getAllCategories using Java
2
Answers
You can try the webservices of ebay.Here is the link.Try it and let me know.
http://go.developer.ebay.com/developers/ebay/documentation-tools/sdks/java
I don’t know if this link helps you. I am in PHP so don’t know much about java, but in PHP i simply pass the XML feed given in the link above using required data and eBay API credentials into curl(). and it returns the data in XML format.