Skip to main content

orderNoteUpdate Mutation

Updates note of an order.

Requires MANAGE_ORDERSpermission.
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.

Requires MANAGE_ORDERSpermission.