pipedrive_update_product_field
Update the name and UI visibility of a product custom field using its field code in Pipedrive.
Instructions
Update a product custom field by field_code. Only field_name and ui_visibility can be changed (product fields have no description/important_fields/required_fields).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field_code | Yes | The field_code (40-char hash for custom fields) from the field create/list response. NOT the human field name. | |
| field_name | No | New field name (1-255 chars) | |
| ui_visibility | No | UI visibility (product fields use a simpler model): add_visible_flag, details_visible_flag. |