Skip to main content
Version: 3.x

OrderGrantRefundUpdateError

No description

type OrderGrantRefundUpdateError {
field: String
message: String
code: OrderGrantRefundUpdateErrorCode!
addLines: [OrderGrantRefundUpdateLineError!]
removeLines: [OrderGrantRefundUpdateLineError!]
}

Fields

OrderGrantRefundUpdateError.field ● String scalar

Name of a field that caused the error. A value of null indicates that the error isn't associated with a particular field.

OrderGrantRefundUpdateError.message ● String scalar

The error message.

OrderGrantRefundUpdateError.code ● OrderGrantRefundUpdateErrorCode! non-null enum

The error code.

OrderGrantRefundUpdateError.addLines ● [OrderGrantRefundUpdateLineError!] list object

List of lines to add which cause the error.

Added in Saleor 3.15
This API is currently in Feature Preview and can be subject to changes at later point.

OrderGrantRefundUpdateError.removeLines ● [OrderGrantRefundUpdateLineError!] list object

List of lines to remove which cause the error.

Added in Saleor 3.15
This API is currently in Feature Preview and can be subject to changes at later point.

Member of

OrderGrantRefundUpdate object


Was this page helpful?