get https://api4.optimove.net/Customers/GetCustomerProductRecommendations
Returns product recommendations (replenishment or recommendation) generated for customers by Optimove.
Notes
- This function returns a maximum of 10 product recommendations, in priority order.
- Regarding SuggestedInCampaign:
- If this parameter is set to False or omitted, all product recommendations calculated by Optimove are returned (any supplied StartDate and EndDate values are ignored).
- If this parameter is set to True, only products recommended to customers in Optimove campaigns during the specified date range are returned.
- If this parameter is set to True and date parameters were omitted, products recommended to customers targeted with any Optimove campaign during the past month are returned.
- If CustomerID is specified, then only product recommendations for the individual customer are returned.
Sample Request
Sample Response
[
{"CustomerID":"231342","ProductID":"jeans12","RecommendationType":1,"ProductAttributes":["blue","skinny"]},
{"CustomerID":"624542","ProductID":"jeans12","RecommendationType":1,"ProductAttributes":["grey","relaxed"]}
]