| Did this page help you? Yes No Tell us about it... |
The ItemIds response group returns the ASINs for all items returned in a response.
Operations that can use this response group include:
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.
The following response groups are parent response groups of ItemIds.
None
The following response groups are child response groups of ItemIds.
None
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]
The following response snippet shows the elements returned by ItemIds.
<TotalResults>1</TotalResults>
<TotalPages>1</TotalPages>
<Item>
<ASIN>0976925524</ASIN>
</Item>
</Items>