{"title":"LocationGroup - Liquid Object Reference","slug":"location-group-liquid-object-reference","url":"https://support.storeconnect.com/articles/location-group-liquid-object-reference","url_markdown":"https://support.storeconnect.com/articles/location-group-liquid-object-reference.md","subtitle":null,"summary":"The LocationGroup object is used to groups Locations that can be found via a locator, eg Store locator.","type":"Developer_Documentation","video_url":"","keywords":"liquid, objects, LocationGroup, template, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nThe LocationGroup object is used to groups Locations that can be found via a locator, eg Store locator.\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 the LocationGroup is active |\n| `categories` | List[[ProductCategory](product-category-liquid-object-reference)] | Returns a list of product categories that the locations in this LocationGroup can handle |\n| `id` | String | Returns the unique id of this LocationGroup |\n| `identifier` | String | Returns a unique identifier for this LocationGroup |\n| `locations` | List[[Location](location-liquid-object-reference)] | Returns a list of Locations in this LocationGroup |\n| `meta_description` | String | Returns the value of the Meta Description attribute |\n| `meta_keywords` | String | Returns the value of the Meta Keywords attribute |\n| `meta_title` | String | Returns the value of the Meta Title attribute |\n| `name` | String | Returns the display name of this LocationGroup |\n| `path` | String | Returns the url path for this LocationGroup |\n| `social_image` | [Image](image-liquid-object-reference) | Returns the image to be used when sharing this LocationGroup |\n| `url` | String | Returns the complete url for this LocationGroup |\n\n## Available on\n\n- [Global - Liquid Object Reference](global-liquid-object-reference) — `current_location_group`\n- [Product - Liquid Object Reference](product-liquid-object-reference) — `location_groups`"}