{"title":"Booking - Liquid Object Reference","slug":"booking-liquid-object-reference","url":"https://support.storeconnect.com/articles/booking-liquid-object-reference","url_markdown":"https://support.storeconnect.com/articles/booking-liquid-object-reference.md","subtitle":null,"summary":"The Booking object represents an individual booking for a BookableEvent.","type":"Developer_Documentation","video_url":"","keywords":"liquid, objects, Booking, template, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nThe Booking object represents an individual booking for a BookableEvent.\n\n:::note\nThis object supports custom data via the `data` attribute.\n:::\n\n## Attributes\n\n| Attribute | Type | Description |\n|-----------|------|-------------|\n| `account` | [Account](account-liquid-object-reference) | Returns the Account associated with this Booking |\n| `already_started?` | Boolean | Returns true if the start time of the BookableEvent has already past |\n| `attendees` | List[[BookingAttendee](booking-attendee-liquid-object-reference)] | Returns a list of Attendees for this Booking |\n| `bookable_event` | [BookableEvent](bookable-event-liquid-object-reference) | Returns the BookableEvent associated with this Booking |\n| `contact` | [Contact](contact-liquid-object-reference) | Returns the Contact associated with this Booking |\n| `ends_at` | Timestamp | Returns the date and time when this Booking ends |\n| `event_details` | String | Returns the BookableEvent's description |\n| `id` | String | Returns the unique id this Booking |\n| `max_attendees` | Number | Returns the maximum number of attendees for this Booking |\n| `order_item` | [OrderItem](order-item-liquid-object-reference) | Returns the OrderItem associated with this Booking |\n| `starts_at` | Timestamp | Returns the date and time when this Booking starts |\n| `status` | String | Returns the status of this Booking |\n\n## Available on\n\n- [BookingAttendee - Liquid Object Reference](booking-attendee-liquid-object-reference) — `booking`\n- [Order - Liquid Object Reference](order-liquid-object-reference) — `bookings`"}