eBay::API::XML::DataType::AverageRatingSummaryType - eBay::API::XML::DataType::AverageRatingSummaryType documentation


eBay-API documentation  | view source Contained in the eBay-API distribution.

Index


NAME

Top

eBay::API::XML::DataType::AverageRatingSummaryType

DESCRIPTION

Top

Container for average detailed seller ratings. If a seller has detailed ratings, they are displayed in the Feedback Profile of the seller.

SYNOPSIS

Top

INHERITANCE

Top

eBay::API::XML::DataType::AverageRatingSummaryType inherits from the eBay::API::XML::BaseDataType class

Subroutines:

Top

setAverageRatingDetails()

Applicable to sites that support the Detailed Seller Ratings feature. The AverageRatingDetails container has information about average detailed seller ratings. When buyers leave an overall Feedback rating (positive, neutral, or negative) for a seller, they also can leave ratings in four areas: item as described, communication, shipping time, and charges for shipping and handling. Users retrieve detailed ratings as averages of the ratings left by buyers.

# Argument: reference to an array of 'ns:AverageRatingDetailsType'

getAverageRatingDetails()

  Calls: GetFeedback
  Returned: Conditionally
  Details: DetailLevel: none, ReturnAll

# Returns: reference to an array of 'ns:AverageRatingDetailsType'

setFeedbackSummaryPeriod()

The summary period for which the detail ratings are calculated.

# Argument: 'ns:FeedbackSummaryPeriodCodeType'

getFeedbackSummaryPeriod()

  Calls: GetFeedback
  Returned: Conditionally
  Details: DetailLevel: none, ReturnAll

# Returns: 'ns:FeedbackSummaryPeriodCodeType'


eBay-API documentation  | view source Contained in the eBay-API distribution.