Reviews > Product Questions > storefrontProductQuestionsFlag
Storefront APIReviewsProduct QuestionsstorefrontProductQuestionsFlag
storefrontProductQuestionsFlag
POST:storefront/product_questions/flag.json

Description

Flag product question.

Topic: Product Questions

Arguments

delete: Boolean

Whether to delete the flagging


question_id: String!

Subject question identifier. See also: Unique Identifiers

Example: "qu_EQzGqWoY"


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


Result

Boolean

Preview (typescript)

function storefrontProductQuestionsFlag(
delete?: boolean
question_id: string
shop_id: string
): boolean