orderNoteUpdate Mutation
Updates note of an order.
orderNoteUpdate(
note: ID!
input: OrderNoteInput!
): OrderNoteUpdate
Arguments
orderNoteUpdate.note
● ID!
non-null scalar miscellaneous
ID of the note.
orderNoteUpdate.input
● OrderNoteInput!
non-null input orders
Fields required to create a note for the order.
Type
OrderNoteUpdate
object orders
Updates note of an order.