> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Introduction ## Article: Introduction ## Article Link: https://dev.wix.com/docs/api-reference/business-solutions/bookings/services/introduction.md ## Article Content: # About the Bookings Services APIs The Bookings Services APIs enable you to define and organize the services that businesses offer for booking. They provide variants to customize services, categories to organize them, and add-ons to enhance them. These 5 APIs allow you to manage Bookings services: - [Services V2](https://dev.wix.com/docs/api-reference/business-solutions/bookings/services/services-v2/introduction.md): Create and manage appointment-based services, classes, and courses. Define service structure, pricing, and availability constraints for each service. - [Service Options and Variants](https://dev.wix.com/docs/api-reference/business-solutions/bookings/services/service-options-and-variants/introduction.md): Create custom options for services based on staff member, duration, or custom parameters like age groups or equipment types. Each variant can have different pricing. - [Categories V2](https://dev.wix.com/docs/api-reference/business-solutions/bookings/services/categories-v2/introduction.md): Organize services into categories that control display order on a site and in the dashboard. Help customers find services and manage offerings efficiently. - [Add-Ons](https://dev.wix.com/docs/api-reference/business-solutions/bookings/services/add-ons/introduction.md): Create and manage individual add-ons that provide additional features, time, or products for an extra cost. - [Add-On Groups](https://dev.wix.com/docs/api-reference/business-solutions/bookings/services/services-v2/about-add-on-groups.md): Organize add-ons into groups with selection constraints, allowing customers to choose from curated sets of related options. You can managed add-on groups through the [Services V2 API](https://dev.wix.com/docs/api-reference/business-solutions/bookings/services/services-v2/introduction.md).
__Deprecation Notice:__ **Categories V1** has been replaced with [Categories V2](https://dev.wix.com/docs/api-reference/business-solutions/bookings/services/categories-v2/introduction.md) and will be removed on January 1, 2026. For migration guidance, see [Categories V1 migration guide](https://dev.wix.com/docs/api-reference/business-solutions/bookings/services/categories-v1/migration-guide.md).## Related APIs The following APIs work with the Services APIs to provide complete booking management. ### Staff and resources Manage staff and resources for service delivery: - [Staff Members API](https://dev.wix.com/docs/rest/business-solutions/bookings/staff-members/introduction.md): Manage staff members who provide services and their working schedules. - [Resources V2 API](https://dev.wix.com/docs/rest/business-solutions/bookings/resources/resources-v2/introduction.md): Manage bookable resources like rooms or equipment and prevent double bookings. ### Booking management Handle customer bookings and the booking lifecycle: - [Bookings Writer V2 API](https://dev.wix.com/docs/rest/business-solutions/bookings/bookings/bookings-writer-v2/introduction.md): Create and manage customer bookings for services. - [Booking Policies API](https://dev.wix.com/docs/rest/business-solutions/bookings/policies/booking-policies/introduction.md): Define cancellation rules, booking windows, and other service policies. ### Pricing and payments Calculate costs and handle payments for service bookings: - [Pricing API](https://dev.wix.com/docs/rest/business-solutions/bookings/pricing/pricing-api/introduction.md): Calculate booking prices including service variants and add-ons. - [eCommerce Orders API](https://dev.wix.com/docs/api-reference/business-solutions/e-commerce/orders/orders/introduction.md): Process payments and manage transactions for bookings. ## Next steps Choose your starting point based on your goals: - **New to services?** Start with the [Services V2 API](https://dev.wix.com/docs/api-reference/business-solutions/bookings/services/services-v2/introduction.md). - **Need service variants?** See the [Service Options and Variants API](https://dev.wix.com/docs/api-reference/business-solutions/bookings/services/service-options-and-variants/introduction.md). - **Want to organize services?** Use the [Categories V2 API](https://dev.wix.com/docs/api-reference/business-solutions/bookings/services/categories-v2/introduction.md). - **Adding optional extras?** Try the [Add-Ons API](https://dev.wix.com/docs/api-reference/business-solutions/bookings/services/add-ons/introduction.md). - **Migrating from Categories V1?** Check the [migration guide](https://dev.wix.com/docs/api-reference/business-solutions/bookings/services/categories-v1/migration-guide.md).