Friday, October 4, 2013

How to use Amazon API in your website using PHP

Amazon provides free web services to get the product information.

If you want to use Amazon API, you need to sign up to be an Amazon API developer, and get your public and private keys. 

You can get your token here from: http://www.amazon.com/webservices


You can use either ZEND Framework(http://zendframework.com/manual/en/zend.service.amazon.html)


Prepare a function in PHP to sign a request to API. 

The result will be XML response.

Using loadXML of the XML response data and retrieve related information

No comments:

Post a Comment