eBay::API::XML::DataType::AverageRatingDetailsType - eBay::API::XML::DataType::AverageRatingDetailsType documentation


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

Index


NAME

Top

eBay::API::XML::DataType::AverageRatingDetailsType

DESCRIPTION

Top

Applicable to sites that support the Detailed Seller Ratings feature. The AverageRatingDetailsType contains the average detailed seller ratings in an area. 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.

SYNOPSIS

Top

INHERITANCE

Top

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

Subroutines:

Top

setRating()

An average detailed seller rating applying to the area in the corresponding RatingDetail field.

# Argument: 'xs:double'

getRating()

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

# Returns: 'xs:double'

setRatingCount()

The number of detailed seller ratings in the area in the corresponding RatingDetail field.

# Argument: 'xs:int'

getRatingCount()

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

# Returns: 'xs:int'

setRatingDetail()

The area of a specific average detailed seller rating. Users retrieve detailed ratings as averages of the ratings left by buyers. 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.

# Argument: 'ns:FeedbackRatingDetailCodeType'

getRatingDetail()

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

# Returns: 'ns:FeedbackRatingDetailCodeType'


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