Recommended Promotion
Retrieve the list of promotions recommended for a customer or a loyalty program member
based on the product and personalization point.
- Resource
-
/promotions/recommendation/product-promotion
- Resource Example
-
/promotions/recommendation/product-promotion?count=3&promotionsPerProductLimit=4
- Available version
- 64.0
- HTTP methods
- POST
- Query Parameters
-
Name Type Description Required or Optional Available Version count Integer The maximum number of promotion recommendations to retrieve. 64.0 promotionsPerProductLimit Integer The maximum number of promotions that can be recommended for a product. (Note: The count supersedes the limit, suggesting that in case we put a limit of 3 for each product but it doesn't fullfill the count, it will display more promotions which depends on the count parameter) 64.0 - Request body for POST
-
{ "personalizationPoint": "string", "dataspace": "string", "membershipNumber": "string", "loyaltyProgramId": "string", "loyaltyProgramMemberId": "string", "individualId": "string", "eligibleChannel": { "channel": { "id": "string", "name": "string" }, "retailStore": { "id": "string", "name": "string" } } }
-
- Properties
-
Name Type Description Required or Optional Available Version dataspace String The data space that defines the boundary of a personalization context. This API currently only works with your Data Cloud instance's default data space. 64.0 eligibleChannel Channel Input The details of a channel for which to retrieve eligible promotions. 64.0 individualId String The ID of the of the individual for whom to retrieve recommended promotions. Optional if membership number or loyalty program member ID is provided. 64.0 loyaltyProgramId String The loyalty program that the loyalty program member belongs to. The loyalty program ID is required when membership number is specified. 64.0 loyaltyProgramMemberId String The ID of the of the loyalty program member for whom to retrieve recommended promotions. Optional if membership number or contact ID is provided. 64.0 membershipNumber String The membership number of the loyalty program member for whom to retrieve recommended promotions. 64.0 personalizationPoint String The API name of the personalization point. A personalization point is a connection between data, profile data, personalization type, and schema, used to deliver personalized content to customers. 64.0
- Response body for POST
- Promotion Recommendations