Newer Version Available

This content describes an older version of this product. View Latest

Eligible Promotions List

Output representation of a list of eligible promotions.
JSON example
1{
2   "eligiblePromotions":[
3      {
4         "additionalPromotionFields":{
5            "startDate":"2023-09-10",
6            "endDate":"2023-09-20",
7            "promotionLocation__c":"HYD"
8         },
9         "currencyIsoCode":"USD",
10         "displayName":"50% off on all electronics",
11         "priorityNumber":1,
12         "promotionCode":"10OFF",
13         "promotionEligibleRules":[
14            {
15               "ruleName":"Discount",
16               "ruleRewards":[
17                  {
18                     "rewardDetails":{
19                        "discountLevel":"Cart",
20                        "discountType":"PercentageOff",
21                        "discountValue":"50.0"
22                     },
23                     "rewardType":"ProvideDiscount"
24                  },
25                  {
26                     "rewardDetails":{
27                        "voucherDefinitionName":"VD-001"
28                     },
29                     "rewardType":"IssueVoucher"
30                  },
31                  {
32                     "rewardDetails":{
33                        "voucherDefinitionName":"VD-001",
34                        "voucherExpiryDate":"2023-12-29"
35                     },
36                     "rewardType":"IssueVoucher"
37                  }
38               ]
39            }
40         ],
41         "promotionId":"0c8SB0000000r17YAA",
42         "promotionLimits":[
43            {
44               "limitCurrentAttainment":0,
45               "limitTarget":2,
46               "limitType":"OrderCount"
47            }
48         ]
49      },
50      {
51         "additionalPromotionFields":{
52            "startDate":"2023-09-10"
53         },
54         "currencyIsoCode":"USD",
55         "displayName":"Get 100 points on all clothing",
56         "priorityNumber":2,
57         "promotionCode":"20OFF",
58         "promotionEligibleRules":[
59            {
60               "ruleName":"100PointsClothing",
61               "ruleRewards":[
62                  {
63                     "rewardDetails":{
64                        "points":"10",
65                        "loyaltyProgramCurrencyName":"NQP"
66                     },
67                     "rewardtype":"CreditFixedPoints"
68                  },
69                  {
70                     "rewardDetails":{
71                        "loyaltyProgramBadgeName":"Ranger"
72                     },
73                     "rewardtype":"AssignBadge"
74                  }
75               ]
76            },
77            {
78               "ruleName":"200Discount",
79               "ruleRewards":[
80                  {
81                     "rewardDetails":{
82                        "discountLevel":"Cart",
83                        "discountType":"AmountOff",
84                        "discountValue":"200.0"
85                     },
86                     "rewardType":"ProvideDiscount"
87                  }
88               ]
89            }
90         ],
91         "promotionId":"0c85i0000009c6D"
92      }
93   ]
94}
Property Name Type Description Filter Group and Version Available Version
eligiblePromotions Promotion Details[] List of eligible promotions for a customer's cart. The list also contains the details of the rewards that each promotion offers to the customer. Small, 60.0 60.0