updateBusinessProfile( )


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 profile information.

The updateBusinessProfile() function returns a Promise that resolves when the site's business profile information is updated.

Note:

  • Only the fields included in the fields parameter are updated, even if they are included in the businessProfile parameter.
Authentication

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

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

The site's business profile.

Did this help?