CheckoutCustomerNoteUpdate Object
Updates customer note in the existing checkout object.
Added in Saleor 3.21Triggers the following webhook events:
- CHECKOUT_UPDATED (async): A checkout was updated.
type CheckoutCustomerNoteUpdate {
checkout: Checkout
checkoutErrors: [CheckoutError!]! @deprecated
errors: [CheckoutError!]!
}
Fields
CheckoutCustomerNoteUpdate.checkout
● Checkout
object checkout
An updated checkout.
CheckoutCustomerNoteUpdate.checkoutErrors
● [CheckoutError!]!
deprecated non-null object checkout
DEPRECATED
This field will be removed in Saleor 4.0. Use errors
field instead.
CheckoutCustomerNoteUpdate.errors
● [CheckoutError!]!
non-null object checkout
Returned By
checkoutCustomerNoteUpdate
mutation