--- title: Menu - Storefront API description: > A [navigation menu](https://help.shopify.com/manual/online-store/menus-and-links) representing a hierarchy of hyperlinks (items). api_version: 2025-01 api_name: storefront type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/storefront/2025-01/objects/Menu' md: 'https://shopify.dev/docs/api/storefront/2025-01/objects/Menu.md' --- # Menu object Requires `unauthenticated_read_content` access scope. A [navigation menu](https://help.shopify.com/manual/online-store/menus-and-links) representing a hierarchy of hyperlinks (items). ## Fields * handle [String!](https://shopify.dev/docs/api/storefront/2025-01/scalars/String) non-null The menu's handle. * id [ID!](https://shopify.dev/docs/api/storefront/2025-01/scalars/ID) non-null A globally-unique ID. * items [\[Menu​Item!\]!](https://shopify.dev/docs/api/storefront/2025-01/objects/MenuItem) non-null The menu's child items. * items​Count [Int!](https://shopify.dev/docs/api/storefront/2025-01/scalars/Int) non-null The count of items on the menu. * title [String!](https://shopify.dev/docs/api/storefront/2025-01/scalars/String) non-null The menu's title. *** ## Map No referencing types *** ## Queries * [menu](https://shopify.dev/docs/api/storefront/2025-01/queries/menu) query Retrieve a [navigation menu](https://help.shopify.com/manual/online-store/menus-and-links) by its handle. *** ## \Menu Queries ### Queried by * \[menu](https://shopify.dev/docs/api/storefront/2025-01/queries/menu) *** ## Interfaces * [Node](https://shopify.dev/docs/api/storefront/2025-01/interfaces/Node) interface *** ## ||-Menu Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/storefront/2025-01/interfaces/Node)