orderLineAddNote
Add a note to an order line.
orderLineAddNote(
id: ID!
input: NoteInput!
): OrderLineAddNote
Arguments
orderLineAddNote.id ● ID! non-null scalar
ID of the order line to add a note to.
orderLineAddNote.input ● NoteInput! non-null input
Fields required to create a note for the line.
Type
OrderLineAddNote object
Add a note to an order line.