Types > ProductReviewScoreCreate
Commerce APITypesProductReviewScoreCreate
ProductReviewScoreCreate

Description

Fields

review_dimension_id: String!

A unique review dimension identifier

Example: "rd_EQzGqWoY"

Valid when: review_dimension_id matches regexp pattern: ^rd_


score: Int!

Review score, from 0 to 9 (inclusive, both ends)

Example: 9

Valid when: score is in range: 0 ≤ score ≤ 9


Used By

Types

ProductReviewCreate, ProductReviewModify

Preview (typescript)

Loading module