GET

List Menus


Deprecation Warning

This method will be deprecated on September 30, 2025.
Replace with List Menus.

Retrieves menus, given the provided filtering, sorting and paging.

Permissions
Manage Bookings Services and Settings
Manage Challenges
Access Verticals by Automations
Set Up Automations
Manage Restaurant Catalogs
Read Restaurant Catalogs
Manage Events
Manage Portfolio
Manage Restaurants - all permissions
Manage Stores
Learn more about app permissions.
Endpoint
GET
https://www.wixapis.com/restaurants/v3/catalogs/{catalogId}/menus

Path Params
catalogIdstringRequired

ID of the catalog the menus belong to.

Query Params
fieldMaskFieldMask

Field mask path.


archivedboolean

Whether archived menus are returned. Defaults to false.

Response Object
menusArray <Menu>

Retrieved menus.

List Menus
Request
cURL
Response
JSON
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?