Skip to main content

orderAddNote

DEPRECATED

This field will be removed in Saleor 4.0. Use orderNoteAdd instead.

Adds note to the order.

DEPRECATED: this mutation will be removed in Saleor 4.0.

Requires MANAGE_ORDERSpermission.
orderAddNote(
order: ID!
input: OrderAddNoteInput!
): OrderAddNote @deprecated

Arguments

orderAddNote.order ● ID! non-null scalar miscellaneous

ID of the order to add a note for.

orderAddNote.input ● OrderAddNoteInput! non-null input orders

Fields required to create a note for the order.

Type

OrderAddNote object orders

Adds note to the order.

DEPRECATED: this mutation will be removed in Saleor 4.0.

Requires MANAGE_ORDERSpermission.