Skip to main content
POST
/
2025-10
/
marketing-solutions
/
marketplace-performance-outcomes
/
advertisers
/
{advertiserId}
/
sellers
/2025-10/marketing-solutions/marketplace-performance-outcomes/advertisers/{advertiserId}/sellers
curl --request POST \
  --url https://api.criteo.com/2025-10/marketing-solutions/marketplace-performance-outcomes/advertisers/{advertiserId}/sellers \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '[
  "<string>"
]'
[
  {
    "id": "10656107",
    "sellerName": "AutoShop NYC"
  }
]

Authorizations

Authorization
string
header
required

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

Path Parameters

advertiserId
string<int32>
required

Id of the advertiser

Query Parameters

partnerId
integer<int32>

Id of the partner

Body

application/json

Names of the sellers to associate with new Ids

Response

200 - application/json

Success

id
string

Unique seller identifier

sellerName
string

Display name of the seller (merchant)