{"title":"Store - Liquid Object Reference","slug":"store-liquid-object-reference","url":"https://support.storeconnect.com/articles/store-liquid-object-reference","url_markdown":"https://support.storeconnect.com/articles/store-liquid-object-reference.md","subtitle":null,"summary":"The Store object contains information about the Store","type":"Developer_Documentation","video_url":"","keywords":"liquid, objects, Store, template, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nThe Store object contains information about the Store\n\n:::note\nThis object supports custom data via the `data` attribute.\n:::\n\n## Attributes\n\n| Attribute | Type | Description |\n|-----------|------|-------------|\n| `campaigns` | List[[Campaign](campaign-liquid-object-reference)] | Returns a list of Campaigns for this Store |\n| `code` | String | Returns the value of the Code attribute |\n| `currency_code` | String | Returns the currency code of the Store, eg: AUD |\n| `currency_symbol` | String | Returns the currency symbol of the Store, eg: $ |\n| `domain` | String | Returns the Store's domain |\n| `id` | String | Returns the Store's unique id |\n| `locale` | String | Returns the Store's locale |\n| `logo` | [Image](image-liquid-object-reference) | Returns the Store's logo Image |\n| `name` | String | Returns the Store's name |\n| `scripts` | List[[Script](script-liquid-object-reference)] | Returns a list of global Scripts for the Store |\n| `staff` | List[[Staff](staff-liquid-object-reference)] | Returns a list of staff Users who assist customers |\n| `styles` | List[[Style](style-liquid-object-reference)] | Returns a list of global Styles for the Store |\n| `terms_conditions_page` | [Page](page-liquid-object-reference) | Returns the Page that has been set up as the Terms and Conditions page |\n| `timezone` | String | Returns the Store's Timezone |\n| `zone` | [Zone](zone-liquid-object-reference) | Returns the Store's Zone |\n\n## Customizations\n\nThe site can be customized using various attributes\n\n| Attribute | Type | Description |\n|-----------|------|-------------|\n| `body_content` | [ContentBlock](content-block-liquid-object-reference) | Returns a ContentBlock to be rendered just before the closing `\u003cbody\u003e` tag |\n| `footer` | [ContentBlock](content-block-liquid-object-reference) | Returns a ContentBlock to be rendered as the footer |\n| `footer_menu` | [Menu](menu-liquid-object-reference) | Returns a Menu to be rendered in the footer |\n| `global_css` | String | Returns global CSS for the site. This should be output in the site template inside `\u003cstyle\u003e` tags in the header |\n| `global_javascript` | String | Returns global Javascript for the site. This should be output in the site template inside `\u003cscript\u003e` tags in the header |\n| `head_content` | [ContentBlock](content-block-liquid-object-reference) | Returns a ContentBlock to be rendered just before the closing `\u003chead\u003e` tag |\n| `header` | [ContentBlock](content-block-liquid-object-reference) | Returns a ContentBlock to be rendered as the header |\n| `header_menu` | [Menu](menu-liquid-object-reference) | Returns a Menu to be rendered in the header |\n\n## Store Links\n\nA set of links to other pages on the Store\n\n| Attribute | Type | Description |\n|-----------|------|-------------|\n| `booking_availabilities_path` | String | Returns the link to get Booking Availabilities |\n| `cart_path` | String | Returns the link path for the Cart |\n| `checkout_path` | String | Returns the link path for the Checkout |\n| `forgot_password_path` | String | Returns the link path to start the Forgot Password process |\n| `home_path` | String | Returns the link path for the Home page |\n| `login_path` | String | Returns the link path for the Login page |\n| `logout_path` | String | Returns the link path for the Logout page |\n| `path` | String | Returns the url path for this Store |\n| `resend_confirmation_path` | String | Returns the link path to start the Resend Confirmation process |\n| `search_path` | String | Returns the link path for the Search page |\n| `url` | String | Returns the complete url for this Store |\n\n## Store Account Links\n\nA set of links to other Account related pages\n\n| Attribute | Type | Description |\n|-----------|------|-------------|\n| `account_credits_path` | String | Returns the link path for the Account's Account Credits page |\n| `account_path` | String | Returns the link path for the Account's Summary page |\n| `account_points_path` | String | Returns the link path for the Account's Account Points page |\n| `carts_path` | String | Returns the link path for the Account's Carts page |\n| `fulfillments_path` | String | Returns the link path for the Account's Fulfillments pages |\n| `orders_path` | String | Returns the link path for the Account's Order page |\n| `product_approvals_path` | String | Returns the link path for the Account's Product Approvals pages |\n| `subscriptions_path` | String | Returns the link path for the Account's Subscriptions pages |\n\n## SEO\n\nThese are some attributes that are useful for SEO purposes\n\n| Attribute | Type | Description |\n|-----------|------|-------------|\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| `social_image` | [Image](image-liquid-object-reference) | Returns the image to be used when sharing pages from this Store |\n\n## Settings\n\nVarious settings for the Store\n\n| Attribute | Type | Description |\n|-----------|------|-------------|\n| `accept_terms_enabled?` | Boolean | Returns true if this Store requires customers to accept the Terms and Conditions |\n| `display_currency?` | Boolean | Returns true if this Store is configured to display prices in currency (ie normal prices) |\n| `display_points?` | Boolean | Returns true if this Store is configured to display prices in points |\n| `geolocation` | [Geolocation](geolocation-liquid-object-reference) | Returns an Object with the Geolocation settings |\n| `has_promotions?` | Boolean | Returns true if this Store has promo codes that can be used |\n| `has_vouchers?` | Boolean | Returns true if this Store has vouchers that can be used |\n| `pickup_enabled?` | Boolean | Returns true if this Store has Click and Collect enabled |\n| `shipping_enabled?` | Boolean | Returns true if this Store has Shipping enabled |\n| `tax_inclusive?` | Boolean | Indicates whether this Store's pricing is tax inclusive |\n\n## SSO\n\nSettings for single sign on\n\n| Attribute | Type | Description |\n|-----------|------|-------------|\n| `local_login?` | Boolean | Returns true if this Store uses username/password for customer login |\n| `sso_login?` | Boolean | Returns true if this Store uses SSO for customer login |\n| `sso_reset_password?` | Boolean | Returns true if this Store has an SSO provider that allows password resets |\n\n## Payments\n\nAttributes for payments\n\n| Attribute | Type | Description |\n|-----------|------|-------------|\n| `payment_providers` | List[[PaymentProvider](payment-provider-liquid-object-reference)] | Returns a list of available PaymentProviders |\n\n## Related Objects\n\nVarious objects related to the Store\n\n| Attribute | Type | Description |\n|-----------|------|-------------|\n| `authentication_providers` | List[[AuthenticationProvider](authentication-provider-liquid-object-reference)] | Returns a list of AuthenticationProviders that can be used to login to the Store |\n| `navigation_categories` | List[[ProductCategory](product-category-liquid-object-reference)] | Returns a list of top level Product Categories that can be shown in the navigation menu |\n\n## Available on\n\n- [AccountPointsTransaction - Liquid Object Reference](account-points-transaction-liquid-object-reference) — `store`\n- [Geolocation - Liquid Object Reference](geolocation-liquid-object-reference) — `sibling_stores`, `suggested_store`\n- [Global - Liquid Object Reference](global-liquid-object-reference) — `current_store`\n- [Order - Liquid Object Reference](order-liquid-object-reference) — `store`"}