PriceLineError
Why one line could not be priced. Set only when price is null.
type PriceLineError {
code: String!
message: String!
}
Fields
PriceLineError.code ● String! non-null scalar
Stable error code, e.g. NO_PRICES_FOUND.
PriceLineError.message ● String! non-null scalar
Human-readable explanation. Do not parse this; read code.
Member Of
PriceCalculateBulkLine object