Promotion_Action__c Object Reference

Field Definitions

Field Name Type Required Unique Description
Action__c Picklist Yes No Defines how this promotion is applied to the shopping cart. Available options are per order, per item in the order, discounted or free shipping, or a buy one get another at a discount. Used in conjunction with Promotion_Scope__c which determines qualifying items.
Calculation__c Picklist Yes No Defines whether the promotion is a fixed value or a percantage.
Discount_Percent__c Percent(18, 2) No No The percentage amount to apply to the promotion as a discount. This is required when Calculation__c is set to “Discount Percentage”.
Discount_Value__c Currency(18, 2) No No The fixed amount to apply to the promotion as a discount. This is required when Calculation__c is set to “Discount Amount”.
Promotion_Id__c MasterDetail(Promotion__c) No No The promotion this action applies to.
Qualifying_Quantity__c Number(18, 0) No No The number of items a user needs to purchase before the discount is applied.
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