{"title":"BookingTimeSlot - Liquid Object Reference","slug":"booking-time-slot-liquid-object-reference","url":"https://support.storeconnect.com/articles/booking-time-slot-liquid-object-reference","url_markdown":"https://support.storeconnect.com/articles/booking-time-slot-liquid-object-reference.md","subtitle":null,"summary":"The BookingTimeSlot object contains information about a time slot for a given date and ProductBookableLocation.","type":"Developer_Documentation","video_url":"","keywords":"liquid, objects, BookingTimeSlot, template, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nThe BookingTimeSlot object contains information about a time slot for a given date and ProductBookableLocation.\n\n## Attributes\n\n| Attribute | Type | Description |\n|-----------|------|-------------|\n| `available` | Number | Returns the number of Bookings that can be made for this BookingTimeSlot |\n| `booked` | Number | Returns the number of Bookings that have been made for this BookingTimeSlot |\n| `ends_at` | Timestamp | Returns the end time for this BookingTimeSlot |\n| `full?` | Boolean | Returns true if this BookingTimeSlot is full |\n| `starts_at` | Timestamp | Returns the start time for this BookingTimeSlot |\n| `total` | Number | Returns the total number of Bookings that can be made for this BookingTimeSlot |\n| `unlimited?` | Boolean | Returns true if this BookingTimeSlot has unlimited capacity |\n\n## Available on\n\n- [BookingAvailabilityDate - Liquid Object Reference](booking-availability-date-liquid-object-reference) — `time_slots`"}