This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Retrieves a menu ordering settings entity.
ID of the menu ordering settings entity to retrieve.
The requested menu ordering settings entity.
curl -X GET https://www.wixapis.com/menu-ordering-settings/v1/menu-ordering-settings/48605ac5-53fc-49b4-96b2-87f7636f5ce0 \
-H 'Authorization: <AUTH>'
{
"menuOrderingSettings": {
"id": "f83c385c-1485-4daa-9bba-bc332e12c8ce",
"revision": "3",
"createdDate": "2024-07-08T13:44:00.443Z",
"updatedDate": "2024-07-08T13:50:08.572Z",
"operationId": "48605ac5-53fc-49b4-96b2-87f7636f5ce0",
"menuId": "bbb65621-6338-4837-8fdd-aebc654523e0",
"onlineOrderingEnabled": true,
"availability": {
"type": "ALWAYS_AVAILABLE",
"timeZone": "Asia/Jerusalem"
}
}
}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.