--- title: MenuItem - Storefront API description: A menu item within a parent menu. api_version: 2025-10 api_name: storefront type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/storefront/latest/objects/MenuItem md: https://shopify.dev/docs/api/storefront/latest/objects/MenuItem.md --- # Menu​Item object Requires `unauthenticated_read_content` access scope. A menu item within a parent menu. ## Fields * id [ID!](https://shopify.dev/docs/api/storefront/latest/scalars/ID) non-null A globally-unique ID. * items [\[Menu​Item!\]!](https://shopify.dev/docs/api/storefront/latest/objects/MenuItem) non-null The menu item's child items. * resource [Menu​Item​Resource](https://shopify.dev/docs/api/storefront/latest/unions/MenuItemResource) The linked resource. * resource​Id [ID](https://shopify.dev/docs/api/storefront/latest/scalars/ID) The ID of the linked resource. * tags [\[String!\]!](https://shopify.dev/docs/api/storefront/latest/scalars/String) non-null The menu item's tags to filter a collection. * title [String!](https://shopify.dev/docs/api/storefront/latest/scalars/String) non-null The menu item's title. * type [Menu​Item​Type!](https://shopify.dev/docs/api/storefront/latest/enums/MenuItemType) non-null The menu item's type. * url [URL](https://shopify.dev/docs/api/storefront/latest/scalars/URL) The menu item's URL. *** ## Map ### Fields with this object * {}[Menu.items](https://shopify.dev/docs/api/storefront/latest/objects/Menu#field-Menu.fields.items) * {}[MenuItem.items](https://shopify.dev/docs/api/storefront/latest/objects/MenuItem#field-MenuItem.fields.items) *** ## Interfaces * [Node](https://shopify.dev/docs/api/storefront/latest/interfaces/Node) interface *** ## ||-MenuItem Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/storefront/latest/interfaces/Node)