Part of the EllisLab Network
x
 
Create New Page
 View Previous Changes    ( Last updated by Jamie Rumbelow )

Amazon Services API Integration

[[Category:Library::External]

Introduction

This article is intended to help those looking to integrate their applications with Amazon’s API.  Specifically, you could use this to search books, videos, and other products from Amazon’s database and display them within your application.  It is also possible to integrate the items with an Amazon store attached to your account, however, this feature is not currently included in the code below.

What this code does

The included code does the following:
- Search the Amazon database for books
- Display the Title, Author, and Image of the books
- Click on a button for next and previous pages

Where the code came from

The code used in this example was modified from the PHP example given on the Amazon Web Services site:
http://developer.amazonwebservices.com/connect/entry.jspa?externalID=498&categoryID=14

Please refer to this example to extend the files here.

Download

Download the Model, View, and Control
File:Amazon-Services-Files.zip

Categories: