v1
latestOpenAPI 3.0.12026-07-22204678550.0 KBCampaign
/2026-01/marketing-solutions/marketplace-performance-outcomes/budgets
Create one or more new budgets to enable spending with the given limitations. All three types of budgets can be created this way.
The following constraints apply when creating a new budget.
• <b>sellerId</b>: the seller MUST be supplied<br /> • <b>campaignIds</b>: a non-empty array of campaign ids MUST be supplied<br /> • <b>budgetType</b>: a budget type MUST be supplied<br /> • <b>amount</b>: an amount MAY be supplied only if the type is not Uncapped and if supplied it MUST be non-negative<br /> • <b>startDate</b>: a future start date MUST be supplied<br /> • <b>endDate</b>: an end date MAY be supplied and if supplied MUST be greater than the start date<br />
Other attributes MUST NOT be supplied.
post/2026-01/marketing-solutions/marketplace-performance-outcomes/budgets
Request body
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
}
]