Promotion Recommendations
The count and list of promotions recommended for the member or customer.
- JSON Example
-
{ "recommendationCount": 0, "personalizationId": "string", "recommendationList": [ { "rank": 0, "promotionDetails": { "id": "string", "promotionCode": "string", "name": "string", "description": "string", "displayName": "string", "productDetails": { "personalizationContentId": "string", "name": "string", "id": "string", "sku": "string", "productImageUrl": "string" }, "priority": 0, "currencyIsoCode": "string", "coupon": { "couponAvailabilityMessage": "string", "couponDetails": { "couponCode": "string", "startDateTime": "2025-03-06", "endDateTime": "2025-03-06", "status": "string" } }, "isAutomatic": true, "startDateTime": "2025-03-06", "endDateTime": "2025-03-06", "promotionPageUrl": "string", "imageUrl": "string", "isEnrollmentRequired": true, "isEnrolled": true, "termsAndCondition": "string" } } ], "loyaltyProgramName": "string", "membershipNumber": "string", "loyaltyProgramMemberId": "string" }
Property Name | Type | Description | Filter Group and Version | Available Version |
---|---|---|---|---|
loyaltyProgramMemberId | String | Enter the Loyalty Program member ID. | Big, 64.0 | 64.0 |
loyaltyProgramName | String | Enter the name of the loyalty program. | Big, 64.0 | 64.0 |
membershipNumber | String | Enter the membership number. | Big, 64.0 | 64.0 |
personalizationId | String | Enter the response ID of the product recommendations. | Big, 64.0 | 64.0 |
recommendationCount | Integer | Enter the number of promotion recommendations provided. | Big, 64.0 | 64.0 |
recommendationList | Recommendation Details | Enter the list of recommended promotions. | Big, 64.0 | 64.0 |