s_c__Data_Feed__c Object Reference

Name s_c__Data_Feed__c
Type Custom StoreConnect Object
Description The Data_Feed__c object allows you to create a custom CSV file that is generated on the server daily allowing you to have external systems downloading data from your store for any integration you need, this can also be protected by a username and password.

Field Definitions

Field Name Type Required Unique
s_c__Active__c Checkbox(false) No No
Marking an export active makes it available under the `feeds/filename` of the export
s_c__Download_Export_Link__c Formula No No
s_c__Filename__c Text Yes No
The filename of this export, usually part of the `/feeds/Filename__c`
s_c__Object_Type__c Picklist Yes No
Defines the object type that is used to generate the report. Valid values are `Product2` and `Order`
s_c__Password__c Text No No
The password for this export, leave blank for no password.
s_c__Refresh_Frequency__c Picklist Yes No
Defines how often (in minutes) the feed is updated on the website. Valid values are `1440`, `720` and `240`
s_c__Store_Id__c Lookup (s_c__Store__c) Yes No
s_c__Unique_Store_Filename__c Text [External ID] No Yes
Ensure a store can only have one export with the same filename
s_c__Username__c Text No No
The username for this export, leave blank for no username requirement.
s_c__sC_Id__c Text [External ID] No Yes
StoreConnect External ID, do not modify in Salesforce

For more information about how or when to use the above, see our documentation.

 

 
Back to Documentation