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

This function requires elevated permissions and runs only on the backend and on dashboard pages.

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

The site's business profile.


optionsUpdateBusinessProfileOptions
Was this helpful?
Yes
No