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, which is 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://ecs.amazonaws.com/onca/xml?
Service=AWSECommerceService&
AWSAccessKeyId=[AWS Access Key ID]&
Operation=ItemLookup&
ItemId=B000A3UB2O&
ResponseGroup=ItemIds&
Version=2008-08-19
&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>