multi_select attribute with a mirror ProductOption, the option’s value list is rewritten from the attribute’s current value names. Triggered by POST /admin/product-attributes/:id/values/:value_id. Emits product-attribute-value.updated.
Usage
Input
Filter for the values to update, e.g.
{ id: "pattrval_123" }.Fields to set on every matched value.
Custom data passed through to the hooks.
Result
The updated values.
Hooks
validate— runs before the update with{ input }.productAttributeValuesUpdated— runs after the update with{ values, additional_data }.