Types > StorefrontProductExpandableItems
Storefront APITypesStorefrontProductExpandableItems
StorefrontProductExpandableItems

Description

Topic: Search

Fields

items: [StorefrontProduct]

Generic array of expandable items

Expandable

Permission bit: "products.read"


Used By

Queries

storefrontSuggestProducts

Preview (typescript)

interface StorefrontProductExpandableItems {
items?: (StorefrontProduct | null)[]
}