POST

Create Section


Deprecation Warning

This method will be deprecated on September 30, 2025.
Replace with Create Section.

Creates a section. You can't add the section to multiple menus, since every section belongs to a single menu.

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/catalogs/{catalogId}/menus/{menuId}/sections

Path Params
catalogIdstringRequired

ID of the catalog the section will belong to.


menuIdstringRequired

ID of the menu the section will belong to.

Body Params
sectionSectionRequired

Section to create.

Response Object
sectionSection

Created section.

Create Section
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?