---
title: "/2026-01/marketing-solutions/marketplace-performance-outcomes/seller-campaigns"
method: GET
path: "/2026-01/marketing-solutions/marketplace-performance-outcomes/seller-campaigns"
tags: ["Campaign"]
---

# /2026-01/marketing-solutions/marketplace-performance-outcomes/seller-campaigns

`GET /2026-01/marketing-solutions/marketplace-performance-outcomes/seller-campaigns`

Return a collection of seller campaigns filtered by optional filter parameters.
If all parameters are omitted the entire collection to which the user has
access is returned. Returned sellers must satisfy all supplied filter
criteria if multiple parameters are used.

## Query parameters

- `advertiserId` integer
- `budgetStatus` 'Archived' | 'Current' | 'Scheduled'
- `campaignId` integer
- `sellerId` string
- `sellerStatus` 'Inactive' | 'Active'

## Response `200`

Success

- SellerCampaignMessage[]
  - `bid` number, double, nullable — Cost-per-click bid in the advertiser's currency. Null means no CPC is defined (seller-campaign will be suspended with NoCpcDefined). Set to 0 to stop delivery.
  - `campaignId` integer — Identifier of the campaign this seller participates in
  - `id` string — Composite identifier in format {sellerId}.{campaignId}
  - `productSet` SellerCampaignProductSet, nullable — Product set targeting configuration for a seller-campaign
    - `productSetNumberOfProducts` integer, nullable — Number of products matching the product set rules
    - `productSetStatus` string, nullable — Status of the product set (e.g. Active, Pending)
    - `rules` object[], nullable — Array of product set filtering rules
  - `sellerId` string — Unique identifier of the seller (merchant)
  - `suspendedSince` string, date-time, nullable — Timestamp when the seller-campaign was suspended. Null means the seller-campaign is active.
  - `suspensionReasons` SellerCampaignSuspensionReason[], nullable — List of reasons why the seller-campaign is suspended. Null means the seller-campaign is active.

---

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