Interface StandalonePriceSetValidFromAction

All Superinterfaces:
ResourceUpdateAction<StandalonePriceUpdateAction>, StandalonePriceUpdateAction

public interface StandalonePriceSetValidFromAction extends StandalonePriceUpdateAction

Updating the validFrom value generates the StandalonePriceValidFromSet Message.

As the validity dates are part of the price scope and are not allowed to overlap, this update might return the DuplicateStandalonePriceScope and OverlappingStandalonePriceValidity errors, respectively. A Price without validity period does not conflict with a Price defined for a time period.

If a modification is already in progress for the exact combination of SKU and price scope fields, an ExactLockConflict or a ValidityLockConflict error is returned.


Example to create an instance using the builder pattern

     StandalonePriceSetValidFromAction standalonePriceSetValidFromAction = StandalonePriceSetValidFromAction.builder()
             .build()