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.
Property
Value
API Name
s_c__Data_Feed__c
Label
Data Feed
Plural Label
Data Feeds
Type
Custom Object
Fields
Field Label
API Name
Type
Required
Description
Is Active
s_c__Active__c
Checkbox
No
Marking an export active makes it available under the feeds/filename of the export
Download Export
s_c__Download_Export_Link__c
Formula (Text)
No
Filename
s_c__Filename__c
Text(255)
Yes
The filename of this export, usually part of the /feeds/Filename__c
Object Type
s_c__Object_Type__c
Picklist
Yes
Defines the object type that is used to generate the report. Valid values are Product2 and Order
[Deprecated] Password
s_c__Password__c
Text(255)
No
The password for this export, leave blank for no password.
Refresh Frequency
s_c__Refresh_Frequency__c
Picklist
Yes
Defines how often (in minutes) the feed is updated on the website. Valid values are 1440, 720 and 240