OrderNoteUpdateError
No description
type OrderNoteUpdateError {
field: String
message: String
code: OrderNoteUpdateErrorCode
}
Fields
OrderNoteUpdateError.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.
OrderNoteUpdateError.message
● String
scalar
The error message.
OrderNoteUpdateError.code
● OrderNoteUpdateErrorCode
enum
The error code.
Member of
OrderNoteUpdate
object