Skip to main content

CheckoutCustomerAttach Object

Sets the customer 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 CheckoutCustomerAttach {
checkout: Checkout
checkoutErrors: [CheckoutError!]! @deprecated
errors: [CheckoutError!]!
}

Fields

checkout ● Checkout

An updated checkout.

errors ● [CheckoutError!]!

Show deprecated

Returned By

checkoutCustomerAttach mutation