Content > Menus > menus
Commerce APIContentMenusmenus
menus
GET:menus.json

Description

Get specific menus.

This is a typical bulk get endpoint.

Permission bit: "menus.read"

Topic: Menus

Arguments

ids: [String!]!

List of menu ids. See also: Unique Identifiers

Example: ["me_EQzGqWoY"]


loose: Boolean

When asking for multiple items, allow returning less than was asked (in case some are missing)


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


Result

[Menu!]

Preview (typescript)

Loading module