The Request response group returns all of the parameters and their values that were submitted in a request. Use this information to debug requests.
All Amazon Associates Web Service operations return this response group by default. There can be up to ten parameters in each request.
Operations that can use this response group include:
All Amazon Associates Web Service operations use the Request response group by default.
The following table describes the elements returned by Request. These elements are returned in all Amazon Associates Web Service responses because the Request response group is a default response group for all Amazon Associates Web Service operations. In the Ancestry column, the elements on the left side of a slash mark are the parents of the elements on the right side of the slash mark.
The following request was used to illustrate the XML response elements returned by Request.
http://ecs.amazonaws.com/onca/xml?
Service=AWSECommerceService&
AWSAccessKeyId=[AWS Access Key ID]&
Operation=ItemSearch&
SearchIndex=Books&
Title=Harry%20Potter&
Version=2007-10-29The following response snippet shows the elements returned by Request.
<OperationRequest>
<HTTPHeaders>
<Header Name="UserAgent" Value="Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; FunWebProducts; .NET CLR 1.1.4322; .NET CLR 2.0.50727)" />
</HTTPHeaders>
<RequestId>00KE1E5MWR4KXX0V1WYD</RequestId>
<Arguments>
<Argument Name="SearchIndex" Value="Books" />
<Argument Name="Service" Value="AWSECommerceService" />
<Argument Name="Title" Value="Harry Potter" />
<Argument Name="Operation" Value="ItemSearch" />
<Argument Name="AWSAccessKeyId" Value="[VALUE]" />
<Argument Name="Version" Value="2007-04-04" />
</Arguments>
<RequestProcessingTime>
0.3419508934021
</RequestProcessingTime>
</OperationRequest>
<Items>
<Request>
<IsValid>True</IsValid>
<ItemSearchRequest>
<SearchIndex>Books</SearchIndex>
<Title>Harry Potter</Title>
</ItemSearchRequest>
</Request>