eBay::API::XML::DataType::FeedbackSummaryType
Specifies all feedback summary information (except Score). Contains FeedbackPeriodArrayType objects that each convey feedback counts for positive, negative, neutral, and total feedback counts - for various time periods each. Also conveys counts of bid retractions for the predefined time periods.
eBay::API::XML::DataType::FeedbackSummaryType inherits from the eBay::API::XML::BaseDataType class
Bid retractions count, for multiple predefined time periods preceding the call. Returned if no detail level is specified.
# Argument: 'ns:FeedbackPeriodArrayType'
Calls: GetFeedback Returned: Conditionally Details: DetailLevel: none, ReturnAll
# Returns: 'ns:FeedbackPeriodArrayType'
Container for information about 1 year feedback metric as buyer.
# Argument: 'ns:BuyerRoleMetricsType'
# Returns: 'ns:BuyerRoleMetricsType'
Negative feedback entries count, for multiple predefined time periods preceding the call. Returned if no detail level is specified.
Number of neutral comments received from suspended users. Returned if no detail level is specified.
# Argument: 'xs:int'
# Returns: 'xs:int'
Neutral feedback entries count, for multiple predefined time periods preceding the call. Returned if no detail level is specified.
Positive feedback entries count, for multiple predefined time periods preceding the call. Returned if no detail level is specified.
Container for information about detailed seller ratings (DSRs) that buyers have left for a seller. Sellers have access to the number of ratings they've received, as well as to the averages of DSRs they've received in each DSR area (i.e., to the average of ratings in the item-description area, etc.). The DSR feature is available on the United Kingdom site and on the following other sites: AU (site ID 15), BEFR (site ID 23), BENL (site ID 123), FR (site ID 71), IE (site ID 205), IN (site ID 203), IT (site ID 101), and PL (site ID 212). The DSR feature is available on the other API-enabled country sites, including the US site (site ID 0).
SeeLink: URL: http://developer.ebay.com/DevZone/XML/docs/WebHelp/index.htm?context=eBay_XML_API&topic=DetailedSellerRatings Title: Detailed Seller Ratings
# Argument: 'ns:SellerRatingSummaryArrayType'
# Returns: 'ns:SellerRatingSummaryArrayType'
Container for information about 1 year feedback metric as seller.
# Argument: 'ns:SellerRoleMetricsType'
# Returns: 'ns:SellerRoleMetricsType'
Total feedback score, for multiple predefined time periods preceding the call. Returned if no detail level is specified.
Total number of negative Feedback comments, including weekly repeats. Returned if no detail level is specified.
Total number of neutral Feedback comments, including weekly repeats. Returned if no detail level is specified.
Total number of positive Feedback comments, including weekly repeats. Returned if no detail level is specified.
To install eBay::API, copy and paste the appropriate command in to your terminal.
cpanm
cpanm eBay::API
CPAN shell
perl -MCPAN -e shell install eBay::API
For more information on module installation, please visit the detailed CPAN module installation guide.