Skip to main content
Version: 3.x

checkoutBillingAddressUpdate

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

The billing address of the checkout.

checkoutBillingAddressUpdate.checkoutId ● ID scalar

The ID of the checkout.

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

checkoutBillingAddressUpdate.id ● ID scalar

The checkout's ID.

Added in Saleor 3.4

checkoutBillingAddressUpdate.token ● UUID scalar

Checkout token.

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

checkoutBillingAddressUpdate.validationRules ● CheckoutAddressValidationRules input

The rules for changing validation for received billing address data.

Added in Saleor 3.5

Type

CheckoutBillingAddressUpdate object

Update billing address in the existing checkout.

Triggers the following webhook events:

  • CHECKOUT_UPDATED (async): A checkout was updated.

Was this page helpful?