A2S Simple Store in PHP

This is a simple PHP 5 application demonstrating the basics of how to interact with Amazon Associates Web Service (A2S, formerly known as ECS).

About This Sample

What's New

Prerequisites

Running the Sample

  1. Replace YourAccessKeyIdHere wih your AWS Access Key Id near the top of the simplestore.php file.
  2. [Optional] Replace YourAssociateTagHere with your Associate Tag near the top of the simplestore.php file. This needs to be done if you want to earn referral fees for sales you generate. You can learn more about our associates program here.
  3. To run the sample, put SimpleStore.php in your root directrory and load SimpleStore.php?Action=Search in your browser.