Skip to main content
mutation

Requires write_online_store_navigation access scope.

Updates a menu.

•String

The menu's handle.

•ID!required

ID of the menu to be updated.

•[MenuItemUpdateInput!]!required

List of the menu's items.

•String!required

The menu's title.


Was this section helpful?

Anchor to MenuUpdatePayload returnsMenuUpdatePayload returns

•Menu

The updated menu.

•[MenuUpdateUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?