Inherits from Shopping_AbstractResponseType : NSObject
Declared in Shopping_FindReviewsAndGuidesResponseType.h
Shopping_FindReviewsAndGuidesResponseType.m

Overview

Find reviews and guides response type.

@ingroup ShoppingInterface

Tasks

  •   reviewCount

    Number of returned reviews.

    property
  •   buyingGuideCount

    Number of returned buying guides.

    property
  •   reviewerRank

    Rank of reviewer if using user search.

    property
  •   totalHelpfulnessVotes

    Number of helpfulness votes if using user search.

    property
  •   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
  •   reviewsAndGuidesURL

    URL to the reviews and guides page.

    property
  •   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
  •   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.

    property
  •   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
  •   reviewDetails

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

    property
  •   positiveHelpfulnessVotes

    Number of helpfulness votes if using user search.

    property

Properties

buyingGuideCount

Number of returned buying guides.

@property (nonatomic, retain) NSNumber *buyingGuideCount

Discussion

Number of returned buying guides.

type : NSNumber, wrapper for primitive int

Declared In

Shopping_FindReviewsAndGuidesResponseType.h

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 (nonatomic, retain) Shopping_BuyingGuideDetailsType *buyingGuideDetails

Discussion

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

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 (nonatomic, retain) NSNumber *pageNumber

Discussion

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

positiveHelpfulnessVotes

Number of helpfulness votes if using user search.

@property (nonatomic, retain) NSNumber *positiveHelpfulnessVotes

Discussion

Number of helpfulness votes if using user search.

type : NSNumber, wrapper for primitive int

Declared In

Shopping_FindReviewsAndGuidesResponseType.h

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 (nonatomic, retain) Shopping_ProductIDType *productID

Discussion

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

reviewCount

Number of returned reviews.

@property (nonatomic, retain) NSNumber *reviewCount

Discussion

Number of returned reviews.

type : NSNumber, wrapper for primitive int

Declared In

Shopping_FindReviewsAndGuidesResponseType.h

reviewDetails

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

@property (nonatomic, retain) Shopping_ReviewDetailsType *reviewDetails

Discussion

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

type : class Shopping_ReviewDetailsType

Declared In

Shopping_FindReviewsAndGuidesResponseType.h

reviewerRank

Rank of reviewer if using user search.

@property (nonatomic, retain) NSNumber *reviewerRank

Discussion

Rank of reviewer if using user search.

type : NSNumber, wrapper for primitive int

Declared In

Shopping_FindReviewsAndGuidesResponseType.h

reviewsAndGuidesURL

URL to the reviews and guides page.

@property (nonatomic, retain) NSString *reviewsAndGuidesURL

Discussion

URL to the reviews and guides page.

type : NSString, wrapper for primitive string

Declared In

Shopping_FindReviewsAndGuidesResponseType.h

totalHelpfulnessVotes

Number of helpfulness votes if using user search.

@property (nonatomic, retain) NSNumber *totalHelpfulnessVotes

Discussion

Number of helpfulness votes if using user search.

type : NSNumber, wrapper for primitive int

Declared In

Shopping_FindReviewsAndGuidesResponseType.h

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.

@property (nonatomic, retain) NSNumber *totalPages

Discussion

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