Product Advertising API
Getting Started Guide (API Version 2011-08-01)
Print this pageEmail this pageGo to the ForumsView the PDFShare this page on TwitterShare this page on FacebookBookmark this page on DeliciousSubmit this page to RedditSubmit this page to DiggDid this page help you?  Yes  No   Tell us about it...

Getting the Tools You Need

Program Language Tools

Product Advertising API requests can be integrated into applications using most modern programming languages. In the following table, click the tool you would like to use to implement Product Advertising API. The link takes you to the appropriate website where you can download and install the appropriate toolkit.

LanguageAPI StyleTools Used

Java

SOAP

  • Java 6 or higher

    Make sure the PATH environment variable points at the Java installation.

  • Eclipse 3.2 or higher

    If you use Eclipse as your interactive development environment (IDE), you must use version 3.2 or higher. You can, however, use other IDEs, such as NetBeans.

C#

SOAP

Perl

REST (using HTTP POST)

To download the modules used in the following Perl example, go to CPAN website:

  • Digest::HMAC_SHA1

  • MIME::Base64

  • LWP

  • XML::XPath

  • Date::Format

PHP

REST (using HTTP GET)

The PHP example uses the base installation of PHP5.

Because PHP configurations vary, we're using a command-line interface to run our example. You are also welcome to run the example through a web server, but those details are not covered in this guide.

Product Advertising API Signed Requests Helper

All requests you send to Product Advertising API must be authenticated using a signed version of the request. We have a tool, the Product Advertising API Signed Requests Helper, to generate this signed request. You can use this tool online or download it to your machine.