Simple product pick-up
We are currently working on a simple way to retrieve XML feeds of products and
categories from Tradebit via this very generic API!
At the moment the following URLs are available:
Get category list:
http://www.tradebit.com/indexNew.php/sty_xml/api/categories/category filter id (just show Music subgroups, eg.)
List products from a specific category:
http://www.tradebit.com/indexNew.php/sty_xml/api/products/category id/page number
And you may also search - like this:
http://www.tradebit.com/filesharing.php/search/0/virtualbox (searches for "virtualbox" everywhere)
and the result may be filtered thru XML.
http://www.tradebit.com/filesharing.php/sty_xml/search/0/virtualbox+ubuntu/0/filter in category id
and you may also just filter the search for a specific merchant ID:
http://www.tradebit.com/filesharing.php/sty_xml/search/0/virtualbox+ubuntu/0/filter in category id/merchant ID
This interface will grow over time, but that's it for now!
