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
Show return type

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.