pinterest_ create_ product_ group_ promotion
Create a PAUSED shopping or collections promotion from a catalog product group.
Create a PAUSED shopping or collections promotion from a catalog product group. Unavailable in Sandbox. Preview by default. No automatic mutation retry. Native API eligibility and scopes still apply.
- Source
- Pinterest Ads
- Kind
- Write
- Discovery
- Reachable through
search_toolsandrun_tool - Account parameter
adAccountId- Endpoint
- https:/
/ mcp. getmcpads. com/ pinterest-ads/ mcp
ParametersLink to this section
| Name | Type | Required | Notes |
|---|---|---|---|
adAccountId | string | Required | Selected Pinterest advertiser account. All requests use this account context. |
adGroupId | string | Required | Numeric Pinterest entity ID in the selected advertiser context. |
productGroupId | string | Required | Numeric Pinterest entity ID in the selected advertiser context. |
configuration | object | Required | Native Pinterest v5 request fields. Read pinterest_get_write_schema first. Monetary native fields are integer micro currency units. |
confirm | boolean | Optional | Only true applies the displayed change. Omit for a local preview. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "pinterest_create_product_group_promotion",
"args": {
"adAccountId": "<string>",
"adGroupId": "<string>",
"productGroupId": "<string>",
"configuration": "<object>"
}
}
}