---
title: "Customer Product Details By Date"
method: GET
path: "/Customers/GetCustomerProductDetailsByDate"
tags: ["Customers"]
---

# Customer Product Details By Date

`GET /Customers/GetCustomerProductDetailsByDate`

Returns an array of customer IDs and recommended Product IDs for each customer targeted by any product recommendation campaign on a particular date.

## Query parameters

- `Date` string, date-time, required
- `ProductAttributes` string

## Response `200`

Success

- OptimoveAPIModelsOptimoveCustomerProductAttributes[]
  - `CustomerID` string, nullable
  - `ProductId` string, nullable
  - `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)
