CheckoutBillingAddressUpdate
Update billing address in the existing checkout.
type CheckoutBillingAddressUpdate {
checkout: Checkout
checkoutErrors: [CheckoutError!]! @deprecated
errors: [CheckoutError!]!
}
Fields
CheckoutBillingAddressUpdate.checkout
● Checkout
object
An updated checkout.
CheckoutBillingAddressUpdate.checkoutErrors
● [CheckoutError!]!
deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
CheckoutBillingAddressUpdate.errors
● [CheckoutError!]!
non-null object
Returned by
checkoutBillingAddressUpdate
mutation
Was this page helpful?