java - Fetching product details using eBay API -


i able structured data form of category hierarchy using getcategories() method of ebay's trading api. want product list of of categories of ebay site. best way of doing this. other api need use ?

you can use finditemsbycategory call via finding api. pass 3 category ids , ebay search items belonging categories. in addition possible following call.

  • filter results various fields such condition , price.
  • sort results.
  • use pagination split results across several pages.

more information , examples can found in official ebay documentation.


Popular posts from this blog

Php - Delimiter must not be alphanumeric or backslash -

trac - Modifying workflow to add a status and split on ticket type -

Delphi interface implements -