BrowseNodeInfo Response Group

For a given browse node ID, the BrowseNodeInfo response group returns the browse node name and ID of the child and parent browse nodes.

One application of this information is to use the child and parent browse nodes to traverse the browse node hierarchy to either refine a search (child nodes) or to generalize a search (parent nodes). You do that using BrowseNodeLookup one or more times. Refining a search enables you to return more highly targeted results. Generalizing a response enables you to find what product category a browse node belongs to.

This response group is similar to the BrowseNodes response group. The difference is that the BrowseNodes response group is used with operations, including ItemSearch, ItemLookup, ListLookup, and SimilarityLookup, that are based on item attributes, search indices, and lists, and potentially return multiple items. BrowseNodeInfo can only be used with BrowseNodeLookup and the search is always keyed on a browse node ID.

Operations that can use this response group include:

The following table describes the elements returned by BrowseNodeInfo. The elements on the left side of a slash mark are the parents of the elements on the right side of the slash mark.

Response ElementAncestryDefinition
BrowseNodeId BrowseNode/BrowseNodeIdA positive integer that uniquely identifies a product category.
BrowseNodeId BrowseNode/Children/BrowseNode/BrowseNodeIdBrowsenode ID of children browsenodes. A browsenode ID is a positive integer that uniquely identifies a product category. A child browsenode is related to its parent, for example, Harry Potter Books would be a child of Books.
Name BrowseNode/Children/BrowseNode/NameThe name of the child browsenode.
Name BrowseNode/NameThe name of the browsenode.

As you can see from this table, BrowseNodeInfo returns the identity of child and parent browse nodes. That information is typically used with BrowseNodeLookup to traverse the browse node hierarchy.

The following response groups are parent response groups of BrowseNodeInfo.

The following response groups are child response groups of BrowseNodeInfo.

All locales.

http://ecs.amazonaws.com/onca/xml?
Service=AWSECommerceService&
AWSAccessKeyId=[Access Key ID]&
Operation=BrowseNodeLookup&
BrowseNodeId=11232&
ResponseGroup=BrowseNodeInfo