{"title":"BookableEvent - Liquid Object Reference","slug":"bookable-event-liquid-object-reference","url":"https://support.storeconnect.com/articles/bookable-event-liquid-object-reference","url_markdown":"https://support.storeconnect.com/articles/bookable-event-liquid-object-reference.md","subtitle":null,"summary":"The BookableEvent object contains information about an event for a Bookable Product.","type":"Developer_Documentation","video_url":"","keywords":"liquid, objects, BookableEvent, template, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nThe BookableEvent object contains information about an event for a Bookable Product.\n\n:::note\nThis object supports custom data via the `data` attribute.\n:::\n\n## Attributes\n\n| Attribute | Type | Description |\n|-----------|------|-------------|\n| `end_datetime` | Timestamp | Returns the timestamp for when this event ends |\n| `id` | String | Returns the unique id for this event |\n| `location` | [BookableLocation](bookable-location-liquid-object-reference) | Returns the BookableLocation for this event |\n| `name` | String | Returns the name of the event |\n| `single_day?` | Boolean | Returns true if the start and end dates are on the same day |\n| `start_datetime` | Timestamp | Returns the timestamp for when this event starts |\n\n## Available on\n\n- [Booking - Liquid Object Reference](booking-liquid-object-reference) — `bookable_event`\n- [CartItem - Liquid Object Reference](cart-item-liquid-object-reference) — `bookable_event`\n- [OrderItem - Liquid Object Reference](order-item-liquid-object-reference) — `bookable_event`"}