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

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -