Interface ProductSetAttributeAction

All Superinterfaces:
ProductUpdateAction, ResourceUpdateAction<ProductUpdateAction>
All Known Implementing Classes:
ProductSetAttributeActionImpl

Either variantId or sku is required.


Example to create an instance using the builder pattern

     ProductSetAttributeAction productSetAttributeAction = ProductSetAttributeAction.builder()
             .name("{name}")
             .build()