Go Headless

/

REST
Articles
Get Started
Use the Wix MCP
What's New

App Management
OAuth 2
App Billing
App Instance
App Permissions
Embedded Scripts
BI Event
Editor Deep Link
Site Plugins

Business Solutions
eCommerce
Stores
Bookings
CMS
Events
Restaurants
Introduction
Wix Restaurants (New)
Introduction
About Business Locations
Menus
Introduction
Menus
Introduction
Sample Use Cases and Flows
Supported Filters and Sorting
Menu Object
G
List Menus
P
Create Menu
P
Bulk Create Menus
G
Get Menu
D
Delete Menu
P
Query Menus
P
Update Menu
P
Bulk Update Menu
P
Update Extended Fields
P
Duplicate Menu
Menu Created
Menu Deleted
Menu Updated
Sections
Items
Online Orders
Reservations
Wix Restaurants
Blog
Forum
Pricing Plans
Portfolio
Benefit Programs

Assets
Media
HTTP Functions
Pro Gallery

CRM
Members & Contacts
Forms
Community
Communication
Loyalty Program
CRM

Business Management
AI Site-Chat
Analytics
App Installation
Async Job
Automations
Calendar
Captcha
Categories
Cookie Consent Policy
Custom Embeds
Data Extension Schema
Dashboard
FAQ App
Get Paid
Headless Authentication
Locations
Marketing
Multilingual
Notifications
Payments
Site Search
Secrets
Site Properties
Site URLs
Tags

Account Level
About Account Level APIs
Sites
Resellers
Domains
B2B Site Management
User Management
Funnel

Menu Object


Properties
idstringRead-onlyformat GUID

Menu ID.


revisionstringRead-onlyformat int64

Revision number, which increments by 1 each time the menu is updated. To prevent conflicting changes, the current revision must be passed when updating the menu. Ignored when creating a menu.


createdDatestringRead-onlyformat date-time

Date and time the menu was created.


updatedDatestringRead-onlyformat date-time

Date and time the menu was updated.


namestringminLength 1maxLength 500

Menu name.


descriptionstringmaxLength 1500

Menu description.


visibleboolean

Whether the menu visible to site visitors.


sectionIdsArray <string>format GUIDmaxItems 100

Menu section IDs.


extendedFieldsExtendedFields

Extended fields.


urlQueryParamstringmaxLength 500

Part of the site URL, that redirects to the menu. For example, in the URL www.mywebsite.com/our-menus/dinner-menu, dinner-menu is the field value.


seoDataSeoData

Custom SEO data for the menu.


businessLocationIdstringRead-onlyformat GUIDimmutable

ID of the business location (SDK | REST) where this menu is available.

Did this help?