Specify a single CategoryID to restrict your query to a specific Guide category.
If the specified category ID doesn't match an existing category for the site, an invalid-category error message is returned. To determine valid categories: Use the FindItemsAdvanced CategoryHistogram value in the IncludeSelector field to retrieve matching categories. Then make another FindReviewsAndGuides call with the ID of a matching category.
CategoryID can be used in combination with UserID to return Reviews and Guides. ProductID and CategoryID cannot be used together.
See the Field Index to learn which calls use CategoryID.
Specifies the number of the page of data to return in the current call. Specify a positive value equal to or lower than the number of pages available (which you determine by examining the results of your initial request).
See the Field Index to learn which calls use PageNumber.
Use this to retrieve reviews (not guides) for one specific product. Specify the ID as a string, and use the type attribute to indicate the nature of the ID you are specifying. Same as FindProducts, supports Reference, ISBN, UPC, EAN.
ProductID can be used in combination with UserID to return Reviews and Guides. ProductID and CategoryID cannot be used together.
See the Field Index to learn which calls use ProductID.
Include ReviewSort in your request if you want to sort by a parameter, such as CreationTime. See the SortOrder field for values for specifying that results are returned in ascending or descending order. (By default, results are returned in descending order.)
See the Field Index to learn which calls use ReviewSort.