Types > StorefrontMenuItem
Storefront APITypesStorefrontMenuItem
StorefrontMenuItem

Description

Fields

category: StorefrontCategory


content_block: StorefrontContentBlock


id: String!

Unique menu item identifier. See also: Unique Identifiers

Example: "mi_EQzGqWoY"


link: String

HTTP(S) link

Example: "https://google.com"


meta: String

Arbitrary text value for meta type

Example: "home"


name: String!

Name of the menu item

Translatable

Example: "T-Shirts"


parent_index: Int!

Index of the parent item if any

Example: 0


product: StorefrontProduct


query: String

Search query

Example: "?type=category"


type: MenuItemType!

Type of the menu item


Used By

Types

StorefrontMenu

Preview (typescript)

Loading module