Location Group Object Reference
Last modified 16 September 2026
Overview
Property
Value
API Name
s_c__Location_Group__c
Label
Location Group
Plural Label
Location Groups
Type
Custom Object
Fields
Field Label
API Name
Type
Required
Description
Active
s_c__Active__c
Checkbox
No
If active this Location Group will be visible on its Store
Display Name
s_c__Display_Name__c
Text(255)
No
The name to show on the Store for this Location Group. If blank, Name will be used instead
Meta Description
s_c__Meta_Description__c
LongTextArea(2500)
No
The content that appears within the meta description tag in the HEAD tag of the page
Meta Keywords
s_c__Meta_Keywords__c
Text(255)
No
Comma separated list of keywords to appear within the meta keywords tag in the HEAD tag of the page.
Meta Title
s_c__Meta_Title__c
Text(255)
No
The content that appears within the meta title tag in the HEAD tag of the page
Path
s_c__Path__c
Text(236)
Yes
The path at which this Location Group can be found (unique per store)
Social Image
s_c__Social_Image_Id__c
Lookup (s_c__Media__c )
No
The Image to show when the Group is shared on Social Media.
Store
s_c__Store_Id__c
Lookup (s_c__Store__c )
Yes
The associated Store for this Location Group
Unique Store Path
s_c__Unique_Store_Path__c
Text(255)
No
An internal field to ensure uniqueness
Relationships
Field
Type
Related Object
Relationship Name
s_c__Social_Image_Id__c
Lookup
s_c__Media__c
Location_Group_Social_Images
s_c__Store_Id__c
Lookup
s_c__Store__c
Location_Groups
Referenced by
These objects hold a lookup or master-detail relationship to Location Group (s_c__Location_Group__c). Where the referring record exists to join things together, Also links to shows what it connects this object to.
On the storefront
Storefront templates read this object through the LocationGroup Liquid object, written as location_group in a theme.
Salesforce field
Liquid attribute
s_c__Display_Name__c
location_group.name
s_c__Meta_Description__c
location_group.meta_description
s_c__Meta_Keywords__c
location_group.meta_keywords
s_c__Meta_Title__c
location_group.meta_title
s_c__Path__c
location_group.identifier
Fields you add yourself are not listed above. Expose one with a Custom Data Mapping record, then read it from location_group.data. See custom data fields in Liquid .