ProductPriceErrorCode
The business reasons a price change can be refused.
enum ProductPriceErrorCode {
PRODUCT_NOT_FOUND
INVALID_PRICE
UNCHANGED_PRICE
}
Values
ProductPriceErrorCode.PRODUCT_NOT_FOUND
No product of this merchant has the supplied id.
ProductPriceErrorCode.INVALID_PRICE
The supplied price is not a positive number of minor units.
ProductPriceErrorCode.UNCHANGED_PRICE
The supplied price is the price the product already carries, so there is nothing to change and nothing to record.
Member Of
ProductPriceError object