skip to Main Content

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


  1. 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

    Login or Signup to reply.
  2. 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.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search