/2025-07/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.
• sellerId: the seller MUST be supplied
• campaignIds: a non-empty array of campaign ids MUST be supplied
• budgetType: a budget type MUST be supplied
• amount: an amount MAY be supplied only if the type is not Uncapped and if supplied it MUST be non-negative
• startDate: a future start date MUST be supplied
• endDate: an end date MAY be supplied and if supplied MUST be greater than the start date
Other attributes MUST NOT be supplied.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
Budget amount as a string (e.g. '100.50')
Type of budget: 'Daily' (daily cap), 'Capped' (lifetime with fixed amount), or 'Uncapped' (lifetime with no limit)
List of campaign IDs this budget applies to
Budget end date as a string (format: YYYY-MM-DD), or empty string for open-ended
Identifier of the seller this budget is for
Budget start date. Time component is ignored.
Response
Success
Budget amount in the advertiser's currency
Type of budget: 'Daily' (daily cap), 'Capped' (lifetime with fixed amount), or 'Uncapped' (lifetime with no limit)
List of campaign IDs this budget applies to
End date of the budget period (format: YYYY-MM-DD), or empty string if open-ended
Unique budget identifier
Whether the budget has been manually suspended by the partner
Identifier of the seller this budget belongs to
Amount spent against this budget so far, or null if not available
Start date of the budget period (format: YYYY-MM-DD)
Status of a seller budget
Archived, Current, Scheduled