Skip to main content
Version: 3.x

menuItemCreate

Creates a new menu item.

Requires MANAGE_MENUSpermission.

Triggers the following webhook events:

  • MENU_ITEM_CREATED (async): A menu item was created.
menuItemCreate(
input: MenuItemCreateInput!
): MenuItemCreate

Arguments

Fields required to update a menu item. Only one of url, category, page, collection is allowed per item.

Type

Creates a new menu item.

Requires MANAGE_MENUSpermission.

Triggers the following webhook events:

  • MENU_ITEM_CREATED (async): A menu item was created.

Was this page helpful?