Skip to main content

OrderGrantRefundUpdateError

No description

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

Fields

OrderGrantRefundUpdateError.field ● String scalar miscellaneous

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 miscellaneous

The error message.

OrderGrantRefundUpdateError.code ● OrderGrantRefundUpdateErrorCode! non-null enum orders

The error code.

OrderGrantRefundUpdateError.addLines ● [OrderGrantRefundUpdateLineError!] list object miscellaneous

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 miscellaneous

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