checkoutBillingAddressUpdate Mutation
Update billing address in the existing checkout.
Triggers the following webhook events:
- CHECKOUT_UPDATED (async): A checkout was updated.
checkoutBillingAddressUpdate(
billingAddress: AddressInput!
checkoutId: ID
id: ID
saveAddress: Boolean = true
token: UUID
validationRules: CheckoutAddressValidationRules
): CheckoutBillingAddressUpdate
Arguments
checkoutBillingAddressUpdate.billingAddress
● AddressInput!
non-null input miscellaneous
The billing address of the checkout.
checkoutBillingAddressUpdate.checkoutId
● ID
deprecated scalar miscellaneous
DEPRECATED
Use id
instead.
The ID of the checkout.
checkoutBillingAddressUpdate.id
● ID
scalar miscellaneous
The checkout's ID.
checkoutBillingAddressUpdate.saveAddress
● Boolean
scalar miscellaneous
Indicates whether the billing address should be saved to the user’s address book upon checkout completion. If not provided, the default behavior is to save the address.
Added in Saleor 3.21 (unreleased)checkoutBillingAddressUpdate.token
● UUID
deprecated scalar miscellaneous
DEPRECATED
Use id
instead.
Checkout token.
checkoutBillingAddressUpdate.validationRules
● CheckoutAddressValidationRules
input checkout
The rules for changing validation for received billing address data.
Type
CheckoutBillingAddressUpdate
object checkout
Update billing address in the existing checkout.
Triggers the following webhook events:
- CHECKOUT_UPDATED (async): A checkout was updated.