update_menu
Update a Shopify navigation menu's title, handle, and items. Replaces the existing item list with a new one.
Instructions
Update an existing navigation menu's title, handle, and items. Requires write_online_store_navigation access scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The numeric menu ID or GID (e.g. 'gid://shopify/Menu/123'). | |
| title | Yes | New title for the menu. | |
| handle | No | New handle (cannot be changed for default menus). | |
| items | Yes | Complete new item list (replaces existing items). |