The TagsSummary response group returns the items tagged by a specified tag. For more information about tags, see Tags.
In the tag-related response groups, Tags and TagSummary specify the amount of informtion returned. The other tag-related response groups, TaggedGuides, TaggedItems, and TaggedListmaniaLists, specify the kind of entity tagged.
Operations that can use this response group include:
The following table describes the elements returned by TagsSummary. 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.
ASIN
Item
Name
Tag
TaggedItems
TagName
Tags
TotalUsages
TagsSummary also returns the elements that all response groups return, which is described in Elements Common to All Response Groups.
The following request was used to illustrate the XML response elements returned by TagsSummary.
http://ecs.amazonaws.com/onca/xml? Service=AWSECommerceService& AWSAccessKeyId=[Access Key ID]& AssociateTag=[Associate Tag]& Operation=TagLookup& ItemId=0545010225& ResponseGroup=TagsSummary& Marketplace=us& Version=2007-10-29& TagName=tai
The following response snippet shows the elements returned by TagsSummary.
<TagsSummary>
...
<Tag>
<Name>tai</Name>
<TagType>Items</TagType>
<TotalUsages>1</TotalUsages>
<TaggedItems>
<Item>
<ASIN>B00005A1UV</ASIN>
</Item>
</TaggedItems>
<TaggedItems>
<Item>
<ASIN>1886969434</ASIN>
</Item>
</TaggedItems>
</Tag>
...
</Tags>