Types > StorefrontProductReviewModify
Storefront APITypesStorefrontProductReviewModify
StorefrontProductReviewModify

Description

Topic: Product Reviews

Fields

image_file_ids: [String!]


recommended: StorefrontCustomerVote

Whether customer voted or not and how


scores: [ProductReviewScoreCreate!]


survey_answers: [ProductReviewSurveyAnswerCreate!]


text: String

Text of the review

Example: "Great product!"

Valid when: text is not empty

Valid when: text's length doesn't exceed 100000 characters


title: String

Title of the review

Example: "Amazing!"

Valid when: title is not empty

Valid when: title's length doesn't exceed 250 characters


Used By

Mutations

storefrontProductReviewsModify

Preview (typescript)

Loading module