Interface ProductRemoveVariantAction

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

Either id or sku is required. Produces the ProductVariantDeleted Message. If the Product Variant to remove is part of a ProductSelectionAssignment its SKU will be automatically removed from the respective ProductVariantSelection.


Example to create an instance using the builder pattern

     ProductRemoveVariantAction productRemoveVariantAction = ProductRemoveVariantAction.builder()
             .build()