Product Advertising API
Developer 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...

ItemIds Response Group

The ItemIds response group returns the ASINs for all items returned in a response.

Relevant Operations

Operations that can use this response group include:

Response Elements

The following table describes the elements returned by ItemIds.

ItemIds also returns the elements that all response groups return, as described in Elements Common to All Response Groups.

Parent Response Group

The following response groups are parent response groups of ItemIds.

  • None

Child Response Group

The following response groups are child response groups of ItemIds.

  • None

Sample REST Use Case

All locales.

http://webservices.amazon.com/onca/xml?
Service=AWSECommerceService&
AWSAccessKeyId=[AWS Access Key ID]&
Operation=ItemLookup&
ItemId=B000A3UB2O&
ResponseGroup=ItemIds&
Version=2011-08-01
&Timestamp=[YYYY-MM-DDThh:mm:ssZ]
&Signature=[Request Signature]

Sample Response Snippet

The following response snippet shows the elements returned by ItemIds.

  <TotalResults>1</TotalResults>
  <TotalPages>1</TotalPages>
  <Item>
    <ASIN>0976925524</ASIN>
  </Item>
</Items>