{"title":"Bookable Location Object Reference","slug":"bookable-location-object-reference","url":"https://support.storeconnect.com/articles/bookable-location-object-reference","url_markdown":"https://support.storeconnect.com/articles/bookable-location-object-reference.md","subtitle":null,"summary":"Book Location defines a location that a bookable Product can be held at. Can be used both physical and virtual locations.","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Bookable Location, s_c__Bookable_Location__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nBook Location defines a location that a bookable Product can be held at. Can be used both physical and virtual locations.\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Bookable_Location__c` |\n| **Label** | Bookable Location |\n| **Plural Label** | Bookable Locations |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Active | `s_c__Active__c` | Checkbox | No | Indicates whether the Bookable Location is currently active. Can be set to false to turn off bookings for this location. |\n| Address Line 1 | `s_c__Address1__c` | Text(255) | No |  |\n| Address Line 2 | `s_c__Address2__c` | Text(255) | No |  |\n| City | `s_c__City__c` | Text(255) | No |  |\n| Country | `s_c__Country_Id__c` | Lookup ([s_c__Country__c](country-object-reference)) | No |  |\n| Display Name | `s_c__Display_Name__c` | Text(255) | No | The name of the Bookable Location to show in the Store. If this is blank, Bookable Location Name will be used. |\n| Information Text (Markdown) | `s_c__Information_Markdown__c` | LongTextArea(32768) | No | Information about this Bookable Location. |\n| State/Province | `s_c__State__c` | Text(255) | No |  |\n| Store | `s_c__Store_Id__c` | Lookup ([s_c__Store__c](store-object-reference)) | Yes |  |\n| Standard Timezone | `s_c__Timezone__c` | Picklist | No | The standard timezone for this location. All booking times will be presented in this timezone (and adjusted for daylight savings when relevant). |\n| Location is Virtual | `s_c__Virtual__c` | Checkbox | No | Indicates this Bookable Location is not a physical location. |\n| Zip/Postal Code | `s_c__Zip_Code__c` | Text(20) | No |  |\n| StoreConnect External ID | `s_c__sC_Id__c` | Text(36) | No | StoreConnect External ID, do not modify in Salesforce |\n\n## Relationships\n\n| Field | Type | Related Object | Relationship Name |\n|-------|------|----------------|-------------------|\n| `s_c__Country_Id__c` | Lookup | [s_c__Country__c](country-object-reference) | Bookable_Locations |\n| `s_c__Store_Id__c` | Lookup | [s_c__Store__c](store-object-reference) | Bookable_Locations |\n\n## Referenced by\n\nThese objects hold a lookup or master-detail relationship to **Bookable Location** (`s_c__Bookable_Location__c`). Where the referring record exists to join things together, **Also links to** shows what it connects this object to.\n\n| Object | Field | Type | Relationship Name | Also links to |\n|--------|-------|------|-------------------|---------------|\n| [s_c__Product_Bookable_Location__c](product-bookable-location-object-reference) | `s_c__Bookable_Location_Id__c` | Lookup | Product_Bookable_Locations | [Product2](product2-object-reference) |"}