CheckoutBillingAddressUpdate
Result of checkout billing address update mutation.
type CheckoutBillingAddressUpdate {
checkout: Checkout
checkoutErrors: [CheckoutError!]!
}
Fields
CheckoutBillingAddressUpdate.checkout ● Checkout object
The checkout with the updated billing address.
CheckoutBillingAddressUpdate.checkoutErrors ● [CheckoutError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
checkoutBillingAddressUpdate mutation