Setup

To use the Business-tools API, install the @wix/business-tools package using npm or Yarn:

Copy Code
npm install @wix/business-tools

or

Copy Code
yarn add @wix/business-tools

Then import businessTools from @wix/business-tools:

Copy Code
import businessTools from '@wix/business-tools'
Was this helpful?
Yes
No

About Business Tools

The Business Tools API enables you to manage business information for a site.

Was this helpful?
Yes
No