Queries

getMenuAtLocation

Get the most suitable menu in a specific location based on the current context.

Get the most suitable menu in a specific location based on the current context.

getMenuAtLocation(
  menuLocationId: String
  customerGroupId: Int
  channelId: String
  languageId: String
  marketId: String
): MenuType

Arguments

Specify the ID of a menu location

customerGroupId ● Int scalar

A customer group id to explicitly filter menus by

channelId ● String scalar

The channel ID. Will default to an existing value if it is not found.

languageId ● String scalar

The language ID. Will default to an existing value if it is not found.

marketId ● String scalar

The market ID. Will default to an existing value if it is not found.

Type