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