get https://api4.optimove.net/Customers/GetCustomerProductDetailsByCampaign
Returns an array of customer IDs and recommended Product IDs for each customer targeted by a particular product recommendation campaign.
Rate Limit
This endpoint is subject to the general API rate limit of 50 requests per 10 seconds. Learn more about handling rate limits.
Sample Request
Sample Response
[
{"CustomerID":"231342","ProductID":"jeans12","ProductAttributes":["blue","skinny"]},
{"CustomerID":"624542","ProductID":"jeans12","ProductAttributes":["grey","relaxed"]}
]