updateBusinessContact( )


Developer Preview

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

Updates a site's business contact information.

The updateBusinessContact() function returns a Promise that resolves when the site's contact information is updated.

Note:

  • Only the fields included in the fields parameter will be updated, even if they are included in the businessContact parameter.
Authentication

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

Permissions
Manage Business Contact
Manage Restaurants - all permissions
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
businessContactBusinessContactDataRequired

The site's business contact information.

Did this help?