Simple Amazon Shop
The source code is based on the SimpleStore from the AWS-page (http://developer.amazonwebservices.com/connect/entry.jspa?externalID=498&categoryID=14). The example demonstrates ItemSearch, ItemDetails, CartCreate, AddItemToCart and RemoveItemFromCart. All you need is an Amazon Associates account (ASSOC_ID) (http://affiliate-program.amazon.com/gp/associates join) and an access key from Amazon Web Services (SUB_ID) (just join the community on http://aws.amazon.com)Examples
example.phpsource code of example.php
<?php
require_once('class.simpleAmazonShop.php');
// create shop and get output
$amazonShop = new SimpleAmazonShop(SUB_ID, ASSOC_ID);
$amazonShop->getShop();
?>
Download source files
- simple_amazon_shop_0.1.zip ( download )
Licenses
The licenses under which the source codes are released are:license.txt