Menus
List all Menus
Returns a list of all menus available in the current store.
GET
/
api
/
v2
/
storefront
/
menus
Query Parameters
Fetch only resources with corresponding Location
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
Pass locale
as value to fetch the resources with the matching locale for example ?locale=fr
.
Number of requested records per page when paginating collection
Was this page helpful?