The Web Developer’s Guide To Amazon E-Commerce Service

The Book Is Published!

Apr
12
TheBookCover Product Details
Paperback: 492 pages
Publisher: J9t Publications and Lulu.com (April 12th, 2005)
ISBN: 141162551X
Product Dimensions: 6 x 9 inches
Shipping Weight: 1.5 lbs
List Price: $30.00
Your Price: $14.85 amazon.com

Download the Table of Contents (67 Kbyte PDF)

view larger cover image

What’s in the book?

Apr
12

This book is primarily about using PHP to create web applications using Amazon E-Commerce Service 4.0. The target audience is intermediate developers who are creating web applications. That might include people making simple sidebar applications for web sites all the way up to more serious storefronts and even backend inventory systems. Basic understanding of XML and PHP is required, though developers should easily be able to translate the concepts and code samples to other programming languages.

Coverage includes:

  • An overview of the Amazon.com site architecture
  • Strategies for parsing XML responses from Amazon
  • Developing applications using PHP4, PHP5, XSLT, REST, and SOAP
  • Caching and error recovery
  • Developing with Amazon Seller Services — the Amazon Inventory Management System and the Merchants@ API
  • Creating internationalized web applications that take advantage of Amazon’s international presence (e.g. amazon.co.jp, amazon.fr, etc… )
  • Reference manuals for Amazon E-Commerce Service, Amazon Inventory Management System, and the Merchants@ API

Some Scripts From The Book….

Apr
12

Simple Browse Node traversal: Run the script

Search song titles on International Amazon sites: Run the script
(Note: some web browsers will not respect the META tag which sets the character set to ISO-8859-1 in which case the display may appear garbled)

Pagination example: Run the script

Sorting + pagination example: Run the script

Variations + pagination example: Run the script

Remote shopping cart example : Run the script