Newer Version Available
Composite Promotion Qualifier Input
Input representation of the promotion qualifier.
- JSON example
-
1[ 2 { 3 "currencyIsoCode": "USD", 4 "qualifierReferences": [ 5 { 6 "id": "01tSB0000002p01YAA", 7 "itemReferenceType": "Product", 8 "name": "Alpine Energy Drink Chai Post 0.5L PET - 6 pack", 9 "operatorType": "EQUALS_TO" 10 } 11 ], 12 "qualifierType": "Quantity", 13 "qualifierValue": 2 14 } 15] - Properties
-
Name Type Description Required or Optional Available Version approachingDiscountThreshold String The cart amount that a customer has to reach before seeing an approaching discount message. For example, if a promotion qualifier minimum is set at $150 and this field is set at $50, then a customer receives a banner notification that they’re approaching the discount when they have at least $50 in their cart. Small, 64.0 64.0 currencyIsoCode String Three-letter ISO 4217 currency code associated with the promotion qualifier. Optional 62.0 qualifierReferences Item Reference Input[] List of product or category for the promotion qualifier. Optional 62.0 qualifierType String Type of the promotion qualifier. Possible values are: - Amount—Minimum spend amount.
- Quantity—Minimum quantity.
Optional 62.0 qualifierValue Double Value for the promotion qualifier. For example, if qualifier type is Quality, the value can be "3". Optional 62.0