This API returns JSON versions of the store's domain objects. The URLs are generally the same as the URLs used by the web interface for the same objects, but with "/api/rest" prepended.
Here are some examples:
The JSON response generally contains the same information as the corresponding web page, but in more detail.
A JSONP object is returned if a callback parameter is supplied (usually by appending "?callback=myfun" or similar).