orderNoteAdd
Adds note to the order.
Added in Saleor 3.15This API is currently in Feature Preview and can be subject to changes at later point.
orderNoteAdd(
order: ID!
input: OrderNoteInput!
): OrderNoteAdd
Arguments
orderNoteAdd.order
● ID!
non-null scalar miscellaneous
ID of the order to add a note for.
orderNoteAdd.input
● OrderNoteInput!
non-null input orders
Fields required to create a note for the order.
Type
OrderNoteAdd
object orders
Adds note to the order.
Added in Saleor 3.15This API is currently in Feature Preview and can be subject to changes at later point.