CheckoutBillingAddressUpdate
Update billing address in the existing checkout.
Triggers the following webhook events:
- CHECKOUT_UPDATED (async): A checkout was updated.
type CheckoutBillingAddressUpdate {
checkout: Checkout
checkoutErrors: [CheckoutError!]! @deprecated
errors: [CheckoutError!]!
}
Fields
CheckoutBillingAddressUpdate.checkout
● Checkout
object checkout
An updated checkout.
CheckoutBillingAddressUpdate.checkoutErrors
● [CheckoutError!]!
deprecated non-null object checkout
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
CheckoutBillingAddressUpdate.errors
● [CheckoutError!]!
non-null object checkout
Returned By
checkoutBillingAddressUpdate
mutation