{"title":"Theme Asset Object Reference","slug":"theme-asset-object-reference","url":"https://support.storeconnect.com/articles/theme-asset-object-reference","url_markdown":"https://support.storeconnect.com/articles/theme-asset-object-reference.md","subtitle":null,"summary":"Theme Assets represent media files that belongs to a Theme","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Theme Asset, s_c__Theme_Asset__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nTheme Assets represent media files that belongs to a Theme\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Theme_Asset__c` |\n| **Label** | Theme Asset |\n| **Plural Label** | Theme Assets |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Key | `s_c__Key__c` | Text(236) | Yes | A unique value that represents the Asset |\n| Theme | `s_c__Theme_Id__c` | MasterDetail ([s_c__Theme__c](theme-object-reference)) | No | The Theme this Theme Asset belongs to |\n| Unique Theme Key | `s_c__Unique_Theme_Key__c` | Text(255) | No | An internal field to ensure uniqueness |\n| URL | `s_c__Url__c` | Url | No | The fully qualified url of the asset. This could be a url to an asset located in a CDN, as long as it is available on the internet. |\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_Assets |"}