Tags Response Group

The Tags response group returns complete information about tags associated with specified items. Information includes the first and last time an item was tagged, how many times it was tagged, and who tagged it. For more information about tags, see Tags.

Relevant Operations

Operations that can use this response group include:

Response Elements

The following table describes the elements returned by Tags.

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

  • None

Child Response Group

The following response groups are child response groups of Tags.

Sample REST Use Case

The following request was used to illustrate the XML response elements returned by Tags.

http://ecs.amazonaws.com/onca/xml?
Service=AWSECommerceService&
AWSAccessKeyId=[Access Key ID]&
AssociateTag=[Associate Tag]&
Operation=TagLookup&
ItemId=0545010225&
ResponseGroup=Tags&
Marketplace=us&
Version=2008-08-19&
TagName=tai&
CustomerId=[Customer ID]
&Timestamp=[YYYY-MM-DDThh:mm:ssZ]
&Signature=[Request Signature]

Sample Response Snippet

The following response snippet shows the elements returned by Tags.

<Tags>
...
<Tag>
  <Name>tai</Name>
  <TagType>Items</TagType>
  <DistinctItems>1</DistinctItems>
  <DistinctUsers>1</DistinctUsers>
  <TotalUsages>1</TotalUsages>
  <FirstTagging>
    <EntityId>B00005A1UV</EntityId>
    <UserId>A2ELLA3OQ06A6Z</UserId>
    <Time>2005-12-07 14:41:52</Time>
  </FirstTagging>
  <LastTagging>
    <EntityId>B00005A1UV</EntityId>
    <UserId>A2ELLA3OQ06A6Z</UserId>
    <Time>2005-12-07 14:41:52</Time>
  </LastTagging>
  <TaggedItems>
    <Item>
      <ASIN>B00005A1UV</ASIN>
    </Item>
  </TaggedItems>
</Tag>
...
</Tags>