Skip to main content

CheckoutCustomerDetach Object

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

checkout ● Checkout

An updated checkout.

errors ● [CheckoutError!]!

Show deprecated

Returned By

checkoutCustomerDetach mutation