{"title":"Store Feed Object Reference","slug":"store-feed-object-reference","url":"https://support.storeconnect.com/articles/store-feed-object-reference","url_markdown":"https://support.storeconnect.com/articles/store-feed-object-reference.md","subtitle":null,"summary":"Per-store mounting of a feed.","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Store Feed, s_c__Store_Feed__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nPer-store mounting of a feed.\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Store_Feed__c` |\n| **Label** | Store Feed |\n| **Plural Label** | Store Feeds |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Active | `s_c__Active__c` | Checkbox | No | Enable/disable feed on the associated store. |\n| Build Schedule | `s_c__Build_Schedule__c` | Text(255) | No | The cron schedule override for building this feed on the store. |\n| Destination Auth Type | `s_c__Destination_Auth_Type__c` | Picklist | No | Authentication type for the push: leave blank for none, or basic / bearer. |\n| Destination Method | `s_c__Destination_Method__c` | Picklist | No | HTTP method used to push the feed. |\n| Destination Password | `s_c__Destination_Password__c` | Text(255) | No | Password for basic authentication when pushing the feed. |\n| Destination Token | `s_c__Destination_Token__c` | LongTextArea(4096) | No | Bearer token for authentication when pushing the feed. |\n| Destination URL | `s_c__Destination_URL__c` | Url | No | The URL the built feed is pushed to. |\n| Destination Username | `s_c__Destination_Username__c` | Text(255) | No | Username for basic authentication when pushing the feed. |\n| Feed | `s_c__Feed_Id__c` | Lookup ([s_c__Feed__c](feed-object-reference)) | No | The feed associated with this store feed. |\n| Path | `s_c__Path__c` | Text(255) | No | The URL path at which this feed is mounted on the store. |\n| Store | `s_c__Store_Id__c` | Lookup ([s_c__Store__c](store-object-reference)) | No | The store associated with this store feed. |\n| Timezone | `s_c__Timezone__c` | Picklist | No | The timezone override used when evaluating the build schedule for this store feed. |\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__Feed_Id__c` | Lookup | [s_c__Feed__c](feed-object-reference) | Store_Feeds_Feed |\n| `s_c__Store_Id__c` | Lookup | [s_c__Store__c](store-object-reference) | Store_Feeds_Store |"}