Search This Blog

Saturday, July 9, 2011

amazon API - notes

access to node
http://www.amazon.com/exec/obidos/tg/browse/-/[Browse Node ID]
e.g.
http://www.amazon.com/exec/obidos/tg/browse/-/11060901

The BrowseNodes response group returns the browse node that an item belongs to as well as the ancestry
of that browse node.
Note: If a browse node has multiple ancestors, only one of them is returned in the response.(no logic wghich one will return)
You can use the BrowseNodes response group with ItemLookup, ItemSearch, and SimilarityLookup.

The BrowseNodeInfo response group returns browse node names, IDs, children and parent browse nodes
You can use the BrowseNodeInfo response group only with BrowseNodeLookup.
Note: If a browse node has multiple ancestors, only one of them is returned in the response.

In contrast, BrowseNodeLookup only returns child browse nodes that are the direct descendant of the browse node in the request.

item sort keys by language
http://docs.amazonwebservices.com/AWSECommerceService/latest/DG/index.html?CASortValuesArticle.html

No comments: