CheckoutNoteUpdate
Updates the checkout note on the provided checkout.
type CheckoutNoteUpdate {
checkout: Checkout
checkoutErrors: [CheckoutError!]!
}
Fields
CheckoutNoteUpdate.checkout ● Checkout object
An updated checkout.
CheckoutNoteUpdate.checkoutErrors ● [CheckoutError!]! non-null object
Returned By
checkoutNoteUpdate mutation