Types > BrandExpandableItems
Commerce APITypesBrandExpandableItems
BrandExpandableItems

Description

Topic: Search

Fields

items: [Brand]

Generic array of expandable items

Expandable

Permission bit: "brands.read"


Used By

Queries

suggestBrands

Preview (typescript)

interface BrandExpandableItems {
items?: (Brand | null)[]
}