{"title":"BookableLocation - Liquid Object Reference","slug":"bookable-location-liquid-object-reference","url":"https://support.storeconnect.com/articles/bookable-location-liquid-object-reference","url_markdown":"https://support.storeconnect.com/articles/bookable-location-liquid-object-reference.md","subtitle":null,"summary":"The BookableLocation object contains information about a location for a BookableEvent.","type":"Developer_Documentation","video_url":"","keywords":"liquid, objects, BookableLocation, template, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nThe BookableLocation object contains information about a location 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| `active?` | Boolean | Returns true if this location is active |\n| `address1` | String | Returns the value of the Address1 attribute of this location |\n| `address2` | String | Returns the value of the Address2 attribute of this location |\n| `city` | String | Returns the value of the City attribute of this location |\n| `country` | String | Returns the value of the Country attribute of this location |\n| `id` | String | Returns the unique id for this location |\n| `information_content` | String | Returns the value of the Information attribute as rich text |\n| `name` | String | Returns the name of this location |\n| `postal_code` | String | Returns the value of the Postal Code address attribute of this location |\n| `state` | String | Returns the value of the State address attribute of this location |\n| `timezone` | String | Returns the timezone of this location |\n| `virtual?` | Boolean | Returns true if this location is a virtual location, eg online |\n\n## Available on\n\n- [BookableEvent - Liquid Object Reference](bookable-event-liquid-object-reference) — `location`\n- [BookingAvailabilityDate - Liquid Object Reference](booking-availability-date-liquid-object-reference) — `location`\n- [ProductBookableLocation - Liquid Object Reference](product-bookable-location-liquid-object-reference) — `bookable_location`"}