CheckoutNoteUpdate
Result of checkout note update mutation.
type CheckoutNoteUpdate {
checkout: Checkout
checkoutErrors: [CheckoutError!]!
}
Fields
CheckoutNoteUpdate.checkout ● Checkout object
The checkout with the updated note.
CheckoutNoteUpdate.checkoutErrors ● [CheckoutError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
checkoutNoteUpdate mutation