onItemModifierGroupUpdated( )


Developer Preview

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

Triggered when an item modifier group is updated.

Method Declaration
Copy
function wixRestaurantsMenus_onItemModifierGroupUpdated(
  event: ItemModifierGroupUpdated,
): void;
Method Parameters
eventItemModifierGroupUpdated
onItemModifierGroupUpdated example
JavaScript
export function wixRestaurantsMenus_onItemModifierGroupUpdated(event) { const eventId = event.metadata.id; const entityId = event.entity._id; }
Errors

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

Did this help?

onItemVariantDeleted( )


Developer Preview

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

Method Declaration
Copy
function wixRestaurantsMenusV1_onItemVariantDeleted(
  event: ItemVariantDeleted,
): void;
Method Parameters
eventItemVariantDeleted
onItemVariantDeleted example
JavaScript
export function wixRestaurantsMenusV1_onItemVariantDeleted(event) { const eventId = event.metadata.id; const entityId = event.entity._id; }
Errors

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

Did this help?

onItemVariantCreated( )


Developer Preview

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

Triggered when an item variant is created.

Method Declaration
Copy
function wixRestaurantsMenus_onItemVariantCreated(
  event: ItemVariantCreated,
): void;
Method Parameters
eventItemVariantCreated
onItemVariantCreated example
JavaScript
export function wixRestaurantsMenus_onItemVariantCreated(event) { const eventId = event.metadata.id; const entityId = event.entity._id; }
Errors

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

Did this help?

onItemVariantUpdated( )


Developer Preview

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

Triggered when an item variant is updated.

Method Declaration
Copy
function wixRestaurantsMenus_onItemVariantUpdated(
  event: ItemVariantUpdated,
): void;
Method Parameters
eventItemVariantUpdated
onItemVariantUpdated example
JavaScript
export function wixRestaurantsMenus_onItemVariantUpdated(event) { const eventId = event.metadata.id; const entityId = event.entity._id; }
Errors

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

Did this help?

onMenuCreated( )


Developer Preview

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

Triggered when a menu is created.

Method Declaration
Copy
function wixRestaurantsMenus_onMenuCreated(event: MenuCreated): void;
Method Parameters
eventMenuCreated
onMenuCreated example
JavaScript
export function wixRestaurantsMenus_onMenuCreated(event) { const eventId = event.metadata.id; const entityId = event.entity._id; }
Errors

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

Did this help?

onMenuDeleted( )


Developer Preview

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

Triggered when a menu is deleted.

Method Declaration
Copy
function wixRestaurantsMenus_onMenuDeleted(event: MenuDeleted): void;
Method Parameters
eventMenuDeleted
onMenuDeleted example
JavaScript
export function wixRestaurantsMenus_onMenuDeleted(event) { const eventId = event.metadata.id; const entityId = event.entity._id; }
Errors

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

Did this help?

onMenuUpdated( )


Developer Preview

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

Triggered when a menu is updated.

Method Declaration
Copy
function wixRestaurantsMenus_onMenuUpdated(event: MenuUpdated): void;
Method Parameters
eventMenuUpdated
onMenuUpdated example
JavaScript
export function wixRestaurantsMenus_onMenuUpdated(event) { const eventId = event.metadata.id; const entityId = event.entity._id; }
Errors

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

Did this help?

onSectionCreated( )


Developer Preview

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

Triggered when a section is created.

Method Declaration
Copy
function wixRestaurantsMenus_onSectionCreated(event: SectionCreated): void;
Method Parameters
eventSectionCreated
onSectionCreated example
JavaScript
export function wixRestaurantsMenus_onSectionCreated(event) { const eventId = event.metadata.id; const entityId = event.entity._id; }
Errors

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

Did this help?

onSectionDeleted( )


Developer Preview

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

Triggered when a section is deleted.

Method Declaration
Copy
function wixRestaurantsMenus_onSectionDeleted(event: SectionDeleted): void;
Method Parameters
eventSectionDeleted
onSectionDeleted example
JavaScript
export function wixRestaurantsMenus_onSectionDeleted(event) { const eventId = event.metadata.id; const entityId = event.entity._id; }
Errors

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

Did this help?

onSectionUpdated( )


Developer Preview

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

Triggered when a section is updated.

Method Declaration
Copy
function wixRestaurantsMenus_onSectionUpdated(event: SectionUpdated): void;
Method Parameters
eventSectionUpdated
onSectionUpdated example
JavaScript
export function wixRestaurantsMenus_onSectionUpdated(event) { const eventId = event.metadata.id; const entityId = event.entity._id; }
Errors

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

Did this help?

onOperationInvalidateCache( )


Developer Preview

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

Method Declaration
Copy
function wixRestaurantsOperationsV1_onOperationInvalidateCache(
  event: OperationInvalidateCache,
): void;
Method Parameters
eventOperationInvalidateCache
onOperationInvalidateCache example
JavaScript
export function wixRestaurantsOperationsV1_onOperationInvalidateCache(event) { const eventId = event.metadata.id; const entityId = event.data.invalidateSsrCache._id; }
Errors

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

Did this help?

onOperationCreated( )


Developer Preview

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

Triggered when an operation is created.

Method Declaration
Copy
function wixRestaurantsOperations_onOperationCreated(
  event: OperationCreated,
): void;
Method Parameters
eventOperationCreated
onOperationCreated example
JavaScript
export function wixRestaurantsOperations_onOperationCreated(event) { const eventId = event.metadata.id; const entityId = event.entity._id; }
Errors

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

Did this help?

onOperationDeleted( )


Developer Preview

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

Triggered when an operation is deleted.

Method Declaration
Copy
function wixRestaurantsOperations_onOperationDeleted(
  event: OperationDeleted,
): void;
Method Parameters
eventOperationDeleted
onOperationDeleted example
JavaScript
export function wixRestaurantsOperations_onOperationDeleted(event) { const eventId = event.metadata.id; const entityId = event.entity._id; }
Errors

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

Did this help?

onOperationUpdated( )


Developer Preview

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

Triggered when an operation is updated.

Method Declaration
Copy
function wixRestaurantsOperations_onOperationUpdated(
  event: OperationUpdated,
): void;
Method Parameters
eventOperationUpdated
onOperationUpdated example
JavaScript
export function wixRestaurantsOperations_onOperationUpdated(event) { const eventId = event.metadata.id; const entityId = event.entity._id; }
Errors

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

Did this help?