Skip to main content
GET
/
2026-01
/
marketing-solutions
/
marketplace-performance-outcomes
/
sellers
/2026-01/marketing-solutions/marketplace-performance-outcomes/sellers
curl --request GET \
  --url https://api.criteo.com/2026-01/marketing-solutions/marketplace-performance-outcomes/sellers \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "10656107",
    "sellerName": "AutoShop NYC"
  }
]

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

advertiserId
integer<int32>

Return only sellers belonging to the specified advertiser

campaignId
integer<int32>

Return only sellers belonging to the specified campaign

sellerName
string

Return only sellers with the matching name.

sellerStatus
enum<string>

Return only sellers with specific status.

Available options:
Inactive,
Active
withBudgetStatus
enum<string>

Return only sellers with specific budget status.

Available options:
Archived,
Current,
Scheduled
withProducts
boolean

Return only sellers with or without products in catalog.

Response

200 - application/json

Success

id
string

Unique seller identifier

sellerName
string

Display name of the seller (merchant)