Interface ProductTailoringSetAttributeAction

All Superinterfaces:
ProductTailoringUpdateAction

public interface ProductTailoringSetAttributeAction extends ProductTailoringUpdateAction

Either variantId or sku is required.


Example to create an instance using the builder pattern

     ProductTailoringSetAttributeAction productTailoringSetAttributeAction = ProductTailoringSetAttributeAction.builder()
             .name("{name}")
             .build()