Skip to main content

checkoutCustomerNoteUpdate Mutation

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.
checkoutCustomerNoteUpdate(
customerNote: String!
id: ID!
): CheckoutCustomerNoteUpdate
Details
type CheckoutCustomerNoteUpdate {
checkout: Checkout
checkoutErrors: [CheckoutError!]! @deprecated
errors: [CheckoutError!]!
}

Arguments

customerNote ● String!

New customer note content.

id ● ID!

The checkout's ID.

Type

CheckoutCustomerNoteUpdate

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.