Bookings5 min read
Bookings
Bookings is an optional module for stores that sell time rather than only physical goods. It is switched on with the Bookings feature flag.
Bookings module
/admin/bookingssaved to BookingConfig, Resource, AvailabilityRule, BookingSell services into time slots: appointments, consultations, or classes. The module is built from a few parts that fit together, with store wide defaults on top.
- Services
- A service is sold as a bookable product, with its own duration, buffers, capacity, and whether payment is required.
- Resources
- The people, rooms, or equipment a booking consumes, assigned to the services that need them.
- Availability
- Recurring availability rules plus one off exceptions such as holidays or closures.
- Bookings
- View and manage the bookings customers make, each with its own status timeline.
- Packages
- Sell bundles of sessions as packages, with credits customers draw down.
- Store wide defaults
- Default timezone, how long a slot is held during checkout, reminder timing, and whether new services require payment.
Note: If you do not see Bookings in the sidebar, switch on the Bookings feature flag in Store Settings.