{"title":"Store Variable Object Reference","slug":"store-variable-object-reference","url":"https://support.storeconnect.com/articles/store-variable-object-reference","url_markdown":"https://support.storeconnect.com/articles/store-variable-object-reference.md","subtitle":null,"summary":"Reference documentation for the Store Variable object in StoreConnect.","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Store Variable, s_c__Store_Variable__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Store_Variable__c` |\n| **Label** | Store Variable |\n| **Plural Label** | Store Variables |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Available in Liquid | `s_c__Available_In_Liquid__c` | Checkbox | No | Set to true if this StoreVariable should be accessible to liquid code in the Store. |\n| Key | `s_c__Key__c` | Text(236) | Yes | The unique key for accessing this Store Variable |\n| Store | `s_c__Store_Id__c` | MasterDetail ([s_c__Store__c](store-object-reference)) | No | The associated Store for this Store Variable |\n| Unique Store Variable Key | `s_c__Unique_Store_Variable_Key__c` | Text(255) | No | An internal field to ensure uniqueness |\n| Value | `s_c__Value__c` | Text(255) | No | The Value for this Store Variable |\n\n## Relationships\n\n| Field | Type | Related Object | Relationship Name |\n|-------|------|----------------|-------------------|\n| `s_c__Store_Id__c` | MasterDetail | [s_c__Store__c](store-object-reference) | Store_Variables |"}