Skip to main content

CheckoutCustomerNoteUpdate Object

Updates customer note in the existing checkout object.

Added in Saleor 3.21

Triggers the following webhook events:

  • CHECKOUT_UPDATED (async): A checkout was updated.
type CheckoutCustomerNoteUpdate {
checkout: Checkout
checkoutErrors: [CheckoutError!]! @deprecated
errors: [CheckoutError!]!
}

Fields

checkout ● Checkout

An updated checkout.

errors ● [CheckoutError!]!

Show deprecated

Returned By

checkoutCustomerNoteUpdate mutation