--- title: MenuItemType - Storefront API description: A menu item type. api_version: 2026-01 api_name: storefront type: enum api_type: graphql source_url: html: 'https://shopify.dev/docs/api/storefront/latest/enums/MenuItemType' md: 'https://shopify.dev/docs/api/storefront/latest/enums/MenuItemType.md' --- # Menu​Item​Type enum A menu item type. ## Valid values * ARTICLE An article link. * BLOG A blog link. * CATALOG A catalog link. * COLLECTION A collection link. * COLLECTIONS A collection link. * CUSTOMER\_​ACCOUNT\_​PAGE A customer account page link. * FRONTPAGE A frontpage link. * HTTP An http link. * METAOBJECT A metaobject page link. * PAGE A page link. * PRODUCT A product link. * SEARCH A search link. * SHOP\_​POLICY A shop policy link. *** ## Fields * [Menu​Item.type](https://shopify.dev/docs/api/storefront/latest/objects/MenuItem#field-MenuItem.fields.type) OBJECT A navigation link within a [`Menu`](https://shopify.dev/docs/api/storefront/current/objects/Menu). Each item has a title, URL, and can link to store resources like [products](https://shopify.dev/docs/api/storefront/current/objects/Product), [collections](https://shopify.dev/docs/api/storefront/current/objects/Collection), [pages](https://shopify.dev/docs/api/storefront/current/objects/Page), [blogs](https://shopify.dev/docs/api/storefront/current/objects/Blog), or external URLs. Menu items support nested hierarchies through the [`items`](https://shopify.dev/docs/api/storefront/current/objects/MenuItem#field-MenuItem.fields.items) field, enabling dropdown or multi-level navigation structures. The [`tags`](https://shopify.dev/docs/api/storefront/current/objects/MenuItem#field-MenuItem.fields.tags) field filters results when the item links to a collection specifically. *** ## Map ### Fields with this enum * [Menu​Item.type](https://shopify.dev/docs/api/storefront/latest/objects/MenuItem#field-MenuItem.fields.type)