CheckoutCustomerAttach
Sets the customer as the owner of the checkout.
type CheckoutCustomerAttach {
checkout: Checkout
checkoutErrors: [CheckoutError!]!
}
Fields
CheckoutCustomerAttach.checkout ● Checkout object
An updated checkout.
CheckoutCustomerAttach.checkoutErrors ● [CheckoutError!]! non-null object
Returned By
checkoutCustomerAttach mutation