{"title":"Menu - Liquid Object Reference","slug":"menu-liquid-object-reference","url":"https://support.storeconnect.com/articles/menu-liquid-object-reference","url_markdown":"https://support.storeconnect.com/articles/menu-liquid-object-reference.md","subtitle":null,"summary":"The Menu object contains information about a Menu for the Store. It contains various MenuItems that build up the Menu\u0026#39;s content.","type":"Developer_Documentation","video_url":"","keywords":"liquid, objects, Menu, template, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nThe Menu object contains information about a Menu for the Store. It contains various MenuItems that build up the Menu's content.\n\n:::note\nThis object supports custom data via the `data` attribute.\n:::\n\n## Attributes\n\n| Attribute | Type | Description |\n|-----------|------|-------------|\n| `id` | String | Returns the unique id for this Menu |\n| `identifier` | String | Returns the value of the Identifier attribute |\n| `menu_items` | List[[MenuItem](menu-item-liquid-object-reference)] | Returns a list of MenuItems belonging to this Menu |\n| `render` | String | Returns the rendered HTML content for this Menu |\n| `style_classes` | String | Returns the CSS classes that should be added for this Menu |\n\n## Available on\n\n- [Global - Liquid Object Reference](global-liquid-object-reference) — `all_menus`\n- [MenuItem - Liquid Object Reference](menu-item-liquid-object-reference) — `menu`\n- [Store - Liquid Object Reference](store-liquid-object-reference) — `footer_menu`, `header_menu`"}