GET:menus.json
Commerce APIGET:menus.json

GET:menus.json

Description

Get specific menus.

This is a typical bulk get endpoint.

Permission bit: "menus.read"

Topic: Menus

Query Parameters

ids: Comma-separated array of String, required

List of menu ids. See also: Unique Identifiers

Example: ?ids=me_EQzGqWoY,me_EQzGqWoY


loose: Boolean

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

Example: ?loose=true


shop_id: String, required

Unique shop identifier. See also: Unique Identifiers

Example: ?shop_id=sh_EQzGqWoY

Response Body

Array of Menu

Response Body Type

Loading module