OBJECT

SellerRating

Rating data for Seller

link GraphQL Schema definition

  • type SellerRating {
  • # The number of ratings that have been submitted
  • count: Int!
  • # ID that belongs to this seller from the third party rating provider
  • externalId: String
  • # Averaged star-rating of all submitted reviews (1-5)
  • stars: Float!
  • }