s_c__Promotion_Action__c Object Reference
Name | s_c__Promotion_Action__c |
---|---|
Type | Custom StoreConnect Object |
Description | Provides the discount that is applied when this promotion is added to a cart. Reductions can be via a fixed amount or a percentage. Available actions can be discount per item, for the whole order, free/discounted shipping, and buy one get one free/discounted. |
Field Definitions
Field Name | Type | Required | Unique |
---|---|---|---|
s_c__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. | |||
s_c__Calculation__c | Picklist | Yes | No |
Defines whether the promotion is a fixed value or a percantage. | |||
s_c__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". | |||
s_c__Discount_Value_Points__c | Number(18, 0) | No | No |
The fixed amount of points to apply to the promotion as a discount. This is required when Calculation__c is set to "Discount Amount". | |||
s_c__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". | |||
s_c__Promotion_Id__c | MasterDetail (s_c__Promotion__c) | No | No |
The promotion this action applies to. | |||
s_c__Qualifying_Quantity__c | Number(18, 0) | No | No |
The number of items a user needs to purchase before the discount is applied. | |||
s_c__sC_Id__c | Text [External ID] | 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