checkoutCustomerNoteUpdate Mutation
Updates customer note in the existing checkout object.
Added in Saleor 3.21Triggers the following webhook events:
- CHECKOUT_UPDATED (async): A checkout was updated.
checkoutCustomerNoteUpdate(
customerNote: String!
id: ID!
): CheckoutCustomerNoteUpdate
Arguments
checkoutCustomerNoteUpdate.customerNote
● String!
non-null scalar miscellaneous
New customer note content.
checkoutCustomerNoteUpdate.id
● ID!
non-null scalar miscellaneous
The checkout's ID.
Type
CheckoutCustomerNoteUpdate
object checkout
Updates customer note in the existing checkout object.
Added in Saleor 3.21Triggers the following webhook events:
- CHECKOUT_UPDATED (async): A checkout was updated.