Skip to main content

checkoutBillingAddressUpdate

Update billing address in the existing checkout.

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.


Was this page helpful?