account | DynamicAccount | Yes | - | Select the Pinterest Ads account whose catalog product groups should be listed. |
catalog_id | string or SelectItem | No | - | Optional catalog ID to list product groups from. Find IDs with pinterest_ads_list_catalogs. |
feed_id | string or SelectItem | No | - | Optional feed ID to list product groups from. Find IDs with pinterest_ads_list_feeds. |
filters | array of FilterItem | No | - | Additional filters to apply when retrieving product groups. The available fields to filter by are: - id: Filter by product group ID - name: Filter by product group name Filters are combined using AND logic. If you want to use OR logic, use relevant operators like REGEXP_MATCH or IN_LIST. |
limit | integer | No | 100 | Maximum number of product groups to return. Default: 100. |