checkoutCustomerDetach Mutation
Removes the user assigned as the owner of the checkout.
Triggers the following webhook events:
- CHECKOUT_UPDATED (async): A checkout was updated.
checkoutCustomerDetach(
checkoutId: ID
id: ID
token: UUID
): CheckoutCustomerDetach
Details
type CheckoutCustomerDetach {
checkout: Checkout
checkoutErrors: [CheckoutError!]! @deprecated
errors: [CheckoutError!]!
}
Arguments
id ● ID
The checkout's ID.
Show deprecatedHide deprecated
Type
CheckoutCustomerDetach
Removes the user assigned as the owner of the checkout.
Triggers the following webhook events:
- CHECKOUT_UPDATED (async): A checkout was updated.