SalesRank Response Group
The SalesRank response group returns the sales rank for each item in the response. One is the highest rating; a large number means the item has not sold well. Sales rank is per Search Index so it is possible to have several items in one response ranked, for example, as 1.
Relevant Operations
Operations that can use this response group include:
Response Elements
The following table describes the elements returned by SalesRank.
SalesRank 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 SalesRank.
-
None
Child Response Group
The following response groups are child response groups of SalesRank.
-
None
Sample REST Use Case
The following request was used to illustrate the XML response elements returned by SalesRank.
http://ecs.amazonaws.com/onca/xml?
Service=AWSECommerceService&
AWSAccessKeyId=[AWS Access Key ID]
&
Operation=ItemLookup&
ItemId=0976925524&
ResponseGroup=SalesRank&
Version=2008-08-19
Sample Response Snippet
The following response snippet shows the elements returned by SalesRank.
<Item> <ASIN>0976925524</ASIN> <SalesRank>68</SalesRank> </Item>