GET:storefront/menus.json
GET:storefront/menus.json
Description
Get specific menus.
This is a typical bulk get endpoint.
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
When asking for multiple items, allow returning less than was asked (in case some are missing)
Example: ?loose=true
Unique shop identifier. See also: Unique Identifiers
Example: ?shop_id=sh_EQzGqWoY
Response Body
Array of StorefrontMenu
Response Body Type
Loading module