checkoutShippingAddressUpdate
Update shipping address in the existing checkout.
checkoutShippingAddressUpdate(
checkoutId: ID
id: ID
shippingAddress: AddressInput!
token: UUID
validationRules: CheckoutAddressValidationRules
): CheckoutShippingAddressUpdate
Arguments
checkoutShippingAddressUpdate.checkoutId ● ID scalar
The ID of the checkout.
DEPRECATED: this field will be removed in Saleor 4.0. Use
idinstead.
checkoutShippingAddressUpdate.id ● ID scalar
The checkout's ID.
Added in Saleor 3.4
checkoutShippingAddressUpdate.shippingAddress ● AddressInput! non-null input
The mailing address to where the checkout will be shipped.
checkoutShippingAddressUpdate.token ● UUID scalar
Checkout token.
DEPRECATED: this field will be removed in Saleor 4.0. Use
idinstead.
checkoutShippingAddressUpdate.validationRules ● CheckoutAddressValidationRules input
The rules for changing validation for received shipping address data.
Added in Saleor 3.5
Type
CheckoutShippingAddressUpdate object
Update shipping address in the existing checkout.
Was this page helpful?