Types > ReviewSettings
Commerce APITypesReviewSettings
ReviewSettings

Description

Topic: Product Reviews

Fields

acceptable_word_list: [String!]!

If certain words are acceptable by your audience, you can override them using this parameter


approve_reviews: Boolean!

Automatically approve reviews

Example: true


approve_threshold: Int!

Approve reviews only above certain score threshold

Example: 5


bad_word_list: [String!]!

Additional list of bad words (we also have internal undisclosed list of words we filter against)


customer_reminder: CustomerReviewReminder!

Whether to send an email asking customer for a product review

Example: "never"


customer_reminder_days: Int!

When "customer_reminder" is "custom", this is the number of days to wait before sending an email

Example: 2


default_review_dimension_set: ReviewDimensionSet

Default review dimension set

Expandable

Permission bit: "review_dimension_sets.read"


filter_content: Boolean!

Filter text for explicit content

Example: true


Used By

Mutations

productReviewsSettingsCreate

Queries

productReviewsSettings

Preview (typescript)

Loading module