v1

latestOpenAPI 3.0.12026-07-22204678550.0 KB
Campaign

/2026-01/marketing-solutions/marketplace-performance-outcomes/sellers

Return a collection of sellers 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.

get/2026-01/marketing-solutions/marketplace-performance-outcomes/sellers

Query parameters

advertiserIdinteger

Return only sellers belonging to the specified advertiser

campaignIdinteger

Return only sellers belonging to the specified campaign

sellerNamestring

Return only sellers with the matching name.

sellerStatus'Inactive' | 'Active'

Return only sellers with specific status.

withBudgetStatus'Archived' | 'Current' | 'Scheduled'

Return only sellers with specific budget status.

withProductsboolean

Return only sellers with or without products in catalog.

Response

Success

idstring

Unique seller identifier

sellerNamestring

Display name of the seller (merchant)

Example response

[
  {
    "id": "10656107",
    "sellerName": "AutoShop NYC"
  }
]