{"title":"Data Feed Field Object Reference","slug":"data-feed-field-object-reference","url":"https://support.storeconnect.com/articles/data-feed-field-object-reference","url_markdown":"https://support.storeconnect.com/articles/data-feed-field-object-reference.md","subtitle":null,"summary":"Data Feed Fields for each export","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Data Feed Field, s_c__Data_Feed_Field__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nData Feed Fields for each export\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Data_Feed_Field__c` |\n| **Label** | Data Feed Field |\n| **Plural Label** | Data Feed Fields |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Data Feed | `s_c__Data_Feed_Id__c` | MasterDetail ([s_c__Data_Feed__c](data-feed-object-reference)) | No |  |\n| Field Label | `s_c__Field_Label__c` | Text(255) | Yes | The label used for this field. Appears in the header row of a CSV export. |\n| Field Name | `s_c__Field_Name__c` | Text(255) | Yes | The field API name used to generate the value for this data feed field. Can be any of the field names listed in the help documentation. |\n| Fixed Value | `s_c__Fixed_Value__c` | Text(255) | No | A fixed value for this field which is the same for every row. |\n| Field Position | `s_c__Position__c` | Number(18,0) | Yes | The position of this export field within the export |\n| Skip exporting row if blank? | `s_c__Skip_Row_If_Blank__c` | Checkbox | No | Allows you to skip the row in the export if this field has no value |\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__Data_Feed_Id__c` | MasterDetail | [s_c__Data_Feed__c](data-feed-object-reference) | Data_Feed |"}