create_menu
Create a navigation menu for your Shopify online store by specifying title, handle, and items with nested sub-items up to 3 levels deep.
Instructions
Create a new navigation menu for the online store. Requires write_online_store_navigation access scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | The menu's title. | |
| handle | Yes | Unique handle for the menu (e.g. 'sidebar-menu'). | |
| items | Yes | List of menu items. Each item can have nested sub-items up to 3 levels deep. |