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               "rulePriority": 1,
17               "ruleRewards":[
18                  {
19                     "rewardDetails":{
20                        "discountLevel":"Cart",
21                        "discountType":"PercentageOff",
22                        "discountValue":"50.0"
23                     },
24                     "rewardType":"ProvideDiscount"
25                  },
26                  {
27                     "rewardDetails":{
28                        "voucherDefinitionName":"VD-001"
29                     },
30                     "rewardType":"IssueVoucher"
31                  },
32                  {
33                     "rewardDetails":{
34                        "voucherDefinitionName":"VD-001",
35                        "voucherExpiryDate":"2023-12-29"
36                     },
37                     "rewardType":"IssueVoucher"
38                  }
39               ]
40            }
41         ],
42         "promotionId":"0c8SB0000000r17YAA",
43         "promotionLimits":[
44            {
45               "limitCurrentAttainment":0,
46               "limitTarget":2,
47               "limitType":"OrderCount"
48            }
49         ]
50      },
51      {
52         "additionalPromotionFields":{
53            "startDate":"2023-09-10"
54         },
55         "currencyIsoCode":"USD",
56         "displayName":"Get 100 points on all clothing",
57         "priorityNumber":2,
58         "promotionCode":"20OFF",
59         "promotionEligibleRules":[
60            {
61               "ruleName":"100PointsClothing",
62               "ruleRewards":[
63                  {
64                     "rewardDetails":{
65                        "points":"10",
66                        "loyaltyProgramCurrencyName":"NQP"
67                     },
68                     "rewardtype":"CreditFixedPoints"
69                  },
70                  {
71                     "rewardDetails":{
72                        "loyaltyProgramBadgeName":"Ranger"
73                     },
74                     "rewardtype":"AssignBadge"
75                  }
76               ]
77            },
78            {
79               "ruleName":"200Discount",
80               "ruleRewards":[
81                  {
82                     "rewardDetails":{
83                        "discountLevel":"Cart",
84                        "discountType":"AmountOff",
85                        "discountValue":"200.0"
86                     },
87                     "rewardType":"ProvideDiscount"
88                  }
89               ]
90            }
91         ],
92         "promotionId":"0c85i0000009c6D"
93      }
94   ]
95}
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