Types > StorefrontProductQuestionCreate
Storefront APITypesStorefrontProductQuestionCreate
StorefrontProductQuestionCreate

Description

Topic: Product Questions

Fields

product_id: String!

A unique product identifier

Example: "pd_EQzGqWoY"

Valid when: product_id is not empty

Valid when: product_id matches regexp pattern: ^pd_


text: String!

Text of the question

Example: "Great product!"

Valid when: text is not empty

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


Used By

Mutations

storefrontProductQuestionsCreate

Preview (typescript)

Loading module