Introduction
A retailer offers a selection of products from multiple brands. Retailers act as publishers, providing advertising inventory for brands to promote their products. An account can have access to one or more retailers, with this access typically managed by Criteo.Endpoint
| Method | Endpoint | Description |
|---|---|---|
| GET | /accounts/{accountId}/retailers | Get all retailers |
Retailer Attributes
| Attribute | Data Type | Description |
|---|---|---|
id | string | Retailer IDAccepted values: string of int64 Writeable? N / Nullable? N |
name | string | Account nameAccepted values: up to 100-chars string Writeable? Y / Nullable? N |
campaignEligibilities | list<enum> | Example of param description here, with data type being enumAccepted values: auction, preferred, offsite, offsitecpc Writeable? N / Nullable? N |
Get All Retailers
This endpoint retrieves a list of all retailers that carry the brands associated with an account. The results are provided in a paginated format.API referenceYou can find this endpoint in the API reference as well.
Responses
| Response | Description |
|---|---|
🟢200 | Call executed with success |
🔴403 | API user does not have the authorization to make requests to the account ID. For an authorization request, follow theauthorization requeststeps |
What’s Next