checkoutNoteUpdate
Updates the checkout note on the provided checkout.
checkoutNoteUpdate(
checkoutId: ID!
note: String!
): CheckoutNoteUpdate
Arguments
checkoutNoteUpdate.checkoutId ● ID! non-null scalar
The ID of the checkout.
checkoutNoteUpdate.note ● String! non-null scalar
The note to update the checkout with.
Type
CheckoutNoteUpdate object
Updates the checkout note on the provided checkout.