Description
Name
Item’s title.
Title
Total number of pages in response. There are ten items per page.
TotalPages
Total number of items found.
TotalResults
For more information about the parent elements of these tags, see the appropriate response group in
Response Groups (p. 213)
.
Examples
Use the search index, Toys, and the parameter,
Keywords
, to return information about all toy rockets
sold in by Amazon.
http://webservices.amazon.com/onca/xml?
Service=AWSECommerceService&
AWSAccessKeyId=
[AWS Access Key ID]
&
Operation=ItemSearch&
Keywords=Rocket&
SearchIndex=Toys
&Timestamp=[YYYY-MM-DDThh:mm:ssZ]
&Signature=[Request Signature]
The response to this request is shown in,
Response to Sample Request (p. 167)
.
Use a blended search to look through multiple search indices for items that have “Mustang” in their name
or description. A blended search looks through multiple search indices at the same time. For more
information, see
Blended Searches. (p. 91)
http://webservices.amazon.com/onca/xml?
Service=AWSECommerceService&
AWSAccessKeyId=
[AWS Access Key ID]
&
Operation=ItemSearch&
Keywords=Mustang&
SearchIndex=Blended
&Timestamp=[YYYY-MM-DDThh:mm:ssZ]
&Signature=[Request Signature]
Use the
Availability
parameter to only return shirts that are available:
http://webservices.amazon.com/onca/xml?
Service=AWSECommerceService&
AWSAccessKeyId=
[AWS Access Key ID]
&
Operation=ItemSearch&
Condition=All&
Availability=Available&
SearchIndex=Apparel&
Keywords=Shirt
&Timestamp=[YYYY-MM-DDThh:mm:ssZ]
&Signature=[Request Signature]
Set the search index to MusicTracks and
Keywords
to the title of a song to find a song title.
API Version 2011-08-01
205
Product Advertising API Developer Guide
ItemSearch