POST

Bulk Update Menus


Deprecation Warning

This method will be deprecated on September 30, 2025.

Updates multiple menus in a draft catalog. You can't update archived menus.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Restaurant Catalogs
Manage Restaurants - all permissions
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/restaurants/v3/draft-catalogs/{catalogId}/bulk/menus/update

Path Params
catalogIdstringRequired

ID of the catalog the menus belong to.

Body Params
menusArray <Menu>minItems 1maxItems 20

Menus to update.


returnFullEntityboolean

Whether the full menu entity is returned. Defaults to true.

Response Object
resultsArray <BulkMenuResult>

Information about the updated menus.


bulkActionMetadataBulkActionMetadata

Bulk Update Menus metadata.

Bulk Update 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?