Inputs
SelectItem
Output
Type:Dict
Returns portfolio_id, updated_fields, final payload, and dry_run status.
Fields: portfolio_id, updated_fields, endpoint, payload, dry_runDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Updates Amazon Ads portfolios with a raw payload; only the provided fields are changed
| App | Amazon Ads |
| Operation ID | amazon_ads_update_portfolio |
| Type | Action |
| Connection | amazon_ads (required) |
| Credits per run | 1 |
| Agent / MCP tool | Yes |
| Requires approval | Yes (write operation) |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
account | DynamicAccount | Yes | - | Select the Amazon Ads profile that owns the portfolio. |
portfolio_id | string or SelectItem | Yes | - | Amazon Ads portfolio ID to update. Markifact sends it as portfolioId; do not repeat it inside update_payload. |
update_payload | object or string | Yes | - | Portfolio fields to update as a JSON object in raw Portfolios v3 format (camelCase), sent as-is; only the fields you include are changed. Fields: name, budget (policy DATE_RANGE/MONTHLY_RECURRING/NO_CAP, amount in the profile’s currency, startDate/endDate as YYYY-MM-DD), budgetControls. Example: {“budget”: {“policy”: “MONTHLY_RECURRING”, “amount”: 500}} |
dry_run | boolean | No | False | When true, do not call Amazon. Return the final payload for review. |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
value | string | Yes | - | The value of the selectable item. |
label | string | Yes | - | The label of the selectable item, used for display purposes. If not provided, defaults to the value. |
Dict
Returns portfolio_id, updated_fields, final payload, and dry_run status.
Fields: portfolio_id, updated_fields, endpoint, payload, dry_run