{"title":"Tag Object Reference","slug":"tag-object-reference","url":"https://support.storeconnect.com/articles/tag-object-reference","url_markdown":"https://support.storeconnect.com/articles/tag-object-reference.md","subtitle":null,"summary":"Tags are a way to assign simple metadata to various objects","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Tag, s_c__Tag__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nTags are a way to assign simple metadata to various objects\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Tag__c` |\n| **Label** | Tag |\n| **Plural Label** | Tags |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Store | `s_c__Store_Id__c` | Lookup ([s_c__Store__c](store-object-reference)) | Yes | The Store that this Tag belongs to. |\n| Type | `s_c__Type__c` | Picklist | No | Defines what type of Tag this is. In your theme you can use tag types to choose how to display items. |\n| Value | `s_c__Value__c` | TextArea | No | Defines the text that should be shown for this tag. |\n\n## Relationships\n\n| Field | Type | Related Object | Relationship Name |\n|-------|------|----------------|-------------------|\n| `s_c__Store_Id__c` | Lookup | [s_c__Store__c](store-object-reference) | Tags |\n\n## Referenced by\n\nThese objects hold a lookup or master-detail relationship to **Tag** (`s_c__Tag__c`). Where the referring record exists to join things together, **Also links to** shows what it connects this object to.\n\n| Object | Field | Type | Relationship Name | Also links to |\n|--------|-------|------|-------------------|---------------|\n| [s_c__Article_Tag__c](article-tag-object-reference) | `s_c__Tag_Id__c` | Lookup | Article_Tags | [s_c__Article__c](article-object-reference) |\n| [s_c__Page_Tag__c](page-tag-object-reference) | `s_c__Tag_Id__c` | Lookup | Page_Tags | [s_c__Page__c](page-object-reference) |\n| [s_c__Product_Tag__c](product-tag-object-reference) | `s_c__Tag_Id__c` | Lookup | Product_Tags | [Product2](product2-object-reference) |"}