Class DuplicateStandalonePriceScopeErrorImpl

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

public class DuplicateStandalonePriceScopeErrorImpl extends Object implements DuplicateStandalonePriceScopeError, io.vrap.rmf.base.client.ModelBase

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

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