Route_Mapping__c Object Reference

Field Definitions

Field Name Type Required Unique Description
From__c Text No No This is the path the system looks for to trigger the route mapping.
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.
Store_Id__c Lookup(Store__c) No No Store where the route belongs
To__c Text No No This is the URL the system will send the request to once the From__c path is matched.
sC_Id__c Text No Yes StoreConnect External ID, do not modify in Salesforce
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