Skip to main content

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
token: UUID
validationRules: CheckoutAddressValidationRules
): CheckoutBillingAddressUpdate

Arguments

checkoutBillingAddressUpdate.billingAddress ● AddressInput! non-null input miscellaneous

The billing address of the checkout.

checkoutBillingAddressUpdate.checkoutId ● ID scalar miscellaneous

The ID of the checkout.

DEPRECATED: this field will be removed in Saleor 4.0. Use id instead.

checkoutBillingAddressUpdate.id ● ID scalar miscellaneous

The checkout's ID.

checkoutBillingAddressUpdate.token ● UUID scalar miscellaneous

Checkout token.

DEPRECATED: this field will be removed in Saleor 4.0. Use id instead.

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.