Interface ProductAddExternalImageAction

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

Either variantId or sku is required. Produces the ProductImageAdded Message.


Example to create an instance using the builder pattern

     ProductAddExternalImageAction productAddExternalImageAction = ProductAddExternalImageAction.builder()
             .image(imageBuilder -> imageBuilder)
             .build()