Shopping_FindReviewsAndGuidesResponseType Class Reference
| Inherits from | Shopping_AbstractResponseType : NSObject |
| Declared in | Shopping_FindReviewsAndGuidesResponseType.h Shopping_FindReviewsAndGuidesResponseType.m |
Tasks
-
reviewCountNumber of returned reviews.
property -
buyingGuideCountNumber of returned buying guides.
property -
reviewerRankRank of reviewer if using user search.
property -
totalHelpfulnessVotesNumber of helpfulness votes if using user search.
property -
productIDThe eBay or external IDs associated with the product.
property
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. -
reviewsAndGuidesURLURL to the reviews and guides page.
property -
pageNumberThe number of the page of data returned. If many products
property
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). -
totalPagesIndicates the total number of pages of data
property
that could be returned by repeated requests. Returned with a
value of 0 if no pages are available. -
buyingGuideDetailsContains information for up to 5 buying guides that match the
property
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. -
reviewDetailsContains information about review details. Count limited by MaxResultsPerPage in request.
property -
positiveHelpfulnessVotesNumber of helpfulness votes if using user search.
property
Properties
buyingGuideCount
Number of returned buying guides.
@property (nonatomic, retain) NSNumber *buyingGuideCountDiscussion
Number of returned buying guides.
type : NSNumber, wrapper for primitive int
Declared In
Shopping_FindReviewsAndGuidesResponseType.hbuyingGuideDetails
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 (nonatomic, retain) Shopping_BuyingGuideDetailsType *buyingGuideDetailsDiscussion
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.
type : class Shopping_BuyingGuideDetailsType
Declared In
Shopping_FindReviewsAndGuidesResponseType.hpageNumber
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 (nonatomic, retain) NSNumber *pageNumberDiscussion
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).
type : NSNumber, wrapper for primitive int
Declared In
Shopping_FindReviewsAndGuidesResponseType.hpositiveHelpfulnessVotes
Number of helpfulness votes if using user search.
@property (nonatomic, retain) NSNumber *positiveHelpfulnessVotesDiscussion
Number of helpfulness votes if using user search.
type : NSNumber, wrapper for primitive int
Declared In
Shopping_FindReviewsAndGuidesResponseType.hproductID
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 (nonatomic, retain) Shopping_ProductIDType *productIDDiscussion
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.
type : class Shopping_ProductIDType
Declared In
Shopping_FindReviewsAndGuidesResponseType.hreviewCount
Number of returned reviews.
@property (nonatomic, retain) NSNumber *reviewCountDiscussion
Number of returned reviews.
type : NSNumber, wrapper for primitive int
Declared In
Shopping_FindReviewsAndGuidesResponseType.hreviewDetails
Contains information about review details. Count limited by MaxResultsPerPage in request.
@property (nonatomic, retain) Shopping_ReviewDetailsType *reviewDetailsDiscussion
Contains information about review details. Count limited by MaxResultsPerPage in request.
type : class Shopping_ReviewDetailsType
Declared In
Shopping_FindReviewsAndGuidesResponseType.hreviewerRank
Rank of reviewer if using user search.
@property (nonatomic, retain) NSNumber *reviewerRankDiscussion
Rank of reviewer if using user search.
type : NSNumber, wrapper for primitive int
Declared In
Shopping_FindReviewsAndGuidesResponseType.hreviewsAndGuidesURL
URL to the reviews and guides page.
@property (nonatomic, retain) NSString *reviewsAndGuidesURLDiscussion
URL to the reviews and guides page.
type : NSString, wrapper for primitive string
Declared In
Shopping_FindReviewsAndGuidesResponseType.htotalHelpfulnessVotes
Number of helpfulness votes if using user search.
@property (nonatomic, retain) NSNumber *totalHelpfulnessVotesDiscussion
Number of helpfulness votes if using user search.
type : NSNumber, wrapper for primitive int
Declared In
Shopping_FindReviewsAndGuidesResponseType.htotalPages
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.
@property (nonatomic, retain) NSNumber *totalPagesDiscussion
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.
type : NSNumber, wrapper for primitive int
Declared In
Shopping_FindReviewsAndGuidesResponseType.h