Skip to main content
Version: 3.x

orderNoteUpdate

Updates note of an order.

Added in Saleor 3.15
This API is currently in Feature Preview and can be subject to changes at later point.
Requires MANAGE_ORDERSpermission.
orderNoteUpdate(
note: ID!
input: OrderNoteInput!
): OrderNoteUpdate

Arguments

orderNoteUpdate.note ● ID! non-null scalar

ID of the note.

orderNoteUpdate.input ● OrderNoteInput! non-null input

Fields required to create a note for the order.

Type

OrderNoteUpdate object

Updates note of an order.

Added in Saleor 3.15
This API is currently in Feature Preview and can be subject to changes at later point.
Requires MANAGE_ORDERSpermission.

Was this page helpful?