> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt # Resource: Menu Ordering Settings # Type: Menu Ordering Settings Object # Link: https://dev.wix.com/docs/api-reference/business-solutions/restaurants/online-orders/menu-ordering-settings/menu-ordering-settings-object.md ## Description: Create and manage menu ordering settings. ## Schema: ```json Type: Menu Ordering Settings Object | type: MenuOrderingSettings Description: Create and manage menu ordering settings. - name: id | type: string | description: Menu ordering settings object ID. - name: value | type: string | description: - name: revision | type: string | description: Revision number. Increments by 1 each time the menu ordering settings object is updated. To prevent conflicting changes, the existing revision must be specified when updating a menu ordering settings object. - name: value | type: string | description: - name: createdDate | type: string | description: Date and time the menu ordering settings object was created in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#combined_date_and_time_representations) format. - name: seconds | type: string | description: - name: nanos | type: number | description: - name: updatedDate | type: string | description: Date and time the menu ordering settings object was last updated in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601#combined_date_and_time_representations) format. - name: operationId | type: string | description: ID of the restaurant operation the menu belongs to. (See the Restaurants Operations API for more information.) - name: menuId | type: string | description: ID of the menu these settings apply to. - name: onlineOrderingEnabled | type: boolean | description: Whether online ordering is enabled for the menu. - name: value | type: boolean | description: - name: availability | type: Availability | description: Menu availability settings. - name: type | type: string | description: Availability type. enum: UNSPECIFIED_AVAILABILITY_OPTION, ALWAYS_AVAILABLE, WEEKLY_SCHEDULE, TIMESTAMP_RANGES - name: timeZone | type: string | description: Time zone in [Time Zone Database](https://www.iana.org/time-zones) format. - name: businessLocationId | type: string | description: Business location ID ([SDK](https://dev.wix.com/docs/sdk/backend-modules/restaurants/wix-restaurants-new/about-business-locations.md) | [REST](https://dev.wix.com/docs/rest/business-solutions/restaurants/wix-restaurants-new/about-business-locations.md)) of the menu. - name: extendedFields | type: ExtendedFields | description: Extended fields. - name: namespaces | type: object | description: Extended field data. Each key corresponds to the namespace of the app that created the extended fields. The value of each key is structured according to the schema defined when the extended fields were configured. You can only access fields for which you have the appropriate permissions. Learn more about [extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields.md). - name: tags | type: Tags | description: Tags ([SDK](https://dev.wix.com/docs/sdk/backend-modules/tags/tags/introduction.md) | [REST](https://dev.wix.com/docs/rest/business-management/tags/introduction.md)) used to classify and sort different types of menu ordering settings. - name: privateTags | type: TagList | description: Tags that require an additional permission in order to access them, normally not given to site members or visitors. - name: tagIds | type: Array | description: List of tag IDs - name: tags | type: TagList | description: Tags that are exposed to anyone who has access to the labeled entity itself, including site members and visitors. ```