checkoutBillingAddressUpdate
Update billing address in the existing checkout.
checkoutBillingAddressUpdate(
billingAddress: AddressInput!
checkoutId: ID
id: ID
token: UUID
validationRules: CheckoutAddressValidationRules
): CheckoutBillingAddressUpdate
Arguments
billingAddress
(AddressInput!
)
The billing address of the checkout.
checkoutId
(ID
)
The ID of the checkout.
DEPRECATED: this field will be removed in Saleor 4.0. Use id
instead.
id
(ID
)
The checkout's ID.
Added in Saleor 3.4.
token
(UUID
)
Checkout token.
DEPRECATED: this field will be removed in Saleor 4.0. Use id
instead.
validationRules
(CheckoutAddressValidationRules
)
The rules for changing validation for received billing address data.
Added in Saleor 3.5.
Note: this API is currently in Feature Preview and can be subject to changes at later point.
Type
CheckoutBillingAddressUpdate
Update billing address in the existing checkout.