Skip to main content

OrderGrantRefundCreateError

No description

type OrderGrantRefundCreateError {
field: String
message: String
code: OrderGrantRefundCreateErrorCode!
lines: [OrderGrantRefundCreateLineError!]
}

Fields

OrderGrantRefundCreateError.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.

OrderGrantRefundCreateError.message ● String scalar miscellaneous

The error message.

OrderGrantRefundCreateError.code ● OrderGrantRefundCreateErrorCode! non-null enum orders

The error code.

OrderGrantRefundCreateError.lines ● [OrderGrantRefundCreateLineError!] list object miscellaneous

List of lines 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

OrderGrantRefundCreate object