TaggedGuides Response Group

The TaggedGuides response group returns all guides labeled 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 TaggedGuides.

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

  • None

Child Response Group

The following response groups are child response groups of TaggedGuides.

  • None

Sample REST Use Case

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

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

Sample Response Snippet

The following response snippet shows the elements returned by TaggedGuides.

<Tags>
  <Tag>
    <Name>tai</Name>
    <TagType>Guides</TagType>
    <TotalUsages>0</TotalUsages>
  </Tag>
</Tags>