getproductreviews
REST Endpoint: http://api.itunesapis.com/rest/getproductreviews/
Overview
Get reviews of a single procut across all iTunes stores
|
Parameter |
Required? |
Description |
|
a |
Y |
Your API key.
|
|
productId |
Y |
The iTunes ID for the product.
|
|
storeIds |
Y |
A Comma delimited string of store ids for the countries you want ratings for. Store IDs can be found by calling the getStoresByCountry method. Leaving storeIds blank will return all stores and may take extended time to complete.
|
Sample Call
http://api.itunesapis.com/rest/getproductreviews/?a=YOURAPIKEY&productId=1234567&storeIds=12345,654565,234545
Result
Errors
All errors are reported in the following format with a description of the error.
<result>
<error>
ERROR MESSAGE HERE
</error>>
</result>