Update menu
menu_updateReplace a Shopify menu's items by sending the complete list, including existing item IDs to retain. Omitted items are removed from the menu.
Instructions
Replace a menu's items in the Shopify store. Items not included are DELETED from the menu, so get the current items from menu_list first and include every item you want to keep, with their ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | The FULL menu — REPLACES all existing items. Include every item you want to keep, with their ids. | |
| title | Yes | Menu title (required by Shopify even if unchanged) | |
| menuId | Yes | Menu GID from menu_list |