checkoutCustomerDetach
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
Arguments
checkoutCustomerDetach.checkoutId
● ID
scalar miscellaneous
The ID of the checkout.
DEPRECATED: this field will be removed in Saleor 4.0. Use
id
instead.
checkoutCustomerDetach.id
● ID
scalar miscellaneous
The checkout's ID.
Added in Saleor 3.4
checkoutCustomerDetach.token
● UUID
scalar miscellaneous
Checkout token.
DEPRECATED: this field will be removed in Saleor 4.0. Use
id
instead.
Type
CheckoutCustomerDetach
object checkout
Removes the user assigned as the owner of the checkout.
Triggers the following webhook events:
- CHECKOUT_UPDATED (async): A checkout was updated.