Skip to main content
object

An error that occurs during the execution of MenuCreate.

•MenuCreateUserErrorCode

The error code.

•[String!]

The path to the input field that caused the error.

•String!
non-null

The error message.


Was this section helpful?

•mutation

Creates a navigation Menu for the online store. Menus organize links that help customers navigate to collections, products, pages, blogs, and custom URLs.

Each menu requires a unique handle for identification and can contain multiple MenuItem objects with nested sub-items up to three levels deep.

Arguments

•String!
required

The menu's title.

•String!
required

The menu's handle.

•[MenuItemCreateInput!]!
required

List of the menu's items.



Was this section helpful?


Was this section helpful?