Store Feed Object Reference
On this page
Overview
Per-store mounting of a feed.
| Property |
Value |
| API Name |
s_c__Store_Feed__c |
| Label |
Store Feed |
| Plural Label |
Store Feeds |
| Type |
Custom Object |
Fields
| Field Label |
API Name |
Type |
Required |
Description |
| Active |
s_c__Active__c |
Checkbox |
No |
Enable/disable feed on the associated store. |
| Build Schedule |
s_c__Build_Schedule__c |
Text(255) |
No |
The cron schedule override for building this feed on the store. |
| Destination Auth Type |
s_c__Destination_Auth_Type__c |
Picklist |
No |
Authentication type for the push: leave blank for none, or basic / bearer. |
| Destination Method |
s_c__Destination_Method__c |
Picklist |
No |
HTTP method used to push the feed. |
| Destination Password |
s_c__Destination_Password__c |
Text(255) |
No |
Password for basic authentication when pushing the feed. |
| Destination Token |
s_c__Destination_Token__c |
LongTextArea(4096) |
No |
Bearer token for authentication when pushing the feed. |
| Destination URL |
s_c__Destination_URL__c |
Url |
No |
The URL the built feed is pushed to. |
| Destination Username |
s_c__Destination_Username__c |
Text(255) |
No |
Username for basic authentication when pushing the feed. |
| Feed |
s_c__Feed_Id__c |
Lookup (s_c__Feed__c) |
No |
The feed associated with this store feed. |
| Path |
s_c__Path__c |
Text(255) |
No |
The URL path at which this feed is mounted on the store. |
| Store |
s_c__Store_Id__c |
Lookup (s_c__Store__c) |
No |
The store associated with this store feed. |
| Timezone |
s_c__Timezone__c |
Picklist |
No |
The timezone override used when evaluating the build schedule for this store feed. |
| StoreConnect External ID |
s_c__sC_Id__c |
Text(36) |
No |
StoreConnect External ID, do not modify in Salesforce |
Relationships
| Field |
Type |
Related Object |
Relationship Name |
s_c__Feed_Id__c |
Lookup |
s_c__Feed__c |
Store_Feeds_Feed |
s_c__Store_Id__c |
Lookup |
s_c__Store__c |
Store_Feeds_Store |
Was this article helpful?
Thanks for your feedback! It helps us improve our docs.