fields_update_product_field
Update a custom product field by renaming it, adjusting dropdown options, or toggling its visibility in the add form.
Instructions
Update an existing custom product field.
Note: field_type cannot be changed. For enum/set fields, options is the full set of options after update — include each existing option's id to preserve it, or omit id to add a new option.
Common use cases:
Rename a field
Add/remove options on an enum dropdown
Toggle the field's visibility in the add form
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the product field to update | |
| name | No | New display name of the field | |
| options | No | New full set of options. Include existing `id` to preserve, omit it to add. | |
| add_visible_flag | No | Whether the field is shown in the "add" form by default |