Class FindReviewsAndGuidesResponseType

Extends AbstractResponseType

class FindReviewsAndGuidesResponseType
Find reviews and guides response type.

Defined in com/ebay/shoppingservice/FindReviewsAndGuidesResponseType.js

Property Summary
Number of returned buying guides.
Contains information for up to 5 buying guides that match the query.
Number pageNumber
The number of the page of data returned.
Number of helpfulness votes if using user search.
The eBay or external IDs associated with the product.
Number reviewCount
Number of returned reviews.
Contains information about review details.
Number reviewerRank
Rank of reviewer if using user search.
URL to the reviews and guides page.
Number of helpfulness votes if using user search.
Number totalPages
Indicates the total number of pages of data that could be returned by repeated requests.

Properties inherited from AbstractResponseType
ack , build , correlationID , errors , timestamp , version

Constructor Summary

Property Details

property Number buyingGuideCount

Number of returned buying guides.


property BuyingGuideDetailsType buyingGuideDetails

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.


property Number pageNumber

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).


property Number positiveHelpfulnessVotes

Number of helpfulness votes if using user search.


property ProductIDType productID

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.


property Number reviewCount

Number of returned reviews.


property ReviewDetailsType reviewDetails

Contains information about review details. Count limited by MaxResultsPerPage in request.


property Number reviewerRank

Rank of reviewer if using user search.


property String reviewsAndGuidesURL

URL to the reviews and guides page.


property Number totalHelpfulnessVotes

Number of helpfulness votes if using user search.


property Number totalPages

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.


Constructor Details

constructor FindReviewsAndGuidesResponseType

FindReviewsAndGuidesResponseType(Object props)

Parameters:
props