Skip to main content
Version: 3.x

CheckoutCustomerDetach

Removes the user assigned as the owner of the checkout.

Requires one of the following permissions: AUTHENTICATED_APPAUTHENTICATED_USER

Triggers the following webhook events:

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

Fields

CheckoutCustomerDetach.checkout ● Checkout object

An updated checkout.

CheckoutCustomerDetach.checkoutErrors ● [CheckoutError!]! deprecated non-null object

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

CheckoutCustomerDetach.errors ● [CheckoutError!]! non-null object

Returned by

checkoutCustomerDetach mutation


Was this page helpful?