Customer Product Recommendations

Returns product recommendations (replenishment or recommendation) generated for customers by Optimove.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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

https://apiX.optimove.net/current/customers/GetCustomerProductRecommendations?ProductAttributes="color,style"

Sample Response

[
  {"CustomerID":"231342","ProductID":"jeans12","RecommendationType":1,"ProductAttributes":["blue","skinny"]},
  {"CustomerID":"624542","ProductID":"jeans12","RecommendationType":1,"ProductAttributes":["grey","relaxed"]}
]
Query Params
string
date-time
date-time
int32
Defaults to 0
string

The identifier of a customer in your customer database.

boolean
Defaults to false
Response

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json