Skip to main content

orderNoteUpdate Mutation

Updates note of an order.

Requires the MANAGE_ORDERSpermission.
orderNoteUpdate(
note: ID!
input: OrderNoteInput!
): OrderNoteUpdate
Show return type

Arguments

note ● ID!

ID of the note.

input ● OrderNoteInput!

Fields required to create a note for the order.

Type

OrderNoteUpdate

Updates note of an order.

Requires the MANAGE_ORDERSpermission.