s_c__Route_Mapping__c Object Reference

Name s_c__Route_Mapping__c
Type Custom StoreConnect Object
Description Route mappings allow the user to create permanent and temporary redirects for their store. Route mappings are created automatically when a product, article or page changes its path and can be deleted if the old path is no longer required.

Field Definitions

Field Name Type Required Unique
s_c__From__c Text No No
This is the path the system looks for to trigger the route mapping.
s_c__Status_Code__c Picklist Yes No
This is the type of route mapping used when this route mapping is triggered, 301 or 302 or a special 'rewrite' which renders the existing content without any redirect.
s_c__Store_Id__c Lookup (s_c__Store__c) No No
Store where the route belongs
s_c__To__c Text No No
This is the URL the system will send the request to once the From__c path is matched.
s_c__sC_Id__c Text [External ID] No Yes
StoreConnect External ID, do not modify in Salesforce
s_c__sObject_Type__c Text No No
Connects the route mapping to a specific object such as Product2

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

 

 
Back to Documentation