Interface StandalonePriceSetDiscountedPriceAction

All Superinterfaces:
ResourceUpdateAction<StandalonePriceUpdateAction>, StandalonePriceUpdateAction

public interface StandalonePriceSetDiscountedPriceAction extends StandalonePriceUpdateAction

Discounts a Standalone Price of a Product Variant on a published Product. If the Product Variant does not exist or if it exists only in the staged representation of a Product, an InvalidOperationError error is returned.

Produces the StandalonePriceExternalDiscountSet Message.


Example to create an instance using the builder pattern

     StandalonePriceSetDiscountedPriceAction standalonePriceSetDiscountedPriceAction = StandalonePriceSetDiscountedPriceAction.builder()
             .build()