v1
latestOpenAPI 3.0.12026-07-22204678550.0 KBCampaign
/2026-01/marketing-solutions/marketplace-performance-outcomes/seller-campaigns
Return a collection of seller campaigns 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/seller-campaigns
Query parameters
advertiserIdinteger
Return only seller belonging to the specified advertiser
budgetStatus'Archived' | 'Current' | 'Scheduled'
Return only seller campaigns whose budget has the given status.
campaignIdinteger
Return only seller campaigns associated with the given campaign.
sellerIdstring
Return only seller campaigns belonging to the given seller.
sellerStatus'Inactive' | 'Active'
Return only seller campaigns for sellers with the given status.
Response
Success
Example response
[
{
"id": "10656107.248287",
"sellerId": "10656107",
"campaignId": 248287,
"bid": 0.15,
"suspendedSince": "2021-03-03T15:14:25.7970000+00:00",
"suspensionReasons": [
"NoBudgetDefined"
]
}
]