Skip to content
Merged
Show file tree
Hide file tree
Changes from 21 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions wix-bookings/guides/About Wix Bookings.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Wix Bookings uses 2 key components to manage when services can be booked:
Each service, [staff member](https://dev.wix.com/docs/rest/business-solutions/bookings/staff-members/introduction), and [resource](https://dev.wix.com/docs/rest/business-solutions/bookings/resources/resources-v2/introduction) has associated schedules and events in the calendar system.
Wix Bookings automatically creates and manages schedules and events when you create services, staff members, or bookings.

For details about how staff and resources affect scheduling, see the [Staff members and resources](#staff-members-and-resources) section below.
For details about how staff and resources affect scheduling, see the [staff members and resources](#staff-members-and-resources) section below.

#### How availability works

Expand All @@ -59,7 +59,7 @@ The Wix Bookings and Calendar APIs work together to manage availability:
- __Wix Calendar__ APIs manage the underlying schedule data and events. Wix Bookings automatically creates and updates calendar events when bookings are made.
For most use cases, you'll use Calendar APIs to retrieve schedule and event data for display purposes, while Wix Bookings handles creation and management automatically.

For detailed information about the integration, see [How Wix Bookings Uses the Calendar APIs](https://dev.wix.com/docs/rest/business-solutions/bookings/calendar/how-wix-bookings-uses-the-calendar-apis).
Learn more about [how Wix Bookings uses the Calendar APIs](https://dev.wix.com/docs/rest/business-solutions/bookings/calendar/how-wix-bookings-uses-the-calendar-apis).

### Staff members and resources

Expand All @@ -77,7 +77,7 @@ Wix Bookings supports custom pricing integrations through the [Pricing Integrati

You can also create service packages and memberships using [Wix Pricing Plans](https://dev.wix.com/docs/api-reference/business-solutions/pricing-plans/introduction), which allow customers to purchase bundles of services or recurring access to bookings.

For detailed information, see [About Service Payments](https://dev.wix.com/docs/api-reference/business-solutions/bookings/services/services-v2/about-service-payments).
Learn more about [service payments](https://dev.wix.com/docs/api-reference/business-solutions/bookings/services/services-v2/about-service-payments).

### Checkout and orders

Expand Down
Loading