v1
latestOpenAPI 3.0.12026-07-22204678550.0 KB/2026-01/marketing-solutions/marketplace-performance-outcomes/seller-campaigns/{sellerCampaignId}/budgets
Return a collection of budgets for this seller campaign filtered by optional filter parameters. If all parameters are omitted the entire collection to which the user has access is returned, except those whose endDate is in the past. Returned budgets must satisfy all supplied filter criteria if multiple parameters are used.
See the budgets endpoint for additional details.
Path parameters
Return only budgets belonging to the given seller campaign. Format: {sellerId}.{campaignId}, e.g. 2578464.187625.
Query parameters
Return budgets that end after the given date using the yyyy-MM-DD format. If param is not provided, default behavior is to only return budgets that have not yet ended.
Return budgets that start on or before the given date using the yyyy-MM-DD format.
Return only budgets with the given status.
Return only budgets with the given budget type.
Return only budgets with a positive balance.
Return budgets with a positive spend.
Response
Success
Example response
[
{
"id": "16501666",
"sellerId": "10656107",
"campaignIds": [
436017
],
"budgetType": "Capped",
"amount": 462.47,
"endDate": "2026-04-30",
"spend": 117.59,
"status": "Current",
"isSuspended": false
}
]