Search.../

Introduction

 

Developer Preview
APIs in Developer Preview are subject to change and are not intended for use in production.
Send us your suggestions for improving this API. Your feedback is valuable to us.

 

Note: This module is universal. Functions in this module can run on both the backend and frontend, unless specified otherwise.

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

With the Wix Business Tools API, you can:

Access and manage your site's business info in the site dashboard. For more information about managing your site's business info, see Adding Your Site's Business Information.

To use the Business Tools API, import businessTools from wix-business-tools.v2:

import businessTools from 'wix-business-tools.v2';
js | Copy Code

Terminology

  • Business schedule: Describes the location's regular and exceptional opening hours.
  • Period: Recurring, weekly opening hours of the location.
  • Special hour period: Exception to the location's regular hours. The location can be either open or closed during the special hour period.
  • Default location: Location reflected in the site properties. This location is used on invoices.

Was this helpful?

In This Article
  1. Terminology