TaggedItems Response Group
The TaggedItems response group returns information about all items labeled by a specified tag. 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.
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 TaggedItems.
TaggedItems 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 TaggedItems.
-
None
Child Response Group
The following response groups are child response groups of TaggedItems.
-
None
Sample REST Use Case
The following request was used to illustrate the XML response elements returned by TaggedItems.
http://ecs.amazonaws.com/onca/xml ?Service=AWSECommerceService& AWSAccessKeyId=[Access Key ID]
& AssociateTag=[Associate Tag]
& Operation=TagLookup& ItemId=0545010225& ResponseGroup=TaggedItems& Marketplace=us& Version=2008-08-19& TagName=japan
Sample Response Snippet
The following response snippet shows the elements returned by TaggedItems.
<Tags> ... <Tag> <Name>japan</Name> <TagType>Items</TagType> <TotalUsages>1779</TotalUsages> <TaggedItems> <List> <ListId>15HSHKBGFT9PR</ListId> </List> <DistinctUsers>10</DistinctUsers> <TotalUsages>10</TotalUsages> <FirstTagging> <UserId>AKYNIMNI8LOBP</UserId> <Time>2007 01 01 16:16:54</Time> </FirstTagging> <LastTagging> <UserId>AKYNIMNI8LOBP</UserId> <Time>2007 01 01 16:16:54</Time> </LastTagging> </TaggedListmaniaLists> <TaggedListmaniaLists> <List> <ListId>1H6IBS7W62367</ListId> </List> <DistinctUsers>1</DistinctUsers> <TotalUsages>1</TotalUsages> <FirstTagging> <UserId>A3F9988KGE684U</UserId> <Time>2007 03 29 17:03:33</Time> </FirstTagging> <LastTagging> <UserId>A3F9988KGE684U</UserId> <Time>2007 03 29 17:03:33</Time> </LastTagging> </TaggedItems> </Tag> </Tags>