---
title: "Customer Product Recommendations"
method: GET
path: "/Customers/GetCustomerProductRecommendations"
tags: ["Customers"]
---

# Customer Product Recommendations

`GET /Customers/GetCustomerProductRecommendations`

## Query parameters

- `ProductAttributes` string
- `startDate` string, date-time
- `endDate` string, date-time
- `RecommendationType` integer
- `CustomerID` string
- `SuggestedInCampaign` boolean

## Response `200`

Success

- OptimoveAPIModelsOptimoveCustomerRecTypeProductAttributes[]
  - `CustomerID` string, nullable
  - `ProductId` string, nullable
  - `RecommendationType` integer
  - `ProductAttributes` string[], nullable

---

[API](https://skmtc.net/optimove/apis/optimove-api.md) · [All operations](https://skmtc.net/optimove/apis/optimove-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/optimove/optimove-api/versions/fc55c5b1bec5/schema)
