Introduction
A seller represents an external entity that sells products in the retailers’ environment (marketplace). Sellers entities are, initially, available through retailers’ catalogs and can aggregate different products offered by them in the retailer marketplace. A demand account can be associated with multiple sellers (across multiple retailers) and be willing to serve ads across them. This endpoint provides a programatic way to identify all sellers (and, consequently, retailers) associated with the respective account, so that campaigns can be set up accordingly.Endpoints
Verb | Endpoint | Description |
|---|---|---|
POST |
| Search for Sellers, associated with retailers, given an account ID |
Sellers Accounts Search Attributes
Attribute | Data Type | Description |
|---|---|---|
| string | AccountID, to consider in the search for Seller accounts Accepted values: int64 Writeable? N / Nullable? N |
| boolean | Flag indicating to include accounts’ details in the response, such as It may improve performance when set to Accepted values: Default: Writeable? N / Nullable? Y |
| string | Seller ID, specific to the associated Retailer Accepted values: int64 Writeable? N / Nullable? N |
| integer | RetailerID which the seller account is associated with Accepted values: int32 Writeable? N / Nullable? N |
| string | Seller name Accepted values: string Writeable? N / Nullable? Y |
Search for Sellers associated with Account
This endpoint returns a list of Seller IDs (each associated with a different retailer) available for the given account ID: Sample RequestResponses
Response | Error | Message | Description |
|---|---|---|---|
🟢 | Call completed successfully | ||
🔴 | Validation Error |
| One of the parameters provided in the request does not match the format accepted. Check the error details and the parameters informed in the call |
🔴 | Authorization Error |
| API user does not have the authorization to make requests to the account ID. For an authorization request, follow theauthorization requeststeps |