Skip to main content
Log inSign up

Shopify uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our privacy policy and our cookie policy.

query

Returns a Menu resource by ID.

ID!required

The ID of the Menu to return.


Was this section helpful?

A menu for display on the storefront.

handle
non-null

The menu's handle.

id
non-null

A globally-unique ID.

isDefault
non-null

Whether the menu is a default. The handle for default menus can't be updated and default menus can't be deleted.

items
non-null

A list of items on the menu sorted by position.

title
non-null

The menu's title.

translations
non-null

The published translations associated with the resource.


Was this section helpful?