AWS ECS API - ItemLookup - Get item's (EAN) SalesRank by BrowseNode
Posted
by Lysender
on Stack Overflow
See other posts from Stack Overflow
or by Lysender
Published on 2010-06-10T06:19:28Z
Indexed on
2010/06/10
6:22 UTC
Read the original article
Hit count: 162
amazon-web-services
I'm using amazon japan, using ItemLookup. We already have the EAN numbers (used as ItemId). It was working well until we need to modify the SalesRank. The previous SalesRank returned is for the whole SearchIndex, ex: Books, Music, etc.
What we want is to get the SalesRank for a specific BrowseNode. I don't know but it seems that it is not implemented on Amazon US. For example:
http: // www . amazon . com / Slackware-Essentials-Cantrell-Johnson-Lumens/dp/1571763384/ref=sr_1_1?ie=UTF8&s=books&qid=1276142663&sr=1-1
The book above only shows the SalesRank (Bestsellers Rank) but on Japan Amazon:
It shows SalesRank for other three different BrowseNodes. We need to get the SalesRank for a specific BrowseNode for a given ItemId or by any other means.
Any ideas guys?
TIA
© Stack Overflow or respective owner