Interface ProductRemoveAssetAction

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

Either variantId or sku is required. The Asset to remove must be specified using either assetId or assetKey.


Example to create an instance using the builder pattern

     ProductRemoveAssetAction productRemoveAssetAction = ProductRemoveAssetAction.builder()
             .build()