Class OverlappingStandalonePriceValidityErrorImpl

java.lang.Object
com.commercetools.api.models.error.OverlappingStandalonePriceValidityErrorImpl
All Implemented Interfaces:
ErrorObject, OverlappingStandalonePriceValidityError, io.vrap.rmf.base.client.ModelBase

public class OverlappingStandalonePriceValidityErrorImpl extends Object implements OverlappingStandalonePriceValidityError, io.vrap.rmf.base.client.ModelBase

Returned when a given Price validity period conflicts with an existing one. Every Standalone Price associated with the same SKU and with the same combination of currency, country, Customer Group, and Channel, must have non-overlapping validity periods (validFrom and validUntil).

The error is returned as a failed response to the Create StandalonePrice request.