Parts of a Request

Every programming language has its own style and requirements. For that reason, each implementation of submitting an Amazon Associates Web Service request is a little different. The following programmatic tasks, however, are shared across all programming languages for implementing an Amazon Associates Web Service request:

Programmatic Tasks

  1. Create a request object.

  2. Add parameters and their values to the request.

  3. Set up the request.

  4. Send the request.

The following sections explain how to accomplish these tasks in different programming languages.