Skip to main content

ProductPriceError

Returned when the price was not changed for a business reason rather than a transport or permission failure.

type ProductPriceError {
code: ProductPriceErrorCode!
message: String!
field: String
}

Fields

ProductPriceError.code ● ProductPriceErrorCode! non-null enum

The machine-readable reason the price was not changed.

ProductPriceError.message ● String! non-null scalar

A human-readable explanation, safe to show a merchant.

ProductPriceError.field ● String scalar

The input field the problem belongs to, when it belongs to exactly one.

Implemented By

AdjustProductPriceResult union