Skip to Content

menus

Get all link lists/navigation menus for the store

Authentication

Authentication Required: Secret API key with scope navigation:read

Query Structure

{ menus { # Fields from Menu type } }

Arguments

This query does not accept any arguments.

Return Type

Returns an array of Menu objects containing all available navigation menus for the store.

Example

{ menus { id title items { id title url } } }