Posts Tagged ‘amazon’

Amazon eCommerce datasource

Amazon eCommerce APII just pushed the Amazon eCommerce API datasource to gitHub: http://github.com/primeminister/CakePHP-Amazon-eCommerce-datasource

With this datasource you can easily get listings and items from Amzon in the books, music, etc categories.

You need an access key and secret key from http://aws.amazon.com. Please see the README file in the repository and check the Amazon API at http://docs.amazonwebservices.com/AWSECommerceService/2009-10-01/DG/

Please fork the code if you have optimizations, suggestions, etc. or leave a comment.

Amazon datasources

This is just a short announcement. I’ve been dealing a lot with Amazon API and LastFM api in my last project. (Cloudspeakers new design/site) I’ve made a CakePHP datasource for Amazon S3 storing and retrieving and one I modified the datasource from Felix for the Amazon product advertising API.

I will share those through git (theChaw) but have to finalize them a bit. Also the retrieving S3 part is not working yet, but not needed in my project.. so that will be a bit later.

Update 2009-07-11: Just had an interesting talk of Joel Perras @cakefest about datasources. I have to rewrite mine. Sorry and have some patience.

Update 2009-11-08: Just added the Amazon eCommerce code datasource to GitHub: http://github.com/primeminister/CakePHP-Amazon-eCommerce-datasource