Guzuu API
Guzuu API
REST-API Version 2.0
Guzuu Shops API
[BETA] http://www.guzuu.com/api2/shops (REST GET => JSON String of all Guzuu shops)
Guzuu Products API
[BETA] http://www.guzuu.com/api2/products (REST GET)
Arguments:
- sort (newest|zeitgeist|random, default zeitgeist, string)
- limit (1-50, default 30, integer)
- tid (Category id, integer)
- uid (integer, integer)
Result: The result is a json string with an array of products. A product consists of the following fields:
'title', 'permalink', 'shopname', 'shoplink', 'imagesmall', 'description', 'price_chf'
Example: 10 newest products
http://www.guzuu.com/api2/products?sort=newest&limit=10
Example: 25 random products
http://www.guzuu.com/api2/products?sort=random&limit=25
Example: 50 products by uid
http://www.guzuu.com/api2/products?uid=3&limit=50
Guzuu Orders API
You can place orders with the Guzuu Orders API. You'll need the API KEY to use.
Guzuu Status API
The Guzuu Status API gives you information about the current status.
You need support? Contact us
DEPRICATED: Version 1.0 (it's highly recommended to use the new version 2.0)
[BETA] XML-API um die Daten eines Produkte zu laden:
http://www.guzuu.com/api1/product/ID_PRODUKT/xml
[BETA] CVS Schnittstelle um die Produkte eines Verkäufers zu laden:
http://www.guzuu.com/api1/products/ID_USER/cvs
