{"title":"Theme Template Object Reference","slug":"theme-template-object-reference","url":"https://support.storeconnect.com/articles/theme-template-object-reference","url_markdown":"https://support.storeconnect.com/articles/theme-template-object-reference.md","subtitle":null,"summary":"Theme Templates represent Liquid templates that make up a Theme","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Theme Template, s_c__Theme_Template__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nTheme Templates represent Liquid templates that make up a Theme\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Theme_Template__c` |\n| **Label** | Theme Template |\n| **Plural Label** | Theme Templates |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Content | `s_c__Content__c` | LongTextArea(131072) | No | The HTML and Liquid code content used for this template. See our help documentation on \"Custom Theme Templates\" for more information |\n| Key | `s_c__Key__c` | Text(236) | Yes | A unique value that represents the Template. The key can be used in Liquid code to render this template. See our help documentation on \"Custom Theme Templates\" for more information |\n| Theme | `s_c__Theme_Id__c` | MasterDetail ([s_c__Theme__c](theme-object-reference)) | No | The Theme this Theme Template belongs to |\n| Unique Theme Key | `s_c__Unique_Theme_Key__c` | Text(255) | No | An internal field to ensure uniqueness |\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__Theme_Id__c` | MasterDetail | [s_c__Theme__c](theme-object-reference) | Theme_Templates |"}