Menu Item
Individual navigation links that make up store menus, giving customers clickable paths to explore the store. Menu items are the building blocks that connect shoppers to products, collections, pages, or external resources.
For example, within a "Products" menu, individual menu items might link to specific collections like "Summer Collection" or "Best Sellers," each with its own title, URL, and resource connection.
Use the object to:
- Define individual navigation links and their destinations
- Create nested menu hierarchies through item relationships
- Use tags for collection filtering
- Connect menu links to specific store resources
Menu items support various link types, enabling connections to internal store content or external websites. The nested items capability allows for dropdown or multi-level navigation structures that help organize complex store catalogs.
Anchor to FieldsFields
- •ID!non-null
A globally-unique ID of the navigation menu item.
- Anchor to itemsitems•[Menu
Item!]! non-null List of the menu items nested under this item sorted by position.
- Anchor to resourceIdresource•ID
Id The ID of the resource to link to.
- •[String!]!non-null
The menu item's tags to filter a collection.
- Anchor to titletitle•String!non-null
The menu item's title.
- Anchor to typetype•Menu
Item Type! non-null The menu item's type.
- •String
The menu item's url.