Information about the seller's feedback, including the percentage of positive feedback, and the total number of ratings received.

Export

SellerFeedbackType

interface SellerFeedbackType {
    FeedbackCount: number;
    SellerPositiveFeedbackRating?: number;
}

Properties

FeedbackCount: number

The number of ratings received about the seller.

Memberof

SellerFeedbackType

SellerPositiveFeedbackRating?: number

The percentage of positive feedback for the seller in the past 365 days.

Memberof

SellerFeedbackType