If you have any question left, please drop a note with the discussion link of this page.
Getting Started Tutorial
From Wiki.zanox.com
Examples for the REST API
Without any programming: Just type in your browser to preview the data:
// REST/XML
http://api.zanox.com/xml/2009-02-01/products?applicationid={your applicationId}
&minPrice=10
&maxPrice=1000
®ion=fr
&programs=1,2,3,4,5,...up to 20 program Ids, default value is 660 which includes a wide range of pre-selected programs
&items=5 // paging: valid page size is between 1 and 50
&page=0 // paging: selected page
&category=10000 // zanox product categoryId (beta)
&q=keywords, searchphrase or text, e.g. a title or body of your blog
// REST/JSON, JSONP
http://api.zanox.com/json/2009-02-01/products?applicationid={your applicationId}
// in addition to the parameters of REST/XML there is also a support of JSONP
&callback=NameOfJavaScriptCallbackHandler //JSONP
- Java Script Product Search
- PHP_Getting_Started_Example
- LASSO_Getting_Started_Example
- DOT NET/ C# Authentification