TagsSummary Response Group

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 information returned. The other tag-related response groups, TaggedGuides, TaggedItems, and TaggedListmaniaLists, specify the kind of entity tagged.

Relevant Operations

Operations that can use this response group include:

Response Elements

The following table describes the elements returned by TagsSummary.

  • 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.

Parent Response Group

The following response groups are parent response groups of TagsSummary.

  • None

Child Response Group

The following response groups are child response groups of TagsSummary.

  • None

Sample REST Use Case

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=2008-08-19&
TagName=tai
&Timestamp=[YYYY-MM-DDThh:mm:ssZ]
&Signature=[Request Signature]

Sample Response Snippet

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>