Campaign
/2026-01/marketing-solutions/marketplace-performance-outcomes/seller-campaigns/{sellerCampaignId}
Patching a seller campaign allows the bid to be modified. The bid must be a non-negative value. Setting the bid to zero will make a seller campaign inactive.
The currency used for bids will be the default currency of the campaign.
patch/2026-01/marketing-solutions/marketplace-performance-outcomes/seller-campaigns/{sellerCampaignId}
Path parameters
sellerCampaignIdstring required
Composite id of the seller campaign to update in the format {sellerId}.{campaignId}, e.g. 2578464.187625.
Query parameters
bidnumber double
The new bid for the seller campaign.
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"
]
}