---
title: "Get attributed product sales for a single Brevo campaign"
method: GET
path: "/ecommerce/attribution/products/{conversionSource}/{conversionSourceId}"
tags: ["Ecommerce"]
---

# Get attributed product sales for a single Brevo campaign

`GET /ecommerce/attribution/products/{conversionSource}/{conversionSourceId}`

## Path parameters

- `conversionSource` 'email_campaign', required
- `conversionSourceId` number, required

## Response `200`

OK

- InlineResponse2007
  - `products` ConversionSourceProduct[], required — List of attributed products
    - `id` string, required
    - `name` string
    - `sku` string
    - `price` number, float
    - `url` string
    - `imageUrl` string
    - `ordersCount` integer
    - `revenue` number, float

## Other responses

- `400` — bad request

## Changes

- **2026-07-17** `2aec3cf66501` — 1 info
  - endpoint added
- **2023-05-05** `2122e9ffdbe8` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/getbrevo/apis/brevo-api/changes/ecommerce/attribution/products/:conversionSource/:conversionSourceId/get.md)

---

[API](https://skmtc.dev/getbrevo/apis/brevo-api.md) · [All operations](https://skmtc.dev/getbrevo/apis/brevo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getbrevo/brevo-api/revisions/2aec3cf66501/schema)
