POST

Create Menu


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Note: The Menus API only works with the Wix Restaurants Menus (New) app. Make sure you have installed this app from Wix App Market.

Creates a menu.

To create multiple menus at once, use Bulk Create Menus.

Authentication

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

Permissions
Manage Restaurants - all permissions
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/restaurants/menus-menu/v1/menus

Body Params
menuMenuRequired

Menu details.

Response Object
menuMenu

Menu.

Create Menu
Request
cURL
curl -X POST 'https://www.wixapis.com/restaurants/menus-menu/v1/menus' \ -H 'Authorization: <AUTH>' \ --data-binary '{ "menu": { "sectionIds": [ "a1e247ea-0c57-498e-a9be-4044ed48bda8", "70f12b79-cd30-4750-91ab-1021a16cbbfa" ], "name": "Breakfast Menu", "description": "Served between 09:00-11:00h" } "urlQueryParam": "breakfast-menu" }'
Response
JSON
{ "menu": { "sectionIds": [ "a1e247ea-0c57-498e-a9be-4044ed48bda8", "70f12b79-cd30-4750-91ab-1021a16cbbfa" ], "id": "e11f38cf-0f11-4484-ba44-5b1746aacad0", "name": "Breakfast Menu", "description": "Served between 09:00-11:00h" } }
Errors

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

Event TriggersThis method triggers the following events:
Did this help?