Interface
ProductAttributeOptionUpdateInterface
Magento\Catalog\Api\ProductAttributeOptionUpdateInterface
What it does
This interface defines a contract for updating existing product attribute options in Magento 2.
Developers would use implementations of this interface when they need to modify dropdown, multiselect, or other option-based attribute values for product attributes, such as changing labels or sort order of existing options through service contracts.
Public Methods
- update()