Menus
List all Menus
Returns a list of all menus available in the current store.
GET
/
api
/
v2
/
storefront
/
menus
Query Parameters
filter[location]
string
Fetch only resources with corresponding Location
include
string
Pass menu_items
as an include value to fetch the Menu Items associated with each Menu. If you need to fetch the Menu Item Linked Resource, you can pass menu_items.linked_resource
, additionally, you can pass menu_items.icon
to fetch the associated Icon for each menu Item
locale
string
Pass locale
as value to fetch the resources with the matching locale for example ?locale=fr
.
per_page
integer
Number of requested records per page when paginating collection
Response
200 - application/vnd.api+json
data
object[]
requiredmeta
object
requiredlinks
object
requiredincluded
object[]
Was this page helpful?