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...

Parts of a Request

Every programming language has its own style and requirements. For that reason, each implementation of submitting a Product Advertising API request is a little different. The following programmatic tasks, however, are shared across all programming languages for implementing a Product Advertising API request.

Programmatic tasks

1Create a request object.
2Add parameters and their values to the request.
3Set up the request.
4Send the request.


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