Skip to main content

checkoutCustomerDetach Mutation

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.
checkoutCustomerDetach(
checkoutId: ID
id: ID
token: UUID
): CheckoutCustomerDetach

Arguments

checkoutCustomerDetach.checkoutId ● ID deprecated scalar miscellaneous

DEPRECATED

Use id instead.

The ID of the checkout.

checkoutCustomerDetach.id ● ID scalar miscellaneous

The checkout's ID.

checkoutCustomerDetach.token ● UUID deprecated scalar miscellaneous

DEPRECATED

Use id instead.

Checkout token.

Type

CheckoutCustomerDetach object checkout

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.