Skip to main content
Version: 3.x

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

ID of the order to add a note for.

orderAddNote.input ● OrderAddNoteInput! non-null input

Fields required to create a note for the order.

Type

OrderAddNote object

Adds note to the order.

DEPRECATED: this mutation will be removed in Saleor 4.0.

Requires MANAGE_ORDERSpermission.

Was this page helpful?