Promotion__c Object Reference

Field Definitions

Field Name Type Required Unique Description
Advertise__c Checkbox(false) No No [Future use] Flag that determines whether the promotion is included in the Advertised Promotions collection in liquid.
Campaign_Id__c Lookup(Campaign) No No Setting this to a standard Salesforce Campaign record will save the contact that used the promotion into the specified Campaign.
Description__c TextArea No No Internal description of this promotion.
Expires_At__c DateTime No No The exact time after which this promotion will not be valid and not be able to be used. The time zone used is per the users time zone setting in Salesforce and the time is then converted and saved as the equivalent time in UTC. This means if you are setting a future date, be sure to take any time zone changes into account.
Path__c Text No No [Future use] This is the path that is added to the store to show a special promotion page.
Promotion_Code__c Text Yes No The promotion code that will be entered by the shopper during checkout in order to use this promotion.
Starts_At__c DateTime No No The exact time before which this promotion will not be valid and not be able to be used. The time zone used is per the users time zone setting in Salesforce and the time is then converted and saved as the equivalent time in UTC. This means if you are setting a future date, be sure to take any time zone changes into account.
Store_Id__c Lookup(Store__c) Yes No The store which this promotion is active on. A promotion can only be associated with one store.
Unique_Promotion_Code_Store__c Text No Yes Ensure each store can only have one promotion with the same code
Usage_Limit__c Number(18, 0) No No How many times a promotion can be used during checkout. A null value allows this promotion to be used an unlimited number of times.
sC_Id__c Text 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