Types > StorefrontBrandExpandableItems
Storefront APITypesStorefrontBrandExpandableItems
StorefrontBrandExpandableItems

Description

Topic: Search

Fields

items: [StorefrontBrand]

Generic array of expandable items

Expandable

Permission bit: "brands.read"


Used By

Queries

storefrontSuggestBrands

Preview (typescript)

interface StorefrontBrandExpandableItems {
items?: (StorefrontBrand | null)[]
}