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
nullindicates 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.15This 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.15This API is currently in Feature Preview and can be subject to changes at later point.
Member of
OrderGrantRefundUpdate object