The Product Advertising API web service supports REST requests for remotely calling
Product Advertising API operations hosted by Amazon servers. REST requests are simple
HTTP requests, using either the GET method with parameters in the URL, or the POST method
with parameters in the POST body. The response is an XML document that conforms to a schema.
You might use REST requests because they are more intuitive than their SOAP counterpart or
because a SOAP toolkit is not available for your platform. The example requests used
throughout this guide are in REST.