FindReviewsAndGuidesResponseType
Find reviews and guides response type.
Fields
BuyingGuideCount ( int )
BuyingGuideDetails ( BuyingGuideDetailsType )
PageNumber ( int )
PositiveHelpfulnessVotes ( int )
ProductID ( ProductIDType (string) )
ReviewCount ( int )
ReviewDetails ( ReviewDetailsType )
ReviewerRank ( int )
ReviewsAndGuidesURL ( anyURI )
TotalHelpfulnessVotes ( int )
TotalPages ( int )

BuyingGuideCount ( int ) [0..1]
Number of returned buying guides.
See the Field Index to learn which calls use BuyingGuideCount.

BuyingGuideDetails ( BuyingGuideDetailsType ) [0..1]
Contains information for up to 5 buying guides that match the query. Buying guides provide useful information about shopping in a particular domain, like Digital Cameras. For example, a digital camera buying guide could help a buyer determine what kind of digital camera is right for them. If no buying guides are associated with the product, this only returns a link to the buying guide hub (the main Guides page). Count limited by MaxResultsPerPage in request.
See the Field Index to learn which calls use BuyingGuideDetails.

PageNumber ( int ) [0..1]
The number of the page of data returned. If many products are found and multiple pages of results are available, use this in combination with TotalPages to decide which page to retrieve next. As FindProducts only returns up to 2000 products, the maximum possible value is theoretically 2000 (if you were to set MaxResultsPerPage to 1 in the request).
See the Field Index to learn which calls use PageNumber.

PositiveHelpfulnessVotes ( int ) [0..1]
Number of helpfulness votes if using user search.
See the Field Index to learn which calls use PositiveHelpfulnessVotes.

ProductID ( ProductIDType (string) ) [0..1]
The eBay or external IDs associated with the product. Use the Reference value as input to search for the same product in the future, or use the ISBN, EAN, or UPC value (if returned). The ISBN, EAN, and UPC values can also be useful as keys if your application is comparing products across different sites. Always returned when Product is returned.
See the Field Index to learn which calls use ProductID.

ReviewCount ( int ) [0..1]
Number of returned reviews.
See the Field Index to learn which calls use ReviewCount.

ReviewDetails ( ReviewDetailsType ) [0..1]
Contains information about review details. Count limited by MaxResultsPerPage in request.
See the Field Index to learn which calls use ReviewDetails.

ReviewerRank ( int ) [0..1]
Rank of reviewer if using user search.
See the Field Index to learn which calls use ReviewerRank.

ReviewsAndGuidesURL ( anyURI ) [0..1]
URL to the reviews and guides page.
See the Field Index to learn which calls use ReviewsAndGuidesURL.

TotalHelpfulnessVotes ( int ) [0..1]
Number of helpfulness votes if using user search.
See the Field Index to learn which calls use TotalHelpfulnessVotes.

TotalPages ( int ) [0..1]
Indicates the total number of pages of data that could be returned by repeated requests. Returned with a value of 0 if no pages are available.
See the Field Index to learn which calls use TotalPages.

This document was generated with a customized version of the apireferencedocs tool.

© 2006–2009 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developers Program and API License Agreement.