Types > ProductReviewAnswer
Commerce APITypesProductReviewAnswer
ProductReviewAnswer

Description

Topic: Product Reviews

Fields

created_at: String!

The date and time when the answer was created, RFC 3339 format

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


detected_language: InfoLanguage

Language detected for this review answer

Expandable


email_message: Message


flag_count: Int!

Number of times this answer was flagged

Example: 5


flag_ignore: Boolean!

Whether flagging actions are ignored

Example: false


id: String!

Unique answer identifier. See also: Unique Identifiers

Example: "aw_EQzGqWoY"


no_count: Int!

Number of times this answer was voted no

Example: 5


product: Product

Product of the review this answer is for

Expandable

Permission bit: "products.read"


review: ProductReview

The review this answer is for

Expandable

Permission bit: "product_reviews.read"


status: ApprovalStatus!

Publishing approval status


text: String!

Text of the answer

Example: "Great product!"


updated_at: String!

The date and time when the answer was last updated, RFC 3339 format

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


user: User

Author of the answer

Expandable

Permission bit: "users.read"


yes_count: Int!

Number of times this answer was voted yes

Example: 5


Used By

Mutations

productReviewsAnswersCreate, productReviewsAnswersModify

Queries

productReviewsAnswers

Types

ProductReview, ProductReviewAnswerPage

Preview (typescript)

Loading module