Skip to main content

orderNoteUpdate Mutation

Updates note of an order.

Requires the MANAGE_ORDERSpermission.
orderNoteUpdate(
note: ID!
input: OrderNoteInput!
): OrderNoteUpdate
Details
type OrderNoteUpdate {
order: Order
event: OrderEvent
errors: [OrderNoteUpdateError!]!
}

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.