Skip to main content

checkoutShippingAddressUpdate

Update shipping address in the existing checkout.

Triggers the following webhook events:

  • CHECKOUT_UPDATED (async): A checkout was updated.
checkoutShippingAddressUpdate(
checkoutId: ID
id: ID
shippingAddress: AddressInput!
token: UUID
validationRules: CheckoutAddressValidationRules
): CheckoutShippingAddressUpdate

Arguments

checkoutShippingAddressUpdate.checkoutId ● ID scalar miscellaneous

The ID of the checkout.

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

checkoutShippingAddressUpdate.id ● ID scalar miscellaneous

The checkout's ID.

Added in Saleor 3.4

checkoutShippingAddressUpdate.shippingAddress ● AddressInput! non-null input miscellaneous

The mailing address to where the checkout will be shipped.

checkoutShippingAddressUpdate.token ● UUID scalar miscellaneous

Checkout token.

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

checkoutShippingAddressUpdate.validationRules ● CheckoutAddressValidationRules input checkout

The rules for changing validation for received shipping address data.

Added in Saleor 3.5

Type

CheckoutShippingAddressUpdate object checkout

Update shipping address in the existing checkout.

Triggers the following webhook events:

  • CHECKOUT_UPDATED (async): A checkout was updated.