Types > ProductQuestionExpandableItems
Commerce APITypesProductQuestionExpandableItems
ProductQuestionExpandableItems

Description

Topic: Search

Fields

items: [ProductQuestion]

Generic array of expandable items

Expandable

Permission bit: "product_questions.read"


Used By

Queries

suggestQuestions

Preview (typescript)

interface ProductQuestionExpandableItems {
items?: (ProductQuestion | null)[]
}