{"title":"Menu Object Reference","slug":"menu-object-reference","url":"https://support.storeconnect.com/articles/menu-object-reference","url_markdown":"https://support.storeconnect.com/articles/menu-object-reference.md","subtitle":null,"summary":"Menus are a collection of ordered menu items that can are usually used for Headers and Footers. Once created, you display them by setting a Header and Footer Content Block that reference the Menu item.","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Menu, s_c__Menu__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nMenus are a collection of ordered menu items that can are usually used for Headers and Footers. Once created, you display them by setting a Header and Footer Content Block that reference the Menu item.\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Menu__c` |\n| **Label** | Menu |\n| **Plural Label** | Menus |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Identifier | `s_c__Identifier__c` | Text(255) | No | The identifier for this menu (unique per store). |\n| Store | `s_c__Store_Id__c` | Lookup ([s_c__Store__c](store-object-reference)) | Yes | The store that this menu applies to |\n| Style Class Names | `s_c__Style_Class_Names__c` | Text(255) | No | CSS style class names that will be added to this menu when it is rendered. Separate the class names with a space. |\n| Unique Store and Identifier | `s_c__Unique_Store_Identifier__c` | Text(255) | No | Ensure a store can only have one menu  with the same identifier |\n| StoreConnect External ID | `s_c__sC_Id__c` | Text(36) | No | StoreConnect External ID, do not modify in Salesforce |\n\n## Relationships\n\n| Field | Type | Related Object | Relationship Name |\n|-------|------|----------------|-------------------|\n| `s_c__Store_Id__c` | Lookup | [s_c__Store__c](store-object-reference) | Menus |\n\n## Referenced by\n\nThese objects hold a lookup or master-detail relationship to **Menu** (`s_c__Menu__c`). Where the referring record exists to join things together, **Also links to** shows what it connects this object to.\n\n| Object | Field | Type | Relationship Name | Also links to |\n|--------|-------|------|-------------------|---------------|\n| [s_c__Menu_Item__c](menu-item-object-reference) | `s_c__Menu_Id__c` | Lookup | Menu_Menu_Item | — |\n| [s_c__Store__c](store-object-reference) | `s_c__Footer_Menu_Id__c` | Lookup | Store_Footer_Menu | — |\n| [s_c__Store__c](store-object-reference) | `s_c__Header_Menu_Id__c` | Lookup | Store_Header_Menu | — |"}