Skip to main content
Version: 3.x

orderNoteAdd

Adds note to the 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.
orderNoteAdd(
order: ID!
input: OrderNoteInput!
): OrderNoteAdd

Arguments

orderNoteAdd.order ● ID! non-null scalar

ID of the order to add a note for.

orderNoteAdd.input ● OrderNoteInput! non-null input

Fields required to create a note for the order.

Type

OrderNoteAdd object

Adds note to the 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?