Interface ProductTypeChangeLocalizedEnumValueLabelAction

All Superinterfaces:
ProductTypeUpdateAction, ResourceUpdateAction<ProductTypeUpdateAction>

public interface ProductTypeChangeLocalizedEnumValueLabelAction extends ProductTypeUpdateAction

Updates the label of a single enum value in an AttributeLocalizedEnumType AttributeDefinition, or AttributeSetType of AttributeLocalizedEnumType AttributeDefinition.

All Products will be updated to the new label in an eventually consistent way.


Example to create an instance using the builder pattern

     ProductTypeChangeLocalizedEnumValueLabelAction productTypeChangeLocalizedEnumValueLabelAction = ProductTypeChangeLocalizedEnumValueLabelAction.builder()
             .attributeName("{attributeName}")
             .newValue(newValueBuilder -> newValueBuilder)
             .build()