{"title":"Feed Object Reference","slug":"feed-object-reference","url":"https://support.storeconnect.com/articles/feed-object-reference","url_markdown":"https://support.storeconnect.com/articles/feed-object-reference.md","subtitle":null,"summary":"Feed definition for the customizable feed endpoint.","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Feed, s_c__Feed__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nFeed definition for the customizable feed endpoint.\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Feed__c` |\n| **Label** | Feed |\n| **Plural Label** | Feeds |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Build Schedule | `s_c__Build_Schedule__c` | Text(255) | No | The cron schedule for building this feed. |\n| Content Types | `s_c__Content_Types__c` | MultiselectPicklist | No | The content types supported by this feed. |\n| Default Format | `s_c__Default_Format__c` | Picklist | No | The default content type format for this feed. |\n| Query | `s_c__Query_Id__c` | Lookup ([s_c__Query__c](query-object-reference)) | No | The query associated with this feed. |\n| Record Mode | `s_c__Record_Mode__c` | Picklist | No | How each record is exposed to the feed template: raw fields or the object's storefront drop. |\n| Template | `s_c__Template__c` | LongTextArea(131072) | No | The Liquid template used to render this feed. |\n| Timezone | `s_c__Timezone__c` | Picklist | No | The timezone used when evaluating the build schedule. |\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__Query_Id__c` | Lookup | [s_c__Query__c](query-object-reference) | Feeds_Query |\n\n## Referenced by\n\nThese objects hold a lookup or master-detail relationship to **Feed** (`s_c__Feed__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__Store_Feed__c](store-feed-object-reference) | `s_c__Feed_Id__c` | Lookup | Store_Feeds_Feed | [s_c__Store__c](store-object-reference) |"}