Interface ProductSetImageLabelAction

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

Either variantId or sku is required.


Example to create an instance using the builder pattern

     ProductSetImageLabelAction productSetImageLabelAction = ProductSetImageLabelAction.builder()
             .imageUrl("{imageUrl}")
             .build()