CheckoutBillingAddressUpdate
Update billing address in the existing checkout.
type CheckoutBillingAddressUpdate {
checkout: Checkout
checkoutErrors: [CheckoutError!]!
}
Fields
CheckoutBillingAddressUpdate.checkout ● Checkout object
An updated checkout.
CheckoutBillingAddressUpdate.checkoutErrors ● [CheckoutError!]! non-null object
Returned By
checkoutBillingAddressUpdate mutation