pipedrive_update_product_field_options
Bulk-update product enum/set field option labels. Atomic: fails if any option ID is invalid. Specify field code and list of ID-label pairs to update.
Instructions
Bulk-update option labels of a product enum/set field. Atomic: the whole request fails if any option ID does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| options | Yes | Options to update (at least one). Atomic: the whole request fails if any option ID does not exist. | |
| field_code | Yes | The field_code (40-char hash for custom fields) from the field create/list response. NOT the human field name. |