CheckoutLineAddNote
Result of checkout line add note mutation.
type CheckoutLineAddNote {
checkoutLine: CheckoutLine
checkoutErrors: [CheckoutError!]!
}
Fields
CheckoutLineAddNote.checkoutLine ● CheckoutLine object
The checkout line with the note added.
CheckoutLineAddNote.checkoutErrors ● [CheckoutError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
checkoutLineAddNote mutation