Pulpmedia IT DEV open source code

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.php
source code of example.php
<?php

    
require_once('class.simpleAmazonShop.php');

    
// create shop and get output
    
$amazonShop = new SimpleAmazonShop(SUB_IDASSOC_ID);
    
$amazonShop->getShop();

?>

Download source files

Licenses

The licenses under which the source codes are released are:
license.txt